
  
/*======================================
//--//-->   STYLES GENERALES
======================================*/

  
   html, body {
  overflow-x: hidden;
}

 
body {
  background-color: #2e2b2b;
  color: #f3e9e9;
  
  
  
  
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fef7f7;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #f9f1f1;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  
}

.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0078ff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

/*======================================
//--//-->   NAVBAR
======================================*/


        :root {
            --primary-color: #4e54c8;
            --secondary-color: #8f94fb;
            --text-color: #ffffff;
            --hover-color: #f9d423;
            --transition-speed: 0.3s;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
             /* For demonstration of scroll effect */
            
        }
        
        /* Navbar styling */
        .navbar {
            padding: 15px 0;
            transition: all var(--transition-speed) ease;
            font-weight: 500;
            background-color: rgba(0, 0, 0, 0.9) !important;
        }
        
        .navbar.scrolled {
            background-color: rgba(0, 0, 0, 0.7) !important;
            backdrop-filter: blur(10px);
            padding: 10px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            font-weight: 700;
            color: var(--text-color) !important;
            font-size: 1.5rem;
            transition: all var(--transition-speed) ease;
        }
        
        .navbar-brand img {
            height: 40px;
            margin-right: 10px;
            transition: all var(--transition-speed) ease;
        }
        
        .navbar.scrolled .navbar-brand img {
            height: 35px;
        }
        
        .nav-link {
            color: var(--text-color) !important;
            margin: 0 8px;
            position: relative;
            transition: all var(--transition-speed) ease;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--hover-color);
            transition: width var(--transition-speed) ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        .nav-link:hover {
            color: var(--hover-color) !important;
            transform: translateY(-2px);
        }
        
        .nav-link.active {
            color: var(--hover-color) !important;
        }
        
        .nav-link.active::after {
            width: 100%;
        }
        
        /* Hamburger menu animation */
        .navbar-toggler {
            border: none;
            padding: 0;
            outline: none !important;
        }
        
        .navbar-toggler span {
            display: block;
            width: 25px;
            height: 2px;
            background-color: var(--text-color);
            margin: 6px 0;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }
        
        .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
            opacity: 0;
        }
        
        .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }
        
        /* Logo animation */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .logo-animate {
            animation: pulse 3s infinite;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                background-color: rgba(0, 0, 0, 0.95);
                padding: 20px;
                border-radius: 10px;
                margin-top: 10px;
            }
            
            .nav-link {
                margin: 8px 0;
                padding: 10px 0;
            }
            
            .nav-link::after {
                display: none;
            }
        }
    /* navbar end */
/*======================================
//--//-->   INTRO
======================================*/


  /* Base Styles */
  :root {
    --primary-color: #0078ff;
    --secondary-color: #00a6ff;
    --text-color: #ffffff;
    --overlay-color: rgba(0, 0, 0, 0.7);
    --animation-duration: 0.8s;
    --easing: cubic-bezier(0.645, 0.045, 0.355, 1);
  
  }
  
  /* Intro Section */
  .intro-route {
    position: relative;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    text-align: center;
  overflow: hidden;
    
    
  }
  
  
  .intro-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  
  .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    
    background-position: center center;
    background-repeat: no-repeat;
    animation: zoomIn 12s ease-in-out infinite alternate;
  }
  
  
  .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 120, 255, 0.8) 0%, rgba(0, 40, 100, 0.9) 100%);
    mix-blend-mode: multiply;
    
  }
  
  /* Particles JS */
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  
  /* Intro Content */
  .intro-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    
  }
  
  .intro-text {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .intro-greeting {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  .intro-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation-fill-mode: forwards;
  }
  
  .title-highlight {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s var(--easing);
  }
  
  .intro-title:hover .title-highlight {
    transform: scaleX(1);
  }
  
  .intro-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    min-height: 2.5rem;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  /* Typing Animation */
  .typing-container {
    display: inline-block;
    position: relative;
  }
  
  .typing-text {
    display: inline-block;
  }
  
  .typing-cursor {
    display: inline-block;
    width: 3px;
    height: 1.5rem;
    background: var(--primary-color);
    margin-left: 3px;
    animation: blink 0.8s infinite;
    vertical-align: middle;
  }
  
  /* Button Styles */
  .btn-scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s var(--easing);
    overflow: hidden;
    position: relative;
  }
  
  .btn-scroll svg {
    margin-left: 10px;
    transition: transform 0.3s var(--easing);
  }
  
  .btn-scroll:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .btn-scroll:hover svg {
    transform: translateX(5px);
  }
  
  /* Scroll Down Indicator */
  .scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    opacity: 0;
    animation: fadeIn 1s var(--easing) 1.5s forwards;
  }
  
  .scroll-down span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: white;
    border-radius: 50%;
    animation: scrollDown 2s infinite;
  }
  
  /* Animations */
  @keyframes zoomIn {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes scrollDown {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(15px);
      opacity: 0;
    }
  }
  
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animate-fade-in {
    animation: fadeIn var(--animation-duration) var(--easing) forwards;
    animation-delay: calc(var(--delay) * 1s);
  }
  
  .animate-fade-in-up {
    animation: fadeInUp var(--animation-duration) var(--easing) forwards;
    animation-delay: calc(var(--delay) * 1s);
  }
  
  .animate-bounce {
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-20px) translateX(-50%); }
    60% { transform: translateY(-10px) translateX(-50%); }
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .intro-title {
      font-size: 2.5rem;
    }
    
    .intro-subtitle {
      font-size: 1.2rem;
    }
    
    .intro-greeting {
      font-size: 1.2rem;
    }
  }
  
  @media (max-width: 480px) {
    .intro-title {
      font-size: 2rem;
    }
  }

