*{margin:0; padding:0; box-sizing:border-box;}
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}

#mainFooter{
    visibility: hidden;
}

.custom-container {
    /* Base styles for the container */
    margin: 0 auto;
    padding: 0 15px;
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .custom-container {
      max-width: 350px;
      padding: 0;
      margin: 0;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-container {
      max-width: 960px;
    }
  }

  @media (min-width: 767px) and (max-width: 991px) {
    .custom-container {
        max-width: 90% !important;
    }
}
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) and (max-width: 1439.98px) {
    .custom-container {
      max-width: 1080px;
    }
  }
  
  /* 2x large devices */
  @media (min-width: 1440px) and (max-width: 1679.98px) {
    .custom-container {
      max-width: 1180px;padding-left: 20px;padding-right: 20px;
    }

  }
  
  /* 3x large devices */
  @media (min-width: 1680px) and (max-width: 1919.98px) {
    .custom-container {
      max-width: 1440px;
    }
  }
  
  /* 4x large devices (1920px and up) */
  @media (min-width: 1920px) {
    .custom-container {
      max-width: 1700px;
    }
  }

footer{
    background: #ffffff;
    clear: both;
}

.footer-top{
    background: linear-gradient(106.74deg, #FF9922 6.9%, #FF7A00 98.12%);
    padding: 30px 0;
}

.footer-top_grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20%;
}

.footer-top__row__col--right__block{
    text-align: right;
    display: flex;
    justify-content: end;
}

