body{
  overflow-x: hidden;
  background-color: #f6e5e5;
}
.full-width-div {
  width: 100vw; /* Ensures the div takes full viewport width */
  height: 64px;
  background-color: #2b3949; /* Optional: background color for visibility */
  margin: 0; /* Removes any default margin */
  padding: 0; /* Removes any default padding */
}
.left-section{
  width: 40vw;
  position: relative;
  line-height: 64px;
  float: left;
  left: 130px;
}
svg{
  position: relative;
  top: -1px;
  font-weight: bolder;
  right: 4px;
  
}
.working-hours{
  color: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.timing{
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.right-section{
width: 700px !important;
position: relative;
float: right;
right: 40px;
line-height: 64px;
color: white;
}
.divider-container {
display: flex;
align-items: center;
justify-content: center;
height: 64px;
}
.divider-container .divider {
margin: 0 10px;
color: #fff; /* White color for text */
font-weight: bold;
}
.email{
color: #f5f5f5;
font-size: 16px;
font-weight: bold;
font-family: "Inter", sans-serif;

}
.number{
height: auto;
color: #f5f5f5;
font-size: 16px;
font-weight: bold;
font-family: "Inter", sans-serif;
}
.num{
margin-left: 8px;
}
.header-icon{
  margin-left: 10px;
  color: white;
}
.header-icon:hover{
  color: rgba(255, 255, 255, 0.838);
}

@media (max-width: 769px){
  .full-width-div{
      display: none;
  }

}

/* Navbar styling for desktop view */
.navbar {
  height: 99px;
  padding: 0;
  background-color: #f8f9fa; /* Adjust based on your design */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: for a shadow effect */
  
}

.navbar-brand img {
  height: 120px;
  object-fit: contain;
  margin-top: 6px;
  margin-left: 3px;
}

.navbar-nav {
  margin: 0 auto; /* Centering the nav items */
  margin-left: 140px;
}

.btn-custom {
  margin-left: auto; /* Pushes the button to the right */
}

/* Hide the toggler for desktop */
.navbar-toggler {
  display: none;
}
.nav-link{
  color: black !important;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-right: 15px;
}
.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  color: black !important;          /* Ensure text color is black */
  font-size: 16px;                  /* Set font size */
  font-family: "Inter", sans-serif; /* Use "Inter" font */
  
  width: auto;            /* Adjust width automatically based on content */
  min-width: 100%;        /* Ensure it covers the full width of the dropdown trigger */
  white-space: nowrap;    /* Prevent text from wrapping into multiple lines */
}
/* Hide the dropdown by default */
#servicesDropdown {
  display: none;
}

/* Show the dropdown when the 'show' class is added */
#servicesDropdown.show {
  display: block;
  font-weight: bold;
  
}


/* Get Started Now Button Styling */
#getStartedButton {
  width: 320px !important; /* Width of the button */
  height: 44px; /* Height of the button */
  background-color: #2B3949; /* Background color */
  color: #FFFFFF; /* Text color */
  font-family: "Inter", sans-serif;
  font-size: 15px; /* Font size */
  border: none; /* Remove default border */
  border-radius: 5px; /* Optional: rounded corners */
  display: flex; /* Aligns the content properly */
  align-items: center; /* Centers text vertically */
  justify-content: center; /* Centers text horizontally */
  padding: 10px 20px; /* Optional: padding inside the button */
  text-transform: uppercase; /* Optional: uppercase text */
  cursor: pointer; /* Change cursor to pointer on hover */
  margin-right: 35px;
}

