@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

body {
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0;
}

ul li {
    list-style: none;
}

h1 {
    margin-bottom: 0px;
}

h2,
h3,
h4 {
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

:root {

    --black: #000;
    --white: #fff;
    --gold: #E5A20A;
    --light-gold: #F8D43B;
    --blue: #072066;
    --light-blue: #48AEFD;
    --primary-blue: #3397B2;


    --vt-dark: #0C1521;
    --vt-gold: #D7A246;
    --vt-light-gold: #F9DC87;
    --vt-light: #EBECEF;
    --vt-white: #fff;
    --vt-text: #B8C1CC
}


/* section css */
section {
    padding: 50px 0px;
}

@media(max-width: 767px){
    section p{
        font-size: 14px;
    }
}

/* section css */



/* footer css */
.footer {
    padding: 100px 0px;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 50px 0px;
    }
}

/* footer css */




/* custom css start here ----------------------------------------------------  */



/* -------------- Navbar css start here -------------- */
.custom-navbar {
    background: var(--vt-dark);
    padding: 5px 0;
    transition: .4s;
    box-shadow: rgba(240, 238, 238, 0.616) 0px 5px 15px;
}



.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    width: 150px;
}


.navbar-nav {
    gap: 18px;
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    transition: .3s;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--light-gold);
}



.nav-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-icons a {
    color: var(--white);
    font-size: 20px;
    transition: .3s;
    position: relative;
    text-decoration: none;
    background: transparent;
    border-radius: 50px;
    padding: 10px 20px;
    transition: .4s ease-in-out;
}

.nav-icons a:hover {
    background: var(--white);
    color: var(--vt-dark);
}



.offcanvas {
    width: 300px;
}

.offcanvas-body .nav-link {
    padding: 14px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.offcanvas-body .nav-icons a {
    color: var(--vt-dark);
}

.navbar-toggler {
    padding: 0;
    border: none;
    background: var(--light-gold);
    padding: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media screen and (max-width: 1200px) {

    .navbar-brand img {
        width: 100px;
       
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .nav-icons a {
        font-size: 14px;
        padding: 5px 10px;
    }
}


@media(max-width:991px) {
    .navbar-brand img {
        width: 90px;
        
    }

    .nav-icons a {
        font-size: 14px;

    }

}

/* ------------------ navbar css ends here --------------- */




/* --------------- hero section css start here ---------------- */

.vtrx-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0 80px;
    background: radial-gradient(circle at 50% 42%, rgba(215, 162, 70, .11), transparent 32%), linear-gradient(135deg, #07101A, #0C1521 52%, #101D2C);
    color: var(--vt-white)
}

.vtrx-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .5) 70%, transparent 100%)
}

.vtrx-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none
}

.vtrx-glow-left {
    top: -220px;
    left: -180px;
    background: rgba(215, 162, 70, .08)
}

.vtrx-glow-right {
    right: -200px;
    bottom: -250px;
    background: rgba(79, 150, 220, .08)
}

.vtrx-hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    margin: auto
}

.vtrx-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    margin-bottom: 24px;
    border: 1px solid rgba(215, 162, 70, .32);
    border-radius: 50px;
    background: rgba(215, 162, 70, .08);
    color: var(--vt-light-gold);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.vtrx-hero-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vt-light-gold);
    box-shadow: 0 0 12px rgba(249, 220, 135, .8);
    animation: vtrx-pulse 2s infinite
}

@keyframes vtrx-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .4;
        transform: scale(.7)
    }
}

.vtrx-hero h1 {
    max-width: 900px;
    margin: 0 auto;
    color: var(--vt-white);
    font-size: 64px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -1.5px
}