/*======================================
//--//-->   ABOUT
======================================*/

.stylish-about-box {
  background: #111;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  
}

.stylish-about-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.progress {
  height: 10px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #222;
  margin-bottom: 15px;
}

.progress-bar {
  animation: slideIn 2s ease-in-out forwards;
}

@keyframes slideIn {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}


/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: #a3b3b8;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/


  /* Counter Section Styles */
  .stats-counter {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: white;
    font-family: 'Poppins', sans-serif;
  }
  
  .sc-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .sc-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation: zoomIn 15s ease-in-out infinite alternate;
    z-index: 1;
  }
  
  .sc-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 40, 100, 0.9) 0%, rgba(0, 120, 255, 0.8) 100%);
    mix-blend-mode: multiply;
    z-index: 2;
  }
  
  .sc-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0.4;
  }
  
  .sc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 4;
  }
  
  .sc-counter-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  .sc-counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
  }
  
  .sc-icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  
  .sc-icon-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    animation: rotate 20s linear infinite;
  }
  
  .sc-icon-inner {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  
  .sc-icon-inner svg {
    width: 30px;
    height: 30px;
  }
  
  .sc-counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
  }
  
  .sc-counter-text {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  /* Animations */
  @keyframes zoomIn {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
  }
  
  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
  
  .pulse-animation {
    animation: pulse 2s ease-in-out infinite;
  }
  
  @keyframes counterUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .sc-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .sc-counter-number {
      font-size: 2rem;
    }
    
    .sc-icon-circle {
      width: 80px;
      height: 80px;
    }
    
    .sc-icon-inner {
      width: 60px;
      height: 60px;
    }
  }
  
  @media (max-width: 576px) {
    .sc-grid {
      grid-template-columns: 1fr;
    }
    
    .stats-counter {
      padding: 60px 0;
    }
  }

