/* Home Page */
/* Right side header action buttons */
#primary_nav .menu-sidebar {
     display: none !important;
}
.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

/* Remove default Bootstrap spacing */
.navbar-nav.navbar-right > li {
    float: none;
    margin: 0;
    padding: 0 13px;
}

.navbar-nav.navbar-right > li > a {  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    transition: all 0.25s ease;
    color: #001a36;
}

/* Sign In */
.navbar-nav.navbar-right > li:nth-child(1) > a {
    color: #e41921;
    border-bottom: 2px solid #e61b23;
	background: inherit;
}

.navbar-nav.navbar-right > li:nth-child(1) > a:hover {
	color: #e41921;
	border-color: #e61b23;
	background: inherit;
}

/* Sign Up */
.login_box {
    padding: 0 !important;
}
.login_box a {
    color: #001a36 !important;
    border: 1px solid #d2d1e3;
    background: inherit !important;
    min-width: 78px;
    height: 38px;
    border-radius: 8px;
}

.login_box a:hover {
    color: #fff !important;
    border-color: #025cc0;
    background: #025cc0 !important;
    transform: translateY(-2px);
    border-bottom: 0 !important;
}
.sign_box {
    padding: 0 !important;
}

.sign_box a {
    color: #ffffff !important;
    border: 1px solid #c60d15; 
    background: linear-gradient(135deg, #c60d15, #c60d15) !important;
    min-width: 78px;
    height: 38px;
    border-radius: 8px;
}

.sign_box a:hover {
    color: #ffffff;
    border-color: #025cc0;
    background: #025cc0 !important;
    transform: translateY(-2px);
    border-bottom: 0 !important;
}

/* Menu button */
.navbar-nav.navbar-right > li.extended-menu > a {
    min-width: auto;
    gap: 7px;
    padding: 0 4px 0 8px;
    border: 0;
    border-radius: 7px;
    color: #102f67;
    background: transparent;
    font-size: 14px;
}

.navbar-nav.navbar-right > li.extended-menu > a i {
    font-size: 20px;
}

.navbar-nav.navbar-right > li.extended-menu > a:hover,
.navbar-nav.navbar-right > li.extended-menu.open > a,
.navbar-nav.navbar-right > li.extended-menu.open > a:hover,
.navbar-nav.navbar-right > li.extended-menu.open > a:focus {
    color: #125dcc;
    background: transparent;
}

/* Dropdown menu */
.navbar-nav.navbar-right .extended-menu .dropdown-menu {
    min-width: 265px;
    max-height: 440px;
    overflow-y: auto;
    margin-top: 14px;
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 16px 35px rgba(7, 40, 95, 0.2);
}

.navbar-nav.navbar-right .extended-menu .dropdown-menu > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 43px;
    padding: 10px 12px;
    border-radius: 6px;
    color: #173968 !important;
    font-size: 13px;
    font-weight: 600;
    white-space: normal;
    transition: all 0.2s ease;
}

.navbar-nav.navbar-right .extended-menu .dropdown-menu > li > a i {
    width: 21px;
    color: #1765d6;
    font-size: 15px;
    text-align: center;
}

.navbar-nav.navbar-right .extended-menu .dropdown-menu > li > a:hover {
    padding-left: 16px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #155fcf, #287cf0);
}

