@media screen and (max-width: 1199px){
    .container .navbar-vertical {
    max-width: 100% !important;
}
   }
@media screen and (max-width: 1270px){
    .customWidth{
       min-width: 52rem !important;
    }
   }


   @media screen and (min-width: 1250px){
      #onmobilesubdomain{
         display: none !important;
      }
     }  
     @media screen and (max-width: 1249px){
      .onmobilesubdomain{
         display: none !important;
      }
     }  
        
   /* @media screen and (max-width: 1024px){
    .customWidth{
       min-width: 52rem !important;
    }
   } */
   @media (min-width: 992px) {
      .first-level-name{
         width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
      }
      .footer-wrapper {
          display: flex;
          padding: 0 80px 0 80px;
          justify-content: space-between;
          font-size: 14px;
      }
   
      .legal-wrapper {
          display: flex;
          gap: 15px;
      }


      .upper-footer-second {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          align-items: start;
          justify-items: center;
      }
   
      .upper-footer {
          display: flex;
          gap: 25px;
          padding-right: 80px;
          justify-content: space-between;
          align-items: center;
      }
      
   }
   @media screen and (max-width: 991px){
      .forcolumn{
         flex-direction: column !important;
      }
      .demoaccord{
         height: 107px !important;
      }

      .report{
         text-align: start !important;
      }
      .m-con .company-title{
         flex-direction: column !important;
         text-align: center;
         font-size: 1rem !important;
         padding-bottom: 1rem;
      }
      .m-con .linkd{
         flex-direction: column;
         gap: 3px;
         align-items: center;
      }
      .forimgcolumn{
         position: relative !important;
      }
      .fortable{
         white-space: nowrap !important;
         max-width: none !important;
      }
      .upper-part {
         text-align: center;
         margin: 0 auto;
         display: flex
 ;
         flex-direction: column;
         align-items: center;
     }
      .footer-wrapper {
         display: flex;
         flex-direction: column;
         padding: 0 25px 0 25px;
         gap: 25px;
         justify-content: space-between;
         font-size: 14px;
     }
  
     .legal-wrapper {
         display: flex;
         justify-content: center;
         text-align: center;
         font-size: 12px;
     }
  
     .legal-wrapper>a {
         padding-right: 15px;
     }
  
     .upper-footer-second {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         gap: 50px;
     }
  
     .upper-footer {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         gap: 50px;
     }
      .new_his-container{
         position: relative !important;
         top: auto !important;

      }
      .mainrow{
         flex-direction: column;
      }
      .timeline-vertical{
         padding-left: .2rem;
         padding-right: .2rem;
      }
      .tprmbtn{
         text-align: start !important;
      }
      .socialicon{
         justify-content: start !important;
      }
      .posturetitle{
         margin-top: .5rem !important;
      }
     }
   @media screen and (max-width: 900px){
    .customWidth{
       min-width: 47rem !important;
    }
   }
   @media screen and (max-width: 800px){
    .customWidth{
       min-width: 37rem !important;
    }
   }
   @media screen and (max-width: 680px){
    .customWidth{
       min-width: 25rem !important;
    }
     .shiftmobile{
  flex-direction: column !important;
  align-items: start !important;
 }
   }
   @media screen and (max-width: 480px){
    .customWidth{
       min-width: 17rem !important;
    }
    .only-ind p{
      width: 85px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
   }










   .form-check {
      padding-left: 0 !important;
   }

.dropdown {
    position: relative;
    display: inline-block;
  }
              .dropdown-content {
                top: 31px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 58rem;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: auto;
  }
  
  .dropdown-content aside {
    display: block;
  }
  
  .dropdown-content.show {
    display: block;
  }
  #colhide{
    display: none;
  }
  .form-check .form-check-input {
   float: none !important;
   margin-left: 0 !important;
 }
 .form-check{
   display: flex;
 }

 #myDropdown .row .col-lg-11{
  padding-top: .5rem;
 }
 #myDropdown .row .col-lg-1{
   padding-top: .5rem;
  }
  .address-details {
   color: #8a94a7 !important;
}




.scoringFooter .ftrSec{
   /* background: #2c3444; */
   background: #191d27;
   padding-top: 4rem !important;
}

footer {
   /* padding-bottom: 25px; */
   display: flex;
   flex-direction: column;
   /* gap: 80px; */
   gap: 60px;
}
.rankiteo-icon {
   width: 80px;
}

.scoringFooter .social-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   gap: 15px;
}

.scoringFooter .social-wrapper>a>img {
   width: 18px;
   align-self: center;
}

.scoringFooter .legal-link {
   color: #8A94A7;
   text-decoration: none !important;
}

