@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* font-family: "Lato", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');
/* font-family: "Frank Ruhl Libre", serif; */
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Merriweather Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');
/* font-family: "Noto Sans Arabic", sans-serif; */

/********************************************
    Common CSS Here
********************************************/
:root {
    --common-font: "Roboto", sans-serif;
    --menu-font: "Merriweather Sans", sans-serif;
    --dark-black: #1f1f1f;
    --cyan: #198eb1;
    --orange: #d95600;
    --blue: #3232ef;
    --red: #e60001;
    --green: #1FB53A;
    --violet: #4c1782;
}

html, body {
    font-family: var(--common-font);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    top: 0 !important;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {text-decoration: none;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.mob-view {display: none;}
.desk-view {display: block;}
.ur {font-family: var(--urdu-font);}
/* #goog-gt-vt, #goog-gt-tt, .VIpgJd-yAWNEb-VIpgJd-fmcms-sn54Q, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {display: none !important;} */

/* Hide the Google Translate loading spinner */
.goog-te-spinner-pos,
.goog-te-spinner-animation {
    display: none !important;
}

/* Optional: Hide the Google Translate toolbar if needed */
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-te-menu-frame {
    display: none !important;
}

/********************************************
    Top Header Begin Here
********************************************/
.top-header {
    height: 44px;
    background-color: #e2e4e7;
    margin-bottom: 1rem;
}

.top-header > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100%;
}
body .skiptranslate > iframe {display: none;}

#google_element {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#google_element i {
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 18px;
    color: #4c1782;
    transition: all 0.3s;
}

.goog-te-gadget {
    color: #e2e4e7 !important;
    max-width: 142px !important;
    overflow: hidden;
}
.goog-te-gadget > span {display: none;}

.goog-te-gadget .goog-te-combo {
    font-weight: 500;
    border-color: #4c1782;
    background-color: transparent;
    color: #4c1782;
    margin: 0 !important;
    padding: 5px 8px;
    padding-left: 30px;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: all 0.3s;
}
.goog-te-gadget .goog-te-combo:focus {outline: none;}

.top-header .social-media {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
}

.top-header .social-media li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 200;
    color: var(--violet);
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    transition: all 0.3s;
}
.top-header .social-media li a:hover {border-color: var(--violet);}

/********************************************
    Header Begin Here
********************************************/
#header {
    background-image: linear-gradient(to left, #e9ecef, #f8f9fa);
    padding-bottom: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-header {width: 142px;}

/********************************************
    Navbar Begin Here
********************************************/
#navbar .nav-content {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 7%;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: end;
    gap: 25px;
}

.menu > .menu-item > a {
    font-size: 15px !important;
    font-weight: 400;
    color: var(--violet);
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s;
    position: relative;
}

.menu > .menu-item > a::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--violet);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}
.menu > .menu-item > a:hover::after {width: 100%;}

.menu .menu-item a {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 16px;
}

