.section-title h6{
   padding-left:24px;
   color: #2124B1;
}
.section-title h2{
font-size:32px;
}
.heading_all{
    margin-bottom: 30px;
}

/* facebook marketing  */

  
  .inner-section .text-start .inner-title {
       font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: #293a96;
    padding: 4px 10px;
    margin-right: 10px;
    border-radius: 25px;
  }
  .image_all{
    width: 500px;
    margin: auto;
  }
  .smm-section {
  padding: 80px 0;
  position: relative;
}

.smm-section.section_design {
  background-color: #ffffff;
}

.smm-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Section Styles */
.smm-header {
  display: flex;
  align-items: center;
  gap: 40px;
}

.smm-header-img {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.smm-header-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.smm-header-img:hover img {
  transform: scale(1.02);
}

.smm-header-content {
  flex: 1;
}

.smm-header-subtitle {
  color: #4e73df;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}

.smm-header-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #2c3e50;
}

.smm-header-description {
  font-size: 16px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 25px;
}

/* Services Grid Styles */
.smm-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.smm-service-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
}

.smm-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-color: #4e73df;
}

.smm-service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}

.smm-service-description {
  font-size: 15px;
  line-height: 1.6;
  color: #6c757d;
}

/* Platforms Section */
.smm-platforms-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.smm-platforms-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
}

.smm-platforms-subtitle {
  font-size: 18px;
  color: #6c757d;
  line-height: 1.6;
}

.smm-platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.smm-platform-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
}
.contactuspage{
    background: var(--theme);
    position: absolute;
    bottom: 25px;
    padding: 5px 12px;
    border-radius:10px;
    color: #fff;

}

.smm-platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.smm-platform-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}

.smm-platform-description {
  font-size: 15px;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 20px;
}

/* Stats Section */
.smm-stats-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.smm-stats-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
}

.smm-stats-subtitle {
  font-size: 18px;
  color: #6c757d;
  line-height: 1.6;
}

.smm-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.smm-stat-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.smm-stat-card:hover {
  background: var(--theme);
  color: #fff;
}

.smm-stat-card:hover .smm-stat-number,
.smm-stat-card:hover .smm-stat-description {
  color: #fff;
}

.smm-stat-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 10px;
}
.marketingimage .col-sm-6:nth-child(1) .smm-stat-card{
    background: var(--theme);
    color: #fff;
}
.marketingimage .col-sm-6:nth-child(1) .smm-stat-card .smm-stat-number{
    color: #fff;
}
.marketingimage .col-sm-6:nth-child(4) .smm-stat-card{
    background: var(--theme);
    color: #fff;
}
.marketingimage .col-sm-6:nth-child(4) .smm-stat-card .smm-stat-number{
    color: #fff;
}
.buttondesignall {
  display: inline-block;
  background: var(--theme); /* Your theme color */
  border-radius: 40px;
  padding: 8px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.requestbutton {
  background-color: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.requestbutton:hover {
  background-color: #f1f1f1;
  transform: translateY(-2px);
}

.smm-packages {
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.smm-packages:hover {
  background-color: #fff;
  color: var(--theme);
  transform: translateY(-2px);
}

.separator {
  font-size: 14px;
  color: #fff;
}

.smm-stat-description {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.5;
}

/* Supporting Content */
.smm-supporting-content {
  max-width: 800px;
  margin: 0 auto;
}

.smm-supporting-text {
  font-size: 16px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 20px;
}

.smm-supporting-highlight {
  font-weight: 600;
  color: #2c3e50;
}

/* Buttons */
.smm-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #4e73df;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.smm-btn:hover {
  background: #3a5bc7;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(78, 115, 223, 0.3);
}

.smm-btn-sm {
  padding: 8px 15px;
  font-size: 14px;
}
.smm-service-text{
    height: 250px;
        display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 50px;

}
.button_all {
  display: inline-block;
  padding: 8px 28px;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--theme), #00ccff);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.button_all::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease-in-out;
}

.button_all:hover::before {
  left: 100%;
}

.button_all:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 102, 255, 0.45);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .smm-header {
    flex-direction: column;
  }
  
  .smm-header-img, .smm-header-content {
    width: 100%;
  }
  
  .smm-header-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .smm-section {
    padding: 60px 0;
  }
  
  .smm-header-title {
    font-size: 28px;
  }
  
  .smm-platforms-title, .smm-stats-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .smm-header-title {
    font-size: 24px;
  }
  
  .smm-service-title, .smm-platform-title {
    font-size: 18px;
  }
  
  .smm-stat-number {
    font-size: 28px;
  }
}
  .image_all img{
    width: 100%;
    height: 100%;
  }
  
  .main-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
  
  .sub-heading {
    font-size: 1.25rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 1rem;
  }
  
  .desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .button-group .btn {
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
  }
  
  .button-group .separator {
    font-size: 1rem;
    color: #222;
  }
  .outerheading{
         background: #ccc;
    border-radius: 25px;
    display: inline-block;
  }
