/*=========
Fonts
===========*/
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/proxima-nova-2'); */

body {
    font-family: 'Proxima Nova','Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
	background: #f9f9f9;
	color: #191919;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/*===================
header-area start
=====================*/
.header-area {
    background: #FFFFFF;
    /* padding: 12px 0; */
    box-shadow: 0px 4px 11px rgba(98, 100, 107, 0.05);
    position: sticky;
    top: 0;
    z-index: 601;

}
.header-area .container {
    max-width: 100%;
}

.navbar {
    padding: 0px 10px;
    position: inherit;
}

.navbar-brand img {
    max-width: 145px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav li {
    margin-left: 12px;
}

.navbar-nav li:last-of-type {
    padding: 0;
}

.navbar-nav li a {
    font-weight: 600;
    font-size: 16px;
    color: #62646B;
    display: inline-block;
    transition: 0.2s all ease;
    position: relative;
    padding: 15px 14px;
}

.navbar-nav li a::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #024263;
    position: absolute;
    bottom: -27px;
    left: 0;
    transition: 0.2s all ease;
    opacity: 0;
}

.navbar-nav li a:hover {
    color: #024263;
}

.navbar-nav ul li a img {
    max-width: 35px;
    border-radius: 50%;
}

.navbar-nav li .login-btn {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.navbar-nav li .login-btn:hover {
    background: #024263;
    color: #FFF;
}

.navbar-nav li .active {
    border-radius: 8px;
    border-bottom: 3px solid #024263;
    color: #024263;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 2px;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

.dropdown-menu.mega-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 25px rgba(98, 98, 98, 0.25);
    border: 1px solid #e0e0e0;
    border-top: 4px solid #024263;
    border-radius: 12px;
    padding: 0;
}

.mega-menu-inner {
    max-width: 100%;
    padding: 25px 30px 10px;
    margin: 0 auto;
}

.mega-menu-item {
    margin-bottom: 25px;
}

.mega-menu-item h2 {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    margin: 0 0 24px;
}

.mega-menu-item ul li {
    margin: 0;
    padding: 0;
}

.mega-menu-item ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
    gap: 6px;
}

.mega-menu-item ul li a img {
    max-width: 35px;
    display: block;
    margin-right: 4px;
    border-radius: 50%;
}

.mega-menu-item ul li:last-of-type a {
    margin-bottom: 0;
}

.mega-menu-item ul li a:hover:after {
    display: none;
}

.mega-menu2 {
    display: none;
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0px 4px 25px rgba(98, 98, 98, 0.25);
    width: 680px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 0 !important;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #024263;
}

.profile-dropdown .dropdown-menu[data-bs-popper] {
    left: auto;
}

.profile-dropdown .dropdown-menu {
    width: 370px;
    border-top: none;
    border: 1px solid lightgray;
}

.profile-dropdown .dropdown-menu .dropdown-header {
    border-bottom: 1px solid lightgray;
    background-color: #024263;
    color: white;
}

.profile-dropdown .dropdown-menu .dropdown-item {
    color: #dc3545;
    border-top: 1px solid lightgray;
    padding: 11px 20px !important;
}

.profile-dropdown .dropdown-menu .dropdown-item::after{
    width: 0 !important;
}

.dropdown-menu[data-bs-popper] {
    left: -220px;
    top: 110%;
}

.dropdown-menu.mega-menu[data-bs-popper] {
    left: inherit;
    right: 3px;
}

.dropdown-menu .dropdown-menu-inner {
    max-width: 100%;
    padding: 25px 30px 27px 10px;
    margin: 0 auto;
}

.dropdown-menu .dropdown-item:active {
    background-color: #D4E4F1;
}

.dropdown-menu .dropdown-menu-item h2 {
    padding: 8px 20px;
    color: #024263;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.dropdown-menu .dropdown-menu-item li {
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-menu-item li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-menu .dropdown-menu li a:hover:after {
    display: none;
}

.dropdown-menu .dropdown-item {
    padding: .35rem 1rem !important;
}

.dropdown-menu .dropdown-footer, .mega-menu .dropdown-footer {
    padding: 12px 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #eaeaea;
    text-align: center;
    position: sticky;
    bottom: 0;
    z-index: 99;
}

.dropdown-menu .dropdown-footer a, .mega-menu .dropdown-footer a {
    color: #198ea8;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 6px 12px;
    border-radius: 6px;
}

.dropdown-menu .dropdown-footer a::after, .mega-menu .dropdown-footer a::after {
    height: 0;
}

/*hamburger*/
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*offcanvas*/
.offcanvas-start {
    width: 320px;
}

.offcanvas-header img {
    max-width: 140px;
}

.offcanvas-body ul li {
    padding: 12px 10px;
}

.offcanvas-body ul li a {
    padding: 0;
}

.offcanvas-body ul li a::after {
    bottom: -5px;
}

.btn-close {
    opacity: 1;
    font-size: 25px;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-backdrop {
    background-color: transparent;
}

/*=== footer-area start ===*/
.footer-area {
    background: #F5F6FA;
    padding: 55px 0 40px;
}

.footer-logo img {
    max-width: 145px;
}

.footer-item h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #024263;
}

.footer-item li {
    padding-top: 12px;
}

.footer-item li a {
    font-weight: 500;
    font-size: 14px;
    color: #024263;
    transition: 0.2s all ease;
}

.footer-item li a:hover {
    color: #007791
}

.footer-item .social-icon {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #024263;
    text-align: center;
}

.footer-item .social-icon li {
    display: inline-block;
    padding: 0 15px;
}

.footer-item .social-icon li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-item {
    text-align: center;
}

/*=== split page start ===*/
.split-wraper {
    padding-bottom: 140px;
}

.bread-camb {
    padding: 25px 0 54px;
}

.bread-camb ul li {
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #62646B;
}

.bread-camb ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #62646B;
}

.split-main {
    max-width: 773px;
    width: 100%;
    background: #FFFFFF;
    border: 1px dashed #62646B;
    padding: 35px 15px 178px;
    text-align: center;
    border-radius: 10px;
}

.split-main h2 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 6px;
}

