  .headsec1020 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom right, #4facfe, #00f2fe);
    color: white;
    text-align: center;
  }

  .breadcrumb {
    /*margin-top: 20px;*/
    font-size: 14px;
  }

  .main-title {
    font-size: 48px;
    /*margin: 20px 0;*/
  }

  .search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .search-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .search-box select,
  .search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    margin-right: 10px;
    padding-left: 15px;
  }

  .search-box select {
    background: none;
    color: black;
  }

  .search-box input {
    flex: 1;
  }
  .google-auto-placed {
      display:none;
  }


  .search-box .button12 button {
    background: #00c853;
    border: none;
    border-radius: 50%;
    padding: 10px;
    color: white;
    cursor: pointer;
    position: absolute;
        top: 107px;
    right: 93px;
  }
.searchbar-sec010101{
    margin-top: 50px;
}
  

  .ad-box {
    background: white;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display:none !important;
  }

  .ad-box img {
    width: 100;
    height: 50px;
    margin-right: 10px;
  }

  .ad-box .ad-content {
    text-align: left;
  }

  .ad-box .ad-content h3 {
    margin: 0;
    font-size: 20px;
    color: black;
  }

  .ad-box .ad-content p {
    margin: 5px 0;
    color: gray;
  }

  .ad-box .ad-content .store-buttons img {
    width: 120px;
    margin-right: 10px;
  }

  .ad-box .new-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: orange;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
  }

  .phone-container {
    position: relative;
    display: inline-block;
  }

  .phone {
    width: 200px;
    height: 400px;
    background: linear-gradient(to bottom, #4a148c, #7b1fa2);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .phone .incoming-call {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .phone .phone-number {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .phone .location {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .phone .call-info {
    background: white;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }



  .phone .call-info .caller img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .phone .call-info .caller-info {
    flex: 1;
  }

  .phone .call-info .caller-info h4 {
    margin: 0;
    font-size: 16px;
    color: black;
  }

  .phone .call-info .caller-info p {
    margin: 5px 0;
    font-size: 12px;
    color: gray;
  }

  .phone .call-info .location {
    font-size: 12px;
    color: gray;
    text-align: right;
  }

  .hr {
    border: 0.1px solid;
    height: 40px;
    color: #80808038;
  }

  .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #f54ea2, #ff7676);
    color: white;
    padding: 5px 55px;
    transform: rotate(45deg);
    transform-origin: top right;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 11px 11px 19px 14px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: 77px !important;
    margin: 53px -31px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 44px;
    border-bottom-right-radius: -13px;
  }



  .call-header .incoming {
    font-size: 0.7rem;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }

  .call-header .number {
    /*font-size: 0.7rem;*/
    margin: 5px 0;
    /*font-size: 12px;*/
    font-size: 18px;
    line-height: 1.9px;
    text-align: center;
  }

  .call-header .location {
    font-size: 0.7rem;
    color: #b5b5b5;
    text-align: center;
    display:none;
    font-size: 12px;
  }

  

  .info-left {
    display: flex;
    align-items: center;
  }

  .profile-icon {
    background: #f8f8f8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 1.5rem;
  } 

  /*.caller-details h4,*/
  /*p,*/
  /*span {*/
  /*  font-size: 11px;*/
  /*  text-align: left;*/
  /*}*/

  .caller-details h4 {
    margin: 0;
    font-size: 1.1rem;
    font-size: 11px;
    text-align: left;
    display:none;
  }

  .caller-details p {
    margin: 2px 0;
    font-size: 11px;
    text-align: left;
  }

  .caller-details .spam {
    color: #ff4d4f;
    font-size: 0.8rem;
    font-size: 11px;
    text-align: left;
  }

  .info-right p {
    font-size: 0.8rem;
    color: #4c2b8f;
    text-align: right;
    display:none;
  }

  .call-action {
    margin-top: 15px;
  }

  .call-action .accept-call {
    background: #28a745;
    margin-top: 155px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  /* Country flag in dropdown */
  .dropdown-flag {
    width: 24px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
  }

  .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }

  .dropdown-item:hover {
    background: #e9ecef;
  }

  .dropdown-item.active {
    background: #28a745 !important;
    color: #fff !important;
  }

  /* Dropdown button style */
  .dropdown-toggle {
    background: transparent;
    border: none;
    padding-right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
  }

  /* Dropdown menu styling */
  .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #f8f9fa;
  }

  /*.btn:hover {*/
  /*  color: #212529;*/
  /*  text-decoration: none;*/
  /*  border: none;*/
  /*}*/

  /*@media only screen and (min-width:768px) and (max-width:981px) {*/
  /*  .ad-box {*/
  /*    margin-top: -556px;*/
  /*  }*/

   
  /*}*/


  @media only screen and (min-width:300px) and (max-width:425px) {
    .ad-box {
      margin-top: -556px;
      width: 68% !important;
      margin-bottom: 116px;
    }

    


    .cousec1210 svg {
      height: 50%;
    }

    .search-box {
      width: 100%;
      padding: 10px 0;
      margin-top: 10px;
    }
  }

  .container121 {
    padding-top: 180px !important;
    padding-bottom: 15px;
  }
 .dropdown button{
      text-transform: uppercase;
  }
 
  .incoming-call-card {
    background: #4c2b8f;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    /*padding-top: 100px;*/
    padding-bottom: 100px;
    height: 350px;
    width: 35%;
    border: 7px solid white;
    margin-left: 25px;
  }
  .call-info {
    background: #fff;
    color: #4c2b8f;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: relative;
    margin-top: -272px;
    width: 45%;
    top: 110%;
    margin-left: 25px;
  }
  /*.main-title {*/
  /*    font-size: 58px;*/
  /*    margin: 0px 0px;*/
  /*    margin-top: 25px;*/
  /*    padding-top: 62px;*/
  /*  }*/
    .ad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
  }
 

