@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  transition: all .2s linear;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

.header {
  background-color: #002e5f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}

.logo img {
  width: 60%;
  height: 36px;
  top: 0;
  left: 0;
}

.header .navbar ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header .navbar ul li {
  margin: 0 1.5rem;
}

.header .navbar ul li a {
  font-size: 2rem;
  color: #ffffff;
}

.header .navbar ul li a:hover {
  color: #ffb056;
  text-decoration: none;
}

.header .logo i {
  padding: 0.5rem;
}

.heading {
  padding-top: 6rem;
  display: inline-block;
  font-size: 3.5rem;
  color: #002e5f;
  position: relative;
  letter-spacing: .2rem;
  margin: -2rem auto 2rem auto;
}

/* Mobile Specific Styles */
.header .fa-bars {
  color: #fff;
  cursor: pointer;
  font-size: 45px;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.client-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #0890ff;
  margin-top: 120px;
  margin-bottom: 30px;
}

.accordion {
  margin: 20px auto;
  max-width: 1200px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-content span {
  font-size: 25px;
  color: #111;
}

.accordion-title {
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #ffffff;
  color: #8a42ff;
  padding: 15px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.accordion-icon {
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}

.accordion-content {
  display: none;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.accordion-content p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  background-color: #ffffff;
  color: #115cfd;
}


/* Footer styling */
.footer {
  background-color: #002e5f;
  color: #fff;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  text-align: center;
}

.footer h4 {
  font-size: 27px;
  color: #f8f8f8;
  margin-bottom: 12px;
  font-weight: bold;
}

.footer p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 15px;
  text-align: left;
}

.footer a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.3s;
}

.footer a:hover {
  color: #ffa705;
  text-decoration: none;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  /* Space between links and sections */
  display: flex;
  /* Enables Flexbox for alignment */
  flex-direction: column;
  /* Aligns items in a single column */
  align-items: center;
  /* Centers items horizontally */
  gap: 0px;
  /* Adds uniform spacing between items */
  text-align: center;/
}

.footer-links ul li {
  padding: 6px 0;
  /* Adds spacing within list items */
  font-size: 18px;
  width: 100%;
  /* Ensures uniform width for all items */
  max-width: 200px;
  /* Optional: Restricts the width to make alignment consistent */
  text-align: center;

}

.footer-links ul li i {
  margin-right: 8px;
  font-size: 18px;
  /* Slightly larger icons */
  vertical-align: middle;
}

.footer-contact {
  font-size: 1.1rem;
}

.footer-contact ul {
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.footer-contact li {
  margin-bottom: 10px;
  font-size: 12px;
}

.footer-contact a {
  color: #ffffff;
  font-size: 19px;
  font-family: 'Century';
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.3s;
  text-transform: none;
}

.footer-contact .fa-ul {
  list-style: none;
  /* Removes default list style */
  padding: 0;
  /* Removes padding */
  margin: 0;
  /* Removes margin */
}

.footer-contact .fa-li {
  position: relative;
  left: 0;
  /* Align icon with text */
  font-size: 16px;
  /* Adjust icon size */
  color: #ffffff;
  /* Optional: Customize icon color */
  width: 25px;
  /* Ensures consistent space for all icons */
  text-align: center;
  /* Aligns icon properly within its space */
  line-height: 1.5;
  /* Matches text's vertical alignment */
  margin-right: 6px;
}

.footer-contact .fa-phone {
  transform: rotate(90deg);
  /* Ensure no rotation */
  display: inline-block;
  /* Proper alignment */
}

.footer-contact li:hover {
  color: #ffa705;
  text-decoration: none;
}

.footer-contact .fa-li:hover {
  color: #ffa705;
  text-decoration: none;
}

.social-links {
  margin-top: 10px;
  margin-bottom: 5px;
}

.social-links a {
  font-size: 24px;
  margin-right: 15px;
  margin: 0 12px;
  color: #fff;
}

.social-links a:hover {
  color: #ffcc00;
}

.footer-bottom {
  background: #111;
  padding: 0px 0;
  font-size: 1rem;
  margin-bottom: -20px;
}

.footer-bottom p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffcfc;
}

.back-to-top {
  position: fixed;
  display: none;
  /* Initially hidden */
  background-color: #00bfff;
  color: #ffffff;
  width: 40px;
  /* Increased width */
  height: 40px;
  /* Increased height */
  text-align: center;
  line-height: 40px;
  /* Matches height for vertical centering */
  font-size: 30px;
  /* Adjusted font size for better visibility */
  right: 10px;
  /* Increased spacing for better alignment */
  bottom: 20px;
  /* Increased spacing for better alignment */
  border-radius: 10%;
  /* Rounded for a button-like appearance */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Adds subtle shadow */
  transition: background-color 0.3s ease, transform 0.2s ease;
  /* Smooth animations */
  z-index: 999;
  /* Ensures it's above most elements */
}

.back-to-top i {
  color: #ffffff;
}

.back-to-top i:hover {
  color: black;
}


@media (min-width: 310px) and (max-width: 395px) {
  .navbar {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .header .logo img {
    width: 40%;
    height: 34px;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .navbar ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: column;
    flex-direction: column;
    gap: 2px;
    padding: 3px 0;
  }

  .header .fa-bars {
    display: block;
    font-size: 40px;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar ul li {
    margin: 0.4rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 1.6rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 17px;
    text-align: center;
  }

  .footer h4 {
    font-size: 30px;
    color: #f8f8f8;
    margin-bottom: 12px;
    text-align: center;
  }

  .footer p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .footer-links ul li {
    padding: 8px 0;
    text-align: center;
  }

  .footer-contact li {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }

  .social-links {
    margin-top: 6px;
    margin-bottom: 12px;
    text-align: center;
  }

  .footer-bottom p {
    align-items: center;
    font-size: 15px;
  }

  .back-to-top {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    right: 15px;
    bottom: 20px;
  }
}


@media (min-width: 396px) and (max-width: 480px) {
  .navbar {
    display: flex;
    align-items: center;
    margin-top: 22px;
  }

  .header .logo img {
    width: 40%;
    height: 34px;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .navbar ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: column;
    flex-direction: column;
    gap: 2px;
    padding: 2px 0;
  }

  .header .fa-bars {
    font-size: 50px;
    display: block;
    color: white;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar ul li {
    margin: 0.4rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 2.0rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 17px;
    text-align: center;
  }

  .footer h4 {
    font-size: 30px;
    color: #f8f8f8;
    margin-bottom: 12px;
    text-align: center;
  }

  .footer p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .footer-links ul li {
    padding: 8px 0;
    text-align: center;
  }

  .footer-contact li {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }

  .social-links {
    margin-top: 6px;
    margin-bottom: 12px;
    text-align: center;
  }

  .back-to-top {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    right: 15px;
    bottom: 30px;
  }
}

@media (min-width: 481px) and (max-width: 739px) {

  .navbar {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .header .logo img {
    width: 40%;
    height: 3.5rem;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .fa-bars {
    display: block;
    font-size: 40px;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .header .navbar ul {
    height: 100%;
    width: 100%;
    flex-flow: column;
  }

  .header .navbar ul li {
    margin: 0.6rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 2.0rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 20px;
    text-align: center;
  }

  .accordion {
    max-width: 480px;
  }

  .back-to-top {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    right: 15px;
    bottom: 20px;
  }
}

@media (min-width: 740px) and (max-width: 815px) {

  .navbar {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

  .header .logo img {
    width: 50%;
    height: 4rem;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .fa-bars {
    font-size: 53px;
    display: block;
    color: white;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .header .navbar ul {
    height: 100%;
    width: 100%;
    flex-flow: column;
  }

  .header .navbar ul li {
    margin: 0.6rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 2.2rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 20px;
    text-align: center;
  }

  .accordion {
    max-width: 720px;
  }

  .footer-contact {
    font-size: 1.1rem;
    margin-top: -90px;
  }

  .back-to-top {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 816px) and (max-width: 950px) {

  .navbar {
    display: flex;
    align-items: center;
    margin-top: 28px;
  }

  .header .logo img {
    width: 55%;
    height: 4rem;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .fa-bars {
    font-size: 58px;
    display: block;
    color: white;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .header .navbar ul {
    height: 100%;
    width: 100%;
    flex-flow: column;
  }

  .header .navbar ul li {
    margin: 0.6rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 2.6rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 20px;
    text-align: center;
    margin-top: 140px;
  }

  .accordion {
    max-width: 800px;
  }

  .footer-contact {
    font-size: 1.1rem;
    margin-top: -80px;
  }

  .back-to-top {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 951px) and (max-width: 1000px) {
  .navbar {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }

  .header .logo img {
    width: 60%;
    height: 5rem;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .navbar ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: column;
    flex-direction: column;
    gap: 6px;
    padding: 7px 0;
  }

  .header .fa-bars {
    font-size: 88px;
    display: block;
    color: white;
    margin-right: 10px;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar ul li {
    margin: 1rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 2.9rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 18px;
    text-align: center;
    margin-top: 180px;
    margin-bottom: 40px;
  }

  .accordion {
    max-width: 900px;
    margin-bottom: 500px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    /* Ensures wrapping for smaller screens */
    justify-content: space-between;
    align-items: flex-start;
    max-width: 980px;
    margin: 0 auto;
    /* Centers the content horizontally */
    padding: 20px;
    flex-direction: column;
    /* Stack items vertically */
    text-align: center;
  }

  .footer-left,
  .footer-right {
    flex: 1;
    /* Equal column width */
    padding: 10px 20px;
  }

  .footer-left {
    text-align: left;
  }

  .footer-right {
    text-align: right;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .social-links {
    margin-top: 15px;
  }

  .footer-bottom {
    margin-top: 20px;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .footer-bottom p {
    margin: 0;
    color: #fffcfc;
  }

  .footer-left,
  .footer-right {
    flex: unset;
    padding: 10px 0;
  }

  .footer-right {
    text-align: center;
    /* Center align on smaller screens */
  }

  .footer-contact {
    font-size: 1.1rem;
    margin-top: -100px;
  }

  .footer h4 {
    font-size: 32px;
    color: #f8f8f8;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .footer p {
    font-size: 18px;
    text-align: center;
  }

  .footer a {
    font-size: 21px;
    text-decoration: none;
    line-height: 1.2;
  }

  .footer a {
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    line-height: 1.2;
    transition: color 0.3s;
  }

  .back-to-top {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    right: 20px;
    bottom: 40px;
  }
}

@media (min-width: 1001px) and (max-width: 1190px) {
  .navbar {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }

  .header .logo img {
    width: 60%;
    height: 5rem;
    top: 0;
    left: 0;
    background-size: cover;
  }

  .header .navbar {
    position: fixed;
    top: -120%;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-top: .1rem solid rgba(0, 0, 0, .3);
  }

  .navbar ul {
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: column;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
  }

  .header .fa-bars {
    font-size: 76px;
    display: block;
    color: white;
  }

  .header .fa-bars:hover {
    color: #00bfff;
  }

  .header .navbar ul li {
    margin: 1rem 0;
  }

  .header .navbar ul li a {
    color: grey;
    font-size: 3.0rem;
  }

  .header .fa-times {
    transform: rotate(90deg);
  }

  .header .nav-toggle {
    top: 5.8rem;
  }

  .client-title {
    font-size: 22px;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 40px;
  }

  .accordion {
    max-width: 950px;
  }


  .footer-container {
    display: flex;
    flex-wrap: wrap;
    /* Ensures wrapping for smaller screens */
    justify-content: space-between;
    align-items: flex-start;
    max-width: 980px;
    margin: 0 auto;
    /* Centers the content horizontally */
    padding: 20px;
    flex-direction: column;
    /* Stack items vertically */
    text-align: center;
  }

  .footer p {
    font-size: 18px;
    text-align: justify-left
  }

  .footer h4 {
    font-size: 24px;
    font-weight: bold;
  }

  .footer a {
    font-size: 21px;
    text-decoration: none;
    line-height: 1.2;
  }

  .footer-left,
  .footer-right {
    flex: 1;
    /* Equal column width */
    padding: 10px 20px;
  }

  .footer-left {
    text-align: left;
  }

  .footer-right {
    text-align: right;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .social-links {
    margin-top: 15px;
  }

  .footer-bottom {
    margin-top: 20px;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .footer-bottom p {
    margin: 0;
    color: #fffcfc;
  }

  .footer-left,
  .footer-right {
    flex: unset;
    padding: 10px 0;
  }

  .footer-right {
    text-align: center;
    /* Center align on smaller screens */
  }

  .footer-contact {
    font-size: 1.1rem;

  }

  .back-to-top {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    right: 25px;
    bottom: 40px;
  }
}