.split-main h2 {
    font-weight: 600;
    font-size: 36px;
    color: #007791;
}

.split-main p {
    font-weight: 600;
    font-size: 12px;
    color: #62646B;
}

.split-main a {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background: #007791;
    display: inline-block;
    padding: 20px 65px 20px 25px;
    border-radius: 10px;
    margin-top: 58px;
}

.split-main a img {
    max-width: 28px;
    margin-right: 80px;
}

/*=== tools page start ===*/
.tools-wrapper {
    background-image: url(./../images/bg3.webp);
    background-repeat: repeat;
    background-position: top;
    background-size: contain;
    padding: 80px 0;
    position: relative;
}

.tools-app-wrapper {
    background-image: url(./../images/bg3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.tools-upper {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.tools-upper h2 {
    font-weight: 600;
    font-size: 40px;
    color: #024263;
    margin-bottom: 15px;
}

.tools-upper p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #62646B;
}

.tools-wrapper .bg1 img {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -9;
}

.tools-wrapper .bg2 img {
    max-width: 200px;
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: -9;
}

.tools-main {
    max-width: 940px;
    width: 100%;
    margin: 74px auto 0;
    z-index: 9;
}

.tools-header {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.75rem;
  position: relative;
}

.tools-title {
    font-size: 21px;
    color: #024263;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tools-title .icon {
  width: 40px;
  height: 40px;
  background-color: #024263;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
}

.tools-title .icon svg {
  width: 20px;
  height: 20px;
  color: white;
}

.tools-box {
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    padding: 20px 20px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 208px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.tools-box h4 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 18px;
}

.tools-box h4 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #024263;
    margin: 0;
}

.tools-box h4 a {
    font-size: 15px;
    color: #000000;
    display: block;
    margin-left: auto;
}

.tools-box p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
    margin-top: 22px;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .tools-wrapper .bg1 img,
    .tools-wrapper .bg2 img {
        max-width: 130px;
    }
}