.scoringFooter .legal-link:visited {
   color: #8A94A7;
}

.scoringFooter .legal-link:hover {
   color: #8A94A7;
}




.scoringFooter .upper-footer-wrapper {
   display: flex;
   flex-direction: column;
   gap: 50px;
}


.scoringFooter .upper-footer-description {
   display: flex;
   flex-direction: column;
   gap: 25px;
}

.scoringFooter .upper-footer-action {
   display: flex;
   gap: 25px;
}

.scoringFooter .upper-footer-action>button {
   height: 30px;
}



.scoringFooter .footer-title {
   font-weight: 700;
   color: #333333ba;
}

.scoringFooter .services-footer-wrapper {
   display: flex;
   flex-direction: column;
   /* gap: 20px; */
   gap: 10px;
}

.scoringFooter .company-address {
   margin-top: 15px;
   color: #8A94A7;
   font-size: 16px;
   line-height: 1.5;
}

.scoringFooter .address-title {
   font-weight: 700;
   color: #333333ba;
   margin-bottom: 5px;
   font-size: 18px;
}

.scoringFooter .address-details {
   margin: 0;
   font-size: 16px;


}


.scoringFooter .phone-link {
   color: #8A94A7;
   text-decoration: none;
   font-size: 14px;
   line-height: 1.5;
}

.scoringFooter .phone-link:hover {
   color: #ffffff; /* Highlight the phone number on hover */
   text-decoration: underline;
}

.scoringFooter .phone-link strong {
   color: white;
   font-weight: 700;
}

.scoringFooter .flag-icon {
   width: 22px; /* Adjust as necessary */
   height: auto;
   /* margin-right: 5px; */
   vertical-align: middle;
}

