.elementor-48263 .elementor-element.elementor-element-95fc53b{--display:flex;}.elementor-48263 .elementor-element.elementor-element-95fc53b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-48263 .elementor-element.elementor-element-a9b3526{width:var( --container-widget-width, 900% );max-width:900%;--container-widget-width:900%;--container-widget-flex-grow:0;}.elementor-48263 .elementor-element.elementor-element-a9b3526.elementor-element{--align-self:center;}#elementor-popup-modal-48263 .dialog-widget-content{animation-duration:1.2s;background-color:#F8F7F7;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-48263{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-48263 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-48263 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-48263 .elementor-element.elementor-element-95fc53b{--width:102.656%;}}/* Start custom CSS *//*.container11 {
        margin: 0 auto;
        border-radius: 5px;
        padding: 20px;
        background-color: #f8f7f7;
      }
      */
  .keyword-rank-checker-wrapper    a { outline:none; }
      
.keyword-rank-checker-wrapper {
        font-family: "Plus Jakarta Sans", Sans-serif;
       
        letter-spacing: -1px;
      }
      
    #popupResultsDiv{
        max-width: 900px;
        margin-bottom:30px;  
    }
    
        .serp-header-50{
            width:50%;
            text-align: left!important;
        }
      .serp-overview {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
      }

      .serp-overview h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: bold;
      }


      .result-link-container {
        margin-right: 20px;
        display: flex;
        flex-direction: column;
      }
      .result-link-container a{
       white-space: nowrap; 
       overflow: hidden;
       text-overflow: ellipsis; 
      }
      .result-heading-url{
          color:#1b21ff!important;
      }

      /* .result-link-container-people-also-ask {
        width: 50%;
        margin-right: 20px;
      } */

      .result-detail-container {
        display: flex;
        gap: 20px;
      }

      .header-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }

      .serp-item a {
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        flex-grow: 1;
        border: none;
      }

      .serp-item {
        font-family: "Plus Jakarta Sans", Sans-serif;;
        display: flex;
        flex-direction: row;
        border-radius: 5px;
        gap: 12px;
        transition: background-color 0.3s; /* Smooth transition for the background-color change */
      }


      .serp-container {
        border-radius: 20px;
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* X-offset, Y-offset, blur, color */
        padding: 20px 7px 10px 7px; /* Optional: Add some padding for the content inside the card */
        background-color: #ffffff; /* Set a background color for the card */
        transition: box-shadow 0.3s; /* Optional: Smooth transition for the box-shadow when hovering */
      }
     .serp-container table tr td{
         padding-top:13px;
         padding-bottom:13px;
     }
     .serp-container table tbody tr td:first-child, .serp-container table thead th:first-child{
         padding-left:15px;
         width: 438px;
         max-width: 438px;
         
     }
     
      .serp-container table tbody tr td:last-child, .serp-container table thead th:last-child{
         padding-right:32px;
     }
      .serp-container:hover {
        /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); */re /* Slightly deeper shadow on hover */
      }

     .result-link-container{
         width: 341px;
     }

      .number-circle {
        display: flex;
        width: 45px;
        height: 45px;
        background-color: #e8f0fd;
        color: #1b21ff;
        border-radius: 50%;
        font-weight: bold;
        font-size: 21px;
        justify-content: center;
        align-items: center;
      }

      .detail-item {
        margin-right: 10px;
        font-size: 12px;
        text-align: right;
        display: block;
        color: #555;
      }

      .detail-item:last-child {
        margin-right: 0;
      }

      .detail-item {
        font-size: 17px;
        color: #212121;
        font-family: "Plus Jakarta Sans", Sans-serif;
      }

     

      .domain-details {
        margin-bottom: 20px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }
      /* ... (unchanged) */
    
      .headers {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        font-weight: bold;
        color: #000;
        font-size: 15px;
      }
      .result-table-main{
      margin-block-end:4px;
      }
      .result-table-main th, .result-table-main td{
          padding:0;
          border:none;
          border-block-start:none!important;
          background-color: unset!important;
          
      }
      .result-table-main th{
        font-size: 14px;
        letter-spacing: -1px;
        text-align: right;
        padding-bottom:20px;
      }
     .verticle-align-bottom td {
         vertical-align:bottom!important;
         
     }
   
     .vertical-align-adjust{
         padding-top:40px!important;
     }
     .verticle-align-top td:first-child{
        /* padding-bottom:35px!important;*/
     }
      .result-table-main thead{
          text-align: left;
      }
    
     .result-table-main tr:hover td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.result-table-main tr:hover td {

  background-color: #f5f5f5!important;
}
.result-table-main tr:hover td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
      .header-title {
        font-weight: 800;
        font-family: "Plus Jakarta Sans", Sans-serif;
      }
.td-adjust-dropdown{
    vertical-align: unset!important;
}
      .header-remarks {
        display: block;
        font-size: 28px!important;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        margin-left: 10px;
        letter-spacing: -1px!important;
      }

      .url a {
        font-size: 17px;
        color: #212121;
        font-weight: normal;
        white-space: nowrap; 
        display: block; 
        overflow: hidden;
        text-overflow: ellipsis; 
        
      }
      
      .url a:hover{
        
        color: #212121;
        
        
      }

      .sitelinks-container {
        display: flex;
        flex-direction: row;
      }

      .sitelink-header {
        font-weight: bold;
        margin-top: 10px;
      }
      .showDivSiteLinks ul{
          display:flex;
          position: absolute;
      }
       .showDivSiteLinks ul li{
          margin-right: 35px;
      }
       .showDivSiteLinks ul li:last-child{
          margin-right: 0;
      }
        

/* toggle */
.toggle-divPeopleAsk{
    display: none; 
}
.showDivSiteLinks{
    display: none;
    padding-bottom: 20px;
}
.search-result-toggle-p {
  cursor: pointer;
     margin-bottom: 5px!important;
    margin-block-end: 0;
    margin-top:6px;
    padding-left:25px;
}
.siteLinks-result-toggle-p {
  cursor: pointer;
     margin-bottom: 0!important;
    margin-block-end: 0;
    
}
.toggle-divPeopleAsk ul, .toggle-siteLinks ul{
    margin: 0 0 0 25px;
    padding: 0;
}
.toggle-divPeopleAsk ul li a{
    color:#212121!important;
    font-weight: normal;
}
.toggle-divPeopleAsk ul li, .toggle-siteLinks ul li{
    list-style-type: none;
}
.sitelink-padding-adj-false{
    padding-bottom: 0;
}
.sitelink-padding-adj-true{
    padding-bottom: 25px;
}
.icon-triangle-black{
  width: 20px;
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s;
}

.icon-triangle-black-down {
    background: url(https://novumhq.com/wp-content/uploads/2023/11/black-dow-arrow.png) 0;
    background-repeat: no-repeat;
    background-size: 20px;
}
.icon-triangle-black-up {
    background: url(https://novumhq.com/wp-content/uploads/2023/11/black-dow-up.png) 0;
        background-repeat: no-repeat;
    background-size: 20px;
}

.search-no-padding{
    padding:0!important;
}
.search-sitelinks ul li a{
    font-weight: normal;   
}/* End custom CSS */