.footer-top__row__col--right__block a.mobikasabtn{
    background-color: #F6760F;
padding: 16px 28px;
gap: 11px;
border-radius: 100px;
display: flex;
align-items: center;
font-family: 'Montserrat';
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.01em;letter-spacing: 0;
text-align: center;
color: #fff;

background: linear-gradient(to left, #000 50%, #fff 50%) right;
background-size: 200%;
transition: .25s ease-out;
}
.footer-top__row__col--right__block a.mobikasabtn svg{margin-left: -2px;}

.footer-top__row__col--right__block a.mobikasabtn:hover{
  background-position: left;
  color: #000;
}

.footer-bottom__top__row__col--right__block__links ul li:hover a {
  color: #fff;
}

.footer-top__row__col--left__block .left-text{
    font-family: 'Montserrat';
font-size: 40px;
font-weight: 400;
line-height: 50px;
letter-spacing: 0.01em;
text-align: left;
color: #fff;

}

.footer-bottom__top__row__col--right__block__links ul li a:active {
  font-family: "Source Serif 4", serif;
    color: #fff;
    font-weight: 400;
}

.menu-link.active {
  font-family: "Source Serif 4", serif;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}



.footer-bottom{
    background: linear-gradient(121.63deg, #303030 1.55%, #1B1B1B 98.6%);
    position: relative;
    padding: 60px 0px 60px 0;
    z-index: 0;

}

.footer-bottom_top__row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom__top__row__col--right__block__links ul li a {
  font-size: 40px;
}

.footer-bottom__top__row__col--left{
  margin-top: 9px;
  flex: 0 0 260px;
  color: #fff;
}

.footer-bottom__top__row__col--right{
  align-self: center;
}

.get-in-touch--title{
  margin-bottom: 36px;
}

.footer-bottom_bottom_row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.get-in-touch--title h6{
  font-family: 'Montserrat';
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.01em;
text-align: left;
color: #F68220;
letter-spacing: 0;
}

.get-in-touch--customer{
  display: flex;
  margin-bottom: 45px;
  gap: 21px;
  align-items: center;
}

.get-in-touch--customer--image{
  background-color: #fff;
  border-radius: 9999px;
}

.get-in-touch--customer--text{
  flex: 1 1 0%;
}

.get-in-touch--customer--text p{
  font-family: 'Montserrat';
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0.01em;
text-align: left;
color: #fff;

}

.footer-bottom__top__row__col--left__block .get-in-touch-contact__item:not(:last-child) {
  margin-bottom: 30px;
}

.footer-bottom__top__row__col--left__block .get-in-touch-contact__item {
  display: flex;
  column-gap: 32px;
}

.get-in-touch-contact__item--text p a{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;

}
.get-in-touch-contact__item--text p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;


}

.get-in-touch-contact__item--text p span{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;

}
.get-in-touch-contact__item--text p a:hover{color: #F68220;}


.footer-bottom_bottom{
  padding: 80px 0 8px;
  padding: 70px 0 8px;padding-bottom: 0;
}

.footer-bottom__top__row__col--right__block__links{
  text-align: right;
}

.footer-bottom__top__row__col--right__block__links ul li a{
  font-family: 'Montserrat';
font-size: 50px;
font-weight: 700;
line-height: 75px;line-height: 80px;;
letter-spacing: 0.01em;
color: #F68220;
list-style: none;
}

.footer-bottom__bottom__row--col .footer-logo svg g path:last-child {
  fill: #f68220;
}

.footer-right-details{
  display: flex;
  gap: 11.53px;
  align-items: center;
}

.footer-right-details--clutch a{
  font-family: Montserrat;
  display: inline-flex;
  align-items: center;
  gap: 3.88px;
font-size: 10px;
font-weight: 900;
line-height: 15px;
letter-spacing: -0.01em;
text-align: left;
color: #000;
  padding-right: 21.5px;
  padding-left: 3.4px;
  padding-top: 3.4px;
  padding-bottom: 3.4px;
  border-radius: 9999px;
  background-color: #fff;
}

.footer-right-details--social{
  display: flex;
  gap: 0.8rem;
}

.footer-right-details--social a{
  padding-top: 2px;
}

.footer-bottom-gradient img {
  z-index: -1;
  opacity: .05;
  bottom: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  left: 0;
}

.footer-right-details--social a:hover svg{
  background-color: #fff;
  border-radius: 50%;
  transition: all .2s ease;

}
.footer-right-details--social a:hover svg path{
  fill: #F6760F;
}


@media(max-width:1024px){
    .footer-top_grid{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        padding:40px 50px ;
    }
    
    
    .footer-top__row__col--left__block .left-text{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.01em;
        text-align: center;

    }

    .footer-logo{
      display: flex;
      justify-content: center;
    }

    .footer-bottom{
      padding: 60px 0;
    }

    .footer-bottom_bottom{
      display: flex;
      justify-content: center;
    }

    .footer-bottom_bottom_row {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2.5rem;
  }

  .footer-bottom{
    padding: 50px 20px;
  }

  .footer-bottom__top__row__col--right__block__links ul li a{
    font-size: 40px;
    line-height: 50px;
  }
}

@media(max-width:767px){

  
.footer-bottom__top__row__col--right__block__links ul li {
  text-align: left;
}

  .footer-bottom__top__row__col--right{
    margin-top:40px;
  }

  .footer-bottom__top__row__col--left{
    flex: auto;
  }
  .footer-bottom__top__row__col--right__block__links{
    margin-top:10px;
  }

  .footer-bottom_bottom{
    padding: 21px 0 20px;
  }

  .footer-bottom__top__row__col--right__block__links ul li{
    text-align: left;
    margin-bottom: 20px;
  }

  .footer-bottom-gradient img{
    height: 700px;
  }

   .footer-top{padding: 41px 0;}
  .footer-top_grid{padding: 0 30px;;}
  .footer-bottom .custom-container{padding: 0;}
  .footer-bottom__top__row__col--left{margin-top: 0;}
  .get-in-touch--title{margin-bottom: 31px;}
  .get-in-touch--customer--text{max-width: 56%;}
  .get-in-touch--customer{margin-bottom: 58px;}
  .footer-bottom__top__row__col--left__block .get-in-touch-contact__item:not(:last-child){margin-bottom: 40px;}
  .footer-bottom__top__row__col--right{margin-top: 30px;}
  .footer-bottom_bottom_row{gap: 3.8rem;}
  .header-bottom__nav--right__menU ul.dropdown-showing li.dropdown >a{opacity: 0;}
}
@media(max-width:992px){
.header-bottom .ctn-btn-menu{display: none !important;}
}

@media(min-width:1200px){

}
@media(min-width:1900px){
  .footer-bottom-gradient img{
    aspect-ratio: 200 / 50;
  }
}

.footer-bottom .custom-container .custom-container{padding: 0;}
.header-bottom .ctn-btn-menu.footer-visible{display: none !important;}