
/* Footer Styles */
.footer {
    background-color: #333; /* Footer background color */
    color: #fff; /* Text color */
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: 0;
    width: 100dvw;
    font-family: sans-serif !important;
    box-sizing: border-box;
    text-transform: capitalize;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    gap: 20%;
    margin: auto;
  }
  
  .footer-column {
    flex: 1;
    width: 30%;
    margin: 20px 0;
  }
  
  .footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px; /* Heading size */
    font-weight: 500; /* Font weight */
  }
  
  .footer-column p,
  .footer-column a {
    font-size: 15px; /* Text size */
    line-height: 1.6;
    color: #ccc; /* Text color */
    text-decoration: none;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    color: #ccc; /* Link color */
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-column ul li a:hover {
    color: #fff; /* Link hover color */
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444; /* Top border */
    margin-top: 20px;
  }
  
  .footer-bottom p {
    font-size: 15px; /* Bottom text size */
    color: #aaa;
  }
  
  

  
  
  
  
  
  /* Social icons container */
  .social-icons2 {
    position: relative;
    display: flex;
    gap: 15px; /* Space between the icons */
    z-index: 300;
  
  }
  
  /* Social icon styling */
  .social-icon2 {
    width: 35px; /* Adjust the size of the icons */
    height: 35px; /* Adjust the size of the icons */
    transition: transform 0.3s ease; /* Smooth hover effect */
    cursor: pointer; /* Changes cursor to pointer */
    opacity: .9;
  }
  
  .social-icon2:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
  }
  
  
  .footer-p{
    padding-right: 10%;
    text-indent: 5%;
  }
  
  
  
  
  @media screen and (min-width: 10in) and (max-width: 18in) {
  
  
    /* Footer Styles */
  .footer {
    background-color: #333; /* Footer background color */
    color: #fff; /* Text color */
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    bottom: 0;
    width: 100dvw;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    gap: 20%;
    margin: auto;
  }
  
  .footer-column {
    flex: 1;
    width: 30%;
    margin: 20px 0;
  }
  
  .footer-column h4 {
    margin-bottom: 12px;
    font-size: 17px; /* Heading size */
    font-weight: 450; /* Font weight */
  }
  
  .footer-column p,
  .footer-column a {
    font-size: 13px; /* Text size */
    line-height: 1.6;
    color: #ccc; /* Text color */
    text-decoration: none;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    color: #ccc; /* Link color */
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-column ul li a:hover {
    color: #fff; /* Link hover color */
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #444; /* Top border */
    margin-top: 0px;
  }
  
  .footer-bottom p {
    font-size: 13px; /* Bottom text size */
    color: #aaa;
  }
  
  
  
  
  
  /* Social icons container */
  .social-icons2 {
    position: relative;
    top: 10px;
    display: flex;
    gap: 12px; /* Space between the icons */
    z-index: 300;
  
  }
  
  /* Social icon styling */
  .social-icon2 {
    width: 30px; /* Adjust the size of the icons */
    height: 30px; /* Adjust the size of the icons */
    transition: transform 0.3s ease; /* Smooth hover effect */
    cursor: pointer; /* Changes cursor to pointer */
    opacity: .9;
  }
  
  .social-icon2:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
  }
  
  
  .footer-p{
    padding-right: 10%;
    text-indent: 5%;
  }

  body > div > footer > div.footer-container > div:nth-child(3) > p{
    margin-bottom: 0px;
  }
  
  
  }
  
  
  @media screen and (min-width: 6in) and (max-width: 10in) {
  
  
    /* Footer Styles */
  .footer {
    background-color: #333; /* Footer background color */
    color: #fff; /* Text color */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: 0;
    width: 100dvw;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    gap: 15%;
    margin: auto;
  }
  
  .footer-column {
    flex: 1;
    width: 30%;
    margin: 20px 0;
  }
  
  .footer-column h4 {
    margin-bottom: 12px;
    font-size: 15px; /* Heading size */
    font-weight: 450; /* Font weight */
  }
  
  .footer-column p,
  .footer-column a {
    font-size: 12px; /* Text size */
    line-height: 1.6;
    color: #ccc; /* Text color */
    text-decoration: none;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    color: #ccc; /* Link color */
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-column ul li a:hover {
    color: #fff; /* Link hover color */
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid #444; /* Top border */
    margin-top: 0px;
  }
  
  .footer-bottom p {
    font-size: 13px; /* Bottom text size */
    color: #aaa;
  }
  
  
  
  
  /* Social icons container */
  .social-icons2 {
    position: relative;
    top: 10px;
    display: flex;
    gap: 12px; /* Space between the icons */
    z-index: 300;
  
  }
  
  /* Social icon styling */
  .social-icon2 {
    width: 30px; /* Adjust the size of the icons */
    height: 30px; /* Adjust the size of the icons */
    transition: transform 0.3s ease; /* Smooth hover effect */
    cursor: pointer; /* Changes cursor to pointer */
    opacity: .9;
  }
  
  .social-icon2:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
  }
  
  
  .footer-p{
    padding-right: 10%;
    text-indent: 5%;
  }
  
  }
  
  
  
  
  @media screen and (min-width: 0in) and (max-width: 5in) {
  
      /* Footer Styles */
  .footer {
    background-color: #333; /* Footer background color */
    color: #fff; /* Text color */
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    bottom: 0;
    width: 100dvw;
  }
  
  .footer-container {
    display: none;
  }
  
  .footer-column {
    flex: 1;
    width: 30%;
    margin: 20px 0;
  }
  
  .footer-column h4 {
    margin-bottom: 12px;
    font-size: 15px; /* Heading size */
    font-weight: 450; /* Font weight */
  }
  
  .footer-column p,
  .footer-column a {
    font-size: 12px; /* Text size */
    line-height: 1.6;
    color: #ccc; /* Text color */
    text-decoration: none;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    color: #ccc; /* Link color */
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-column ul li a:hover {
    color: #fff; /* Link hover color */
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 12px;
    border-top: none; /* Top border */
    margin-top: 0px;
  }
  
  .footer-bottom p {
    font-size: 13px; /* Bottom text size */
    color: #aaa;
  }
  
  
  /* Social icons container */
  .social-icons2 {
    position: relative;
    top: 10px;
    display: flex;
    gap: 12px; /* Space between the icons */
    z-index: 300;
  
  }
  
  /* Social icon styling */
  .social-icon2 {
    width: 30px; /* Adjust the size of the icons */
    height: 30px; /* Adjust the size of the icons */
    transition: transform 0.3s ease; /* Smooth hover effect */
    cursor: pointer; /* Changes cursor to pointer */
    opacity: .9;
  }
  
  .social-icon2:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
  }
  
  
  .footer-p{
    padding-right: 10%;
    text-indent: 5%;
  }
  
  body > footer > div.footer-container > div:nth-child(1){
  
    display: none;
  }
  body > footer > div.footer-container > div:nth-child(3) > p{
  
    display: none;
  }
  }