.menu > .menu-item > a:hover {color: #7526c5;}
.menu-item-has-children {position: relative;}
.menu-item-has-children > a {padding-right: 18px;}

.menu-item-has-children > a::after {
    content: '';
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    background-color: transparent;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 17px;
    right: 0;
    transform: rotate(45deg);
}

.menu-item-has-children:hover > a::after {border-color: #a9ccff;}
.menu-item-has-children:hover a {color: #a9ccff;}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    transition: all 0.4s;
}

.sub-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: -10px;
    z-index: 9;
    min-width: 210px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.sub-menu::before {
    content: "";
    width: 100%;
    height: 13px;
    background-color: transparent;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: 1;
}

.sub-menu .menu-item a {
    align-items: start;
    font-weight: 400;
    white-space: nowrap;
    color: var(--dark-black);
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 15px;
    transition: all 0.3s;
}
.sub-menu .menu-item:last-child a {border: none;}

.sub-menu .menu-item a:hover {
    color: #000;
    background-color: #d9e8ff;
}

/********************************************
    Web Info Begin Here
********************************************/
.web-info {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.web-info .container {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.info-left-col, .info-right-col {width: calc(50% - 1rem);}

.info-left-pills {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.info-left-pills li {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #664785;
}

.info-left-pills li:first-child {
    color: #fff;
    background-color: #9117cf;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
}

.info-left-col h1 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
    color: #332442;
    margin-bottom: 1.5rem;
}
.info-left-col h1 span {color: var(--violet);}

.info-left-col p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.75rem;
    color: #664785;
    margin-bottom: 2rem;
}

.web-info .serv-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.web-info .serv-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #664785;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: calc(50% - 0.5rem);
}

.web-info .serv-list li i {
    font-size: 1.4rem;
    color: var(--violet);
}

.web-info .info-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.web-info .info-btn a {
    font-size: 0.8rem;
    line-height: 1.25rem;
    padding: 0.7rem 2rem;
    border: 1px solid var(--violet);
    color: var(--violet);
    border-radius: 6px;
    transition: all 0.3s;
}

.web-info .info-btn a:first-child {
    background-color: var(--violet);
    color: #fff;
}
.web-info .info-btn a:hover:first-child {background-color: #661fad;}

.web-info .info-btn a:hover:last-child {
    background-color: var(--violet);
    color: #fff;
}

.info-right-col {
    background-color: #21398d;
    overflow: hidden;
    border-radius: 15px;
    padding: 32px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-right-col::before, .info-right-col::after {
    content: '';
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.info-right-col::before {
    background-image: linear-gradient(to left, #15803d, #16a34a);
    top: 0;
}

.info-right-col::after {
    background-image: linear-gradient(to left, #111827, #000);
    bottom: 0;
}

.info-right-col h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.info-right-col h2 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.info-right-col h2:last-of-type {
    margin-bottom: 1.5rem;
    padding-bottom: 1.4rem;
    position: relative;
}

.info-right-col h2:last-of-type::before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
}

.info-right-col p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.75rem;
    color: #dbeafe;
}

.info-right-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info-right-pills li {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
    background-color: #1d4ed8;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
}

.info-right-col .bg-design::before {
    content: '';
    width: 4rem;
    height: 4rem;
    background-color: #facc15;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
}

.info-right-col .bg-design::after {
    content: '';
    width: 5rem;
    height: calc(100% - 6rem);
    background-color: #2563eb;
    position: absolute;
    top: 3rem;
    right: 0;
    transform: rotate(6deg);
    z-index: -1;
}

/********************************************
    Counter Begin Here
********************************************/
.counter {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #124d85;
}

.counter-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.single-counter {
    color: #fff;
    text-align: center;
    width: calc(20% - 30px);
}

.single-counter h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.single-counter p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

/********************************************
    Services Section Begin Here
********************************************/
.services {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services h2 {
    color: #261339;
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.services h5 {
    color: #664785;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 3rem;
}

.services-list .single-service {
    border-radius: 10px;
    border: 1px solid #3b82f6;
    box-shadow: 0 10px 15px -3px rgb(0, 0, 0, 0.1), 0 4px 6px -4px rgb(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.services-list .single-service:hover {box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);}

.single-service-block {
    display: flex;
    flex-wrap: wrap;
}

.single-service .service-info {
    width: 50%;
    padding: 2rem;
}

.service-info .serv-pills {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.service-info .serv-pills span {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1rem;
    color: #fff;
    background-color: #9117cf;
    border-radius: 0.3rem;
    padding: 0.25rem 0.5rem;
}

.service-info .serv-pills i {
    font-size: 25px;
    transition: all 0.2s ease-in-out;
}
.service-info .serv-pills i:hover {transform: scale(1.1) rotate(20deg);}

.service-info h3 {
    color: #3b82f6;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin-bottom: 0.25rem;
}

.service-info h6 {
    color: #4b5563;
    font-style: italic;
    font-size: 0.865rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.75rem;
}

.service-info > p {
    color: #374151;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.service-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.single-service-tab {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    background-color: rgb(238, 242, 255, 0.7);
    border: 1px solid #e0e7ff;
    border-radius: 0.5rem;
    padding: 0.75rem 0.5rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all 0.3s;
}
.single-service-tab:hover {box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}

.single-service-tab i {
    color: #3b82f6;
    font-size: 12px;
}

.single-service-tab p {
    color: #4338ca;
    font-size: 11px;
    margin-bottom: 0;
}
.single-service-tab p strong {color: #1e3a8a;}

.service-info .moreBtn {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #3b82f6;
}

.service-info .moreBtn p {
    font-size: 0.86rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.service-info .moreHideBtn, .active-service .service-info .moreShowBtn {display: none;}
.active-service .service-info .moreHideBtn {display: inline-block;}
.service-info .moreBtn i {transition: all 0.2s;}
.active-service .service-info .moreBtn i {transform: rotate(90deg);}

.single-service .service-thumb {
    width: 50%;
    overflow: hidden;
}

.single-service .service-thumb-block {
    height: 100%;
    position: relative;
}

.single-service .service-thumb-block.active {
    animation-name: zoomOut;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes zoomOut {
    0% {transform: scale(1);}
    25% {transform: scale(0.95);}
    50% {transform: scale(0.995);}
    75% {transform: scale(0.98);}
    100% {transform: scale(1);}
}

.single-service .service-thumb-block.active:hover {
    animation-name: zoomIn;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes zoomIn {
    0% {transform: scale(1);}
    25% {transform: scale(1.055);}
    50% {transform: scale(1.035);}
    75% {transform: scale(1.047);}
    100% {transform: scale(1.042);}
}

.single-service .service-thumb-block::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 0;
    left: 0;
}

.single-service .service-thumb-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.service-thumb-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 2rem;
    color: #e3e3e3;
    transition: all 0.3s;
}

.service-thumb-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin-bottom: 0.25rem;
}

.service-thumb-info p {
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 0;
}

.key-benefits {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    padding: 1.5rem;
    display: none;
}

.key-benefits h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #6366f1;
    margin-bottom: 0.75rem;
}

.key-benefits ul {
    display: flex;
    gap: 36px;
    margin-bottom: 1rem;
}

.key-benefits ul li {
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #261339;
    background-color: #f9fafb;
    width: calc(33.33% - 12px);
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.key-benefits ul li i {
    font-size: 1.2rem;
    color: #22c55e;
}
.benefitBtn {text-align: center;}

.benefitBtn a {
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    background-color: #6366f1;
    border-radius: 9999px;
    padding: 0.6rem 1.5rem;
    transition: all 0.1s;
}
.benefitBtn a:hover {transform: scale(1.02);}

.services .serviceBtn {
    text-align: center;
    margin-top: 4rem;
}

.services .serviceBtn a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    background-image: linear-gradient(to right, #4c1782, #9d26d9);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 5px;
    padding: 1rem 1.5rem;
    transition: all 0.2s;
}
.services .serviceBtn a:hover {transform: scale(1.05);}


.services-list .single-service:nth-child(1) {border-color: #009fc1;}
.services-list .single-service:nth-child(2) {border-color: #3b82f6;}
.services-list .single-service:nth-child(3) {border-color: #6366f1;}
.services-list .single-service:nth-child(4) {border-color: #4f46e5;}
.services-list .single-service:nth-child(5) {border-color: #7c3aed;}
.services-list .single-service:nth-child(6) {border-color: #8b5cf6;}

.single-service:nth-child(1) .service-info h3 {color: #009fc1;}
.single-service:nth-child(2) .service-info h3 {color: #3b82f6;}
.single-service:nth-child(3) .service-info h3 {color: #6366f1;}
.single-service:nth-child(4) .service-info h3 {color: #4f46e5;}
.single-service:nth-child(5) .service-info h3 {color: #7c3aed;}
.single-service:nth-child(6) .service-info h3 {color: #8b5cf6;}

.single-service:nth-child(1) .single-service-tab i {color: #009fc1;}
.single-service:nth-child(2) .single-service-tab i {color: #3b82f6;}
.single-service:nth-child(3) .single-service-tab i {color: #6366f1;}
.single-service:nth-child(4) .single-service-tab i {color: #4f46e5;}
.single-service:nth-child(5) .single-service-tab i {color: #7c3aed;}
.single-service:nth-child(6) .single-service-tab i {color: #8b5cf6;}

.single-service:nth-child(1) .service-info .moreBtn {color: #009fc1;}
.single-service:nth-child(2) .service-info .moreBtn {color: #3b82f6;}
.single-service:nth-child(3) .service-info .moreBtn {color: #6366f1;}
.single-service:nth-child(4) .service-info .moreBtn {color: #4f46e5;}
.single-service:nth-child(5) .service-info .moreBtn {color: #7c3aed;}
.single-service:nth-child(6) .service-info .moreBtn {color: #8b5cf6;}

.single-service:nth-child(1) .key-benefits h4 {color: #009fc1;}
.single-service:nth-child(2) .key-benefits h4 {color: #3b82f6;}
.single-service:nth-child(3) .key-benefits h4 {color: #6366f1;}
.single-service:nth-child(4) .key-benefits h4 {color: #4f46e5;}
.single-service:nth-child(5) .key-benefits h4 {color: #7c3aed;}
.single-service:nth-child(6) .key-benefits h4 {color: #8b5cf6;}

.single-service:nth-child(1) .benefitBtn a {background-color: #009fc1;}
.single-service:nth-child(2) .benefitBtn a {background-color: #3b82f6;}
.single-service:nth-child(3) .benefitBtn a {background-color: #6366f1;}
.single-service:nth-child(4) .benefitBtn a {background-color: #4f46e5;}
.single-service:nth-child(5) .benefitBtn a {background-color: #7c3aed;}
.single-service:nth-child(6) .benefitBtn a {background-color: #8b5cf6;}

/********************************************
    Partners Section Begin Here
********************************************/
.partners {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.partner-head-pills {
    text-align: center;
    margin-bottom: 1rem;
}

.partner-head-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #4c1782;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}

.partner-head-pills span:hover {background-color: rgb(76, 23, 130, 0.8);}
.partner-head-pills span i {font-size: 0.9rem;}

.partners h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #261339;
    text-align: center;
    margin-bottom: 1rem;
}

.partners h6 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #664785;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.partners-box {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.partners-box h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: #261339;
    text-align: center;
    margin-bottom: 1.5rem;
}

.partners-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.single-partners-block {
    width: calc(16.66% - 15px);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.single-partners-block:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
    margin-top: -7px;
    animation-name: boxZoom;
    animation-delay: 0.2s;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes boxZoom {
    0% {transform: scale(1);}
    50% {transform: scale(1.09);}
    100% {transform: scale(1.05);}
}

.single-partners-block .tab-pills {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(to right, #20b539, #f9d119, #05a4d9);
    border-radius: 9999px;
    padding: 0.2rem 0.5rem;
}
.single-partners-block .tab-pills i {font-size: 15px;}

.single-partners-block .partner-icon {
    display: inline-block;
    font-size: 40px;
    color: #4c1782;
    padding-right: 15px;
    transition: all 0.6s ease;
}
.single-partners-block .partner-icon:hover {transform: scale(1.15);}

.single-partners-block h5 {
    font-size: 0.86rem;
    font-weight: 400;
    color: #261339;
    line-height: 1.25rem;
    transition: all 0.3s;
}
.single-partners-block:hover h5 {color: #9d26d9;}

.single-partners-block .link-icon {
    font-size: 0.86rem;
    transform: scale(0);
    color: #9d26d9;
    transition: all 0.3s;
}
.single-partners-block:hover .link-icon {transform: scale(1);}

.partners-search {
    text-align: center;
    margin-bottom: 2rem;
}

.search-form {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.search-form input {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.25rem;
    width: 100%;
    color: #664785;
    border: 1px solid #e6e2e9;
    border-radius: 0.3rem;
    padding: 0.5rem 0.75rem;
    padding-left: 2.5rem;
}

.search-form input::placeholder {color: #664785;}
.search-form input:focus {outline-color: #664785;}

.search-form i {
    position: absolute;
    top: 10px;
    left: 11px;
    font-size: 18px;
    color: #664785;
}

.partner-cat-tabs {
    text-align: center;
    margin-bottom: 2.5rem;
}

.partner-cat-tabs ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f1f4;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.partner-cat-tabs ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: rgb(38, 19, 57, 0.8);
    background-color: transparent;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    user-select: none;
}
.partner-cat-tabs ul li i {font-size: 17px;}

.partner-cat-tabs ul li.active {
    background-color: #fff;
    color: #261339;
}

.partners-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.single-partner-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: calc(33.33% - 12px);
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
}

.single-partner-info:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-color: #e6e2e9;
    transform: translateY(-8px);
}

.single-partner-info .partner-info-icon {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    background-color: #661fad;
    color: #fff;
    font-size: 24px;
}
.single-partner-info .partner-info-text {width: calc(100% - 90px);}

.single-partner-info .partner-info-text h4 {
    font-size: 14px;
    font-weight: 400;
    color: #261339;
    transition: all 0.4s;
}
.single-partner-info:hover .partner-info-text h4 {color: #7a2bc9;}

.single-partner-info .partner-info-text p {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(38, 19, 57, 0.7);
    margin-bottom: 0;
}
.single-partner-info .partner-users {width: 16px;}

.single-partner-info .partner-users i:first-child {
    position: absolute;
    top: 0.4rem;
    right: 0.8rem;
    font-size: 12px;
    background-image: linear-gradient(to right, #20b539, #f9d119, #05a4d9);
    color: #fff;
    border-radius: 9999px;
    padding: 0.25rem 0.5rem;
}
.single-partner-info .partner-users i:last-child {
    font-size: 18px;
    color: #261339;
    padding-top: 0;
}
.single-partner-info:hover .partner-users i:last-child {color: #7a2bc9;}

.become-partner-btn {
    text-align: center;
    margin-top: 4rem;
}

.become-partner-btn a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    background-image: linear-gradient(to right, #4c1782, #9d26d9);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 5px;
    padding: 1rem 1.65rem;
    transition: all 0.2s;
}

.become-partner-btn a:hover {
    transform: translateY(-4px);
    zoom: 1.01;
}
.international, .regional {display: none;}

/********************************************
    Institutional Consultation Begin Here
********************************************/
.institutional-consultation {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.institutional-pills {
    text-align: center;
    margin-bottom: 1rem;
}

.institutional-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #9117cf;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}

.institutional-pills span:hover {background-color: rgba(76, 23, 130, 0.8);}
.institutional-pills span i {font-size: 0.9rem;}

.institutional-consultation h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #261339;
    text-align: center;
    margin-bottom: 1rem;
}

.institutional-consultation h6 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #664785;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.institutional-form-address {
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
}

.institutional-form, .institutional-address {width: calc(50% - 1.5rem);}

.institutional-form-head {
    background-color: #faf9fa;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.institutional-form-head h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 17px;
    color: #261339;
    margin-bottom: 1.2rem;
}

.institutional-form-head h3 i {
    font-size: 25px;
    color: #4c1782;
}

.institutional-form-head p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #664785;
    margin-bottom: 0;
}

.consultationform input, .consultationform select, .consultationform textarea {
    display: block;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.25rem;
    width: 100%;
    color: #664785;
    border: 1px solid #e6e2e9;
    border-radius: 0.3rem;
    padding: 0.55rem 0.75rem;
}

.consultationform textarea {min-height: 100px;}
.consultationform input::placeholder, .consultationform select::placeholder, .consultationform textarea::placeholder {color: #664785;}
.consultationform input:focus, .consultationform select:focus, .consultationform textarea:focus {outline-color: #664785;}
.consultationform .form-group {margin-bottom: 25px;}

.consultationform .form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #332244;
    margin-bottom: 5px;
}

.consultationform .error {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #ef4444;
    margin-top: 2px;
}

#consultationBtn {
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    background: #4c1782;
    border-radius: 5px;
    padding: 0.7rem 1.65rem;
    border: none;
    width: 100%;
    transition: all 0.3s;
}
#consultationBtn:hover {background-color: #661fad;}

.institutional-address {
    border: 1px solid #e6e2e9;
    border-radius: 1rem;
    box-shadow: 0 5px 10px -3px rgb(0, 0, 0, 0.1), 0 4px 6px -4px rgb(0, 0, 0, 0.1);
    padding: 2rem;
}

.institutional-address-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 1.5rem;
}

.institutional-address-head h2 {
    font-size: 22px;
    font-weight: 500;
    color: #3e3e3e;
    margin-bottom: 0;
}

.institutional-address-head p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #9117cf;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.institutional-address-head p:hover {background-color: rgba(76, 23, 130, 0.8);}

.single-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.single-contact-info.address {
    border-left: 4px solid #4D1782;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.single-contact-info:nth-child(2) {
    border-top: 1px solid #EDEBEF;
    padding-top: 30px;
}

.single-contact-info h4 {
    font-size: 16px;
    font-weight: 500;
    color: #261339;
    margin-bottom: 0;
    width: 100%;
}

.single-contact-info .contact-icon {
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #661fad;
    color: #fff;
    font-size: 20px;
}
.single-contact-info .contact-text {width: calc(100% - 55px);}

.single-contact-info .contact-text h5 {
    font-size: 16px;
    font-weight: 400;
    color: #261339;
    margin-bottom: 5px;
}

.single-contact-info .contact-text p, .single-contact-info .contact-text p a {
    font-size: 0.92rem;
    font-weight: 400;
    color: #664785;
    margin-bottom: 0;
}

/********************************************
    Inner Top Info Begin Here
********************************************/
.inner-top-info {
    background-image: linear-gradient(to right, #1e3a8a, #3730a3);
    padding-top: 5rem;
    padding-bottom: 4rem;
    text-align: center;
}
.inner-top-pills {margin-bottom: 1rem;}

.inner-top-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #9117cf;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.inner-top-pills span:hover {background-color: #4c1782cc;}

.inner-top-info h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.5rem;
}

.inner-top-info p {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.75rem;
    color: #dbeafe;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.inner-top-button a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e3a8a;
    background-color: #fff;
    font-size: 14px;
    height: 2.75rem;
    border-radius: 0.25rem;
    padding: 0 2rem;
    transition: all 0.3s;
}

.inner-top-button a:hover {background-color: #eff6ff;}
.inner-top-button a i {font-size: 16px;}
i.ph-megaphone-simple {transform: rotateY(180deg);}

/********************************************
    Feature Banner Begin Here
********************************************/
.feature-banner {
    background-color: #faf9fa;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.feature-banner-block {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 1rem;
    overflow: hidden;
}

/********************************************
    Streamline Hospital Operations Begin Here
********************************************/
.streamline-hospital {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.streamline-hospital-info {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3rem;
}

.streamline-hospital-info h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #4D1782;
    margin-bottom: 1.5rem;
}

.streamline-hospital-info p {
    font-size: 1.05rem;
    font-weight: 300;
    color: #7A47A5;
    margin-bottom: 1.5rem;
}
.streamline-hospital-info p:last-of-type {margin-bottom: 0;}

/********************************************
    Key Solutions Begin Here
********************************************/
.key-solutions {
    background-color: #FAF9FA;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.key-solutions-info h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #4D1782;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.key-solutions-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 3rem;
}

.single-key-solutions {
    background-color: #fff;
    width: calc(50% - 15px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: 1px solid #e6e2e9;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s;
}

.key-solutions-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.key-solutions-head i {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    color: #2563eb;
    background-color: #dbeafe;
}

.key-solutions-head h6 {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #2563eb;
    margin-bottom: 0;
}

.single-key-solutions:nth-child(2) .key-solutions-head h6 {color: #16a34a;}
.single-key-solutions:nth-child(2) .key-solutions-head i {
    color: #16a34a;
    background-color: #dcfce7;
}

.single-key-solutions:nth-child(3) .key-solutions-head h6 {color: #9333ea;}
.single-key-solutions:nth-child(3) .key-solutions-head i {
    color: #9333ea;
    background-color: #f3e8ff;
}

.single-key-solutions:nth-child(4) .key-solutions-head h6 {color: #4f46e5;}
.single-key-solutions:nth-child(4) .key-solutions-head i {
    color: #4f46e5;
    background-color: #e0e7ff;
}

.single-key-solutions:nth-child(5) .key-solutions-head h6 {color: #ea580c;}
.single-key-solutions:nth-child(5) .key-solutions-head i {
    color: #ea580c;
    background-color: #ffedd5;
}

.single-key-solutions:nth-child(6) .key-solutions-head h6 {color: #dc2626;}
.single-key-solutions:nth-child(6) .key-solutions-head i {
    color: #dc2626;
    background-color: #fee2e2;
}

.single-key-solutions p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    margin-bottom: 1.5rem;
}

.solutions-list {
    display: flex;
    gap: 8px;
}
.solutions-list p {margin-bottom: 0.75rem;}

.solutions-list i {
    font-size: 17px;
    color: #22c55e;
}

/********************************************
    Digital Growth Begin Here
********************************************/
.digital-growth {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.digital-growth-info > h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.digital-growth-info > h2::before {
    content: '';
    width: 6rem;
    height: 0.25rem;
    background-color: #2563eb;
    position: absolute;
    left: calc(50% - 3rem);
    bottom: 0;
}

.digital-growth-info > p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #664785;
    text-align: center;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.digital-growth-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 3rem;
}

.single-digital-growth {
    background-color: #faf9fa;
    width: calc(33.33% - 20px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid #e6e2e9;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s;
}
.single-digital-growth:hover {box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}

.digital-growth-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.digital-growth-head i {
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    color: #1d4ed8;
    background-color: #dbeafe;
}

.single-digital-growth:nth-child(2) .digital-growth-head i {
    color: #15803d;
    background-color: #dcfce7;
}

.single-digital-growth:nth-child(3) .digital-growth-head i {
    color: #7e22ce;
    background-color: #f3e8ff;
}

.single-digital-growth:nth-child(4) .digital-growth-head i {
    color: #b91c1c;
    background-color: #fee2e2;
}
i.ph-device-mobile-camera {transform: rotateX(180deg);}

.single-digital-growth:nth-child(6) .digital-growth-head i {
    color: #4338ca;
    background-color: #e0e7ff;
}

.digital-growth-head h6 {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #261339;
    margin-bottom: 0;
}

.single-digital-growth p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    margin-bottom: 0;
}

/********************************************
    Mobile Application Begin Here
********************************************/
.mobile-application {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.healthcare-chatbot {background-color: #faf9fa;}

.mobile-application .container {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.mobile-application-left {width: calc(50% - 1.5rem);}

.mobile-application-left h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #261339;
    margin-bottom: 1.5rem;
}

.mobile-application-left p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    margin-bottom: 1.5rem;
}
.mobile-application-pills {margin-bottom: 1rem;}

.mobile-application-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #4c1782;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.mobile-application-pills span:hover {background-color: rgba(76, 23, 130, 0.8);}

.mobile-application-button {
    margin-top: 2rem;
    text-align: center;
}

.mobile-application-button a {
    display: inline-block;
    color: #fff;
    background-color: #4c1782;
    font-size: 13px;
    border-radius: 0.35rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s;
}
.mobile-application-button a:hover {background-color: #661fad;}

.mobile-application-right {
    width: calc(50% - 1.5rem);
    display: flex;
    justify-content: center;
}

.mobile-application-right img {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
}

.mobile-application-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-mobile-application {
    background-color: #faf9fa;
    padding: 1rem;
    border-radius: 0.5rem;
}

.healthcare-chatbot .single-mobile-application {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.single-mobile-application h4 {
    font-size: 15px;
    font-weight: 500;
    color: #261339;
    margin-bottom: 0.5rem;
}

.single-mobile-application p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

/********************************************
    Branding Strategy Begin Here
********************************************/
.branding-strategy {
    background-color: #faf9fa;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.branding-strategy .container {
    display: flex;
    gap: 3rem;
}

.branding-strategy-left {width: calc(50% - 1.5rem);}

.branding-strategy-left h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #261339;
    margin-bottom: 1.5rem;
}

.branding-strategy-left p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    margin-bottom: 1.5rem;
}
.branding-strategy-pills {margin-bottom: 1rem;}

.branding-strategy-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #9117cf;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.branding-strategy-pills span:hover {background-color: rgba(76, 23, 130, 0.8);}

.branding-strategy-right {
    width: calc(50% - 1.5rem);
    display: flex;
    justify-content: center;
}

.branding-strategy-right img {
    max-width: 28rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
}

.branding-strategy-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-branding-strategy {
    display: flex;
    align-items: center;
    gap: 12px;
}

.branding-strategy-icon {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 50%;
    color: #1d4ed8;
    background-color: #dbeafe;
    text-align: center;
}

.single-branding-strategy:nth-child(2) .branding-strategy-icon {
    color: #15803d;
    background-color: #dcfce7;
}

.single-branding-strategy:nth-child(3) .branding-strategy-icon {
    color: #7e22ce;
    background-color: #f3e8ff;
    transform: rotateY(180deg);
}
.branding-strategy-info {width: calc(100% - 48px);}

.branding-strategy-info h4 {
    font-size: 15px;
    font-weight: 500;
    color: #261339;
    margin-bottom: 2px;
}

.branding-strategy-info p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

/********************************************
    Information Systems Begin Here
********************************************/
.information-systems {
    background-color: #faf9fa;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.information-systems-head {
    text-align: center;
    margin-bottom: 3rem;
}

.information-systems-head h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #261339;
    margin-bottom: 1.5rem;
}

.information-systems-head p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}
.information-systems-pills {margin-bottom: 1rem;}

.information-systems-pills span, .information-pills {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #4c1782;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.information-systems-pills span:hover {background-color: rgba(76, 23, 130, 0.8);}

.information-systems-block {
    display: flex;
    gap: 3rem;
}

.single-information-systems {
    width: calc(50% - 1.5rem);
    background-color: #fff;
    border: 1px solid #e6e2e9;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s;
}
.single-information-systems:hover {box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}

.top-information-systems {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.top-information-systems i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #dbeafe;
    color: #1d4ed8;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
}

.single-information-systems:last-of-type .top-information-systems i {
    color: #15803d;
    background-color: #dcfce7;
}
.information-systems-info {width: calc(100% - 72px);}

.information-systems-info h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}

.information-pills {
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.single-information-systems:first-of-type .information-pills {background-color: #1d4ed8;}
.single-information-systems:last-of-type .information-pills {background-color: #15803d;}
.single-information-systems .information-pills:hover {background-color: rgba(76, 23, 130, 0.8);}

.single-information-systems img {
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    margin-bottom: 2rem;
}

.single-information-systems p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    margin-bottom: 1.5rem;
}
.single-information-systems p:last-of-type {margin-bottom: 0;}

/********************************************
    Website Development Begin Here
********************************************/
.website-development {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.website-development-head {
    text-align: center;
    margin-bottom: 3rem;
}

.website-development-head h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #261339;
    margin-bottom: 1.5rem;
}

.website-development-head p {
    font-size: 15px;
    font-weight: 400;
    color: #664785;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

.website-development-head h5 {
    font-size: 1.05rem;
    font-weight: 400;
    color: #261339;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.website-development-pills {margin-bottom: 1rem;}

.website-development-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #fff;
    background-color: #4c1782;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.website-development-pills span:hover {background-color: rgba(76, 23, 130, 0.8);}

/********************************************
    Content Marketing Begin Here
********************************************/
.content-marketing {
    background-image: linear-gradient(to right, #1E3A8A, #3730A3);
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.content-marketing-head {text-align: center;}

.content-marketing-head h2 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.content-marketing-head p {
    font-size: 15px;
    font-weight: 300;
    color: #dbeafe;
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}
.content-marketing-pills {margin-bottom: 1rem;}

.content-marketing-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #1E3A99;
    background-color: #fff;
    border-radius: 9999px;
    padding: 0.3rem 0.75rem;
    transition: all 0.3s;
}
.content-marketing-pills span:hover {background-color: rgba(76, 23, 130, 0.8);}

.content-marketing-block {
    display: flex;
    gap: 40px;
    margin-top: 4rem;
}
.single-content-marketing {width: calc(50% - 20px);}

.single-content-marketing img {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}
.content-marketing-info:first-of-type {margin-bottom: 1.5rem;}

.content-marketing-info h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.content-marketing-info p {
    font-size: 14px;
    font-weight: 400;
    color: #b9cae1;
    margin-bottom: 0;
}

.content-marketing-button {
    text-align: center;
    margin-top: 4rem;
}

.content-marketing-button a {
    display: inline-block;
    color: #1e3a8a;
    background-color: #fff;
    font-size: 14px;
    border-radius: 0.35rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s;
}
.content-marketing-button a:hover {background-color: #eff6ff;}

.backToHome {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.backToHome a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 0.25rem;
    border: 1px solid #4D1782;
    color: #4D1782;
    background-color: transparent;
    font-size: 13px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s;
}

.backToHome a:hover {
    background-color: #9d26d9;
    color: #fff;
}
.backToHome a i {font-size: 15px;}

/********************************************
    Hospital Planning Approaches Begin Here
********************************************/
.top-hospital-planning {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.top-hospital-planning i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #dcfce7;
    color: #16a34a;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
}

.single-hospital-planning:nth-child(2) .top-hospital-planning i {
    background-color: #fef3c7;
    color: #d97706;
}
.single-hospital-planning:nth-child(2) .top-hospital-planning h4 {color: #d97706;}

.single-hospital-planning:nth-child(3) .top-hospital-planning i {
    background-color: #dbeafe;
    color: #2563eb;
}
.single-hospital-planning:nth-child(3) .top-hospital-planning h4 {color: #2563eb;}

.top-hospital-planning h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #16a34a;
    margin-bottom: 0;
}

.hospital-planning-block {
    display: flex;
    gap: 30px;
}

.single-hospital-planning {
    width: calc(33.33% - 20px);
    background-color: #fff;
    border: 1px solid #e6e2e9;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.single-hospital-planning img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 12rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.single-hospital-planning p {
    font-size: 1rem;
    font-weight: 300;
    color: #7A47A5;
    margin-bottom: 0;
}

/********************************************
    Build Projects Begin Here
********************************************/
.top-build-projects {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.top-build-projects i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #dcfce7;
    color: #16a34a;
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
}

.single-build-projects:nth-child(2) .top-build-projects i {
    background-color: #fef3c7;
    color: #d97706;
}
.single-build-projects:nth-child(2) .top-build-projects h4 {color: #d97706;}

.single-build-projects:nth-child(3) .top-build-projects i {
    background-color: #dbeafe;
    color: #2563eb;
}
.single-build-projects:nth-child(3) .top-build-projects h4 {color: #2563eb;}

.top-build-projects h4 {
    font-size: 1.45rem;
    font-weight: 500;
    color: #16a34a;
    margin-bottom: 0;
}
.build-projects {background-color: #faf9fa;}

.build-projects-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.single-build-projects {
    background-color: #fff;
    border: 1px solid #e6e2e9;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.single-build-projects p {
    font-size: 15px;
    font-weight: 400;
    color: #7A47A5;
    margin-bottom: 1rem;
}

.single-build-projects ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.single-build-projects ul li {
    width: calc(50% - 0.5rem);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f0fdf4;
    border-radius: 0.5rem;
    padding: 1rem;
}

.single-build-projects:nth-child(2) ul li {background-color: #fffbeb;}
.single-build-projects:nth-child(3) ul li {background-color: #eff6ff;}

.single-build-projects ul li i {
    font-size: 17px;
    color: #22c55e;
}

/********************************************
    Project Process Begin Here
********************************************/
.project-process-block {
    display: flex;
    gap: 15px;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.single-project-process {
    width: calc(20% - 12px);
    background-color: #fff;
    border: 1px solid #e6e2e9;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    text-align: center;
}

.project-counter {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #2563eb;
    border-radius: 50%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.single-project-process h6 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #261339;
    margin-bottom: 0.5rem;
}

.single-project-process p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #664785;
    margin-bottom: 0;
}

/********************************************
    Footer Begin Here
********************************************/
.footer {
    background-color: #2A1B41;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
}

.footer-block {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #374050;
    padding-bottom: 2rem;
}

.footer-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
}

.footer-info {width: calc(25% - 18px);}
.footer-menu {width: calc(25% - 18px);}
.footer-contact {width: calc(25% - 18px);}

.footer-info-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.footer-info-hd i {font-size: 22px;}

.footer-info-hd h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
}
.footer-info-hd h2 span {color: #9B59B6;}

.footer-info h5 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1rem;
    color: #fff;
    background-color: #6A359C;
    border-radius: 0.3rem;
    padding: 0.25rem 0.5rem;
    margin-top: 1.25rem;
}

.footer-info p {
    font-size: 13px;
    color: #D1D5DB;
}

.footer-info .social-media {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-info .social-media li a {
    display: block;
    font-size: 18px;
    font-weight: 200;
    color: #D1D5DB;
    padding: 0 5px;
    text-align: center;
    transition: all 0.3s;
}
.footer-info .social-media li a:hover {color: #9b59b6;}

.footer-menu ul {
    display: flex;
    flex-direction: column;
}

.footer-menu ul li a {
    display: inline-block;
    font-size: 13px;
    color: #D1D5DB;
    padding: 4px 0;
    transition: all 0.3s;
}
.footer-menu ul li a:hover {color: #9b59b6;}

.single-footer-contact {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 8px;
}
.single-footer-contact:last-of-type {margin-bottom: 0;}

.single-footer-contact .contact-icon {
    color: #fff;
    font-size: 22px;
}
.single-footer-contact .contact-text {width: calc(100% - 42px);}

.single-footer-contact .contact-text h5 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.single-footer-contact .contact-text p, .single-footer-contact .contact-text p a {
    font-size: 13px;
    color: #D1D5DB;
    margin-bottom: 0;
    transition: all 0.3s;
}

.single-footer-contact .contact-text p a {word-break: break-all;}
.single-footer-contact .contact-text p a:hover {color: #9b59b6;}

.copyright {
    text-align: center;
    padding-top: 1.5rem;
}

.copyright p {
    font-size: 0.72rem;
    line-height: 1rem;
    color: #9ca3af;
}

.copyright ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.copyright ul li a {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #9ca3af;
    transition: all 0.3s;
}
.copyright ul li a:hover {color: #9b59b6;}

/************************************************************************
  WhatsApp Section Start
************************************************************************/
.whatsapp-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 90%;
  left: 40px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  background: rgb(37, 211, 102);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  transition: all 0.3s linear;
}

.whatsapp-chat:hover {
  background-color: #fff;
  border-color: rgb(37, 211, 102);
}

.whatsapp-chat svg {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  fill: #fff;
}

.whatsapp-chat:hover svg {
  fill: rgb(37, 211, 102);
  transition: all 0.3s linear;
}

/********************************************
    Scroll To Top Begin Here
********************************************/
#scrollTop {
    position: fixed;
    right: 450px;
    bottom: 0;
    z-index: 9999;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
    color: #666666;
    border: 2px solid #666666;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: all 0.4s;
    opacity: 0;
}

#scrollTop.active {
    bottom: 15px;
    opacity: 1;
}

#scrollTop:hover {
    color: #353535;
    border-color: #353535;
}

#scrollTop:hover i {
    animation-name: animArrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes animArrow {
    0% {transform: translateY(0);}
    50% {transform: translateY(-3px);}
    100% {transform: translateY(0);}
}