/*=== login page start ===*/
.login-wrapper {
    padding: 70px 0 250px;
    position: relative;
}

.login-bg1 img {
    max-width: 600px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}

.login-bg2 img {
    max-width: 154px;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: -9;
}

.login-main {
    z-index: 9;
}

.login-box {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}

.login-upper img {
    width: 100%;
}

.login-item {
    padding: 70px 0 48px;
}

.login-btn {
    padding: 0 28px;
}

.login-btn a {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    background: #024263;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 18px;
    border-radius: 20px;
    position: relative;
}

.login-btn a i {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 18px;
    padding-right: 16px;
}

.login-btn a::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 60px;
}

.login-item p {
    max-width: 270px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #024263;
    text-align: center;
    margin: 22px auto 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #C4C4C4;
}

.login-item p a {
    color: #024263;
}

.login-cnt {
    padding-top: 26px;
}

.login-cnt p {
    max-width: 100%;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000000;
    border: none;
    margin: 0;
    padding: 0;
}

.login-cnt p a {
    color: #248CF3;
}

/*=== contact page start ===*/
.contact-wrapper {
    padding: 100px 0;
    position: relative;
}

.contact-main {
    z-index: 9;
}

.contact-box {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}

.contact-box img {
    width: 100%;
}

.contact-form {
    padding: 70px 60px;
}

.contact-form label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #024263;
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 1.5px solid #024263;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 25px;
    outline: none;
    resize: none;
}

.contact-form button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    padding: 15px 15px;
    width: 275px;
    display: block;
    margin: 14px auto 0;
    text-align: center;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.contact-form button:hover {
    background: #024263;
    color: #FFFFFF;
}

/*=== pricing page start ===*/
.price-wrapper {
    position: relative;
    overflow: hidden;
}

.price-wrapper .bg1 img {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -9;
}

.price-main {
    z-index: 9;
}

.price-left h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.price-left {
    padding: 118px 0 10px;
}

/*tabs*/
.price-left .tab-links {
    width: 96%;
    background: #FFFFFF;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin: 70px 0;
}

.tab-links li {
    width: 50%;
    display: inline-block;
}

.tab-links li a {
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    display: block;
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    transition: all linear 0.15s;
}

.tab-links li.active a,
.tab-links a:hover {
    background: #024263;
    color: #FFFFFF;
}

.tab-links li:first-child a {
    border-radius: 8px 0 0 8px;
}