.vtrx-hero h1 strong {
    font-weight: 700;
    background: linear-gradient(90deg, #D7A246, #F9DC87, #D7A246);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: vtrx-gold 4s linear infinite
}

@keyframes vtrx-gold {
    to {
        background-position: 200% center
    }
}

.vtrx-hero-description {
    max-width: 720px;
    margin: 25px auto 0;
    color: var(--vt-text);
    font-size: 18px;
    line-height: 1.7
}

.vtrx-hero-action {
    margin-top: 32px
}

.vtrx-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 7px;
    color: #101923;
    background: linear-gradient(135deg, #F9DC87, #D7A246);
    box-shadow: 0 12px 35px rgba(215, 162, 70, .2);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: .3s
}

.vtrx-login-btn:hover {
    color: #101923;
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(215, 162, 70, .3)
}

.vtrx-login-btn i {
    font-size: 19px;
    transition: .3s
}

.vtrx-login-btn:hover i {
    transform: translateX(4px)
}

.vtrx-features {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 55px auto 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.vtrx-feature {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 95px;
    padding: 15px 20px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    text-align: left
}

.vtrx-feature:last-child {
    border-right: 0
}

.vtrx-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(215, 162, 70, .3);
    border-radius: 10px;
    color: var(--vt-light-gold);
    background: rgba(215, 162, 70, .08);
    font-size: 20px
}

.vtrx-feature strong {
    display: block;
    margin-bottom: 4px;
    color: var(--vt-light);
    font-size: 15px;
    font-weight: 700
}

.vtrx-feature span {
    display: block;
    color: #84909E;
    font-size: 13px
}

.vtrx-market-line {
    position: absolute;
    z-index: 1;
    height: 1px;
    opacity: .15;
    background: linear-gradient(90deg, transparent, var(--vt-gold), transparent)
}

.vtrx-line-one {
    width: 500px;
    top: 24%;
    left: -130px;
    transform: rotate(-28deg)
}

.vtrx-line-two {
    width: 650px;
    right: -180px;
    top: 32%;
    transform: rotate(25deg)
}

.vtrx-line-three {
    width: 430px;
    left: -80px;
    bottom: 15%;
    transform: rotate(20deg)
}

@media(max-width:1200px) {
 .vtrx-hero h1 {
        font-size: 52px
    }
}

@media(max-width:991px) {
    .vtrx-hero {
        min-height: 680px;
        padding: 70px 0px;
    }

    .vtrx-hero h1 {
        font-size: 42px
    }

    .vtrx-features {
        max-width: 720px
    }

    .vtrx-feature {
        flex: 1 1 50%
    }

    .vtrx-feature:nth-child(2) {
        border-right: 0
    }

    .vtrx-feature:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .08)
    }
}

@media(max-width: 767px){

      .vtrx-hero {
        min-height: auto;
        padding: 50px 0px
    }

      .vtrx-hero-badge {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 9px 14px
    }


    .vtrx-hero h1 {
        font-size: 32px;
        letter-spacing: -.8px
    }

      .vtrx-hero-description {
        font-size: 14px;
        line-height: 1.65
    }
    .vtrx-login-btn {
        font-size: 16px
    }
}

@media(max-width:575px) {
  

    .vtrx-features {
        display: block;
        margin-top: 42px
    }

    .vtrx-feature {
        justify-content: flex-start;
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08)
    }

    .vtrx-feature:last-child {
        border-bottom: 0
    }

    .vtrx-feature strong {
        font-size: 15px
    }

    .vtrx-feature span {
        font-size: 12px
    }

    .vtrx-market-line {
        opacity: .07
    }
}

/* --------------------- end of hero section css here --------------------- */



/* ------------------- about us section css start here --------------- */

.vtrx-about-simple {
    padding: 105px 0;
    background: #fff;
    color: #0C1521
}

.vtrx-about-heading {
    text-align: center;
    margin-bottom: 45px
}

.vtrx-about-heading>span {
    display: inline-block;
    margin-bottom: 16px;
    color: #B8862F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px
}

.vtrx-about-heading h2 {
    margin: 0;
    color: #0C1521;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -1px
}

.vtrx-about-heading h2 strong {
    color: #C69236;
    font-weight: 700
}

.vtrx-about-content {
    max-width: 850px;
    margin: auto;
    text-align: center
}

.vtrx-about-content p {
    margin: 0 auto 18px;
    color: #697581;
    font-size: 16px;
    line-height: 1.85
}

.vtrx-about-content .vtrx-about-lead {
    margin-bottom: 20px;
    color: #293745;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500
}

.vtrx-about-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    border-top: 1px solid #c8cdd2;
    border-bottom: 1px solid #c8cdd2
}

.vtrx-about-highlights>div {
    padding: 27px 25px;
    text-align: center;
    border-right: 1px solid #c8cdd2
}

.vtrx-about-highlights>div:last-child {
    border-right: 0
}

.vtrx-about-highlights i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #B8862F;
    background: #FFF8E9;
    font-size: 19px
}

.vtrx-about-highlights strong {
    display: block;
    margin-bottom: 7px;
    color: #182532;
    font-size: 15px;
    font-weight: 700
}