.navbar-nav.navbar-right .extended-menu .dropdown-menu > li > a:hover i {
    color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
    .navbar-nav.navbar-right {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    .navbar-nav.navbar-right > li > a {
        height: 35px;
        padding: 0;
        font-size: 13px;
        line-height: 35px;
    }
    .navbar-nav.navbar-right > li {
	padding: 0;
}

    .navbar-nav.navbar-right > li.extended-menu > a {
        min-width: 35px;
        padding: 0 5px;
        font-size: 0;
    }

    .navbar-nav.navbar-right > li.extended-menu > a i {
        font-size: 21px;
    }

    .navbar-nav.navbar-right .extended-menu .dropdown-menu {
        right: 0;
        left: auto;
        min-width: 250px;
    }
}
.phome .banner-container {
	height:500px;
}

.phome .segment {
	padding:50px 0 0;
}

.phome .segment .section-header {
	padding-bottom:50px;
}

.phome div.title {
	text-align:center;
	font-weight:700;
	font-size:22px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.phome span.description {
	display:block;
	text-align:center;
	font-size:15px;
}
.phome .section-body .box span.title {
	color:#04c489;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
	display:block;
}

.phome .section-body .box i {
	display:block;
	margin-bottom:10px;
}

.phome .signup-box .btn {
	margin-top:10px;
}

.phome .exchange-box {
	background:#2a0647;
	color:#fff;
	text-align:left;
	margin:20px 0px 0px 0px;
	padding:30px 0px 10px 0px;
	border-radius:10px;
}

.phome .exchange-box .title {
	text-align:center;
	display:block;
	font-size:20px;
	position:relative;
	top:-20px;
}

.phome .works {
	padding:0px;
}

.phome .works .section-header {
	padding-bottom:0px;
}

.phome .signup-box a {
	background: #d4211b;
  border: none;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
  padding: 6px 17px;
}

.phome .works .box {
	color:#000;
	min-height:0px;
	padding:5px;
}

.phome .works .box .inner {
	
	
	padding:20px;
}

.phome .works .box .title {
	color:#000;
}

.phome .stores {
	background:#4678CF;
	color:#fff;
	text-align:center;
	font-size:13px;
	margin:50px 0px 0px 0px;
	padding:10px;
	line-height:30px;
}

.phome .stores div div {
	text-align:left;
}

.phome .stores b {
	font-weight:400;
	font-size:18px;
}

.phome .stores a {
	color:inherit;
	display:block;
}

@media (min-width: 768px) {
	.phome .choose .box {
		min-height:500px;
	}
}

@media (min-width: 991px) {
	.phome .choose .box {
		min-height:380px;
	}
}

@media (min-width: 1200px) {
	.phome .choose .box {
		min-height:340px;
	}
}
.premium-services-section {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
}

/* .premium-services-section::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -60px;
    width: 310px;
    height: 180px;
    opacity: 0.22;
    background-image: radial-gradient(#1c67dc 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    mask-image: linear-gradient(to right, #000, transparent);
}

.premium-services-section::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 55px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(30, 104, 226, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(30, 104, 226, 0.03),
        0 0 0 70px rgba(30, 104, 226, 0.025);
} */

.premium-services-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.premium-services-heading {
    margin-bottom: 20px;
    text-align: center;
}

.heading-chip {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #083baf, #176ce6);
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.heading-chip span {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #1c62d8;
}

.heading-chip span:first-child {
    margin-left: -160px;
}

.heading-chip span:last-child {
    margin-left: 160px;
}

.premium-services-heading h2 {
	margin: 0;
	color: #071c4b;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}
.cd-top{
    z-index: 1111;
    height: 43px !important;
    width: 43px !important;
}
.premium-services-heading h2 strong {
    color: #1664dc;
    font-weight: 800;
}

.premium-services-heading p {
    margin: 15px 0 0;
    color: #52617b;
    font-size: 17px;
    line-height: 1.55;
}

/* Layout */
.premium-services-grid {
	display: flex;
	gap: 16px;
    flex-wrap: wrap;
}

/* Shared Card */
.service-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #e2eaf7;
	border-radius: 16px;
	background: #ffffff;
	transition: all 0.35s ease;
	width: 24%;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(26, 102, 225, 0.4);
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.07);
}

.service-number {
    color: #0e51cf;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
}

.service-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 9px 18px rgba(5, 42, 112, 0.22);
}

.blue-icon {
    background: linear-gradient(135deg, #053cae, #1d72ef);
}

.red-icon {
    background: linear-gradient(135deg, #ed211c, #ff5046);
}

.orange-icon {
    background: linear-gradient(135deg, #f38300, #ffb419);
}

.service-card h3 {
	margin: 0;
	color: #002082;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
}

.service-card p {
    color: #363636;
    font-size: 13px;
    line-height: 1.55;
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0758d0;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.service-card a i {
    transition: 0.25s ease;
}

.service-card a:hover i {
    transform: translateX(5px);
}

/* Featured Card */
.service-feature-card {
    grid-column: span 6;
    grid-row: span 2;
    min-height: 412px;
    color: #ffffff;
}

.service-feature-card > img {
    position: absolute;
    inset: 0;
}

.feature-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 24, 66, 0.96) 0%, rgba(3, 35, 93, 0.85) 43%, rgba(2, 30, 83, 0.12) 100%),
        linear-gradient(0deg, rgba(3, 20, 56, 0.7), transparent 55%);
}

.service-feature-content {
    position: relative;
    z-index: 2;
    width: 75%;
    padding: 28px 33px;
}

.service-feature-content .service-number {
    color: #1b67e6;
    margin-bottom: 27px;
}

.service-feature-content .service-icon {
    margin-bottom: 18px;
}

.service-feature-content h3 {
    color: #ffffff;
    font-size: 29px;
    line-height: 1.15;
}

.title-line {
    display: block;
    width: 48px;
    height: 3px;
    margin: 18px 0;
    border-radius: 10px;
    background: #2175ff;
}

.service-feature-content p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
}

.service-feature-content a {
    color: #ffffff;
}

/* Wide Cards */
.service-wide-card {
    grid-column: span 4;
    display: flex;
}

.service-wide-content {
    position: relative;
    z-index: 2;
    width: 57%;
    padding: 23px 18px 18px 24px;
}

.service-wide-content .service-number {
    margin-bottom: 8px;
}

.service-wide-content .service-icon {
    position: absolute;
    top: 20px;
    left: 24px;
    transform: translateY(0);
}

.service-wide-content h3 {
    margin-left: 72px;
    margin-top: 5px;
    font-size: 19px;
}

.service-wide-content p {
    margin: 19px 0 14px;
    font-size: 14px;
}

.service-wide-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    overflow: hidden;
}