.tab-links li:last-child a {
    border-radius: 0 8px 8px 0;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.shape-bg3 {
    width: 55%;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: -9;
}

.shape-bg3 img {
    width: 100%;
}

.tab-item {
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #024263;
    padding: 10px 70px 35px;
    border-radius: 20px;
    margin-top: 135px;
}

.tab-item img {
    max-width: 184px;
    margin-top: -80px;
}

.tab-item a {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.tab-item a:hover {
    background: #024263;
    color: #FFF;
}

.price-circle {
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    border: 3px solid #024263;
    border-radius: 50%;
    margin: 25px auto;
    text-align: center;
    padding: 30px 20px;
}

.price-inner {
    padding: 30px 0 20px;
    position: relative;
}

.price-inner::before {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #024263;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.price-inner::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #024263;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.price-inner h6 {
    font-weight: 600;
    font-size: 20px;
    color: #024263;
}

.price-inner h6 span {
    position: relative;
}

.price-inner h6 span::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #024263;
    position: absolute;
    left: 0px;
    top: 12px;
    transform: rotate(16deg);
}

.price-inner h6 small {
    font-size: 10px;
}

.price-inner h2 {
    font-weight: 600;
    font-size: 38px;
    color: #024263;
    margin: 0;
}

.price-inner h2 small {
    font-size: 14px;
}

.price-right {
    background: #024263;
    padding: 240px 0 220px;
    padding-left: 100px;
    position: relative;
    z-index: 9;
}

.price-right::after {
    content: "";
    width: 10000%;
    height: 100%;
    display: block;
    background: #024263;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}

.price-right h2 {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 85px;
}

.price-right ul li {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 40px;
}

.price-right ul li i {
    display: inline-block;
    margin-right: 18px;
}

@media screen and (max-width: 1300px) {
    .price-right {
        padding-left: 70px;
    }
}

/*=== landing page start ===*/
.toolprovide-area {
    padding: 80px 0 100px;
    position: relative;
}

.toolprovide-main {
    z-index: 9;
}

.toolprov-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.toolprov-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #62646B;
    margin: 30px 0;
}

.toolprov-left a {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.toolprov-left a:hover {
    background: #024263;
    color: #FFF;
}

.toolprov-right img {
    max-width: 40px;
    border-radius: 50%;
}

.orbit-system {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Central Donut Shape */
.central-donut {
    width: 250px;
    height: 250px;
    background: #D4E4F1;
    border-radius: 50%;
    box-shadow:
        inset 0 8px 16px rgba(255, 255, 255, 0.6), inset 0 3px 16px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: -9;
}

.central-donut::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: white;
    border-radius: 50%;
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 255, 255, 0.8);
    background-size: contain;
    background-image: url(./../images/print.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* Orbital Rings */
.orbit-ring {
    position: absolute;
    border: 1px solid rgba(168, 200, 220, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ring-outer {
    width: 380px;
    height: 380px;
    animation: ringRotate 25s linear infinite;
}

.ring-middle {
    width: 320px;
    height: 320px;
    animation: ringRotate 20s linear infinite reverse;
}

.ring-inner {
    width: 260px;
    height: 260px;
    animation: ringRotate 30s linear infinite;
}

/* Icon Container */
.icon-orbit {
    position: absolute;
    width: 380px;
    height: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbitRotation 60s linear infinite;
}

/* Individual Icons */
.orbit-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: iconFloat 6s ease-in-out infinite, counterRotate 18s linear infinite;
}

.orbit-icon:hover {
    transform: scale(1.3) translateZ(20px);
    z-index: 100;
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.25),
        inset 0 2px 8px rgba(255, 255, 255, 0.4);
}

/* Icon Positioning and Colors - Matching Image */
.icon-1 {
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.icon-2 {
    top: 80px;
    right: 2px;
    animation-delay: -1s;
}

.icon-3 {
    bottom: 80px;
    right: 0px;
    animation-delay: -2s;
}

.icon-4 {
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: -3s;
}

.icon-5 {
    bottom: 50px;
    left: 15px;
    animation-delay: -4s;
}

.icon-6 {
    top: 70px;
    left: 12px;
    animation-delay: -5s;
}

/* Inner orbit icons */
.inner-orbit {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbitRotation 55s linear infinite reverse;
}

.inner-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: iconFloat 4s ease-in-out infinite, counterRotate 12s linear infinite reverse;
}

.inner-icon-1 {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.inner-icon-2 {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.inner-icon-3 {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.inner-icon-4 {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Animations */
@keyframes orbitRotation {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes counterRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

@keyframes centralPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

@keyframes ringRotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-8px) scale(1.05); }
}

/* Responsive */
@media (max-width: 500px) {
     .orbit-container {
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .orbit-system {
        width: 100%;
        height: 350px;
    }

    .central-donut {
        width: 170px;
        height: 170px;
    }

    .central-donut::before {
        width: 110px;
        height: 110px;
    }

    .icon-orbit, .ring-outer {
        width: 260px;
        height: 260px;
    }

    .orbit-icon, .inner-icon {
        width: 35px;
        height: 35px;
    }
    .icon-1 {
        top: -18px;
    }
    .icon-2 {
        right: -8px;
        top: 64px;
    }
    .icon-3 {
        bottom: 33px;
        right: 12px;
    }
    .icon-4 {
        bottom: -14px;
        left: 35%;
    }
    .icon-5 {
        bottom: 75px;
        left: -7px;
    }
    .icon-6 {
        top: 27px;
        left: 16px;
    }
    .inner-icon-1 {
        top: 25px;
        left: 41%;
    }
    .inner-icon-2 {
        right: 25px;
    }
    .inner-icon-3 {
        bottom: 25px;
    }
    .inner-icon-4 {
        left: 25px;
    }
}

/*=== interest-area start ===*/
.interest-area {
    background: #f5f6fa;
    padding: 50px 0 64px;
}

.interest-heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #024263;
}

.interest-heading {
    margin-bottom: 80px;
}

.interest-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #024263;
    margin: 0;
    margin-bottom: 15px;
}

.interest-left span {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #4a5568;
}

.interest-right {
    background: #FFFFFF;
    padding: 40px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.interest-cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #024263;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.int-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 10px;
}

.int-inner {
    display: flex;
    align-items: center;
}

.int-inner i {
    font-size: 14.5px;
    color: #6c757d;
    display: inline-block;
    margin-right: 8px;
}

.int-inner input {
    width: 100%;
}

.int-inner span {
    font-weight: 600;
    font-size: 14px;
    color: #62646B;
    display: inline-block;
    margin-left: 5px;
}

/*=== fingertip-area start ===*/
.fingertip-area {
    padding: 76px 0;
}

.fingertip-upper h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-size: 2.2rem;
    color: #024263;
    margin-bottom: 1rem;
}

.fingertip-upper p {
    font-family: 'Montserrat', sans-serif;
    margin: 45px 0;
    text-align: center;
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 500;
}

.fingertip-item {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.fingertip-item .fingertip-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f6fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.fingertip-item .fingertip-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #024263;
}

.fingertip-item .fingertip-description {
    font-size: 0.9rem;
    color: #4a5568;
    max-width: 250px;
    margin: 0 auto;
}

.fingertip-main {
    position:relative;
}

.fingertip-main .fingertip-process-line {
    position: absolute;
    top: 33%;
    left: 15%;
    width: 70%;
    height: 3px;
    background-color: #e9ecef;
    z-index: 0;
}

.fingertip-item:hover .fingertip-icon {
    transform: translateY(-5px);
}

.lstfing::after,
.lstfing::before {
    display: none;
}

/*=== abt-area start ===*/
.abt-area {
    background: #f5f6fa;
    padding: 100px 0 60px
}

.abt-ttle h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #024263;
    margin-bottom: 20px;
}

.abt-item {
    padding: 25px 25px;
    text-align: center;
    margin-top: 40px;
    min-height: 262px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.abt-item img {
    max-width: 52px;
}

.abt-item h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #024263;
}

.abt-item p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

/*=== else-area start ===*/
.else-area {
    padding: 75px 0;
}

.else-ttl h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    text-align: center;
    color: #024263;
    margin-bottom: 25px;
}

.else-item {
    margin-top: 54px;
    text-align: center;
    padding: 0 35px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 2rem;
    min-height: 230px;
}

.else-item img {
    max-width: 50px;
    border-radius: 50%;
}

.else-item h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #024263;
}