/*======================================
//--//-->   PORTFOLIO
======================================*/


  /* Portfolio Section Styles */
  .portfolio-section {
    padding: 100px 0;
    background: #121212;
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  
  .sectionl-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  .section-subtitle {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    
    color: #ffffff;
  }
  
  .section-divider {
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin: 0 auto 20px;
    position: relative;
  }
  
  .section-divider::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: var(--secondary-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
  }
  
  .section-description {
    color: rgba(255, 255, 255, 0.7)
    
    
    
    
  }
  
  /* Portfolio Grid */
  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
  }
  
  .portfolio-item {
    opacity: 0;
    transform: translateY(20px);
    animation-fill-mode: forwards;
  }
  
  .portfolio-card {
    background: #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .portfolio-item:hover .portfolio-card {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  /* Portfolio Image */
  .portfolio-image {
    position: relative;
    overflow: hidden;
    height: 250px;
  }
  
  .portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .portfolio-item:hover .portfolio-image img {
    transform: scale(1.05);
  }
  
  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 120, 255, 0.1) 0%, rgba(0, 40, 100, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .portfolio-item:hover .image-overlay {
    opacity: 1;
  }
  
  .portfolio-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .portfolio-item:hover .portfolio-links {
    opacity: 1;
  }
  
  .portfolio-lightbox,
  .portfolio-details {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
  }
  
  .portfolio-lightbox:hover,
  .portfolio-details:hover {
    
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-color: var(--primary-color);
  }
  
  .portfolio-lightbox svg,
  .portfolio-details svg {
    width: 18px;
    height: 18px;
  }
  
  /* Portfolio Info */
  .portfolio-info {
    padding: 25px;
    flex: 1;
  }
  
  .portfolio-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
  }
  
  .portfolio-category {
    font-size: 0.7rem;
    padding: 4px 10px;
    background: rgba(0, 120, 255, 0.1);
    color: rgba(255, 255, 255, 0.7)
    border-radius:20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .portfolio-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgba(186, 178, 54, 0.7)
  }
  
  .portfolio-description {
   color: rgba(255, 255, 255, 0.7)
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  /* See More Button */
  .portfolio-more {
    text-align: center;
    margin-top: 60px;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 120, 255, 0.3);
  }
  
  .btn-primary svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }
  
  .btn-primary:hover {
    background: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 120, 255, 0.4);
  }
  
  .btn-primary:hover svg {
    transform: translateX(5px);
  }
  
  /* Animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animate-fade-in {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 1s);
  }
  
  .animate-fade-in-up {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 1s);
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .portfolio-grid {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
    .section-title {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 768px) {
    .portfolio-section {
      padding: 60px 0;
    }
    
    .portfolio-image {
      height: 200px;
    }
  }
  
  @media (max-width: 576px) {
    .portfolio-grid {
      grid-template-columns: 1fr;
    }
    
    .section-title {
      font-size: 1.8rem;
    }
  }
  

/*======================================
//--//-->   TESTIMONIALS
======================================*/




/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/


/*======================================
//--//-->   CONTACT
======================================*/

.socials .ico-circle i {
  color: white;
}

.footer-paralax {
  padding: 4rem 0 0 0;
  background-color: #09090a;
}


.contact-mf {
  margin-top: 4rem;
  
}

/*======================================
//--//-->   FOOTER
======================================*/


/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}