.vtrx-about-highlights span {
    display: block;
    color: #7A858F;
    font-size: 13px;
    line-height: 1.6
}

@media(max-width: 1200px){
      .vtrx-about-heading h2 {
        font-size: 42px
    }
        .vtrx-about-heading h2 strong {
            font-weight: 600
        }
}

@media(max-width: 991px){
    .vtrx-about-simple {
        padding: 70px 0px;
    }

     .vtrx-about-heading h2 {
        font-size: 34px
    }
       
}

@media(max-width:767px) {
    .vtrx-about-simple {
        padding: 50px 0px;
    }

     .vtrx-about-heading>span {
        font-size: 12px;
        letter-spacing: 1.8px
    }

    .vtrx-about-heading {
        margin-bottom: 35px
    }

    .vtrx-about-heading h2 {
        font-size: 24px
    }



    .vtrx-about-content .vtrx-about-lead {
        font-size: 16px
    }

    .vtrx-about-content p {
        font-size: 14px
    }

    .vtrx-about-highlights {
        display: block;
        margin-top: 40px
    }

    .vtrx-about-highlights>div {
        border-right: 0;
        border-bottom: 1px solid #E4E7EA;
        padding: 20px 15px
    }

    .vtrx-about-highlights>div:last-child {
        border-bottom: 0
    }
}



/* --------------- end of about us section css here --------------- */



/* ---------------- mission vision section css start here ----------------- */

.vtrx-mv {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #0C1521;
    color: #fff
}

.vtrx-mv:before {
    content: "";
    position: absolute;
    top: -250px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(215, 162, 70, .07);
    filter: blur(110px);
    pointer-events: none
}

.vtrx-mv:after {
    content: "";
    position: absolute;
    bottom: -280px;
    left: -220px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(249, 220, 135, .035);
    filter: blur(110px);
    pointer-events: none
}

.vtrx-mv-heading {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center
}

.vtrx-mv-heading>span {
    display: inline-block;
    margin-bottom: 18px;
    color: #F9DC87;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px
}

.vtrx-mv-heading h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1.2px
}

.vtrx-mv-heading h2 strong {
    color: #D7A246;
    font-weight: 700
}

.vtrx-mv-card {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
    box-shadow: 0 25px 60px rgba(0, 0, 0, .2);
    transition: .35s
}

.vtrx-mv-card:hover {
    border-color: rgba(215, 162, 70, .45);
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .3)
}

.vtrx-mv-accent {
    position: absolute;
    top: 0;
    left: 42px;
    width: 65px;
    height: 3px;
    background: linear-gradient(90deg, #D7A246, #F9DC87);
    border-radius: 0 0 5px 5px
}

.vtrx-mv-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 30px;
    border: 1px solid rgba(215, 162, 70, .32);
    border-radius: 15px;
    color: #F9DC87;
    background: linear-gradient(145deg, rgba(215, 162, 70, .16), rgba(215, 162, 70, .035));
    box-shadow: inset 0 0 25px rgba(215, 162, 70, .04);
    font-size: 26px
}

.vtrx-mv-title>span {
    display: block;
    margin-bottom: 8px;
    color: #718090;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px
}

.vtrx-mv-title h3 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600
}

.vtrx-mv-divider {
    width: 50px;
    height: 2px;
    margin: 22px 0;
    background: linear-gradient(90deg, #D7A246, #F9DC87)
}

.vtrx-mv-card p {
    color: #9BA5AF
}

@media(max-width:1200px) {
 .vtrx-mv-heading h2 {
        font-size: 42px;
        letter-spacing: 1px;
    }
    .vtrx-mv-heading h2 strong{
        font-weight: 600;
    }
}

@media(max-width:991px) {
    .vtrx-mv {
        padding: 70px 0px;
    }

    .vtrx-mv-heading h2 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .vtrx-mv-heading {
        margin-bottom: 45px
    }

    .vtrx-mv-card {
        padding: 20px 15px;
        border-radius: 18px;
    }

    .vtrx-mv-accent {
        left: 32px
    }
}

@media(max-width:767px) {
    .vtrx-mv {
        padding: 50px 0px;
    }

    .vtrx-mv-heading>span {
        font-size: 12px;
        letter-spacing: 2px
    }

    .vtrx-mv-heading h2 {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .2px
    }


    .vtrx-mv-accent {
        left: 25px
    }

    .vtrx-mv-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 15px;
        font-size: 22px
    }

    .vtrx-mv-title h3 {
        font-size: 22px
    }

    .vtrx-mv-divider {
        margin: 10px 0px;
    }
}