.else-item p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

/*=== order page start ===*/

.order-area {
    padding: 0px 0;
}

.order-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #D3E3F0;
}

.order-item-inner div {
    margin-bottom: 19px;
}

.order-item-inner h2 {
    font-weight: 600;
    font-size: 30px;
    color: #024263;
    margin: 0 0 9px;
}

.order-item-inner p {
    font-weight: 500;
    font-size: 16px;
    color: #62646B;
    margin: 0;
}

.order-item-inner a {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 145px;
    height: 40px;
    background: #024263;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.order-item-inner a:hover {
    opacity: .8;
}

.order-item-inner2 {
    padding: 9px 32px 0;
    background: #F5F6FA;
    display: flex;
    flex-wrap: wrap;
}

.order-item-inner3 {
    width: 159px;
    margin-right: 56px;
    margin-bottom: 7px;
}

.order-item-inner3 h3 {
    font-weight: 600;
    font-size: 12px;
    color: #62646B;
    margin: 0 0 9px;
}

.order-item-inner3 select {
    font-weight: 400;
    font-size: 16px;
    color: #96979A;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    appearance: none;
    background-image: url(./../images/25.webp);
    background-size: 11px;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
}

.order-item-inner3 select:focus {
    outline: none;
}

.order-item-inner4 table {
    width: 100%;
    margin-top: 27px;
}