.brand-logo {
   width: 60px;
   height: 60px;
   object-fit: contain;
 }

 .brand-name {
   font-size: 2.5rem;
   font-weight: 700;
   color: #1a1a1a;
 }

 .section-title {
   font-size: 2rem;
   font-weight: 600;
   margin-bottom: 2rem;
   text-align: center;
   color: #1a1a1a;
 }

 .company-card {
   background: #ffffff;
   border-radius: 20px;
   padding: 24px;
   position: relative;
   overflow: hidden;
   transition: all 0.3s ease;
   height: 100%;
   display: flex;
   flex-direction: column;
   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
 }

 .company-card::before,
 .company-card::after {
   content: "";
   position: absolute;
   top: 0;
   width: 6px;
   height: 100%;
   background: linear-gradient(to bottom, #2053d2, #00bfff);
   z-index: 1;
 }

 .company-card::before {
   left: 0;
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
 }

 .company-card::after {
   right: 0;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
 }

 .company-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
 }

 .company-header {
   display: flex;
   align-items: center;
   gap: 1rem;
   margin-bottom: 1rem;
   z-index: 2;
   position: relative;
 }

 .company-logo {
   width: 64px;
   height: 64px;
   object-fit: cover;
   border-radius: 50%;
   border: 2px solid #dee2e6;
 }

 .company-title {
   font-size: 1.3rem;
   font-weight: 600;
   color: #1a1a1a;
   margin: 0;
 }

 .company-description {
   font-size: 0.95rem;
   color: #555;
   flex-grow: 1;
   z-index: 2;
   position: relative;
 }

 .learn-more a {
   text-decoration: none;
   font-weight: 500;
   color: #2053d2;
   margin-top: 1rem;
   display: inline-flex;
   align-items: center;
   z-index: 2;
   position: relative;
 }

 .learn-more a span {
   margin-left: 5px;
   transition: transform 0.3s ease;
 }

 .learn-more a:hover span {
   transform: translateX(4px);
 }
 .landingcompimg {
   background: #f4f4f4 url(/static/images/pricingCardBg.png) no-repeat right center;
 }
 .view-report-global {
   margin-top: 40px;
   text-align: center;
 }
 .btn-shadoww {
   box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  
 }
 
 .btn-shadoww:hover {
   box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
 }

 .pulse-element {

   animation: pulse 2s infinite;
   border-radius: 10px;
 }

 @keyframes pulse {
   0% {
     box-shadow: 
       rgba(60, 112, 232, 0.1) 0px 0px 2px 0px,
       rgba(59, 120, 210, 0.3) 0px 0px 0px 2px,
       rgba(44, 117, 203, 0.2) 0px 0px 0px 5px;
   }
   50% {
     box-shadow: 
       rgba(60, 112, 232, 0.2) 0px 0px 4px 0px,
       rgba(59, 120, 210, 0.5) 0px 0px 0px 4px,
       rgba(44, 117, 203, 0.3) 0px 0px 0px 10px;
   }
   100% {
     box-shadow: 
       rgba(60, 112, 232, 0.1) 0px 0px 2px 0px,
       rgba(59, 120, 210, 0.3) 0px 0px 0px 2px,
       rgba(44, 117, 203, 0.2) 0px 0px 0px 5px;
   }
 }




 #weMeasure .steps-container {
   background: #fff;
   border-radius: 15px;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
   padding: 30px;
 }

 #weMeasure .step-item {
   position: relative;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   background-color: #f8f9fa;
   border-radius: 12px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   height: 180px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
 }

 #weMeasure .step-item:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 }

 #weMeasure .step-icon {
   font-size: 2.5rem;
 }

 #weMeasure .step-title {
   font-weight: 600;
   margin-top: 10px;
   font-size: 1.1rem;
   line-height: 1.3;
   max-width: 100px;
   word-break: break-word;
   text-align: center;
 }

 #weMeasure .corner-rivet {
   position: absolute;
   width: 16px;
   height: 16px;
 }

 #weMeasure .top-left { top: 6px; left: 6px; }
 #weMeasure .top-right { top: 6px; right: 6px; }
 #weMeasure .bottom-left { bottom: 6px; left: 6px; }
 #weMeasure .bottom-right { bottom: 6px; right: 6px; }

 #weMeasure .section-title {
   font-size: 2rem;
   font-weight: 700;
   margin-bottom: 20px;
   color: #343a40; /* dark grey */
 }

 #weMeasure .section-title i {
   margin-right: 10px;
   color: #0d6efd;
 }

 #weMeasure .arrow-symbol {
   font-size: 1rem;
   color: #6c757d;
   text-align: center;
   position: relative;
   min-height: 40px;
 }

 #weMeasure .arrow-symbol::after {
   content: "➤";
   display: inline-block;
   transform: rotate(0deg);
   transition: transform 0.3s ease;
 }

 @media (max-width: 767.98px) {
   #weMeasure .arrow-symbol::after {
     transform: rotate(90deg);
   }
 }

 #weMeasure .divider {
   margin: 50px 0;
   border-top: 1px solid #dee2e6;
 }

 #weMeasure .factor-icon {
   font-size: 2rem;
   color: #dc3545;
 }

 #weMeasure .factor-title {
   font-size: 1.25rem;
   font-weight: 600;
 }

 /* <!----------------------------G2 Score----------> */


 .rankiteo-g2card .card-wrapper {
   position: relative;
 }

 .rankiteo-g2card .card-custom {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: nowrap; /* important: prevent wrapping on large screens */
   padding: 2rem;
   border-radius: 1.5rem;
   background: #f8f8fc url('/static/images/Shape.svg') no-repeat right center;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07), inset 0 1px 2px rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(0, 0, 0, 0.03);
   gap: 2rem;
 }

 .rankiteo-g2card .card-custom:hover {
   transform: translateY(-5px);
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
 }

 .rankiteo-g2card .corner-icon {
   position: absolute;
   width: 20px;
   height: 20px;
   z-index: 1;
 }

 .top-left { top: 10px; left: 10px; }
 .top-right { top: 10px; right: 10px; }
 .bottom-left { bottom: 10px; left: 10px; }
 .bottom-right { bottom: 10px; right: 10px; }

 .platform-logo {
   width: 90px;
   height: 90px;
   object-fit: cover;
   margin-right: 1rem;
   border-radius: 0.75rem;
   border: 2px solid #d1d9ff;
   background-color: #fff;
 }

 .g2-badge {
   width: 130px;
   max-width: 100%;
   border-radius: 0.5rem;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
 }

 .title-text {
   font-size: 1.25rem;
   font-weight: 700;
   color: #2c3e50;
 }

 .text-section {
   display: flex;
   flex-direction: column;
   gap: 0.25rem;
 }

 .rating-stars i {
   color: #f39c12;
   font-size: 1rem;
 }

 .g2-link {
   font-weight: 600;
   color: #4a6dfd;
   text-decoration: none;
 }

 .g2-link:hover {
   text-decoration: underline;
 }

 .description-text {
   font-weight: 500;
   color: #2f2f2f;
 }
 .text-Div{
   width: 50%;
 }

 @media (max-width: 992px) {
   .rankiteo-g2card .card-custom {
     flex-direction: column;
     flex-wrap: wrap;
     text-align: center;
   }

   .text-Div{
      width: auto !important;
   }
   .platform-logo {
     margin: 0 auto 1rem;
   }

   .g2-badge {
     margin-top: 1.5rem;
   }

   .btn {
     width: 100%;
   }

   .text-section {
     align-items: center;
   }
 }