/* ------------------- end of mission vision section css here ------------------- */


/* ------------------- services section css start here -------------------- */

.vtrx-services {
    position: relative;
    padding: 110px 0;
    background: #FFF9ED;
    color: #0C1521
}

.vtrx-services-heading {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center
}

.vtrx-services-heading>span {
    display: inline-block;
    margin-bottom: 17px;
    color: #B8862F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px
}

.vtrx-services-heading h2 {
    margin: 0 0 18px;
    color: #0C1521;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1px
}

.vtrx-services-heading h2 strong {
    color: #C69236;
    font-weight: 700
}

.vtrx-services-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #707B86
}

.vtrx-service-card {
    position: relative;
    height: 100%;
    padding: 35px 32px 32px;
    border: 1px solid #E1E4E8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(12, 21, 33, .055);
    transition: .35s
}

.vtrx-service-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    width: 45px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg, #D7A246, #F9DC87);
    opacity: 0;
    transition: .35s
}

.vtrx-service-card:hover {
    border-color: rgba(215, 162, 70, .5);
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(12, 21, 33, .1)
}

.vtrx-service-card:hover:before {
    opacity: 1
}

.vtrx-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border: 1px solid rgba(215, 162, 70, .3);
    border-radius: 14px;
    color: #B8862F;
    background: #FFF9ED;
    font-size: 24px;
    transition: .35s
}

.vtrx-service-card:hover .vtrx-service-icon {
    color: #fff;
    background: #D7A246;
    border-color: #D7A246
}

.vtrx-service-card h3 {
    margin: 0 0 15px;
    color: #162431;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600
}

.vtrx-service-card p {
    color: #717C87
}

.vtrx-service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: #B8862F;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700
}

.vtrx-service-link i {
    font-size: 16px;
    transition: .3s
}

.vtrx-service-link:hover {
    color: #0C1521
}

.vtrx-service-link:hover i {
    transform: translate(3px, -3px)
}

@media(max-width: 1200px){
     .vtrx-services-heading h2 {
        font-size: 42px
    }
     .vtrx-services-heading h2 strong{
        font-weight: 600;
    }
}

@media(max-width:991px) {
    .vtrx-services {
        padding: 70px 0px;
    }

    .vtrx-services-heading h2 {
        font-size: 34px
    }


    .vtrx-services-heading {
        margin-bottom: 45px
    }

    .vtrx-service-card{
        padding: 20px 15px;
    }
}

@media(max-width:767px) {
    .vtrx-services {
        padding: 50px 0px;
    }

    .vtrx-services-heading>span {
        font-size: 12px
    }

    .vtrx-services-heading h2 {
        font-size: 24px
    }
   

    .vtrx-service-card {
        padding: 20px 15px
    }

    .vtrx-service-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
        margin-bottom: 15px
    }

    .vtrx-service-card h3 {
        font-size: 20px;
        margin-bottom: 10px;;
    }
}

@media(max-width:420px) {

}

/* ------------------- end of services section css here ------------------- */







/* ----------------------- footer css start here -------------------- */

.vtrx-footer {
    position: relative;
    overflow: hidden;
    background: #070E17;
    color: #fff
}

.vtrx-footer-top {
    position: relative;
    padding: 75px 0 65px
}

.vtrx-footer-top:before {
    content: "";
    position: absolute;
    top: -300px;
    right: -180px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(215, 162, 70, .055);
    filter: blur(110px);
    pointer-events: none
}

.vtrx-footer-top:after {
    content: "";
    position: absolute;
    bottom: -300px;
    left: -220px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(249, 220, 135, .025);
    filter: blur(100px);
    pointer-events: none
}

.vtrx-footer-intro {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px
}

.vtrx-footer-intro>div>span {
    display: block;
    margin-bottom: 13px;
    color: #D7A246;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px
}

.vtrx-footer-intro h2 {
    margin: 0;
    color: #F1F3F5;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -.7px
}

.vtrx-footer-intro h2 strong {
    color: #F9DC87;
    font-weight: 700
}

.vtrx-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    padding: 14px 20px;
    border: 1px solid rgba(215, 162, 70, .45);
    border-radius: 8px;
    color: #F9DC87;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    background: rgba(215, 162, 70, .06);
    transition: .3s
}

.vtrx-footer-cta:hover {
    color: #0C1521;
    background: #D7A246;
    border-color: #D7A246
}