.featured-section {
  background-color: #111;
  padding: 60px 20px;
  color: white;
  text-align: center;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.featured-section .headline h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.featured-section .subheading {
  text-transform: uppercase;
  color: #00ff99;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.featured-section .description {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 40px;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 100%;
  
}

.logo-track {
  display: flex;
  width: calc(250px * 8); /* adjust for number of logos */
  animation: scrollLogos 20s linear infinite;
}

.logo-track img {
  
  margin: 0 20px;
  filter: brightness(1.2);
  
  filter: brightness(1.2);

}

.logo-track img:hover {
  transform: scale(1.05);
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.modern-section {
  background: #000;
  color: white;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.modern-section h1 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.modern-section h1 span {
  color: #888;
}

.modern-section p {
  color: #aaa;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

/* Floating Tags */
.floating-tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tag {
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline-block;
  animation: floatTag 6s ease-in-out infinite;
  position: relative;
}

/* Colors for each tag */
.t1  { background: #5f2eff; animation-delay: 0s; }
.t2  { background: #ff4d4d; animation-delay: 0.2s; }
.t3  { background: #444;    animation-delay: 0.4s; }
.t4  { background: #fff; color: #000; animation-delay: 0.6s; }
.t5  { background: #ff007f; animation-delay: 0.8s; }
.t6  { background: #00f5d4; color: #000; animation-delay: 1s; }
.t7  { background: #d4ff00; color: #000; animation-delay: 1.2s; }
.t8  { background: #a6a6ff; color: #000; animation-delay: 1.4s; }
.t9  { background: #0077ff; animation-delay: 1.6s; }
.t10 { background: #b466ff; animation-delay: 1.8s; }
.t11 { background: #d200ff; animation-delay: 2s; }
.t12 { background: #ffb703; color: #000; animation-delay: 2.2s; }

/* Floating Animation */
@keyframes floatTag {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}
.social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px 40px;
  background-color: #111;
  color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: auto;
}

.proof-left {
  flex: 1;
  min-width: 300px;
}

.proof-left .hashtag {
  color: #b3ff00;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

.proof-left h2 {
  font-size: 3rem;
  margin: 0;
  line-height: 1.2;
}

.proof-left h2 span {
  color: #c0ff00;
}

.proof-left .description {
  color: #aaa;
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.6;
}

.email-button {
  display: inline-block;
  background-color: #5e5ce6;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.email-button:hover {
  background-color: #7876f3;
}

.proof-right {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  min-width: 300px;
}

.social-card {
  background-color: #1b1b1b;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.social-card:hover {
  transform: translateY(-5px);
  background: #232323;
  box-shadow: 0 4px 20px rgba(0, 255, 150, 0.15);
}

.icon {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}


/* Ensure 2 cards per row on phones */
@media (max-width: 600px) {
  .proof-right {
    grid-template-columns: repeat(2, 1fr);
  }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

.national-section {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  overflow: hidden;
}

.national-heading h2 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
}

.national-heading p {
  font-size: 1.2em;
  max-width: 700px;
  margin: auto;
  color: #ccc;
}

.highlight-local {
  color: #00ffc8;
}

.highlight-national {
  color: #ffcc00;
}

.highlight-gig {
  color: #00ffc8;
  font-weight: bold;
}

/* Logo Slider Animation */
.logo-slider {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: calc(250px * 10); /* Adjust depending on number of logos */
  animation: scroll 30s linear infinite;
  gap: 60px;
  align-items: center;
}

.logo-slider img {
  height: 50px;
  transition: transform 0.3s ease;
  filter: brightness(0.9);
}

.logo-slider img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 600px) {
  .national-heading h2 {
    font-size: 2em;
  }

  .logo-slider img {
    height: 40px;
  }

  .logo-track {
    gap: 30px;
  }
}

/* blog list */
.suggestion-section {
      max-width: 1200px;
      margin: 80px auto;
      padding: 0 20px;
    }

    .suggestion-section h2 {
      color: var(--primary-color);
      margin-bottom: 40px;
      font-size: 2rem;
      position: relative;
      display: inline-block;
    }

    .suggestion-section h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 40%;
      height: 4px;
      background: linear-gradient(90deg, var(--primary-color), transparent);
      border-radius: 2px;
    }

    .blog-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 30px;
    }

    .blog-card {
      background: var(--card-bg);
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.5s ease;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      position: relative;
    }

    .blog-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 255, 204, 0.2);
    }

    .blog-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
      z-index: 1;
    }

    .blog-card img {
      width: 100%;
      height: 220px;
      object-position: center;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .blog-card:hover img {
      transform: scale(1.05);
    }

    .blog-info {
      padding: 25px;
      position: relative;
      z-index: 2;
    }

    .blog-info h3 {
      font-size: 1.3rem;
      color: #fff;
      margin: 10px 0 15px;
      line-height: 1.4;
    }

    .blog-info .short {
      font-size: 0.95rem;
      color: var(--text-light);
      line-height: 1.6;
      margin-bottom: 20px;
    }

    /* Floating animation for featured post */
    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-15px); }
      100% { transform: translateY(0px); }
    }

    .floating {
      animation: float 6s ease-in-out infinite;
    }

    /* Pulse animation for read more buttons */
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(0, 255, 204, 0.4); }
      70% { box-shadow: 0 0 0 10px rgba(0, 255, 204, 0); }
      100% { box-shadow: 0 0 0 0 rgba(0, 255, 204, 0); }
    }

    .pulse:hover {
      animation: pulse 1.5s infinite;
    }

    /* Responsive styles */
    @media (max-width: 992px) {
      .featured-post {
        flex-direction: column;
      }

      .featured-post img,
      .featured-info {
        width: 100%;
      }

      .featured-info {
        padding: 30px;
      }

      .blog-list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      }
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 2.2rem;
      }

      .featured-info h2 {
        font-size: 1.8rem;
      }

      .suggestion-section h2 {
        font-size: 1.8rem;
      }

      .blog-section,
      .suggestion-section {
        margin: 60px auto;
      }
    }

    @media (max-width: 576px) {
      h1 {
        font-size: 2rem;
      }

      .featured-info {
        padding: 20px;
      }

      .featured-info h2 {
        font-size: 1.5rem;
      }

      .blog-list {
        grid-template-columns: 1fr;
      }
    }
/* view more blogs */
.view-blogs-btn {
  background-color: #007bff;
  color: white;
  padding: 14px 40px;
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
}

.view-blogs-btn:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  color: #fff;
}



/* footer */

    :root {
      --primary: #ff9800;
      --secondary: #ff5722;
      --accent: #d4ff4b;
      --dark: #111;
      --darker: #0a0a0a;
      --light: #f8f9fa;
      --gray: #6c757d;
    }

    body {
      background-color: var(--darker);
      color: white;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

    /* Hero Section */
    .services-hero {
      background: linear-gradient(135deg, var(--dark) 0%, var(--darker) 100%);
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
    }

    .services-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMTUyLDAwLDAuMDMpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
      opacity: 0.5;
    }

    .hero-title {
      font-size: 3.5rem;
      font-weight: 700;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      display: inline-block;
    }

    .hero-title::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      border-radius: 2px;
    }

    .hero-subtitle {
      font-size: 1.2rem;
      color: rgba(255,255,255,0.7);
      max-width: 700px;
      margin: 20px auto 40px;
    }

    /* Premium Services Section */
    .premium-services {
      padding: 100px 0;
      position: relative;
    }

    .service-card {
      background: rgba(26, 26, 26, 0.7);
      backdrop-filter: blur(10px);
      border-radius: 16px;
      padding: 40px 30px;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border: 1px solid rgba(255, 152, 0, 0.1);
      position: relative;
      overflow: hidden;
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 0;
      background: linear-gradient(to bottom, var(--primary), var(--secondary));
      transition: height 0.4s ease;
    }

    .service-card:hover::before {
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(255, 152, 0, 0.15);
      border-color: rgba(255, 152, 0, 0.3);
    }

    .service-icon {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: var(--primary);
    }

    .service-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 15px;
      color: white;
    }

    .service-description {
      color: rgba(255,255,255,0.7);
      font-size: 1rem;
      line-height: 1.6;
    }

    /* Standard Services Section */
    .standard-services {
      padding: 80px 0;
      background: rgba(10, 10, 10, 0.7);
      position: relative;
    }

    .service-box {
      background: rgba(26, 26, 26, 0.7);
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      border: 1px solid rgba(255,255,255,0.05);
    }

    .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
      border-color: rgba(255, 152, 0, 0.3);
    }

    .service-ico {
      margin-bottom: 20px;
    }

    .ico-circle {
      background: rgba(255, 152, 0, 0.1);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      transition: all 0.3s ease;
    }

    .service-box:hover .ico-circle {
      background: rgba(255, 152, 0, 0.2);
      transform: scale(1.1);
    }

    .s-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 15px;
      color: white;
    }

    .s-description {
      color: rgba(255,255,255,0.7);
      font-size: 0.95rem;
    }

    /* Footer */
    
    /* Animations */
    @keyframes float {
      0% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(-15px);
      }
      100% {
        transform: translateY(0px);
      }
    }

    .floating {
      animation: float 6s ease-in-out infinite;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .hero-title {
        font-size: 2.8rem;
      }
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.2rem;
      }
      
      .hero-subtitle {
        font-size: 1rem;
      }
      
      .service-card {
        padding: 30px 20px;
      }
      
      .service-title {
        font-size: 1.3rem;
      }
    }

    @media (max-width: 576px) {
      .hero-title {
        font-size: 1.8rem;
      }
      
      .services-hero {
        padding: 100px 0 60px;
      }
    }
  
