#svg2 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
#svg3 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
#svg4 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
#svg5 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
#svg6 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
#svg7 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
#svg8 {
    position: absolute;
    top: 15%;
    left: 19.5% !important;
    transform: translateX(-50%);
    width: 128px;
    height: 100vh !important;
}
body,
.background-sectiona {
    transition: background-image 1s ease-in-out;
}

/* Fixed parent container with 80% width and height */
/* Updated container for proper centering */
.container {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: transparent;
    position: fixed;
    top: 10%; /* Vertically centered */
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1001;
}

/* Flex children: one for SVG and one for content */
.svg-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; /* Adds spacing around SVGs */
}

/* SVG styling for proper height and fit */
.svg-wrapper svg {
    max-height: 90%; /* SVG should take up no more than 90% of the container height */
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure SVG fits within its container */
    padding: 0; /* Reset any unnecessary padding */
}

/* Content wrapper with proper styling */
.content-wrapper {
    position: fixed;
    transform: translateX(65%);
    top: 30%;
    width: 40vw !important;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

/* Background Panels */
body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: transparent;
}
.svg-element {
    position: absolute;
    left: -10px; /* Example of decreasing left */
    top: 0; /* Adjust as needed */
    overflow: visible; /* Ensure SVG's overflow is visible */
}
/* Background Panels */
.panel {
    height: 100vh; /* Ensure panel takes up full viewport height */
    position: relative;
    background-size: cover; /* Adjusts based on the chosen size property */
    background-position: center; /* Center the background image */
    background-attachment: fixed; /* Fixed background effect */
}

.panel {
    background-size: 100% 100%;
}

.panel:nth-child(1),
.panel:nth-child(2),
.panel:nth-child(3),
.panel:nth-child(4) {
    background-image: url('../images/banner-section.png'); /* First set of images */
}

.panel:nth-child(5) {
    background-image: url('../images/banner-5.png');
}
.panel:nth-child(6),
.panel:nth-child(7),
.panel:nth-child(8) {
    background-image: url('../images/banner-2.png'); /* Second set of images */
}

h1#heading {
    font-size: 24px;
    color: white !important;
    font-weight: 500;
    clip-path: polygon(13% 0, 98% 0, 100% 100%, 0% 100%);
    background-color: #012e5d;
    width: 52%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
}
p#description {
    margin-bottom: 3rem;
    font-size: 18px;
    color: #ffffff !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.span-container {
    position: relative;
    margin-top: -5%;
    display: flex;
    flex-direction: column !important;
}
.icon-img {
    width: 45px;
    height: 45px;
    padding: 10px;
}

.button,
#learn-more {
    padding: 8px 16px;
    background-color: #ee4e34;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: white 1px solid;
    display: flex;
    margin: auto;
    cursor: pointer;
    border-radius: 20px;
}

#launch {
    width:150px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: white;
    cursor: pointer;
    margin:auto;
    background:#012e5d;
    background: linear-gradient(to right, #0f0c29, #012e5d, #24243e);
    border: 1px solid white;
    letter-spacing: 0.05em;
    border-radius: 20px;
}
#launch button{
    padding:8px 16px;
    display: flex;
    align-items: center;
    margin:auto;
    border:none;
    background:transparent;
    cursor: pointer;
    font-weight:500;
    font-size:16px;
    color:white;
}
#launch svg {
    margin-right: 3px;
    transform: rotate(30deg);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #launch span {
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #launch:hover svg {
    transform: translateX(5px) rotate(90deg);
  }
  #launch:hover span {
    transform: translateX(7px);
  }