.order-item-inner4 table tr {
    border-bottom: 1px solid #D3E3F0;
    width: 100%;
}

.order-item-inner4 table tr th:first-of-type,
.order-item-inner4 table tr td:first-of-type {
    padding-left: 22px;
}

.order-item-inner4 table tr th:last-of-type {
    padding-right: 37px;
}

.order-item-inner4 table tr th .form-group {
    display: none;
}

.order-item-inner4 table tr th {
    padding: 21px 0 10px;
    background: #F5F6FA;
    font-weight: 500;
    font-size: 16px;
    color: #62646B;
    margin: 0;
}

.order-item-inner4 table tr td {
    padding: 15px 0;
}

.form-group {
    display: block;
}

/* .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
} */

/* .form-group label {
    position: relative;
    cursor: pointer;
} */

/* .form-group label:before {
    content:'';
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #D9D9D9;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
} */

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.order-item-inner4 table tr td img {
    max-width: 100px;
}

.order-item-inner4 table tr td p {
    font-weight: 500;
    font-size: 14px;
    color: #62646B;
    margin: 0;
}

.order-item-inner4 table tr td h6 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.23em;
    color: #62646B;
    margin: 0;
}

.increment-group {
    padding: 6px;
    width: 113px!important;
    height: 33px;
    background: #FFFFFF;
    border: 0.8px solid #AEAEAF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.control--button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #007791;
    font-size: 10px;
    color: #fff;
}

.increment-group__field {
    width: calc(100% - 34px);
}

.js-increment-input {
    width: 100%;
    border: none!important;
    font-weight: 500;
    font-size: 16px;
    /* letter-spacing: 0.23em; */
    color: #024263;
    text-align: center;
}

.order-item-inner4 table tr td > input {
    font-weight: 500;
    font-size: 16px;
    color: #BABBC1;
    width: 60px;
    background: #FFFFFF;
    border: 0.8px solid #AEAEAF;
    border-radius: 8px;
    height: 33px;
    display: flex;
    align-items: center;
    padding: 0 7px;
}

.order-item-inner4 table tr td input:focus {
    outline: none;
}

.order-item-inner4 table tr td input::placeholder {
    color: #BABBC1;
    opacity: 1;
}

.order-item-inner4 table tr td:last-of-type {
    width: 157px;
}

.order-item-inner4 table tr td a {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 120px;
    height: 33px;
    background: #007791;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.order-item-inner4 table tr td a:hover {
    opacity: .8;
}

/* My css */
#page-container {
    min-height: 55vh;
}

.content-box {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}
.mycontent-left {
    border-right: 1px dashed #333;
}