/* service and footer end */

/* clients start */




/* brands and projects :start */



    :root {
      --primary-color: #ff9800;
      --secondary-color: #ff5722;
      --dark-bg: #0f0f0f;
      --card-bg: #1a1a1a;
      --text-light: #0c0b0b;
    }

    

    h1, h2, h3, h4, h5, h6 {
      font-family: 'Montserrat', sans-serif;
    }

    .modern-section {
      padding: 100px 20px;
      position: relative;
    }

    .content {
      max-width: 1400px;
      margin: 0 auto;
    }

    .section-title {
      font-size: 3rem;
      text-align: center;
      color: var(--primary-color);
      margin-bottom: 1rem;
      position: relative;
      display: inline-block;
      width: 100%;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
      border-radius: 2px;
    }

    .section-subtitle {
      text-align: center;
      color: var(--text-light);
      margin-bottom: 3rem;
      font-size: 1.2rem;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .clients-grid,
    .projects-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 30px;
      margin: 0 auto;
      padding: 20px 0;
    }

    .client-card,
    .project-card {
      background-color: var(--card-bg);
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .project-card {
      height: 250px;
      min-height: 250px;
    }

    .client-card:hover,
    .project-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(255, 152, 0, 0.2);
    }

    .client-card::before,
    .project-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    }

    .client-card img,
    .project-card img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      transition: transform 0.4s ease;
       
      opacity: 0.8;
    }

    .client-card:hover img,
    .project-card:hover img {
      transform: scale(1.1);
      filter: grayscale(0%);
      opacity: 1;
    }

    .country-tag {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.7);
      color: var(--primary-color);
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* Project card specific styles */
    .project-card .country-tag {
      background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
      color: white;
    }

    /* Animated background elements */
    .bg-elements {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: -1;
    }

    .bg-element {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 152, 0, 0.05);
      animation: float 15s infinite linear;
    }

    @keyframes float {
      0% {
        transform: translateY(0) rotate(0deg);
      }
      100% {
        transform: translateY(-1000px) rotate(720deg);
      }
    }

    /* Contact section */
    

    /* Footer */
    

    /* Responsive adjustments */
   .clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
  }

  .client-card {
    background: rgba(0, 0, 0, 0.893);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  }

  .client-card img {
    max-width: 100%;
    height: auto;
  }

  .country-tag {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #cdf40c;
  }

  @media (max-width: 992px) {
    .section-title {
      font-size: 2.5rem;
    }

    .clients-grid {
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
    .modern-section {
      padding: 70px 15px;
    }

    .section-title {
      font-size: 2rem;
    }

    .clients-grid {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 20px;
    }
  }

  @media (max-width: 576px) {
    .section-title {
      font-size: 1.8rem;
    }

    .clients-grid {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      gap: 15px;
    }
  }
/* brands and projects end */

/* projects */

/* digital solutions :start */

  /* Digital Solutions Section Styles */
  .digital-solutions {
    position: relative;
    padding: 100px 0;
    background: #000;
    color: white;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
  }
  
  .ds-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .ds-content {
    max-width: 500px;
    flex: 1;
    min-width: 300px;
  }
  
  .ds-tagline {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  .ds-title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation-fill-mode: forwards;
  }
  
  .title-gradient {
    background: linear-gradient(90deg, #fff 0%, #dfff00 50%, #ffcc00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  
  .ds-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  /* Services List Animation */
  .ds-services-container {
    position: relative;
    height: 350px;
    width: 320px;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  .ds-services-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 14s linear infinite;
    transform-style: preserve-3d;
  }
  
  .ds-service-item {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp 0.5s var(--easing) forwards;
    animation-delay: calc(0.8s + var(--delay));
    transform-origin: center;
  }
  
  .service-icon {
    font-size: 1.8rem;
    transition: transform 0.3s ease;
  }
  
  .service-name {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color);
    transition: all 0.3s ease;
  }
  
  .ds-service-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
  }
  
  .ds-service-item:hover .service-icon {
    transform: scale(1.2) rotate(5deg);
  }
  
  .ds-service-item:hover .service-name {
    color: white;
    text-shadow: 0 0 10px var(--color);
  }
  
  /* Overlay for fade effect */
  .ds-services-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    pointer-events: none;
    z-index: 2;
  }
  
  .ds-services-overlay.top {
    top: 0;
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
  }
  
  .ds-services-overlay.bottom {
    bottom: 0;
    background: linear-gradient(to top, #000 0%, transparent 100%);
  }
  
  /* Button Styles */
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: transparent;
    color: white;
    border: 2px solid #dfff00;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s var(--easing);
    overflow: hidden;
    position: relative;
  }
  
  .btn-secondary svg {
    margin-left: 10px;
    transition: transform 0.3s var(--easing);
  }
  
  .btn-secondary:hover {
    background: #dfff00;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(223, 255, 0, 0.3);
  }
  
  .btn-secondary:hover svg {
    transform: translateX(5px);
  }
  
  /* Animations */
  @keyframes scrollUp {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .ds-container {
      flex-direction: column;
      text-align: center;
    }
    
    .ds-content {
      max-width: 100%;
      text-align: center;
    }
    
    .ds-services-container {
      margin-top: 40px;
    }
  }
  
  @media (max-width: 768px) {
    .ds-title {
      font-size: 2.5rem;
    }
    
    .ds-services-container {
      width: 100%;
      height: 300px;
    }
  }
  
  @media (max-width: 480px) {
    .ds-title {
      font-size: 2rem;
    }
    
    .ds-description {
      font-size: 1rem;
    }
    
    .service-name {
      font-size: 1.2rem;
    }
  }

