* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
  
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(247, 247, 247, 0.196);
  }
  
  .wrapper {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.3);
    -webkit-box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.3);
  }

  .bannerDiv{
    width: 100%;
    display: flex;
  }
  
  .leftDiv{
    width: 40%;
    height: 100px;
  }

  .leftDiv img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .rightDiv{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner{
    width: 95%;
    height: 100%;
  }

  .banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .header {
    padding: 10px 0px;
    width: 100%;
    background-color: #222e59f0;
    display: flex;
    justify-content: center;
  }
  
  .headerWrapper {
    width: 95%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 2px rgba(152, 152, 152, 0.03);
    padding: 10px 0px;
  }

  .navHolder {
    display: flex;
    gap: 30px;
  }
  
  .navHolder a {
    color: white;
    text-decoration: none;
  }
  
  #activeBroker{
    color: #f8e807;
  }

  #activeService{
    color: #f8e807;
  }
  
  .nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(12px, 2vw, 17px);
    cursor: pointer;
    gap: 5px;
  }
  .searchHolder {
    display: flex;
    align-items: center;
    /* padding: 10px; */
  }
  
  .searchIcon {
    height: 100%;
    padding: 0px 10px;
    background-color: white;
    border-radius: 5px 0px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(120, 119, 119);
    font-size: clamp(12px, 2vw, 14px);
  }
  
  .searchHolder img {
    width: 100%;
    height: 100%;
  }
  
  input {
    border:none;
    padding: 10px 5px;
    border-radius: 0px 5px 5px 0px;
    font-size: clamp(12px, 2vw, 17px);
    outline: none;
  }
  
  .bodyWrapper {
    width: 95%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .cardHolder {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    background: white;
cursor: pointer;
box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.3);
-webkit-box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.3);
-moz-box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.3);
  }
  
  .company {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .brokersLogoDiv{
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .text{ 
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(10px,2vw,14px);
    font-weight: 400;
    padding: 10px ;
  }
  
  .toggle{
    display: flex;
    align-self: center; 
  }

  .hiddenContent{
    width: 100%;
    display: none;
    align-self: center;
    margin-top: 20px;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
 .cardHolder:hover {
  transform: rotateY(5deg) rotateX(5deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
  
  .servicesCard{
    width: 100%;
    border: 1px solid rgb(166, 166, 164);
    display: flex;
    justify-content: center;
    border-radius: 12px;
    background-color: whitesmoke;
    margin: 10px 0;
    box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.21);
-webkit-box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.21);
-moz-box-shadow: -1px 1px 15px -4px rgba(0,0,0,0.21);
  }

  .serviceCardWrapper{
    width: 90%;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .ServiceLogo{
    width: 50px;
    height: 50px;
  }

  .ServiceLogo img {
    width: 100%;
    height: 100%;
  }

  .ratepaymentdiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .cashBackDiv{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
  }

  .paymentMethodsDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .paymentMethods{
    font-size: clamp(13px,2vw,14px);
  }
  
  .paymentList{
    font-size: clamp(11px,2vw,12px);
    text-align: center;
    color: rgb(45, 45, 45);
  }

  .cashback{
    height: 40px;
    border: none;
    border-radius: 4px;
    color: white;
    background-color:#f7931a;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding:  0px 10px;
    font-size: clamp(2px,2vw,16px);
  }

  .serviceDetail{
    font-size: clamp(6px,2vw,16px);
    margin-top: 10px;
  }
  
.hiddenContent{
  display: none;
  margin-top: 15px;
}

.company {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serviceLogoDiv{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.companyLogoDiv{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.visit{
  padding: 14px;
  border: none;
  border-radius: 4px;
  color: white;
  background-color: rgb(75, 75, 227);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: clamp(10px,2vw,14px);
}

.companyName{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  font-weight: 600;
  font-size: clamp(15px,2vw,16px);
}

.name{
  font-size: clamp(15px,2vw,25px);
}

.servicepaymentMethodsDiv{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicepaymentMethods{
  text-align: center;
  font-size: clamp(12px,2vw,14px);
}

.servicepaymentList{
  font-size: clamp(11px,2vw,12px);
  text-align: center;
}

.aboutBigText{
  font-size: clamp(12px,2vw,14px);
  font-weight: 550;
  margin-top: 10px;
}

.aboutSmallText{
  font-weight: 340;
  font-size: clamp(10px,2vw,15px);
}

.headLine{
  width: 100%;
  font-size: clamp(12px,2vw,14px);
  font-weight: 550;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.availableBrokerWrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.innerDiv{
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

.availableBroker{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.brokerimage{
 width: 70px;
 height: 70px;
}

.brokerimage img{
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.brokerText{
  font-size: clamp(10px ,2vw, 12px);
  font-weight: 400;
}

@media(max-width: 768px){
  .rightDiv{
    display: none;
  }
  .leftDiv{
    width: 100%;
  }
  .wrapper{
    width: 90%;
  }
  .innerDiv{
    width: 90%;
  }
  .paymentList{
    overflow-wrap: break-word;
    width: 120px;
  }
  .brokerimage{
    width: 50px;
    height: 50px;
  }
  .rightDiv{
    display: none;
  }
  .leftDiv{
    width: 100%;
  }
}


@media(max-width:500px){
  input{
    width: 100px;
  }
  .wrapper{
    width: 100%;
  }
}

.show{
    display: block;
}

.trustpilot{
    width:80px;
}

.serviceLogo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.companyLogo img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.nameRankDiv{
    display: flex;
    gap: 7px;
    font-size: clamp(15px,2vw,17px);
    font-weight: 550;
  }

.rank{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.letters{
    font-size: clamp(15px,2vw,17px);
    font-weight: 400;
    cursor: pointer;
}

.rebateCardHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.rebateName {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.rebateCard {
    width: 91%;
    height: 100%;
    background-color: #eeeeee;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 1px 8px -4px rgba(0,0,0,0.3);
    -webkit-box-shadow: -1px 1px 8px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 8px -4px rgba(0,0,0,0.3);
}

.aboutHolder{
    width: 100%;
    height: 120px;
    display: flex;
}

.imageHolder img {
  height: 100%;
  object-fit: contain;
}

.applyHolder{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.applyExistDiv{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.apply{
  background-color: rgb(77, 201, 70);
  border-radius: 0px;
}

.exist{
  border-radius: 0px;
}

.rebatePayment{
  font-size: clamp(13px,2vw,14px);
}

.spanText{
  font-size: clamp(13px,2vw,13px);
  word-break: break-all;
}

.paymentHolder{
    padding-top: 10px;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px; /* Adjust size as needed */
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.floating-button:hover {
    transform: scale(1.1);
}

.floating-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}