@charset "UTF-8";



.fotterbg{
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
background: radial-gradient(50% 120% at 50% 50%, #142566 0%, #0E1022 100%) !important;
    
}


.social-icons {
  display: flex;
  gap: 12px;
}


.icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition: 0.3s ease;
}

/* SVG */
.icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  transition: 0.3s ease;
}

/* Hover Base */
.icon:hover {
  transform: translateY(-5px) scale(1.05);
}

/* Brand Colors */
.icon.facebook:hover {
  background: #1877F2;
}

.icon.instagram:hover {
  background: #E1306C;
}

.icon.twitter:hover {
  background: #000;
}

.icon.youtube:hover {
  background: #FF0000;
}

.icon.linkedin:hover {
  background: #0A66C2;
}


.icon:hover svg {
  transform: scale(1.1);
}


.quick-links-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 5px;
  background: transparent;
}


.ql-left {
  font-size: 18px;
  color: #CDD6E9;
  white-space: nowrap;
}


.ql-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.2);
}


.ql-right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ql-right a {
  font-size: 18px;
  color: #CDD6E9;
  text-decoration: none;
  transition: 0.3s ease;
}


.ql-right a:hover {
  color: #ffffff;
}



.location-box {

  padding: 20px 20px;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s ease;
  height: 140px;
  display: flex;
  align-items: center;
  flex-direction: column; 
 justify-content: center; 
}


.loc-icon {
  margin-bottom: 12px;
}

.loc-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

.loc-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.loc-text a{
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.location-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  background: rgba(255, 255, 255, 0.12);
}























.footersvg{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}

.footerbot{
  margin-bottom: 200px;
}

.footerlogo img{
  width: 250px; height: auto;
}

.Copyrightsbox{
  display: flex;
  gap: 20px;
justify-content:center;   /* Left + Right */
  align-items: center;
  flex-wrap: wrap;
}

.Copyrights{
    font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
text-align: center;
  width: 100%;
}

.Copyrights a{
    font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
text-decoration: none;
}

.footertext{
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  
}

.footertext span{
    font-weight: 700;
}

.footerhead{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #7B7B7B;
  font-family: "Syne", sans-serif;
  
}

.fotterlogos{
  width: 400px;
}


.background-image-list1 {
    list-style: none !important; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
  }

  .background-image-list1 li {
    position: relative; /* Position relative for the pseudo-element */
    padding-left: 25px; /* Space for the background image */
  }
  
  .background-image-list1 li::before {
    content: ''; /* No text, just an image */
    position: absolute; /* Absolute positioning */
    left: 0; /* Align with the left edge */
    top: 3px; /* Center vertically */
    width: 16px; /* Width of the background image */
    height: 16px; /* Height of the background image */
    background-image: url('../../assets/img/address.png'); /* Path to your image */
    background-size: contain; /* Adjust size to fit */
    background-repeat: no-repeat; /* Prevent image repetition */
  }


  
.background-image-list2 {
    list-style: none !important; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
  }

  .background-image-list2 li {
    position: relative; /* Position relative for the pseudo-element */
    padding-left: 25px; /* Space for the background image */
  }
  
  .background-image-list2 li::before {
    content: ''; /* No text, just an image */
    position: absolute; /* Absolute positioning */
    left: 0; /* Align with the left edge */
    top: 4px; /* Center vertically */
    width: 16px; /* Width of the background image */
    height: 16px; /* Height of the background image */
    background-image: url('../../assets/img/email.png'); /* Path to your image */
    background-size: contain; /* Adjust size to fit */
    background-repeat: no-repeat; /* Prevent image repetition */
  }




  
.background-image-list3 {
    list-style: none !important; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
  }

  .background-image-list3 li {
    position: relative; /* Position relative for the pseudo-element */
    padding-left: 25px; /* Space for the background image */
  }
  
  .background-image-list3 li::before {
    content: ''; /* No text, just an image */
    position: absolute; /* Absolute positioning */
    left: 0; /* Align with the left edge */
    top: 2px; /* Center vertically */
    width: 16px; /* Width of the background image */
    height: 16px; /* Height of the background image */
    background-image: url('../../assets/img/phone.png'); /* Path to your image */
    background-size: contain; /* Adjust size to fit */
    background-repeat: no-repeat; /* Prevent image repetition */
  }



  .actvacnosubs{
    font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
  }


  .actvacnosubs a{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
  }

  .urllink{
    font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
margin-bottom: 15px;
cursor: pointer;

  }







        .footer-menu {
  padding: 20px 0;
  text-align: center;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer-menu ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #ffff;
  font-size: 16px;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.footer-menu ul li a:hover {
  color: #e04823;
}

.middlemail a{
  color: #fff;
  font-size:64px;
  font-weight: 600;
  line-height:74px;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-align: center;
}


.leftside{
  text-align: left;
}

.rightside{
  text-align:right;
}


  @media (max-width:1100px) {
    .footerbot{
      margin-bottom: 60px;
    }
  
  }


  @media (max-width:991px) {

    .location-box{
      margin-top: 20px;
      
    }

    .footerbot{
      margin-bottom: 40px;
    }

    .quick-links-bar {
    flex-wrap: wrap;
    gap: 10px;
  }


  .ql-right {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }
  
  }

  @media (max-width:450px) {

     .ql-left {
    width: 100%;
  }

  .ql-right {
    flex-direction: column;
    gap: 8px;
  }


    .Copyrights{
      font-size: 13px;
      line-height: 20px;
    }

    .Copyrights a{
      font-size: 13px;
      line-height: 20px;
      text-align: center;
    }

    
.fotterlogos{
  width: 350px;
}

.middlemail a{
  color: #fff;
  font-size:24px;
  font-weight: 600;
  line-height:34px;
  margin-bottom:10px;
  text-transform: uppercase;
  text-align: center;
}

.footer-menu {
  padding: 5px 0;
  text-align: center;
}


.leftside{
  text-align:center;
}

.rightside{
  text-align:center;
}

.footerlogo img{
  width: 200px; height: auto;
}


  }


  @media (max-width:380px) {
    /* .Copyrights{
      font-size: 10px;
      line-height: 20px;
    }

    .Copyrights a{
      font-size: 10px;
      line-height: 20px;
    } */

    .fotterlogos{
  width: 320px;
}
  }