/* DS END */

/* footer */
footer {
      background: linear-gradient(to bottom, #000000, #0a0a0a);
      color: #aaa;
      padding: 60px 0 30px;
      position: relative;
      overflow: hidden;
      --primary-color: #00ffcc;
      --secondary-color: #d4ff4b;
      --dark-bg: #0d0d0d;
      --card-bg: #1a1a1a;
      --text-light: #ccc;
      --text-dark: #333;
    }

    footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    }

    .footer-heading {
      font-size: 0.9rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--primary-color);
      margin-bottom: 1.5rem;
      font-weight: 600;
    }

    .footer-link {
      display: block;
      color: #ddd;
      text-decoration: none;
      margin-bottom: 0.8rem;
      font-weight: 400;
      transition: all 0.3s ease;
      position: relative;
      padding-left: 15px;
    }

    .footer-link::before {
      content: '→';
      position: absolute;
      left: 0;
      color: var(--secondary-color);
      opacity: 0;
      transition: all 0.3s ease;
    }

    .footer-link:hover {
      color: #fff;
      padding-left: 20px;
    }

    .footer-link:hover::before {
      opacity: 1;
      left: 0;
    }

    .contact-btn {
      display: inline-flex;
      align-items: center;
      padding: 12px 25px;
      font-weight: bold;
      color: #fff;
      border: 2px solid var(--primary-color);
      background: transparent;
      border-radius: 30px;
      text-decoration: none;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .contact-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
      transition: all 0.4s ease;
      z-index: -1;
    }

    .contact-btn:hover::before {
      left: 0;
    }

    .contact-btn:hover {
      color: #000;
      border-color: transparent;
    }

    .contact-icon {
      background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
      padding: 12px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 15px;
      color: #000;
      transition: all 0.4s ease;
    }

    .contact-icon:hover {
      transform: rotate(360deg);
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      color: #fff;
      margin: 0 8px;
      transition: all 0.3s ease;
    }

    .social-icons a:hover {
      background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
      color: #000;
      transform: translateY(-5px);
    }

    .hover-glow {
      transition: all 0.3s ease;
    }

    .hover-glow:hover {
      color: #fff !important;
      text-shadow: 0 0 10px var(--secondary-color), 0 0 20px var(--secondary-color);
    }

    /* Back to top button */
    .back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
      color: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 1.2rem;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      z-index: 999;
    }

    .back-to-top.active {
      opacity: 1;
      visibility: visible;
    }

    .back-to-top:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }
  /* footer end */



  /* media page start */
  :root {
      --primary: #d4ff4b;
      --secondary: #00d8d6;
      --accent: #f39c12;
      --dark: #101010;
      --darker: #0a0a0a;
      --light: #f8f9fa;
      --text: #e0e0e0;
      --text-muted: #aaaaaa;
    }
    
    body {
      font-family: 'Poppins', sans-serif;
      background-color: var(--dark);
      color: var(--text);
      overflow-x: hidden;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
    }
    
    /* Navbar Styles */
    .navbar {
      transition: all 0.5s ease;
      padding: 15px 0;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(10px);
    }
    
    .navbar.scrolled {
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.95);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    
    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: var(--primary);
      transition: all 0.3s ease;
    }
    
    .navbar-brand:hover {
      transform: scale(1.05);
      text-shadow: 0 0 10px rgba(212, 255, 75, 0.5);
    }
    
    .nav-link {
      font-weight: 500;
      padding: 8px 15px;
      margin: 0 5px;
      color: var(--text);
      position: relative;
    }
    
    .nav-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--primary);
      transition: width 0.3s ease;
    }
    
    .nav-link:hover:after,
    .nav-link.active:after {
      width: 100%;
    }
    
    .navbar-toggler {
      border: none;
      padding: 0.5rem;
    }
    
    .navbar-toggler:focus {
      box-shadow: none;
    }
    
    .navbar-toggler span {
      display: block;
      width: 25px;
      height: 2px;
      background-color: var(--text);
      margin: 5px 0;
      transition: all 0.3s ease;
    }
    
    .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }
    
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
    }
    
    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }
    
    /* National Section */
    .national-section {
      padding: 100px 0;
      background: linear-gradient(135deg, #0f0c29, #302b63);
      position: relative;
      overflow: hidden;
    }
    
    .national-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://www.transparenttextures.com/patterns/dark-stripes.png');
      opacity: 0.1;
      z-index: 0;
    }
    
    .national-heading {
      text-align: center;
      margin-bottom: 60px;
      position: relative;
      z-index: 1;
    }
    
    .national-heading h2 {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      background: linear-gradient(to right, #fff, var(--primary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: fadeInDown 1s both;
    }
    
    .national-heading p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.7;
      animation: fadeInUp 1s both 0.3s;
    }
    
    .highlight-local {
      color: var(--secondary);
      font-weight: 600;
    }
    
    .highlight-national {
      color: var(--primary);
      font-weight: 600;
    }
    
    .highlight-gig {
      color: var(--accent);
      font-weight: 600;
    }
    
    /* Logo Slider */
    .logo-slider {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding: 30px 0;
    }
    
    .logo-slider::before,
    .logo-slider::after {
      content: '';
      position: absolute;
      top: 0;
      width: 100px;
      height: 100%;
      z-index: 2;
    }
    
    .logo-slider::before {
      left: 0;
      background: linear-gradient(to right, rgba(16,16,16,1), rgba(16,16,16,0));
    }
    
    .logo-slider::after {
      right: 0;
      background: linear-gradient(to left, rgba(16,16,16,1), rgba(16,16,16,0));
    }
    
    .logo-track {
      display: flex;
      gap: 50px;
      width: calc(250px * 10);
      animation: scroll 30s linear infinite;
    }
    
    .logo-track:hover {
      animation-play-state: paused;
    }
    
    .logo-slider img {
      width: 180px;
      height: 90px;
      object-fit: contain;
      
      transition: all 0.5s ease;
    }
    
    .logo-slider img:hover {
      filter: grayscale(0) brightness(1);
      transform: scale(1.1);
    }
    
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-250px * 5));
      }
    }
    
    /* Book Section */
    .book-section {
      padding: 100px 0;
      background: linear-gradient(135deg, #1c1c2b, #0f0f1a);
      position: relative;
      overflow: hidden;
    }
    
    .book-section::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      width: 100%;
      height: 200%;
      background: radial-gradient(circle, rgba(212,255,75,0.05) 0%, rgba(0,0,0,0) 70%);
      z-index: 0;
    }
    
    .book-image {
      position: relative;
      z-index: 1;
      transition: all 0.5s ease;
    }
    
    .book-image img {
      border-radius: 10px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
      transform: perspective(1000px) rotateY(-15deg);
      transition: all 0.5s ease;
    }
    
    .book-image:hover img {
      transform: perspective(1000px) rotateY(-5deg) scale(1.03);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    }
    
    .book-content {
      position: relative;
      z-index: 1;
    }
    
    .book-content h2 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 10px;
      background: linear-gradient(to right, var(--secondary), var(--primary));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    
    .book-content h4 {
      font-size: 1.5rem;
      font-style: italic;
      color: var(--accent);
      margin-bottom: 30px;
    }
    
    .book-content p {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }
    
    .btn-outline-light {
      border: 2px solid var(--text);
      color: var(--text);
      font-weight: 600;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .btn-outline-light:hover {
      background-color: var(--primary);
      border-color: var(--primary);
      color: var(--dark);
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(212, 255, 75, 0.2);
    }
    
    .btn-outline-light:active {
      transform: translateY(0);
    }
    
    /* Record Holder Section */
    .record-holder-section {
      padding: 100px 0;
      background: linear-gradient(135deg, #101010, #1a1a2e);
      position: relative;
    }
    
    .record-holder-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
      opacity: 0.1;
      z-index: 0;
    }
    
    .record-text {
      position: relative;
      z-index: 1;
    }
    
    .record-text h2 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 15px;
      background: linear-gradient(to right, var(--accent), #ffd700);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    
    .record-text h4 {
      font-size: 1.5rem;
      color: var(--secondary);
      margin-bottom: 30px;
      font-style: italic;
    }
    
    .record-text p {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }
    
    .record-image {
      position: relative;
      z-index: 1;
      
    }
    
    .record-image img {
      border-radius: 10px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
      transition: all 0.5s ease;
      
    }
    
    .record-image:hover img {
      transform: scale(1.03) rotate(1deg);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    }
    
    .btn-outline-warning {
      border: 2px solid var(--accent);
      color: var(--accent);
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .btn-outline-warning:hover {
      background-color: var(--accent);
      color: var(--dark);
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(243, 156, 18, 0.3);
    }
    
    
    .back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: var(--primary);
      color: var(--dark);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    
    .back-to-top.active {
      opacity: 1;
      visibility: visible;
    }
    
    .back-to-top:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(212, 255, 75, 0.3);
    }
    
    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .national-heading h2 {
        font-size: 2.8rem;
      }
      
      .book-content h2,
      .record-text h2 {
        font-size: 2.5rem;
      }
    }
    
    @media (max-width: 768px) {
      .national-heading h2 {
        font-size: 2.2rem;
      }
      
      .book-content h2,
      .record-text h2 {
        font-size: 2rem;
      }
      
      .book-content h4,
      .record-text h4 {
        font-size: 1.3rem;
      }
    }
    
    @media (max-width: 576px) {
      .national-heading h2 {
        font-size: 1.8rem;
      }
      
      .national-heading p {
        font-size: 1rem;
      }
      
      .logo-slider img {
        width: 120px;
        height: 60px;
      }
    }

    /* more media */
    