nav {
    display: flex;
    background-color: #ee4e34;
    width: 100vw;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
}
nav h1 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}
.consult {
    background-color: white;
    color: black;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    margin: auto;
    cursor: pointer;
    padding: 8px 16px;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    border-radius: 24px;
}
.nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures the header stays on top of other content */
}
.logo {
    position: fixed;
    z-index: 5000;
    width: 13%;
    height: auto;
    margin-top: 5%;
    padding: 10px 20px;
}
.icon {
    width: 100%;
    height: 100%;
}
.startup {
    width: 80px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.legal {
    width: 80px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.online {
    width: 80px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.compliances {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}
.business-operations {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}
.startup-sub {
    width: 35px;
    height: 33px;
    padding: 10px;
    background-color: #012e5d;
    border: none;
    border-radius: 12px;
}
.legal-sub {
    width: 35px;
    height: 33px;
    padding: 10px;
    background-color: #ee4e34;
    border: none;
    border-radius: 12px;
}
.online-sub {
    width: 35px;
    height: 33px;
    padding: 10px;
    background-color: #29d7ff;
    border: none;
    border-radius: 12px;
}
.complainces-sub {
    width: 35px;
    height: 33px;
    padding: 10px;
    background-color: #f88471;
    border: none;
    border-radius: 12px;
}
.business-operations-sub {
    width: 35px;
    height: 33px;
    padding: 10px;
    background-color: #012e5d;
    border: none;
    border-radius: 12px;
}
.icon-container {
    top: 15%; /* Vertically centered */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
    width: 60%;
    height: 90px;
    position: fixed;
    z-index: 1002;
    margin: auto;
}
h2 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

/* form css code */
/* Popup Form Styling */
.popup-form {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw; /* Make width responsive */
    max-width: 1000px; /* Maximum width for larger screens */
    border-radius: 10px;
    box-shadow: 0px 0px 99.3px 398px #00000040;
    z-index: 9999;
    display: flex; /* Use Flexbox for layout */
    flex-direction: column; /* Stack children vertically */
    background: white; /* Add background to the form */
  }
  
  .launch-gif {
    width: 100%; /* Make the GIF take the full width of its container */
    height: 100%; /* Maintain aspect ratio */
    border-top-left-radius: 10px; /* Rounded top left corner */
    border-bottom-left-radius: 10px; /* Rounded bottom left corner */
  }
  
  .form-section {
    width: 100%; /* Set width to 100% for both sections */
    display: flex; /* Use Flexbox for layout */
    flex-direction: column; /* Stack items vertically */
  }
  .form-sections {
    width: 100%; /* Set width to 100% for both sections */
    display: flex; /* Use Flexbox for layout */
    flex-direction: column; /* Stack items vertically */
  }
  
  /* Styling for form inputs */
  .popup-form input {
    width: 90%;
    margin: 12px 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
  }
  
  .popup-form textarea {
    width: 90%;
    margin: 12px 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
  }
  
  /* Styling for submit button */
  .popup-form button[type="submit"] {
    background-color: #ee4e34; /* Change to your desired color */
    color: white; /* Text color */
    border: none; /* Remove border */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s; /* Smooth transition */
    width: 95%;
    margin-top: 12px; /* Ensure some spacing above the submit button */
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .popup-form button[type="submit"]:hover {
    background-color: #cc3119; /* Darker shade on hover */
  }
  
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.8);
    display: none; /* Hidden by default */
    z-index: 1000;
  }
  
  form#enrollmentForm {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
  
  /* Additional styles for labels */
  label {
    text-align: left;
    font-size: 16px;
    margin: 5px 0;
  }
  
  /* Close button styling */
  .close-button {
    position: absolute;
    top: 10px; /* Distance from the top */
    right: 15px; /* Distance from the right */
    background: transparent; /* Make the background transparent */
    border: none; /* Remove the border */
    font-size: 32px;
    color: black; /* Button color */
    cursor: pointer; /* Pointer cursor on hover */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
    font-weight: 500;
  }
  
  /* Responsive Styles */
  @media (min-width: 768px) {
    .popup-form {
      flex-direction: row; /* Use row layout for larger screens */
    }
  
    .form-section {
      width: 60%; /* Set width to 50% for both sections */
      height: auto; /* Allow for auto height */
    }
    .form-sections {
        width: 60%; /* Set width to 50% for both sections */
        height: auto; /* Allow for auto height */
      }
  }
  
  @media (max-width: 767px) {
    .popup-form {
      width: 90%; /* Adjust width for smaller screens */
    }
  
    .form-section {
      width: 100%; /* Full width for mobile */
      padding: 10px; /* Padding remains */
    }
    .form-sections {
        width: 100%; /* Full width for mobile */
        padding: 10px; /* Padding remains */
      }
  
    .popup-form input {
      font-size: 14px; /* Slightly smaller font size for mobile */
    }
  }
/* Add gap between GIF and form */
.form-section + .form-section {
    margin-top: 20px; /* Adjust the gap size as needed */
}

.arrow-container {
    width: fit-content;
    gap: 10px;
    margin: auto;
}
.arrow-container {
    transition: opacity 0.5s ease; /* Smooth fade-out effect */
}

.hidden {
    opacity: 0; /* Make the container invisible */
    pointer-events: none; /* Disable interactions while hidden */
}

.double-arrows {
    position: absolute;
    top: 83%;
    left: 49.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow {
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #ff8f56; /* Orange color for the arrow */
    border-right: 4px solid #ff8f56;
    transform: rotate(45deg);
    margin: 5px 0;
    border-radius: 3px; /* Add radius to the edges */
}

.static {
    position: relative;
}

.floating {
    position: relative;
    animation: float 2s infinite ease-in-out;
}

.container .title {
    font-size: 0.9em;
    color: #283149;
    text-align: center;
    margin-top: 15px;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(45deg);
    }
    50% {
        transform: translateY(-10px) rotate(45deg); /* Adjust height for float effect */
    }
    100% {
        transform: translateY(0px) rotate(45deg);
    }
}
div#reverseText {
    position: relative;
    width: 30vw;
    font-size: 24px;
    font-weight:500;
    color: black;
    top: 50%; /* Align the text in the middle of the page vertically */
    right: 0%; /* Align the text completely to the right side of the page */
    transform: translateY(-50%); /* Center it vertically */
    text-align: left;
    z-index: -1;
}
div#additionalText {
    width: 30vw;
    font-size: 24px;
    font-weight: 500;
    color: black;
    display: block;
    margin-bottom: -0.2rem;
}