#getStartedButton svg {
  margin-left: 8px; /* Spacing between text and icon */
  position: relative;
  top: -4px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .navbar {
    height: auto; /* Allow height to adjust for mobile */
    position: absolute ;
    top: 0px !important;
  }

  .navbar-brand img {
    height: auto; /* Adjust logo height for mobile */
  }

  .navbar-nav {
    margin: 0; /* Centering for mobile view */
  }

  .btn-custom {
    margin: 20px 0; /* Adjust spacing for mobile */
    display: block;
  }

  .navbar-toggler {
    display: block; /* Show the toggler for mobile */
    margin-right: 10px !important;
  }
  #getStartedButton{
    display: none;
  }
}

    /* Mobile view adjustments */
    @media (max-width: 991.98px) {
      .social-icons {
        margin-top: 20px; /* Space between contact info and icons */
        display: flex;
        justify-content: flex-start; /* Align icons to the left */
        width: 100%;
      }
  
      .social-icons a {
        color: #000; /* Icon color */
        text-decoration: none; /* Remove underline */
        font-size: 24px; /* Adjust icon size */
        margin-right: 10px; /* Space between icons */
      }
  
      .social-icons a:last-child {
        margin-right: 0; /* Remove right margin from the last icon */
      }
  
      .navbar-brand img {
        height: 60px; /* Adjust this value as needed */
      }
  
      .navbar-collapse {
        position: fixed;
        top: 70px; /* Adjust this value based on the height of your logo and any potential padding/margin */
        left: 0;
        width: 100%;
        height: calc(100% - 70px); /* Adjust this value based on the height of your logo */
        background-color: white; /* Optional: set a background color */
        z-index: 1000; /* Ensure it’s on top */
        overflow-y: auto; /* Enable scrolling if content overflows */
        padding: 20px; /* Optional: add padding inside the collapse */
      }
  
      .navbar-nav {
        display: block; /* Make the navbar items stack vertically */
        margin: 0; /* Remove default margins */
      }
  
      .nav-item {
        margin-bottom: 15px; /* Add space between items */
      }
  
      .contact-info {
        margin-top: 20px; /* Space between menu items and contact info */
      }
  
      .contact-info p {
        margin: 0;
        padding: 0;
      }
  
      .contact-info a {
        display: block;
        margin-bottom: 10px; /* Space between contact items */
        color: #000; /* Adjust color as needed */
        text-decoration: none; /* Remove underline */
      }
  
      .contact-info a:hover {
        text-decoration: underline; /* Underline on hover */
      }
    }
  
    /* Hide contact info and social icons on desktop view */
    @media (min-width: 992px) {
      .contact-info,
      .social-icons {
        display: none;
      }
    }

    .hero-section {
      height: 50vh !important; /* Set height to 100% of viewport height */
      margin-top: 100px !important; /* Add top margin of 50px */
     background-image: url(../images/breadcrumb_desktop.jpg);
  }
  
  
  
  .span-nav{
      font-size: 24px;
      margin-right: 10px;
      color: #f6c344;
      cursor: pointer;
  }
  .span-nav-divider{
      font-size: 24px;
      margin-right: 10px;
      color: #f6c344;

  }
  
  h1 {
      color: white; /* Color for the heading */
      font-family: "Outfit", sans-serif;
      font-weight: bold;
  }
  @media (max-width: 768px) {
    .hero-section {
      height: 25vh !important; /* Set height to 100% of viewport height */
      background-image: url(../images/breadcrumb_mobile.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 50px !important;
    }
    
  .span-nav{
      font-size: 16px !important;
      margin-right: 10px;
      color: #f6c344;
      cursor: pointer;
    
  }
  .span-nav-divider{
      font-size: 16px !important;
      margin-right: 10px;
      color: #f6c344;
  
  }
  
  h1 {
      color: white; /* Color for the heading */
      font-family: "Outfit", sans-serif;
      font-weight: bold;
      font-size: 40px !important;
  }
  }

.custom-container {
  margin-top: 100px; /* Increased top margin for the container */
}

/* Custom column widths */
.col-30 {
  width: 25% !important;
  margin-left: 40px;
}

.col-70 {
  width: 73% !important;
}

.first-row-content {
  height: auto; /* Height set to auto for flexibility */
  background-color: #2d4e6c;
  padding: 30px; /* Increased padding inside the content */
  border-radius: 9px;
}


.first-row-content h4 {
  margin-bottom: 50px; /* Increased space below the heading */
}

.first-row-content ul {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

.first-row-content ul {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.first-row-content ul li {
  position: relative; /* Needed for positioning the custom disc */
  padding-left: 25px; /* Space for the custom disc */
  margin-bottom: 20px; /* Space between list items */
  color: white; /* Default color for list items */
  line-height: 1.5; /* Improve readability */
}

.first-row-content ul li::before {
  content: ""; /* Empty content for the custom disc */
  position: absolute;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  width: 12px; /* Diameter of the disc */
  height: 12px; /* Diameter of the disc */
  background-color: white; /* Color of the disc */
  border-radius: 50%; /* Makes the disc a circle */
}

.first-row-content ul li:hover {
  color: #f6e5e5; /* Color of text on hover */
}

.first-row-content ul li:hover::before {
  background-color: #f6e5e5; /* Color of the disc on hover */
}



.second-row-content{
height: auto; /* Height set to auto for flexibility */
  background-color: #2d4e6c;
  padding: 30px; /* Increased padding inside the content */
  border-radius: 9px;
  margin-top: 30px;
  margin-bottom: 30px;

}
.second-row-content ul {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

.second-row-content ul li {
  position: relative; /* Needed for positioning the custom disc */
  padding-left: 25px; /* Space for the custom disc */
  margin-bottom: 30px; /* Space between list items */
  color: white; /* Default color for list items */
  line-height: 1.5; /* Improve readability */
}

.second-row-content ul li::before {
  content: ""; /* Empty content for the custom disc */
  position: absolute;
  left: 0;
  top: 70% !important;
  transform: translateY(-50%);
  width: 12px; /* Diameter of the disc */
  height: 12px; /* Diameter of the disc */
  background-color: white; /* Color of the disc */
  border-radius: 50%; /* Makes the disc a circle */
}

/* Mobile styles */
@media (max-width: 767px) {
  /* General container adjustments */
  .col-30, .col-md-8 {
      width: 100% !important; /* Full width for mobile */
      padding: 10px; /* Padding for better spacing */
      box-sizing: border-box; /* Include padding and border in element's total width and height */
      margin-left: 0px !important;
  }

  .part-2-content {
      height: auto; /* Auto height to accommodate content */
      padding: 10px; /* Padding inside the content */
  }

  /* Style for heading and list in the first column */
  .first-row-content h4, .second-row-content h4 {
      color: #ffffff; /* Heading color */
      margin-bottom: 30px; /* Space below heading */
  }

  .first-row-content ul, .second-row-content ul {
      list-style: none; /* Remove default list styling */
      padding: 0; /* Remove default padding */
      margin: 0; /* Remove default margin */
  }

  .first-row-content ul li, .second-row-content ul li {
      color: #ffffff; /* Text color */
      position: relative; /* Position relative for pseudo-elements */
      
      line-height: 3; /* Line height for readability */
      margin-bottom: 0px;
  }
 

  .first-row-content ul li::before {
      content: "";
      position: absolute;
      left: -20px; /* Adjust based on design */
      top: 54%;
      transform: translateY(-50%);
      width: 10px; /* Diameter of the disc */
      height: 10px; /* Diameter of the disc */
      background-color: #ffffff; /* Color of the disc */
      border-radius: 50%; /* Circle shape */
  }
  .second-row-content ul li::before{
    content: "";
    position: absolute;
    left: -20px; /* Adjust based on design */
    top: 54% !important;
    transform: translateY(-50%);
    width: 10px; /* Diameter of the disc */
    height: 10px; /* Diameter of the disc */
    background-color: #ffffff; /* Color of the disc */
    border-radius: 50%; /* Circle shape */
}

  .first-row-content ul li hr, .second-row-content ul li hr {
      border: none;
      border-top: 1px solid #ffffff; /* Color and style of the line */
      margin: 5px 0; /* Space above and below the line */
      width: 90%; /* Width of the line */
      margin-left: 0; /* Align to the left */
  }

  /* Two-column container adjustments */
  .two-column-container {
      display: block; /* Stack columns vertically on mobile */
      padding: 0; /* Remove padding */
  }

  .column {
      width: 100%; /* Full width for each column */
      margin-bottom: 20px; /* Space between columns */
  }

  .row-with-circle {
      display: flex;
      align-items: center;
      margin-bottom: 10px; /* Space below the circle */
  }

  .circle {
      width: 50px; /* Size of the circle */
      height: 50px; /* Size of the circle */
      background-color: #ffffff; /* Background color of the circle */
      border-radius: 50%; /* Make it a circle */
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; /* Space between circle and heading */
  }

  .logo-img {
      width: 30px; /* Size of the logo inside the circle */
      height: auto; /* Maintain aspect ratio */
  }

  .column-heading {
      color: #ffffff; /* Heading color */
      margin: 0; /* Remove default margin */
  }

  .description {
      color: #ffffff; /* Description color */
      margin: 0; /* Remove default margin */
  }

  /* Full-screen image adjustments */
  .image-container {
      position: relative;
      margin-top: 20px; /* Space above the image container */
  }

  .image-container img {
      width: 100%; /* Full width image */
      height: auto; /* Auto height to maintain aspect ratio */
      border-radius: 9px; /* Rounded corners */
  }

  .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; /* Remove underline */
  }

  .play-circle {
      width: 60px; /* Size of the play button circle */
      height: 60px; /* Size of the play button circle */
      background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
      border-radius: 50%; /* Circle shape */
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .play-circle i {
      font-size: 24px; /* Size of the play icon */
      color: #000; /* Color of the play icon */
  }
}



.custom-container {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 90%; /* Adjust the maximum width to reduce space */
}




/* Background color and height adjustment for .part-2-content */
.part-2-content {
 
  height: auto !important; /* Make the height match the container */
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  margin-left: 50px;
  padding: 0 !important;
}
.part-2-content img {
  width: 100%; /* Make the image take up full width */
  height: 500px; /* Ensure the image covers the full height */
  object-fit: fill; /* Cover the entire area without distortion */
  
}
.part-2-content {
  height: auto !important; /* Set the height to 142vh */
  
  display: flex;
  flex-direction: column; /* Stack image and text vertically */
  justify-content: flex-start; /* Align content to the top */
  align-items: center; /* Center content horizontally */
  overflow: hidden !important; /* Enable scrolling if content overflows */
}

.part-2-content img {
  width: 100%; /* Make the image take up full width */
  height: 500px; /* Set the image height to 500px */
  object-fit: cover; /* Cover the entire area without distortion */
  margin-bottom: 100px; /* Space below the image */
  
}

.image-text-container {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: rgba(43, 57, 73, 0.8); /* Semi-transparent background */
  color: white; /* Text color */
}

.part-2-content {
  height: 142vh; /* Set the desired height */
  overflow-x: hidden !important;
  overflow-y: scroll; /* Enable vertical scrolling */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.part-2-content::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.part-2-paragraph{
  color: #2B3949;
  margin-bottom: 30px;
}


.part-2-content {
  padding: 20px;
}

.full-width-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.paragraph-text {
  color: #2B3949;
  margin-top: 20px;
}

.two-column-container {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.column {
  flex: 1;
  background-color: #2B3949; /* Change background color for understanding */
  padding: 20px;
  color: #ffffff;
  margin: 0 10px; /* Space between columns */
}

.row-with-circle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.circle {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  width: 25px !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.column-heading {
  margin-left: 10px;
  color: #2B3949;
}

.description {
  margin-top: 10px;
  color: #2B3949;
}



/* Container for image and play button */
.image-container {
  position: relative; /* Required for absolute positioning of the play button */
  width: 100%; /* Full width */
  height: 500px; /* Ensure container height matches image height */
}

/* Play button styling */
.play-button {
  position: absolute; /* Positioning the play button */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for perfect centering */
  text-decoration: none !important; /* Remove underline from link */
}

/* Circle styling */
.play-circle {
  width: 80px; /* Diameter of the circle */
  height: 80px; /* Diameter of the circle */
  background-color: rgba(255, 255, 255, 0.8); /* White background with some transparency */
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Shadow for visibility */
  text-decoration: none; /* Remove underline from link */
}

/* Icon styling */
.play-circle i {
  font-size: 40px; /* Size of the icon */
  color: #2B3949; /* Color of the icon */
}

  @media (max-width: 767px) {
    .col-md-8 {
        flex: 0 0 100% !important; /* Force full width on mobile */
        max-width: 100% !important;
        margin-bottom: 20px;
        border-radius: 6px;
    }

    .part-2-content{
      margin: 0px;
     
    }

  .part-2-content img {
      height: auto;
      border-radius: 6px;
      margin-bottom: 20px;
  }

  .part-2-paragraph {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: justify;
  }

  .two-column-container {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .column {
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
  }

  .row-with-circle {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 10px;
  }

  .circle {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
  }

  .logo-img {
      width: 100%;
      height: 100%;
  }

  .column-heading {
      font-size: 18px;
  }

  .description {
      font-size: 13px;
      line-height: 1.4;
  }
  .image-container{
    margin-top: 0px;
  }
  .image-container img {
      width: 100%;
      height: auto;
      border-radius: 6px !important;
  }

  .play-button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -50px;
  }

  .play-circle {
      width: 50px;
      height: 50px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .fas.fa-play {
      font-size: 18px;
      color: #fff;
  }
}

@media (max-width: 767px) {
  /* Set col-12 col-md-8 to be displayed at the top */
  .col-12.col-md-8 {
      width: 100% !important;
      order: 1; /* Ensure this appears first */
  }

  /* Set col-30 to be displayed below col-12 col-md-8 */
  .col-30 {
      width: 100% !important;
      order: 2; /* Ensure this appears below */
      margin-top: 20px; /* Add space between the two columns */
  }
}




.footer-container {
  background-color: #2B3949;
  /* Background color of the footer */
  color: #fff;
  /* Text color */
  padding: 20px 0;
  /* Padding for top and bottom */
}

.footer-container .container-fluid {
  padding: 0 -10px;
  /* Adjust padding */
}

.footer-logo {
  display: flex;
  /* align-items: center; Center the logo vertically */
  /* margin-left: 50px !important; Move the logo 10px to the left */
  width: 50% !important;
}

.footer-logo img {
  max-width: 100% !important;
  /* Ensure responsiveness */
  width: 40%;
  height: auto;
  position: relative;
  left: 30px !important;
}

.footer-divider-vertical {
  width: 2px;
  /* Width of the vertical divider */
  background-color: #ccc;
  /* Light gray color */
  height: 40px;
  /* Initial height, adjust as needed */
  margin: 0 15px;
  /* Space between the logo and the icons */
  position: relative;
  left: -460px;
  /* Adjust the position to align properly */
}

.footer-social {
  display: flex;
  /* Use flexbox to align items in a row */
  justify-content: center;
  /* Center the icons horizontally within the row */
  align-items: center;
  /* Center the icons vertically within their container */
  margin-left: -460px;
}

.footer-icon {
  color: #ffffff;
  /* Icon color */
  font-size: 20px !important;
  /* Icon size */
  margin: 0 10px;
  /* Horizontal spacing between icons */
  text-decoration: none;
  /* Remove underline */
  border: 1px solid #ffffff81;
  /* Circle border color */
  border-radius: 50%;
  /* Makes the border circular */
  padding: 15px;
  /* Space inside the border */
  display: flex;
  /* Center the icon vertically and horizontally */
  align-items: center;
  /* Center the icon vertically */
  justify-content: center;
  /* Center the icon horizontally */
  width: 50px;
  /* Set a fixed width */
  height: 50px;
  /* Set a fixed height to ensure the circle */
  box-sizing: border-box;
  /* Include border and padding in width/height calculation */
  transition: background-color 0.4s ease, color 0.4s ease;
}

.footer-icon:hover {
  color: #ffffff;
  /* Change icon color on hover */
  background-color: #2d4e6c;
  /* Smooth background color change on hover */
  text-decoration: none;
  /* Ensure no underline on hover */
}


/* Desktop View */
.footer-divider {
  height: 1px;
  /* Height of the divider */
  background-color: lightgray !important;
  /* Divider color */
  width: 100% !important;
  /* Width of the divider */
  margin: 0 auto;
  /* Center the divider with margin */
  margin-top: -17px !important;
}




.footer-boxes {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  /* Adjust as needed for container width */
  margin-left: auto;
  margin-right: auto;
}

.footer-box {
  /* background-color: #3C4D63; Background color for boxes */
  padding: 20px;
  box-sizing: border-box;
  height: 295px;
  /* Set height */
  width: 300px !important;
  /* Set width */
}

.footer-box:first-child {
  margin-left: 80px;
  /* Left margin for the first box */
}

.footer-box:last-child {
  margin-right: 80px;
  /* Right margin for the last box */
}

.footer-box h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "outfit", sans-serif;
}

.footer-box p,
.footer-box ul,
.footer-box li {
  color: #cccccc;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.footer-box ul {
  list-style: none;
  padding-left: 0;
}

.footer-box li a {
  color: #cccccc;
  text-decoration: none;
  line-height: 35px !important;
}

.footer-box li a:hover {
  color: #ffffff;
  text-decoration: none;
}




.mobile-footer-divider {
  width: 100%;
  /* Adjust width as needed */
  height: 1px;
  /* Set a more prominent height for desktop view */
  background-color: #ffffff;
  /* Color to match your design */
  margin: 30px auto;
  /* Center the divider with margin */
  position: relative;
  /* Add any additional styling needed for the desktop view */
  color: white;
}


/* Divider Line */
.footer-divider {
  height: 1.50px;
  background-color: lightgray !important;
  /* Divider color */
  width: 80%;
  /* Width of the divider */
  margin: 20px auto 0;
  /* Center the divider */
}

.text-centar {
  text-align: center;
  font-family: "Inter", sans-serif;
}

.text-centar p {
  margin: 0;
  /* Remove default margin from the paragraph */
  font-size: 14px;
  /* Adjust font size as needed */
  color: #ffffff;
  /* Text color */
  font-family: "Inter", sans-serif;
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
  .row.justify-content-center {
    display: flex;
    /* Ensure the row uses flexbox */
    flex-direction: column;
    /* Stack children vertically */
    align-items: center;
    /* Center align all items horizontally */
    width: 100%;
    /* Ensure the row takes full width */
    margin: 0;
    /* Remove margin */
    padding: 0;
    /* Remove padding */
    position: relative;
    /* Ensure relative positioning for context */
    top: -20px;
    bottom: 20px;
  }

  /* Container for the logo image */
  .footer-logo {
    width: auto;
    /* Container adjusts automatically based on content */
    height: auto;
    /* Container adjusts automatically based on content */
    overflow: visible;
    /* Allow the image to overflow the container */
    display: flex;
    /* Flexbox for alignment */
    justify-content: flex-start;
    /* Align items to the left */
    align-items: center;
    /* Center items vertically */
  }

  /* Style for the logo image */
  .footer-logo img {
    width: auto;
    /* Set desired width for the image */
    height: 100px;
    /* Set desired height for the image */
    object-fit: scale-down;
    transform: scale(1.8);
    position: relative;
    /* Allow the image to be positioned */
    left: -20px !important;
    /* Move the image to the left (adjust this value as needed) */
  }



  .footer-divider-vertical {
    display: none;
    /* Hide the vertical divider */
  }

  .footer-social {
    display: flex;
    /* Use flexbox */
    justify-content: center;
    /* Center the social icons horizontally */
    align-items: center;
    /* Center align icons vertically if needed */
    width: 100%;
    /* Full width to ensure centering */
    padding: 0;
    /* Remove padding if any */
    margin: 0;
    /* Remove margin if any */

  }

  .footer-social a {
    margin: 0 10px;
    /* Space out icons */
  }

  .footer-boxes {
    display: flex;
    /* Use flexbox for layout */
    flex-direction: column;
    /* Stack boxes vertically */
    align-items: flex-start;
    /* Align items to the left */
    width: 100%;
    /* Full width of the viewport */
    margin: 0;
    /* Remove margin */
    padding: 0;
    /* Remove padding */
    box-sizing: border-box;
    /* Ensure padding and border are included in the width */
  }

  .footer-boxes .col-md-auto {
    flex: 1 0 100%;
    /* Ensure columns take full width */
    padding-left: 0;
    /* Remove left padding */
    padding-right: 0;
    /* Remove right padding */
    box-sizing: border-box;
    /* Ensure padding and border are included in the width */
  }


  .footer-divider {
    margin-top: 10px !important;
    /* Adjust this value as needed */
  }


  /* Remove inline styles from HTML */
  .footer-box:nth-of-type(1) {
    position: static;
    /* Remove any relative positioning */
    margin-left: 0px;
    margin-right: 80px;
    margin-top: 30px;
  }

  .footer-box:nth-of-type(2) {
    position: static;
    /* Remove any relative positioning */
    margin-right: 80px;
  }

  .footer-box:nth-of-type(3) {
    position: static;
    /* Remove any relative positioning */
    margin-right: 80px;
  }

  .footer-box:nth-of-type(4) {
    position: static;
    /* Remove any relative positioning */
  }
}



