  /* Navigation Bar */
        nav {
            width: 100%;
            background-color: #4d2e95;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px 0;
            flex-wrap: wrap;
        }

        nav a {
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: bold;
            text-align: center;
        }

        nav a:hover {
            background-color: #9bc444;
        }

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            justify-content: flex-start;
            align-items: center;
            background: url('https://mkadolls.com/images/side1.png') left top repeat-y, 
                        url('https://mkadolls.com/images/side2.png') right top repeat-y, 
                        url('https://mkadolls.com/images/greenb.png') center center no-repeat;
            background-size: 150px auto, 150px auto, cover;
        }

        .content-wrapper {
            width: 93%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 10px;
            background-color: transparent;
        }

        header {
            background-color: rgba(255, 98, 161, 0.9);
            color: white;
            padding: 0.5rem;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 100%;
        }

        header img {
            max-width: 100%;
            height: auto;
        }

        .container {
            background-color: white;
            padding: 4rem;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 0px;
            text-align: center;
        }

        .coming-soon {
            font-size: 2rem;
            font-weight: bold;
            color: #df5981;
            text-shadow: 2px 2px 10px #FF62A1;
        }

        .copyright {
            text-align: center;
            padding: 10px;
            font-size: 0.9rem;
            color: #fff;
            background: #4d2e95;
            width: 100%;
            margin-top: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .instagram-links {
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
        }

        .instagram-links a img {
            width: 30px;
            height: 30px;
        }
        .info-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            max-width: 1000px;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .info-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        .info-content img {
            width: 100%;
            max-width: 400px;
            height: auto;
            border-radius: 10px;
            margin-bottom: 10px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .info-text {
            text-align: left;
            width: 100%;
            font-size: 14px;
        }
        .links {
            margin-top: 20px;
            text-align: center;
        }

        .links a {
            display: inline-block;
            padding: 10px 20px;
            margin: 10px;
            text-decoration: none;
            background-color: #4d2e95;
            color: white;
            font-weight: bold;
            border-radius: 5px;
            text-align: center;
            transition: background-color 0.3s ease;
        }

        .links a:hover {
            background-color: #df5981;
        }        .video {
            margin-top: 10px;
            width: 100%;
        }
        .video iframe {
            width: 50%;
            height: 300px;
            border-radius: 10px;
        }
          .go-back-container {
            text-align: center;
            margin-top: 20px;
        }

        .go-back-button {
            background-color: #9bc444;
            color: white;
            padding: 10px 20px;
            font-size: 1.2rem;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }

        .go-back-button:hover {
            background-color: #df5981;
        }
.video-container {
  max-width: 50%; /* Allow it to be full width */
  margin: 0 auto; /* Center it horizontally */
  padding: 20px; /* Add some space around the video */
}

#video-player {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
  max-width: 800px; /* Optional: limit max width */
  display: block; /* Center on the page */
  margin: 0 auto;
}
}
    .big-mobile5 {
        max-width: 50% !important;
        height: auto !important;
    }

/* Mobile Styles */
@media (max-width: 767px) {
  #video-player {
    width: 100%; /* Full width on mobile */
    height: auto; /* Maintain aspect ratio */
  
}
    .big-mobile {
        max-width: 80% !important;
        height: auto !important;
    }
    .big-mobile4 {
        max-width: 1.5% !important;
        height: auto !important;
    }

    .big-mobile3 {
        max-width: 20% !important;
        height: auto !important;
    }
    .big-mobile2 {
        max-width: 100% !important;
        height: auto !important;
        height: auto !important;
    } 
}
.circle-image {
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Ensure it's the same as width to keep it a circle */
    border-radius: 50%; /* Makes it a circle */
    border: 5px solid #9bc444; /* Adjust border color and size */
    object-fit: cover; /* Ensures the image covers the circular area */
    display: block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow */
}  

h3 {
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #7d7df7; /* Solid border around letters */
    color: white; /* Font color */
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    text-decoration: underline; /* Add underline */
    letter-spacing: -1px; /* Adjust spacing between letters */
}

.sales-analysis {
  max-width: ;
  margin: 20px auto;
  padding: 60px;
  background: #30c9ef;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  font-family: Arial, Helvetica, sans-serif;
}

.sales-analysis h1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 10px;
  color: #1a2a4f;
}

.sales-analysis h2 {
  font-size: 26px;
  margin-top: 40px;
  padding-bottom: 8px;
  border-bottom: 3px solid #ff6f61;
  color: #1a2a4f;
}

.sales-analysis p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.sales-analysis ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.sales-analysis li {
  margin-bottom: 10px;
}

.sales-analysis sup a {
  background: #ff6f61;
  color: #fff !important;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}

.sales-analysis sup a:hover {
  background: #e55448;
}

.sales-analysis ol.references {
  margin-top: 40px;
}

.sales-analysis ol.references li {
  margin-bottom: 10px;
}

.sales-analysis a {
  color: #ff6f61;
  font-weight: 600;
}