@media (max-width: 991px) {
    .mycontent-left {
        border-right: none;
    }
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #024263;
    width: 26px;
    height: 26px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.plan-wrapper
{
    position:relative
}
.plan-wrapper .tag-0
{
    position:absolute;
    top:0;
    right:-2px;
    color:#fff;
    background-image:linear-gradient(to bottom right,#00ceff,#495c0b);
    border-radius:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    padding-left:8px;
    display:flex;
    align-items:center;
    text-align:center
}
.plan-wrapper .tag
{
    position:absolute;
    top:0;
    right:-2px;
    color:#fff;
    background-image:linear-gradient(to bottom right,#00ceff,#495c0b);
    border-radius:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    padding-left:8px;
    display:flex;
    align-items:center;
    text-align:center
}
.plan-wrapper .tag-2
{
    position:absolute;
    top:0;
    right:200px;
    color:#fff;
    background-image:linear-gradient(to bottom right,#0e5465,#48c0e0);
    border-radius:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    padding-left:8px;
    display:flex;
    align-items:center;
    text-align:center
}
.plan-wrapper .free{
    padding:10px
}

.plan-wrapper .paid{
    background-image:linear-gradient(to bottom right,#ff8200,#495c0b);
    padding:3px;
    font-size:10px
}
/* width */
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /*
  /* Handle */
   ::-webkit-scrollbar-thumb {
    background: #024263;
  } 
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */

/* Support call dropdown: isolate from global dropdown width/position */
.navbar-nav .support-call-item {
    position: relative;
}

.support-dropdown-menu {
    width: min(320px, calc(100vw - 24px)) !important;
    min-width: 260px !important;
    max-height: none !important;
    overflow: visible !important;
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 10px) !important;
    border-radius: 12px !important;
    border-top-width: 3px !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
    z-index: 1100 !important;
}

.support-dropdown-menu .dropdown-menu-inner {
    padding: 10px 14px !important;
}

.support-dropdown-menu .dropdown-menu-item h2 {
    padding: 8px 10px !important;
    margin: 0 0 4px !important;
}

.support-dropdown-menu .dropdown-menu-item li a,
.support-dropdown-menu .dropdown-item {
    padding: 8px 10px !important;
    border-radius: 8px;
    margin: 0 !important;
    gap: 0;
}

.support-dropdown-menu .dropdown-item-text {
    padding: 6px 10px !important;
}

@media screen and (max-width: 1199px) {
    .support-dropdown-menu {
        width: min(300px, calc(100vw - 20px)) !important;
        min-width: 240px !important;
        top: calc(100% + 8px) !important;
    }

    .image-tools-dropdown-menu {
        width: min(320px, calc(100vw - 20px)) !important;
        min-width: 240px !important;
        top: calc(100% + 8px) !important;
    }
}

@media screen and (max-width: 991px) {
    .support-dropdown-menu {
        width: calc(100vw - 20px) !important;
        min-width: 0 !important;
        left: 10px !important;
        right: 10px !important;
    }

    .image-tools-dropdown-menu {
        width: calc(100vw - 20px) !important;
        min-width: 0 !important;
        left: 10px !important;
        right: 10px !important;
    }
}

.support-call-item-mobile {
    padding-bottom: 4px !important;
}

.support-call-trigger-mobile {
    appearance: none;
    background: #f4fbf7;
    color: #1f2937 !important;
    border: 1px solid #d9f2e3;
    width: 100%;
    justify-content: flex-start;
    text-decoration: none;
    max-width: fit-content;
}

.support-call-trigger-mobile:hover,
.support-call-trigger-mobile:focus {
    color: #1f2937 !important;
}

.support-mobile-mega {
    display: none;
    margin-top: 10px;
}

.support-mobile-card {
    border: 1px solid #d6e6ef;
    border-top: 3px solid #0b5d86;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 12px 14px;
}

.support-mobile-title {
    margin: 0 0 10px;
    color: #0b5d86;
    letter-spacing: 0.06em;
    font-size: 13px;
    font-weight: 700;
}

.support-mobile-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: #1f2937;
    text-decoration: none;
    font-size: 15px;
}

.support-mobile-row:hover,
.support-mobile-row:focus {
    color: #1f2937;
}

.progress-track {
    position: relative;
    height: 8px;
    width: 100%;
    border-radius: 999px;
    background: #d9e7f0;
    overflow: hidden;
}

.progress-track__bar,
.progress-bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0b82b8, #014b6e);
    width: 0%;
    position: relative;
    transition: width 250ms ease;
    overflow: hidden;
}

.progress-track--detail {
    margin-top: 10px;
}

.progress-track__bar::after,
.progress-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    background-size: 24px 24px;
    animation: progressStripe 1.2s linear infinite;
}

@keyframes progressStripe {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 48px 0;
    }
}