.service-wide-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.2) 55%, transparent 100%);
}

/* Small Cards */
.service-small-card {
    grid-column: span 2;
    min-height: 347px;
}

.service-small-card > img {
    height: 145px;
}

.small-card-content {
    position: relative;
    padding: 21px 18px 20px;
}

.small-card-content .service-number {
    position: absolute;
    top: -37px;
    left: 18px;
    color: #ffffff;
    font-size: 17px;
    z-index: 4;
}

.small-card-content .service-icon {
    position: absolute;
    top: -37px;
    right: 18px;
}

.small-card-content h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 17px;
}

.small-card-content p {
    margin: 0 30px 15px 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1199px) {

    .service-feature-card,
    .service-wide-card,
    .service-small-card {
        grid-column: span 1;
        grid-row: span 1;
    }

    .service-feature-card {
        min-height: 460px;
    }

    .service-wide-card {
        min-height: 220px;
    }

    .service-small-card {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .premium-services-section {
        padding: 30px 0 0 0;
    }
    .premium-services-section .container{
        width: 100%;
    }
.service-card {
	width: 100%;
}
    .premium-services-heading h2 {
        font-size: 28px;
    }

    .premium-services-heading p {
        font-size: 14px;
    }

    .premium-services-heading p br {
        display: none;
    }

    .heading-chip span {
        display: none;
    }

    .premium-services-grid {
        gap: 17px;
    }

    .service-feature-card {
        min-height: 420px;
    }

    .service-feature-content {
        width: 68%;
        padding: 25px;
    }

    .service-feature-content h3 {
        font-size: 25px;
    }

    .service-wide-card {
        min-height: 220px;
    }

    .service-small-card {
        min-height: 320px;
    }
}
.works-section {
    padding: 55px 15px 45px;
    background: #ffffff;
}

.works-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 42px;
}

