.elementor-166 .elementor-element.elementor-element-ef82a7d{--spacer-size:20px;}.elementor-166 .elementor-element.elementor-element-fab70d4{--spacer-size:15px;}.elementor-166 .elementor-element.elementor-element-15c8d9d{--spacer-size:50px;}.elementor-166 .elementor-element.elementor-element-cbc28cb{--spacer-size:50px;}.elementor-166 .elementor-element.elementor-element-45dc704{--spacer-size:50px;}.elementor-166 .elementor-element.elementor-element-47ffc14{--spacer-size:50px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-166 .elementor-element.elementor-element-0587510{--divider-border-style:solid;--divider-color:#00000052;--divider-border-width:1px;}.elementor-166 .elementor-element.elementor-element-0587510 .elementor-divider-separator{width:100%;}.elementor-166 .elementor-element.elementor-element-0587510 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-166 .elementor-element.elementor-element-4b2918a{--spacer-size:50px;}.elementor-166 .elementor-element.elementor-element-c615bb2{--divider-border-style:solid;--divider-color:#00000052;--divider-border-width:1px;}.elementor-166 .elementor-element.elementor-element-c615bb2 .elementor-divider-separator{width:100%;}.elementor-166 .elementor-element.elementor-element-c615bb2 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-166 .elementor-element.elementor-element-4ec0e5b{--spacer-size:50px;}.elementor-166 .elementor-element.elementor-element-ab74f48{--spacer-size:50px;}body.elementor-page-166:not(.elementor-motion-effects-element-type-background), body.elementor-page-166 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3fb12af *//* General Layout */
.fluentform-custom-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px; /* Adjust padding on left and right */
    max-width: 1200px;
    margin: auto;
}

/* Left Column */
.custom-left-column {
    width: 48%; /* Slightly reduce width to allow for a bigger gap */
    padding-right: 60px; /* Increase space between columns */
}

/* Right Column */
.custom-right-column {
    width: 45%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.chatbot-container {
    text-align: center;
}

.chatbot-header {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Chatbot iframe */
.chatbot-iframe-wrapper iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
}

/* Styling for the email input and button */
.fluentform-email-wrapper .ff-el-input--email input {
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* Full-width Subscribe Button */
.fluentform-email-wrapper button.ff-btn-submit {
    background-color: #0073e6;
    color: #fff;
    padding: 12px 16px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%; /* Make the button full width */
    box-sizing: border-box;
    margin-bottom: 10px; /* Added margin to create space above opt-in message */
}

.fluentform-email-wrapper button.ff-btn-submit:hover {
    background-color: #005bb5;
}

/* Opt-in Message */
.opt-in-message {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left; /* Aligned to the left to keep consistency with the layout */
}

/* Larger Subtext */
.custom-subtext {
    font-size: 20px; /* Increased size */
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Adjusted H1 Header */
.custom-header {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .custom-left-column, .custom-right-column {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .fluentform-custom-layout {
        flex-direction: column;
        padding: 0 10px; /* Reduced padding for mobile */
    }

    .custom-header {
        font-size: 28px;
    }

    .custom-subtext {
        font-size: 18px; /* Slightly smaller subtext for mobile */
    }

    .chatbot-iframe-wrapper iframe {
        height: 350px;
    }

    /* Mobile-specific styles for opt-in message */
    .opt-in-message {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; /* Center aligned for mobile view */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d92612 *//* Carousel Container */
.carousel-container {
  margin: 30px auto;
  width: 90%;
  position: relative;
}

.carousel-container h2 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px; /* Adjusted margin below the heading */
}

/* Divider Line */
.carousel-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 20px; /* Padding between divider and images */
  z-index: 1; /* Make sure it's above other elements */
  position: relative;
}

/* Carousel Wrapper */
.carousel-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 20px; /* Added margin to create space between divider and carousel */
}

.carousel {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.carousel-item {
  min-width: 306px; /* Set width to match the image size */
  max-width: 306px; /* Set width to match the image size */
  margin-right: 20px;
  flex-shrink: 0;
  cursor: pointer; /* Add pointer cursor for clickability */
}

.carousel-item img {
  width: 306px;  /* Set the width to 306px */
  height: 186px; /* Set the height to 186px */
  border-radius: 10px;
  object-fit: cover; /* Ensure the image fits well without stretching */
}

.carousel-item p {
  font-size: 14px;
  margin-top: 10px;
}

/* Arrows */
.carousel-prev,
.carousel-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

/* Scrollbar */
.carousel {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}

.carousel::-webkit-scrollbar {
  height: 8px;
}

.carousel::-webkit-scrollbar-track {
  background: transparent;
}

.carousel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* Popup Styling */
.coming-soon-popup {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

/* Hide Arrows and Scrollbar on Mobile */
@media (max-width: 768px) {
  .carousel-prev,
  .carousel-next {
    display: none;
  }

  .carousel {
    scrollbar-width: none;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b2d219 */.subscribe-section {
  display: flex;
  align-items: center;
  justify-content: center; /* Center both elements horizontally */
  background-color: #fff;
  padding: 20px 40px;
  gap: 20px;
  flex-wrap: wrap; /* Allows elements to stack on smaller screens */
}

.subscribe-content p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0;
  text-align: center; /* Centers text within the content div */
}

.subscribe-content .highlight-text {
  color: #e95923;
}

.subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the form elements */
  flex-wrap: wrap;
}

.subscribe-input {
  padding: 10px 15px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
  min-width: 250px; /* Ensures the input doesn't shrink too much on mobile */
}

.subscribe-button {
  background-color: #e95923;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-button:hover {
  background-color: #d0471c;
}

/* Responsive styling */
@media (max-width: 768px) {
  .subscribe-section {
    flex-direction: column;
    gap: 15px; /* Smaller gap on mobile */
  }

  .subscribe-content p {
    font-size: 28px; /* Slightly smaller font for better fit on mobile */
  }

  .subscribe-input {
    min-width: 100%; /* Makes input field full-width on mobile */
    border-radius: 4px 4px 0 0; /* Rounds top corners on mobile */
  }

  .subscribe-button {
    width: 100%; /* Makes button full-width on mobile */
    border-radius: 0 0 4px 4px; /* Rounds bottom corners on mobile */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e486cce */.analysis-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: #1e2b47;
  color: #fff;
  border-radius: 8px;
  gap: 60px; /* Increased gap to add more spacing */
}

.analysis-image {
  flex: 1;
  max-width: 300px; /* Constrain the image width */
}

.analysis-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.analysis-content {
  flex: 1;
  max-width: 500px;
  text-align: left;
}

.analysis-content h2 {
  font-size: 34px; /* Larger font size */
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #fff;
}

.analysis-content p {
  font-size: 20px; /* Larger font size */
  line-height: 1.5;
  margin: 0 0 25px;
  color: #ddd;
}

.analysis-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.analysis-form input[type="email"] {
  padding: 12px 20px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
  min-width: 250px;
}

.analysis-form button {
  background-color: #e95923;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 25px;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.analysis-form button:hover {
  background-color: #d0471c;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .analysis-section {
    flex-direction: column;
    padding: 20px;
    gap: 20px; /* Adjusted gap for mobile */
  }

  .analysis-image,
  .analysis-content {
    max-width: 100%;
    text-align: center;
  }

  .analysis-content h2 {
    font-size: 28px;
  }

  .analysis-content p {
    font-size: 18px;
  }

  .analysis-form {
    flex-direction: column;
    width: 100%;
  }

  .analysis-form input[type="email"],
  .analysis-form button {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7225cda */.marketing-plan-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.marketing-plan-left {
    flex: 1;
    min-width: 300px;
}

.marketing-plan-left h2 {
    font-size: 2.4rem; /* Increased font size */
    margin-bottom: 15px;
    color: #333;
}

.marketing-plan-left p {
    font-size: 1.2rem; /* Slightly larger font size */
    margin-bottom: 20px;
    color: #555;
}

.marketing-plan-left ul {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 1.1rem; /* Increased font size */
    color: #333;
}

.marketing-plan-left li {
    margin-bottom: 12px;
}

.marketing-plan-right {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.marketing-plan-right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

.download-heading {
    font-size: 1.6rem;
    margin: 10px 0;
    color: #0073e6;
    font-weight: bold;
}

.download-subtext {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #555;
}

.download-button {
    display: inline-block;
    background-color: #0073e6;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: background-color 0.3s;
}

.download-button:hover {
    background-color: #005bb5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .marketing-plan-container {
        flex-direction: column;
        align-items: center;
    }

    .marketing-plan-left, .marketing-plan-right {
        margin: 0;
        text-align: center;
    }

    .marketing-plan-left ul {
        margin-left: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-259f524 *//* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Container for Recent Articles Section */
.article-cards-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.article-cards-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Cards Wrapper */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Card Style */
.card {
  background-color: #f9f9f9;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Card Image Section */
.card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* Card Content */
.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.card-author {
  font-size: 12px;
  color: #333;
  font-style: italic;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2a8c26 *//* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Container for Recent Articles Section */
.article-cards-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.article-cards-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Cards Wrapper */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Card Style */
.card {
  background-color: #f9f9f9;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Card Image Section */
.card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* Card Content */
.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.card-author {
  font-size: 12px;
  color: #333;
  font-style: italic;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91cb397 *//* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Container for Recent Articles Section */
.article-cards-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.article-cards-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Cards Wrapper */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Card Style */
.card {
  background-color: #f9f9f9;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Card Image Section */
.card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* Card Content */
.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.card-author {
  font-size: 12px;
  color: #333;
  font-style: italic;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b6975a *//* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Container for Recent Articles Section */
.article-cards-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.article-cards-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Cards Wrapper */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Card Style */
.card {
  background-color: #f9f9f9;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Card Image Section */
.card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* Card Content */
.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.card-author {
  font-size: 12px;
  color: #333;
  font-style: italic;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a045440 *//* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Container for Recent Articles Section */
.article-cards-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.article-cards-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Cards Wrapper */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Card Style */
.card {
  background-color: #f9f9f9;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Card Image Section */
.card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* Card Content */
.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.card-author {
  font-size: 12px;
  color: #333;
  font-style: italic;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b5808c *//* Intro Section Styling */
.intro-section {
  width: 100%;
  background-color: #e8f4fa; /* Light background color for full-width effect */
  padding: 50px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.intro-section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.intro-section p {
  font-size: 1.2rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.social-icons img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .intro-section h2 {
    font-size: 1.8rem;
  }

  .intro-section p {
    font-size: 1rem;
  }

  .social-icons img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .intro-section {
    padding: 30px 15px;
  }

  .intro-section h2 {
    font-size: 1.5rem;
  }

  .intro-section p {
    font-size: 0.9rem;
  }

  .social-icons img {
    width: 35px;
    height: 35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b45bf4 *//* Styling for the Post Generator layout */
#post-generator {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  font-family: Arial, sans-serif;
  padding: 20px;
}

.column {
  flex: 1;
}

/* Styling for the Input Form */
#input-form {
  display: flex;
  flex-direction: column;
  text-align: left;
}

label {
  margin-top: 10px;
  font-weight: bold;
}

input, button {
  margin-top: 5px;
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#generate-btn {
  background-color: #1877f2;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
}

/* Styling for the Social Media Post Mockup */
.mockup {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  max-width: 500px;
  margin: auto;
}

.header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.name {
  font-weight: bold;
  color: #333;
}

.time {
  color: #888;
  font-size: 0.8rem;
  margin-left: 5px;
}

.options {
  margin-left: auto;
  font-size: 1.2rem;
  color: #888;
}

.content {
  font-size: 1rem;
  margin-top: 10px;
  color: #333;
}

/* Styling for the Main Image Placeholder */
.image-placeholder {
  width: 100%;
  max-width: 500px;
  height: 250px;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 10px;
}

.image-placeholder .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fits within the container without overflowing */
  border-radius: 8px;
}

/* Footer with Likes, Comments, Shares */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #888;
}

.reactions {
  display: flex;
  align-items: center;
}

.reaction-icons {
  font-size: 1.2rem;
  margin-right: 5px;
}

.comments-shares span {
  margin-right: 10px;
}

.button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.button-group button {
  flex: 1;
  margin: 0 5px;
  background-color: #1877f2;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.button-group button:hover {
  background-color: #155cbb;
}

/* Loading Spinner */
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Two-column layout for larger screens */
@media (min-width: 768px) {
  #post-generator {
    flex-direction: row;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .intro-section h2 {
    font-size: 1.8rem;
  }

  .intro-section p {
    font-size: 1rem;
  }

  .social-icons img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .intro-section {
    padding: 30px 15px;
  }

  .intro-section h2 {
    font-size: 1.5rem;
  }

  .intro-section p {
    font-size: 0.9rem;
  }

  .social-icons img {
    width: 35px;
    height: 35px;
  }
}/* End custom CSS */