@media only screen and (max-width: 425px) {
    .cousec01 {
        font-size: 2.0rem !important;
    line-height: 1.0;
    }
    .cousec01 span{
        font-size: 2.0rem !important;
        line-height: 1.0;
    }
}
.cousec01 span{
    font-size: 3.0rem !important;
    
}
.cousec01{
    font-size: 3.0rem !important;
}
.spammers .container h1{
    text-transform: capitalize ;
}

@media only screen and (min-width: 320px) and (max-width: 427px){
    .top .topimg{
        padding-left: 5px;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    }
    .topimg img {
        height: 19px !important;
    }
    .top .toptxt h1{
        font-size: 11px !important;
        line-height: 20px !important;
    }
    

}
.cousec01{
    line-height: 1.2;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
@media only screen and (min-width: 300px) and (max-width: 427px) {
    .top a {
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }
    .top{
        margin: 10px 0px !important;
    }
    .cousec01 {
                font-size: 1.5rem !important;
    }
    .cousec01 span{
        font-size: 1.5rem !important;
    }
    .ad-box{
                margin-top: -400px !important;
        width: 91% !important;
    }
    .ad-box .ad-content h3{
        font-size:15px !important;
    }
    .ad-box .ad-content p{
        font-size: 11px; 
        line-height: 1.5;
    }
    .ad-box img {
    width: 75 !important;
    height: 40px !important;
    margin-right: 10px !important;
  }
  .ribbon{
                 margin: -90px -31px !important;
        padding: 4px 41px !important;
    
  }
  .dropdown-item a spam{
      display: none;
  }
  .appstore-icon{
      margin-right:10px;
  }
  .dropdown-toggle #text{
      display: none;
  }
  /*.search-box{*/
  /*    width: 85% !important;*/
  /*}*/
 
}
@media only screen and (min-width: 300px) and (max-width: 425px){
    .incoming-call-card{
                top: 30px !important;
        width: 60%;
        height: 190px;
        clip-path: inset(0 0 15px 0);

    }
    .input-sec0100 input{
        font-size: 12px;
    }
     .call-action .accept-call {
      display: none;
    }
    .main-title{
        font-size: 32px !important;
        margin-top:0px;
    }
    .search-box .button12 button {
        top: 68px;
    right: 21px;
    }
   .call-info{
               width: 70%;
        margin-top: -107px !important;
           
   }
   .searchbar-sec010101{
       margin: 0px !important;
   }
}
.input-sec0100{
    position: relative;
}
.spammers-sec1110 h1 {
    font-size: 35px !important;
}
.spammers-sec1110 p {
    color: black;
}
.card-header button{
    text-decoration: none;
    text-transform: none;
    color: black;
    text-wrap: auto;
}
.btn-link:hover{
    color: black;
    text-decoration: none;
    
}
.card{
    margin-bottom: 16px;
}