.vtrx-footer-cta i {
    transition: .3s
}

.vtrx-footer-cta:hover i {
    transform: translate(3px, -3px)
}

.vtrx-footer-divider {
    position: relative;
    z-index: 2;
    height: 1px;
    margin: 55px 0 48px;
    background: linear-gradient(90deg, rgba(215, 162, 70, .4), rgba(255, 255, 255, .08), rgba(215, 162, 70, .15))
}

.vtrx-footer-about,
.vtrx-footer-links,
.vtrx-footer-contact {
    position: relative;
    z-index: 2
}

.vtrx-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.vtrx-footer-logo span {
    color: #D7A246
}

.vtrx-footer-about p {
    max-width: 350px;
    margin: 0;
    color: #7B8896;
    line-height: 1.8
}

.vtrx-footer-icons {
    display: flex;
    gap: 13px;
    margin-top: 27px
}

.vtrx-footer-icons a {
    display: block;
    text-decoration: none
}

.vtrx-footer-icons span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(215, 162, 70, .25);
    border-radius: 12px;
    color: #D7A246;
    background: linear-gradient(145deg, #172331, #0A131E);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .45), inset 1px 1px 2px rgba(255, 255, 255, .1), inset -2px -2px 5px rgba(0, 0, 0, .5);
    font-size: 17px;
    transition: .3s
}

.vtrx-footer-icons a:hover span {
    color: #0C1521;
    background: linear-gradient(145deg, #F9DC87, #D7A246);
    border-color: #D7A246;
    transform: translateY(-5px);
    box-shadow: 5px 10px 18px rgba(0, 0, 0, .5), inset 1px 1px 2px rgba(255, 255, 255, .5)
}

.vtrx-footer-links h3,
.vtrx-footer-contact h3 {
    margin: 3px 0 24px;
    color: #F1F3F5;
    font-size: 22px;
    font-weight: 700
}

.vtrx-footer-links h3:after,
.vtrx-footer-contact h3:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 10px;
    background: #D7A246
}

.vtrx-footer-links a {
    display: block;
    width: max-content;
    margin-bottom: 14px;
    color: #778492;
    text-decoration: none;
    font-size: 16px;
    transition: .3s
}

.vtrx-footer-links a:hover {
    color: #F9DC87;
    transform: translateX(5px)
}

.vtrx-contact-item {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px
}

.vtrx-contact-item:last-child {
    margin-bottom: 0
}

.vtrx-contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(215, 162, 70, .3);
    border-radius: 11px;
    color: #F9DC87;
    background: linear-gradient(145deg, #182534, #0A131D);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .45), inset 1px 1px 2px rgba(255, 255, 255, .1), inset -2px -2px 5px rgba(0, 0, 0, .5);
    font-size: 17px
}

.vtrx-contact-item small {
    display: block;
    margin-bottom: 3px;
    color: #596776;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px
}

.vtrx-contact-item a,
.vtrx-contact-item span {
    color: #9AA5B0;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5
}

.vtrx-contact-item a:hover {
    color: #F9DC87
}

.vtrx-footer-bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.vtrx-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0
}

.vtrx-footer-bottom p {
    margin: 0;
    color: #596673;
    font-size: 16px
}

.vtrx-footer-bottom a {
    margin-left: 25px;
    color: #596673;
    text-decoration: none;
    font-size: 16px;
    transition: .3s
}

.vtrx-footer-bottom a:hover {
    color: #F9DC87
}

@media(max-width:991px) {
    .vtrx-footer-intro {
        align-items: flex-start;
        flex-direction: column
    }

    .vtrx-footer-intro h2 {
        font-size: 34px
    }

    .vtrx-footer-divider {
        margin: 45px 0 40px
    }
}

@media(max-width:767px) {
    .vtrx-footer-top {
        padding: 60px 0 50px
    }

    .vtrx-footer-intro h2 {
        font-size: 24px
    }

    .vtrx-footer-cta {
        padding: 13px 17px
    }

    .vtrx-footer-logo {
        font-size: 27px
    }

    .vtrx-footer-bottom-inner {
        display: block;
        text-align: center
    }

    .vtrx-footer-bottom-inner>div {
        margin-top: 12px
    }

    .vtrx-footer-bottom a {
        margin: 0 8px
    }
}

@media(max-width:420px) {
  

    .vtrx-footer-icons span {
        width: 42px;
        height: 42px
    }
}


/* ---------------- end of footer css here ---------------- */