.reversegif {
    display:flex;
    flex-direction: column;
    align-items: flex-start; /* Vertically center align the GIF and text */
}

#gifImage {
    width: 75px; /* Adjust width as per your requirement */
    height: auto;
    display: inline-block; /* Ensure it stays inline */
}

#learn-more {
    transition: transform 0.3s ease, border-color 0.3s ease; /* Add transition for transform and border-color */
}

#learn-more i {
    transition: transform 0.3s ease; /* Add transition for the icon movement */
}

#learn-more {
    transition: width 0.3s ease; /* Add transition for width and transform */
}

#learn-more:hover {
    width: 150px; /* Set the width on hover */
    transform: scale(1.02); /* Slightly scale the button */
}

#learn-more:hover i {
    transform: translate(10px); /* Move the icon to the right */
}

div#dummyText {
    font-size: 24px;
    font-weight:500;
    margin-bottom: 2.5rem;
}
/* footer css */
div#footer-popup {
    display: none;
    position: fixed;
    width: 100%;
}
.footer-container {
    position: fixed;
    background-color: white;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    width: 100%;
    height: 65vh;
    display: flex;
    bottom: 0;
    left: 0; /* Ensure it's above other content */
    z-index: -1;
}
footer {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: -1;
}

/* Container to align the content properly within the footer */
.footer-containers {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
 
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    gap: 3rem;
}
.footer-logo img {
    max-width: 210px;
    flex: 1;
    padding: 20px 0px;
}

.footer-columns {
    display: flex;
    flex: 4;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 150px;
}

.footer-column h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3d3d3d;
}

.footer-column address {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.footer-column a {
    text-decoration: none;
    color: #007bff;
}

.footer-column a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    text-align: center;
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: space-between;
    left: 0;
    height: 50px;
    width: 100%; /* Ensure it stretches across the full width */
    background-color: #012e5d; /* Optional: Set background for footer bottom */
}

.footer-bottom p {
    margin: 0;
    color: white;
    text-align: center;
    align-items: center;
    font-size: 12px;
    margin: auto;
    line-height: 15px;
}

.contact-info-btn {
    background-color: white;
    color: black;
    height: 50px;
    width: 150px;
    border: none;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}
.closed-button {
    position: absolute;
    top: 10px; /* Distance from the top */
    right: 15px; /* Distance from the right */
    background: transparent; /* Make the background transparent */
    border: none; /* Remove the border */
    font-size: 32px;
    color: black; /* Button color */
    cursor: pointer; /* Pointer cursor on hover */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
    font-weight: 500;
}
#launching-dots{
    font-size: 36px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dot {
    opacity: 0;
    animation: fade 1.5s infinite;
}

@keyframes fade {
    0%, 20% { opacity: 0; }
    40%, 60% { opacity: 1; }
    80%, 100% { opacity: 0; }
}
@media screen and (min-width:250px) and (max-width:799px){
    body{
        display:none;
    }
}