body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #222;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.section-padding {
    padding: 80px 0;
}

.transform-section .section-title {
    margin-bottom: 50px;
    position: relative;
}

.transform-section .section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #2b98eb;
    margin-top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.performance-marketing  .section-title {
    margin-bottom: 50px;
    position: relative;
}

.performance-marketing .section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #2b98eb;
    margin-top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.text-accent {
    color: #2b98eb;
}

.italic-title {
    font-style: italic;
    font-weight: 300;
}

/* Buttons */
.btn-custom {
    background-color: #2b98eb;
    color: #fff;
    border: none;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #1d85d4;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-cta {
    background: rgb(43, 152, 235);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: rgb(43, 152, 235);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Hero Section */
.hero-section {
    background-color: #222;
    color: #fff;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(43, 152, 235, 0.05);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
}

.hero-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-content .lead {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff ;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
    opacity: 1;
    color: #fff;
}

.hero-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.hero-image img {
    transition: all 0.5s ease;
}

.hero-image:hover img {
    transform: scale(1.05);
}

/* Transform Section */
.transform-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}

.services-section{
    position: relative;
}

.services-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #2b98eb, #ff4500);
}

.transform-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.service-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
}

/* Meta Logo */
.meta-logo {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infinity-symbol {
    font-size: 180px;
    color: #fff;
    transform: rotate(90deg);
    margin-top: -20px;
}

/* Google Ads Logo */
.google-ads-logo {
    position: relative;
    width: 150px;
    height: 150px;
}

.google-ads-triangle {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 100px;
    height: 100px;
    border: 8px solid white;
    border-radius: 15px;
    transform: rotate(45deg);
}

.google-ads-circle {
    position: absolute;
    bottom: 15px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
}

/* Hashtag Symbol */
.hashtag-symbol {
    font-size: 180px;
    color: #fff;
    font-weight: bold;
    line-height: 0.8;
}

/* Expertise Section */
.expertise-section {
    background-color: #f5f5f5;
    padding: 80px 0;
    position: relative;
}

.expertise-title {
    margin-bottom: 40px!important;
    font-size: 32px!important;
}
.forservice{
    color: #fff;
}
.d-inline{
    display: inline;
}

.text-accent{
    font-size: 32px!important;
    font-weight: 700!important;
    line-height: 40px!important;
    font-style: normal!important;
}

.expertise-subtitle {
    color: #2b98eb;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 30px;
}

.expertise-point {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.expertise-point:hover {
    transform: translateX(5px);
}

.expertise-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background-color: #2b98eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: 5px;
    box-shadow: 0 5px 15px rgba(43, 152, 235, 0.3);
}



.expertise-text strong {
    display: block;
    color: #222;
}

/* CTA Section */
.cta-section {
    background-color: #222;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section:before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(43, 152, 235, 0.1);
}

.cta-section:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 69, 0, 0.1);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 36px;
    margin-bottom: 40px;
    color: #fff ;
}

/* Resources Section */
.resources-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}

.resource-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 30px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #2b98eb;
}

.resource-card h3 {
    margin-bottom: 20px;
    color: #222;
}

.resource-card p {
    margin-bottom: 30px;
    color: #666;
}

.resource-input {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.resource-input input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    height: 46px;
}

.resource-input button {
    border-radius: 0 3px 3px 0;
    background: #2b98eb;
    color: #fff;
    border: none;
    height: 46px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.resource-input button:hover {
    background: #1d85d4;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    background-color: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.service-breadcrumb {
    text-align: center;
    font-size: 14px;
    color: #777;
    padding: 0;
    margin: 0;
    background: none;
}

.service-breadcrumb li {
    display: inline-block;
}

.service-breadcrumb li:after {
    content: '/';
    margin: 0 10px;
    color: #ccc;
}

.service-breadcrumb li:last-child:after {
    display: none;
}

.service-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.service-breadcrumb a:hover {
    color: #2b98eb;
}

/* Service Title Section */
.service-title-section {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 30px;
}

.service-title-section h1 {
    font-size: 36px!important;
    margin-bottom: 0!important;
    font-weight: 300!important;
}

.service-title-section h1 strong {
    font-weight: 700!important;
}

/* Responsiveness */
@media (max-width: 991px) {
    .hero-content {
        padding: 20px 0 40px;
        text-align: center;
    }
    
    .expertise-section .col-md-7,
    .expertise-section .col-md-5 {
        text-align: center;
    }
    
    .expertise-point {
        justify-content: center;
        text-align: left;
    }
    
    .service-title-section h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .expertise-section{
        padding: 20px 0px;
    }
    .section-padding {
        padding: 50px 0;
    }
    
    .hero-section {
        padding: 50px 0;
    }
    
    .hero-content h2 {
        font-size: 28px;
    }
    
    .transform-section h2,
    .expertise-title,
    .cta-title {
        font-size: 26px!important;
    }
 
    .service-card {
        height: 280px;
    }
    
    .infinity-symbol,
    .hashtag-symbol {
        font-size: 140px;
    }
    
    .google-ads-logo {
        width: 120px;
        height: 120px;
    }
    
    .google-ads-triangle {
        width: 80px;
        height: 80px;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 1s ease-in-out;
}

.slide-up {
    animation: slideUp 0.8s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.transform-section .section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #333;
    position: relative;
  }
  
  .transform-section .section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ff5722;
  }

    .performance-marketing .section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ff5722;
  }
  
  .services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .service-card {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  }
  
  .card-header {
    padding: 30px 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    position: relative;
  }
  
  .meta-bg {
    background-color: #202124;
  }
  
  .google-bg {
    background-color: #202124;
  }
  
  .social-bg {
    background-color: #202124;
  }
  
 
  
  .card-body {
    padding: 25px;
    text-align: center;
  }
  
  .card-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  
  .card-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .cta-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #2b98eb!important;
    color: white!important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s;
  }
  
  .cta-button:hover {
    
    transform: scale(1.05);
  }
  
  .breadcrumb {
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
  }
  
  .breadcrumb a {
    color: #666;
    text-decoration: none;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  
  .page-title {
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
    font-weight: normal;
    font-style: italic;
  }
  
  @media (max-width: 768px) {
    .service-card {
        height: 100%;
    }
    
    .page-title {
      font-size: 28px;
    }
  }