.inner-section{
    display: flex;
    align-items: center;
    padding: 10px 15px;
}  
.inner-title{
    font-size: 15px;
}
/* facebook marketing  */

/* Service Details */
.service-detaile-section {
    padding: 100px 0;
}

.service-details-image img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.char-animation div {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: charFadeIn 0.5s forwards;
}

@keyframes charFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.icon-box-items {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.icon-box {
    font-size: 24px;
    color: var(--primary-color);
}

.work-box-items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}

.work-box-items.style-2 {
    flex-direction: row-reverse;
}

.work-box-items.style-3 {
    background: var(--primary-color);
    color: #fff;
}

.work-number {
    font-size: 50px;
    font-weight: 700;
    opacity: 0.2;
}

/* Sidebar */
.service-details-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget ul li a {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: var(--heading-color);
}

.sidebar-widget-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-widget-image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
}

/* Animations */
.wow {
    visibility: hidden;
}
/* Service Details Page Styles */
.section-title {
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.onpage-seo-section,
.included-section,
.overview-section,
.keyword-research-section,
.meta-tag-section,
.case-studies-section,
.sitemap-section,
.robots-section,
.heading-tag-section,
.alt-text-section,
.content-optimization-section,
.internal-linking-section,
.seo-score-section,
.importance-section,
.why-choose-section {
    margin-bottom: 40px;
}

.included-list .included-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.included-list .included-item i {
    margin-right: 10px;
    color: #f1c40f;
    font-size: 20px;
}

.process-steps,
.tips-list,
.steps-list {
    padding-left: 20px;
}

.process-steps li,
.tips-list li,
.steps-list li {
    margin-bottom: 10px;
}

.tools-grid .tool-item {
    margin-bottom: 20px;
}

.tool-card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    height: 100%;
}

.tool-card i {
    font-size: 30px;
    color: #3498db;
    margin-bottom: 10px;
}

.case-study-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-5px);
}

.case-study-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-study-card h4 {
    padding: 15px;
    margin: 0;
}

.case-study-card .read-more {
    display: block;
    padding: 10px 15px;
    background: #f1c40f;
    color: #2c3e50;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.benefit-card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    margin-bottom: 20px;
}

.benefit-card i {
    font-size: 30px;
    color: #2ecc71;
    margin-bottom: 15px;
}

.cta-box {
    text-align: center;
}