.works-heading h2 {
    margin: 0;
    color: #082e75;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.works-heading span {
    width: 38px;
    height: 2px;
    display: inline-block;
    background: #2b70dc;
}

.works-steps {
    margin: 0;
}

.work-step {
    position: relative;
    text-align: center;
}

.work-step .inner {
    position: relative;
    max-width: 215px;
    margin: 0 auto;
    padding: 0 8px;
}

/* Connector line between steps */
.work-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 37px;
    right: -1px;
    width: 45%;
    border-top: 2px dotted #c7d8f5;
    z-index: 0;
}

.work-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 33px;
    right: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2e71d8;
    z-index: 1;
}

.work-icon {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #eef5ff, #dceaff);
    box-shadow: 0 8px 18px rgba(27, 92, 186, 0.12);
}

.work-icon i {
    color: #0754c6;
    font-size: 31px;
}

.work-icon b {
    position: absolute;
    bottom: -12px;
    left: 50%;
    min-width: 26px;
    height: 26px;
    padding: 0 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: #0757cf;
    font-size: 11px;
    font-weight: 700;
    line-height: 23px;
    transform: translateX(-50%);
}

.work-step h3 {
    margin: 0 0 10px;
    color: #082e75;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.work-step p {
    margin: 0;
    color: #45546d;
    font-size: 14px;
    line-height: 1.55;
}

/* Tablet */
@media (max-width: 991px) {
    .work-step:not(:last-child)::after,
    .work-step:not(:last-child)::before {
        display: none;
    }

    .work-step {
        margin-bottom: 35px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .works-section {
        padding: 40px 10px 20px;
    }

    .works-heading {
        margin-bottom: 30px;
    }

    .works-heading h2 {
        font-size: 18px;
    }

    .work-step {
        min-height: 235px;
        margin-bottom: 20px;
    }

    .work-icon {
        width: 65px;
        height: 65px;
    }

    .work-icon i {
        font-size: 27px;
    }

    .work-step h3 {
        font-size: 13px;
    }

    .work-step p {
        font-size: 11px;
    }
}




.footer {
    position: relative;
    overflow: hidden;
    padding: 38px 0 25px !important;
    color: #c7d5ed;
    background: #0d0d0c !important;
}


.footer .container {
    position: relative;
    z-index: 2;
}

.footer .title {
    display: block;
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.footer .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ef382e, #297cf2);
}

.footer a {
	display: block;
	width: fit-content;
	margin-bottom: 12px;
	color: #fff !important;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	transition: all 0.25s ease;
}

.footer a:hover,
.footer a:focus {
    padding-left: 5px;
    color: #ffffff;
    text-decoration: none;
}

/* Information and Resources arrow effect */
.footer .col-sm-4 a::before {
    content: "\f105";
    margin-right: 8px;
    color: #438ff7;
    font-family: FontAwesome;
    font-size: 14px;
}

.footer .col-sm-4:first-child a::before {
    color: #ee3b31;
}

/* Connect section */
.footer .col-md-3 > a {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
}

.footer .col-md-3 > a i {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(119, 174, 255, 0.28);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 14px;
    transition: all 0.25s ease;
}

.footer .col-md-3 > a:hover i {
    border-color: #ef382e;
    background: #ef382e;
    transform: translateY(-2px);
}

/* Space between link sections */
.footer .col-md-9 {
    padding-right: 55px;
}

.footer .col-md-9 > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.footer .col-md-9 > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

/* Tablet */
@media (max-width: 991px) {
    .footer {
        padding: 34px 0 22px;
    }

    .footer .col-md-9 {
        padding-right: 15px;
    }

    .footer .col-md-9,
    .footer .col-md-3 {
        margin-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .footer {
        padding: 32px 0 14px;
    }

    .footer .col-sm-4 {
        margin-bottom: 28px;
    }

    .footer .title {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .footer a {
        margin-bottom: 10px;
        font-size: 13px;
    }
}