@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');  
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none!important;
    font-family: Georgia, Georgia, "Times New Roman", serif
    
}
.padding{
    padding:80px;
}
h1,h2,h3,h4,h5,h6{
  font-family: "prata", serif;
}
header{
    background:#fff;
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index: 1030;;
}
.service-title{
  max-width:420px;
  text-align:center;
  position:relative;
  margin:auto;
}
.service-title::before{
  position:absolute;
  content:"";
  background-color:#046db9;
  margin-left:-45px;
  width:75px;
  height:1px;
  left:50%;
  bottom:-18px;
}
.service-title::after{
  content:"";
  position:absolute;
  width:75px;
  height:1px;
  bottom:-22px;
  left:50%;
  margin-left:-30px;
  background-color:#046db9;
}




.logo{
  font-family: "prata", serif;;  
  color: #548bb0;
  
}
/* ----------------------specialities close----*/

.light{
    background:#6995b3;
}
.nav-link{
    font-family: "Figtree", sans-serif;
      position:relative;
      margin-left:30px;
      padding:10px 0px;
      font-size:18px;
      font-weight:700;
      color: #121212;
      outline:none;
      transition:.5s;
    }
    li a::after{
      content: '';
      width:0;
      height:3px;
      background-color: #046db9;
      margin: auto;
      display: block;
    }
    li a:hover::after{
      width:100%;
      transition: width 0.3s linear;
    }
    li a:hover{
      color: #046db9;
    }
    .nav-link.active {
      color: #046db9;
    }
 @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #046db9;
}
    
    .text-primary{
      color:#AB613E!important;
    }
    .text-warning{
        color:#046db9!important;
    }
    .bg-warning{
        background-color: #046db9!important;
        color:#fff!important;
    }
    .text-success{
        color:#046db9!important
      }
    .btn-primary{
 --bs-btn-color: #fff;
    --bs-btn-bg: #046db9;
    --bs-btn-border-color: #046db9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #046db9;
    --bs-btn-hover-border-color: #046db9;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #046db9;
    --bs-btn-active-border-color: #046db9;
    }
    .home{
      background-image:url("../image/home.jpeg");
      background-repeat:no-repeat;
      background-position: center;           
      background-size:cover;
      width:100%;
      height: 90vh;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 2;
      position: relative;
    }
    
     .revenue{
      background-image:url("../image/abouts.jpeg");
      background-repeat:no-repeat;
      background-position: center;           
      background-size:cover;
      width:100%;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 2;
      position: relative;
     }
   .scrollanimate{
            position:relative;
            transform:translateY(150px);
            opacity:0;
            transition-duration:2s;
            transition-timing-function:ease;
            transition-delay:0s;
            transition-property:all;
          }
          .scrollanimate.active{
            transform:translateY(0px);
            opacity:1;
          }
          /* Ready */
          .ready{
            background:#0dcaf0;
            color:#fff;
}
          
    /* footer */
    .footer{
        background:#364f68!important;
      }
             
     .footer .btn.btn-link {
      display: block;
      margin-bottom: 5px;
      padding: 0;
      text-align: left;
      color: #FFFFFF;
      font-size: 15px;
      font-weight: normal;
      text-transform: capitalize;
      transition: .3s;
    }
    .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    }  
    .Contact{
      background:linear-gradient(rgba(20, 69, 160, 0.7), rgba(43, 133, 160, 0.5)),url('../image/abou.jpeg');
      background-repeat:no-repeat;
      background-position:center center;
      background-attachment:local;
      background-size:cover;
     height:400px;
     display: flex;
     justify-content: center;
     align-items: center;
    }
    @media(max-width:600px){
        .padding{
            padding:20px;
        }
    }
    /* Revenue cycle management */

    .diagram-container {
      display: grid;
      place-items: center;
      position: relative;
      width: 100%;
      max-width: 500px;
      height: 500px;
      margin: 0 auto;
      gap: 20px;
    }

    /* Center hexagon */
    .center-hex {
      width: 160px;
      height: 160px;
      background-color: #ffffff;
      color: #333;
      font-family: "Tangerine", cursive;  
  color: #548bb0;
  font-weight: bold;
  font-size: 50px;
      text-align: center;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Hexagon item styles */
    .hex-item {
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff;
      font-weight: bold;
      text-align: center;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      padding: 10px;
      font-size:17px;
      position: absolute;
    }

    /* Hexagon colors and positions */
    .hex-item-1 {
      background: linear-gradient(135deg, #ff7e5f, #feb47b);
      top: 10%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .hex-item-2 {
      background: linear-gradient(135deg, #43cea2, #185a9d);
      top: 35%;
      right: 10%;
      transform: translate(50%, -50%);
    }
    .hex-item-3 {
      background: linear-gradient(135deg, #f7971e, #ffd200);
      bottom: 35%;
      right: 10%;
      transform: translate(50%, 50%);
    }
    .hex-item-4 {
      background: linear-gradient(135deg, #f36f57, #f5b37f);
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 50%);
    }
    .hex-item-5 {
      background: linear-gradient(135deg, #36d1dc, #5b86e5);
      bottom: 35%;
      left: 10%;
      transform: translate(-50%, 50%);
    }
    .hex-item-6 {
      background: linear-gradient(135deg, #fc4a1a, #f7b733);
      top: 35%;
      left: 10%;
      transform: translate(-50%, -50%);
    }

    /* Icon and text inside hex items */
    .hex-item .icon {
      font-size: 1.2em;
      margin-bottom: 5px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .diagram-container {
        max-width: 350px;
        height: 350px;
      }
      .center-hex {
        width: 90px;
        height: 90px;
        font-size: 0.9em;
        padding: 15px;
      }
      .hex-item {
        width: 80px;
        height: 80px;
        font-size: 0.6em;
      }
    }
    
    @media (max-width: 576px) {
      .diagram-container {
        max-width: 250px;
        height: 250px;
      }
      .center-hex {
        width: 70px;
        height: 70px;
        font-size: 0.8em;
        padding: 10px;
      }
      .hex-item {
        width: 60px;
        height: 60px;
        font-size: 0.5em;
      }
    }
    /*----- hoverbtn--------*/
    .hoverbtn{
      position: relative;
      padding: 20px 20px;
      border:2px solid #046db9;
      font-family: sans-serif;      
      text-decoration: none;      
      transition: 0.5s;
     color:#fff;
      border-radius: 3px;
     
     }
     .hoverbtn:hover{
      color:#046db9;
     }
     .hoverbtn:before{
      content:'';
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background: #046db9;
      z-index: -1;
      transform-origin: left;
      transition:transform 0.5s ease;
      transform: scaleX(1);
     }
     .hoverbtn:hover:before{
  transform-origin: right;
  transition:transform 0.5s ease;
      transform: scaleX(0);
  }
 
/* banner style  */
.banner-content {
  position: relative;
  background: #fff;
  border: 4px solid #046db9;
  color: #fff;
}
.banner-content::before {
position: absolute;
content: "";
width: calc(100% + 32px);
height: calc(100% + 0px);
background: #fff;
left: -16px;
bottom: -16px;
z-index: -1;
}

.banner-info{
  padding-bottom: 50px;
  position: relative;
}

.banner-title-2{
  font-size: 30px;
  line-height: 1.1;
  color: #046db9;
}

.banner-logo {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: -40px;
  width: 150px;
}

.banner-logo:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: #fff;
z-index: -1;
  top: 40px;
  left: 0;
  transform: translateY(-50%);
  border: 4px solid #046db9;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
/* our delivery model */
.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.process-model {
  background-color: #f5f5f5;
}

.b-class-secondary {
  color: rgb(255, 23, 131);
}

.process-model .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.process-model .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.process-model .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, rgb(255, 23, 131));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.process-model h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.process-model p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.process-model .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.process-model .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.process-model .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.process-model .service-card:hover h3 {
  color: #ffffff;
}

.process-model .service-card:hover p {
  color: #f0f0f0;
}
/* Three Pills services */