.cta-box .btn {
    margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .included-list .col-md-6,
    .benefits-grid .col-md-6,
    .tools-grid .col-md-4 {
        width: 100%;
    }
    
    .case-studies-grid .col-md-4 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .case-studies-grid .col-md-4 {
        width: 100%;
    }
}
/* aboutus pagedesign css  */
.aboutcompany{
     background: #000;
    padding: 100px 0px;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    z-index: 1;
}
.aboutcompany:before{
    position: absolute;
    left: 0px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.aboutuspage h1{
       font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.aboutuspage h2{
        font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.aboutuspage p{
    color: #fff;
}
/* aboutus paged.esign css  */
.header-top-section{
    background: #23429b;
}
.header-top-section .header-top-wrapper .top-list li{
    color: #fff;
}
.header-top-section .header-top-wrapper .top-list li a{
    color: #fff!important;
}
.social-icon{
    display: flex;
    gap: 15px;
}
.social-icon a i{
    color: #fff;
}
.main-button {
    background: #23429b;
    border-radius: 25px;
}
.arrow-btn-circle{
        width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #fff;
    color: #2124B1;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
/* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-fadeInUp {
            animation: fadeInUp 0.8s ease-out forwards;
        }

        /* Mission Section */
        .mission-section {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://source.unsplash.com/1600x900/?seo');
        }

        .mission-section .image {
            background-image: url('https://source.unsplash.com/800x600/?search-engine');
        }

        .mission-section ul {
            list-style: none;
        }

        .mission-section li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 8px;
        }

        .mission-section li i {
            color: #facc15;
            font-size: 1.5rem;
            margin-right: 12px;
            margin-top: 4px;
        }

        .mission-section li strong {
            font-weight: 600;
        }

        /* Values Section */
        .values-section {
            flex-direction: row-reverse;
        }

        .values-section .image {
            background-image: url('https://source.unsplash.com/800x600/?marketing');
        }

        .values-section .values-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .value-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 20px;
            border-radius: 10px;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid #ccc;
        }

        .value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
.values-grid .value-card{
    flex:1 1 30%
}
        .value-card i {
            color: #23429b;
            font-size: 2rem;
            margin-bottom: 16px;
            display: block;
        }

        .value-card h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .value-card p {
            color: #000;
            font-size: 1rem;
        }

        /* Story Section */
        .story-section {
            background:url('../img/banner-bg.jpg');
            background-size:cover ;
        }
        .ceo-block {
    position: relative;
}
.foundername{
     position: absolute;
    left: 50%;
    background: #23429b;
    max-width: 250px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    bottom: 0%;
    transform: translate(-16%, 0%);}
    .ceoimage {
    width: 500px;
    height: 100%;    }
    .ceoimage  img{
        height: 100%;
        width: 100%;
    }
    .contact-list {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.heading-layout5 h2 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  text-align: center;
}

.media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.item-icon {
  font-size: 30px;
  color: var(--theme);
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}

.media-body .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

.media-body ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.media-body ul li {
  color: #555;
  font-size: 15px;
  margin-bottom: 5px;
}

.ceo-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.ceo-title {
    font-size: 0.95rem;
    color: #fff;
    font-style: italic;
}



        /* CTA Section */
        .cta-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://source.unsplash.com/1600x900/?online-marketing');
            flex-direction: row-reverse;
        }

        .cta-section .image {
            background-image: url('https://source.unsplash.com/800x600/?growth');
        }

        .cta-section a {
            display: inline-block;
            background-color: #facc15;
            color: #1f2937;
            font-weight: 600;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .cta-section a:hover {
            background-color: #eab308;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
           

            .container {
                flex-direction: column;
            }

            .content, .image {
                max-width: 100%;
                margin-bottom: 20px;
            }

            .image {
                height: 300px;
            }

            h2 {
                font-size: 2rem;
            }

            p {
                font-size: 1rem;
            }
        }
   /* Base Styles */
        .about-feature-wrapper-1 {
            padding: 60px 0;
        }
        
        .about-feature-box {
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            position: relative;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            z-index: 1;
        }
       
      
        
        .about-icon {
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            margin: 0 auto 10px;
            font-size: 35px;
            color: #4e54c8;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            position: relative;
            transition: all 0.3s ease;
        }
        
        .about-feature-box:hover .about-icon {
            transform: rotateY(180deg);
            background: #4e54c8;
            color: #fff;
        }
        
        .about-icon.style-2 {
            color: #f0932b;
        }
        
     
        
    
        .about-content {
            text-align: center;
        }
        
        .about-content h3 {
            font-size: 22px;
            color: #2c3e50;
            position: relative;
                margin-bottom: 10px;
        }
        
     
        
        .about-feature-box:hover .about-content h3::after {
            width: 80px;
            background: #fff;
        }
        
        .about-content p {
            color: #7f8c8d;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 1.6;
        }
        
        /* Responsive Styles */
        @media (min-width: 768px) {
            .about-feature-wrapper-1 {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            
            .about-feature-box {
                width: calc(33.333% - 20px);
                margin-bottom: 0;
            }
        }
        
        @media (max-width: 767px) {
            .about-feature-box {
                max-width: 400px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .about-content h3 {
                font-size: 20px;
            }
            
            .about-content p {
                font-size: 15px;
            }
        }
/* Digital Services Section */
.digital-services-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}
.paddingtopbottom {
    padding: 80px 0;
}
.page-heading .blogtitle{
    font-size: 40px;
}
.services-image img {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.services-image:hover img {
    transform: scale(1.02);
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}
.btn-primary-custum{
    color: #fff;
    background: var(--theme);
}
.services-list li {
    margin-bottom: 12px;
}
.services-content{
  padding-left: 0px;
}

.services-list li span {
    line-height: 1.5;
}
.marketing-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .marketing-header {
            font-size: 2.5rem;
            margin-bottom: 30px;
            color: #2c3e50;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
        }
        
        .marketing-header:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #3498db;
        }
        
        .service-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #2980b9;
        }
        
        .service-description {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        
        /* Services Section */
        .marketing-intro {
            text-align: center;
            margin-bottom: 50px;
            padding: 0 20px;
        }
        
        .marketing-intro-text {
            font-size: 1.2rem;
            color: #555;
        }
        
        .services-grid-layout {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .marketing-service-card {
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .marketing-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .service-icon-wrapper {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 20px;
        }
        
        .featured-service-card {
            grid-column: span 2;
            background: linear-gradient(135deg, #3498db, #2c3e50);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .featured-service-card .service-title {
            color: white;
        }
        
        .featured-service-card .service-icon-wrapper {
            color: white;
        }
        
        /* Specific service cards */
        .expertise-card { border-top: 3px solid #3498db; }
        .solutions-card { border-top: 3px solid #e74c3c; }
        .global-card { border-top: 3px solid #2ecc71; }
        .results-card { border-top: 3px solid #f39c12; }
        .awards-card { border-top: 3px solid #9b59b6; }
        .support-card { border-top: 3px solid #1abc9c; }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .services-grid-layout {
                grid-template-columns: 1fr;
            }
            
            .featured-service-card {
                grid-column: span 1;
            }
            
            .marketing-header {
                font-size: 2rem;
            }
        }
         .main-header {
            font-size: 2.8rem;
            margin-bottom: 20px;
            color: #2c3e50;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
            font-weight: 700;
        }
        
        .main-header:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #9b59b6);
        }
        
        .subheader {
            font-size: 1.8rem;
            text-align: center;
            color: #3498db;
            margin-bottom: 40px;
            font-weight: 600;
        }
        
        .intro {
            text-align: center;
            margin-bottom: 50px;
            padding: 0 20px;
        }
        
        .intro-text {
            font-size: 1.2rem;
            color: #555;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .platforms {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .platform {
            background: #fff;
            padding: 10px 20px;
            border-radius: 30px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            color: #2c3e50;
            transition: transform 0.3s ease;
        }
        
        .platform:hover {
            transform: translateY(-5px);
        }
        
        .platform i {
            color: #3498db;
            font-size: 1.2rem;
        }
        
        .service-card {
            background: #fff;
            border-radius: 10px;
            padding: 40px;
            margin-top: 50px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }
        
        .service-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, #3498db, #9b59b6);
        }
        
        .service-title {
            font-size: 20px;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        
        .service-description {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.8;
        }
        
        .highlight {
            display: flex;
            align-items: center;
            margin-top: 40px;
            background: linear-gradient(135deg, #f8f9fa, #eef2f5);
            border-radius: 10px;
            padding: 30px;
        }
        
        .highlight-icon {
            font-size: 3rem;
            color: #e74c3c;
            margin-right: 30px;
            min-width: 60px;
        }
        
        .highlight-content {
            flex: 1;
        }
        
        .highlight-text {
            font-size: 1.2rem;
            color: #2c3e50;
            font-style: italic;
            line-height: 1.8;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .main-header {
                font-size: 2.2rem;
            }
            
            .subheader {
                font-size: 1.4rem;
            }
            
            .service-card {
                padding: 30px 20px;
            }
            
            .highlight {
                flex-direction: column;
                text-align: center;
            }
            
            .highlight-icon {
                margin-right: 0;
                margin-bottom: 20px;
            }
        }   
        /* Form Section */
        .form-section {
            background: #fff;
            border-radius: 10px;
            padding: 40px;
            margin-bottom: 40px;
        }
        
        .form-header {
            margin-bottom: 30px;
        }
        
        .form-title {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 10px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .form-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: #3498db;
        }
        
        .form-subtitle {
            font-size: 1.2rem;
            color: #555;
        }
        
        /* Form Elements */
        .contact-form {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #2c3e50;
        }
        
        label.required:after {
            content: '*';
            color: #e74c3c;
            margin-left: 4px;
        }
        
        input, select, textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
        
        input:focus, select:focus, textarea:focus {
            outline: none;
            border-color: #3498db;
        }
        
        textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .submit-btn {
            background: #3498db;
            color: white;
            border: none;
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
            grid-column: span 2;
            justify-self: start;
        }
        
        .submit-btn:hover {
            background: #2980b9;
        }
        
        /* Stats Section */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 40px;
        }
        
        .stat-card {
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #3498db;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 1.1rem;
            color: #555;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .contact-form {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .submit-btn {
                grid-column: span 1;
                width: 100%;
            }
            
            .stats-section {
                grid-template-columns: 1fr;
            }
        }
        .iframeframe{
            width: 100%;
            height: 100%;
        }
        .iframeframe iframe{
            width: 100%;
            height: 100%;
        }
/* Animation */
.wow {
    visibility: hidden;
}
/* breadcrub design  */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.fix {
    overflow: hidden;
}
.badgecolor{
    background: var(--theme);
    color: #fff;
}
.service-card-items.bg-3 {
    background: #F0EEFB;
    border-radius: 0px 6px 6px 0px;
}
.service-card-items {
    background: #FFFAE8;
    text-align: center;
    margin-top: 30px;
}
.service-card-items .service-content {
    padding:15px 20px 15px;
}
.service-icon {
    width: 100%;
    height:200px;
}
.service-icon img{
    width: 100%;
    height: 100%;
}
.service-content h3{
        font-size: 20px;
    font-weight: 600;
    line-height: 150%;

}
.brand-section .brand-img {
    min-width: 180px;
    height: 68px;
    line-height: 68px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
    text-align: center;
}
.brand-section .section-title p {
    color: #fff;
}
.serviceall{
    padding:5px 20px;
    padding-left: 25px;
    border-radius: 25px;
    background: #fff;
}
.service-content p {
    font-size: 15px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-heading {
    padding: 120px 0 120px;
    position: relative;
    text-align: center;
}
.news-btn img{
    max-width:150px;
}

.page-heading .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.page-heading .breadcrumb-list{
    padding-left:0px;
}
.page-heading .breadcrumb-list li {
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
        list-style: none;
}
.page-heading .breadcrumb-list li a {
    color: #fff;
}

.page-heading h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}


/* breadcrub design  */
/* about us page  */
/* Project Section 4 Styles */
.project-section-4 {
    position: relative;
    z-index: 1;
}

.section-padding {
    padding: 100px 0;
}

.section-bg-2 {
    background-color: #f9f9f9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.project-wrapper-4 {
    position: relative;
}

.link-btn {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.link-btn i {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.link-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}

.link-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    
    .project-box-5.style-3 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .project-box-5 .content {
        padding: 25px;
    }
    
    .project-box-5 .content h3 {
        font-size: 20px;
    }
    
    .project-box-5 .content p {
        font-size: 15px;
    }
}

/* Animation */
.wow {
    visibility: hidden;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.bg-image-new{
    background: url(https://modinatheme.com/html/seoz-html/assets/img/service/service-bg.jpg);
}
/* projectdeisng about / */
/* FAQ Section Styling */
.faq-section {
  background-color: #f9f9f9;
}

.section-title .subtitle {
  display: inline-block;
  color: #3a86ff;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #212529;
}

/* Accordion Styling */
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(0,0,0,0.1);
  --bs-accordion-btn-focus-box-shadow: none;
}
.theme-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: none;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 19.5px 35px;
    border-radius: 30px;
}
.custumcard-body p{
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px !important;
  overflow: hidden;
  border: 1px solid #e9ecef;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.accordion-button.buttonaccodian {
     font-weight: 600!important;
    color: #212529!important;
    padding: 10px 12px!important;
    background-color: white!important;
}

.style-1 ul li i { color: #4361ee; }
.style-2 ul li i { color: #9c36b5; }
.style-3 ul li i { color: #f76707; }
.style-4 ul li i { color: #2f9e44; }

/* Link Button */
.link-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #4361ee;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.link-btn:hover {
    color: #3a56d4;
}

.link-btn:hover i {
    transform: translateX(3px);
}

/* Responsive Layout */
@media (min-width: 992px) {
    .project-box-5 {
        flex-direction: row;
    }
    
    .project-box-5 .content {
        width: 60%;
    }
    
    .project-box-5 .image {
        width: 40%;
    }
    
    /* Specific adjustments for the main SEO box */
    .col-lg-7 .project-box-5 .content {
        width: 55%;
    }
    
    .col-lg-7 .project-box-5 .image {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .project-box-5 .image {
        height: 250px;
    }
    
    .project-section-4 {
        padding: 70px 0;
    }
}

/* Animation */
.wow.fadeInUp {
    visibility: visible;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.accordion-button:not(.collapsed) {
  color: #3a86ff;
  background-color: rgba(58, 134, 255, 0.05);
  box-shadow: none;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: scale(0.8);
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233a86ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 1.5rem;
  color: #495057;
  line-height: 1.7;
}

.faq-image {
  padding-left: 30px;
}

.faq-image img {
  border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .faq-image {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
}
/* about us page  */
.section-title h6::before, .section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}
.section-title h6::after {
    top: 5px;
    left: 3px;
}
.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}
.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: #1d1d27;
}
.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    background: #1d1d27;
    left: 0;

}
.section-title.text-center{
    padding-bottom: 15px;
}
.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}