p {
    font-family: "Inter", sans-serif;
}

h1,h2,h3,h4,h5,h6, button {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
   
}

h1 {
   font-size: 60px;
   line-height: 55px;
   margin-bottom: 24px;
   color: #062244;
   line-height: 1.05;
   max-width: 540px;
   font-weight: 700;
}

/* header */

.main-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px 0px;
    z-index: 999;
    transition: background .35s ease, padding .35s ease, box-shadow .35s ease;

    animation: headerScroll linear both;
    animation-timeline: scroll(root);
    animation-range: 0px 100px;
    justify-content: space-between;
}


@keyframes headerScroll {
    from {
        background: transparent;
        padding: 20px 0;
    }

    to {
        background: rgba(255, 255, 255, 0.856);

        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);

        padding: 13px 0;

        box-shadow: 0 8px 30px rgba(6, 34, 68, 0.08);
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
}


.logo img{
    height:45px;    
    width:auto;
    display: block;
    margin-left: -60px;
}

.hero-section {
    padding: 188px 0 0;
    position: relative;
    background: radial-gradient(720px 420px at 90% 4%, #fdece0 0%, transparent 60%), radial-gradient(900px 560px at -10% 92%, #e9eef5 0%, transparent 55%), #ffffff;
    overflow: hidden;
    font-weight: 600px;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.5;
}

.align-items-center {
    align-items: center;
    margin-top: 10px;
}

p {
    font-weight: 300;
    font-size: 17.5px;
    line-height: 1.65;
}



.nav-toggle-checkbox{
    display: none;
}

.navbar-toggler{
    display: none;
    background: transparent;
    border: none;
    padding: 8px;
    z-index: 1000;
    cursor: pointer;
}

.navbar-toggler-icon{
    display: block;
    width: 26px;
    height: 2px;
    background: #062244;
    position: relative;
    transition: background .2s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after{
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background: #062244;
    transition: transform .2s ease;
}

.navbar-toggler-icon::before{
    top: -8px;
}

.navbar-toggler-icon::after{
    top: 8px;
}

.nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon{
    background: transparent;
}

.nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon::before{
    transform: translateY(8px) rotate(45deg);
}

.nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon::after{
    transform: translateY(-8px) rotate(-45deg);
}


.nav-col-6{
    display: flex;
    justify-content: center;
}

.nav-bar{
    display:flex;
    align-items:center;
    gap:45px;
}

.nav-bar a{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 0.1em;
    color: #48607a;
    transition: color .2s ease;
    position: relative;
    padding-bottom: 4px;
    text-decoration: none;
}



.nav-bar a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--orange-500, #ff6b00);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.nav-bar a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-get-started{
    background-color: #e9721f ;
    padding: 11px 22px;
    justify-content: right;
    margin-left: 80px;
    align-items: center;
    display: inline-flex;
}

.nav-bar a.btn-get-started{
    color: white;
    font-size: 13.5px;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    padding: 11px 22px;
    letter-spacing: 0.08em;
    cursor: pointer;

    clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
    );
}

.nav-bar a.btn-get-started:hover {
    background: #062244;
    box-shadow: 0 10px 26px #062244;
    transform: translateY(-3px);
    color:white;
}

.footer-section{
    background-color:#03111f ;
    color: white;
}

.footer-top {
    padding-bottom: 70px;
    border-bottom: 1px solid #ffffff1a;
    padding-top: 70px;
}

.footer-about p{
    margin-top: 20px;
    text-align: justify;
}

.footer-links{
    gap:20px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.footer-bottom p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 20px;
}

.col-6-footer{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.main-header .col-3{
    display:flex;
    align-items:center;
}

.main-header .nav-col-6{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.col-2 a{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14.5px;
    font-weight: 400;
    text-decoration: none;
    line-height: 35px;
    font-family: inter,sans-serif;
   
}

.col-3 a{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14.5px;
    font-weight: 400;
    text-decoration: none;
    line-height: 35px;
    font-family: inter,sans-serif;
    margin-left: 50px;
}

.col-6-icons{
    justify-content: flex-start;
    display: flex;
    gap: 15px;
    margin-left: 20px;
}

.col-6-icons a{
    color: white;
    text-decoration: none;
}

.col-6-icons > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;  
    height: 36px;
    clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
    background: #05284617;
    padding: 1px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.25s ease;
}

.col-6-icons > *:hover {
    box-shadow: inset 0 0 0 1px #e9721f;
   
    background-color: rgba(233, 114, 31, 0.05);
    transform: translateY(-2px);
}

.CTA-banner-section{
    background-image: url(../Assets/veltracore_Img_4.jpeg);
    height: 60vh;
    background-size: cover;
    background-position:top center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.cta-overlay {
    height: 60vh;
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(5, 40, 70, 0.95),  /* Increased from 0.85 */
        rgba(233, 114, 31, 0.90) /* Increased from 0.75 */
    );
}

.banner-text h1{
    margin-bottom: 10px;
    color: white;
    z-index: 2;
    font-size: 34px;
    font-weight: 750;
    margin-left: 0px;
    max-width: 520px;
    line-height: 40px;
    margin-top: 30px;
}

.footer-about p{
    margin: 10PX;
    line-height: 1.6;
    z-index: 2;
    margin-left: 20px;
    color: #ffffff80;
    font-size: 14.5px;
    line-height: 1.7;
    max-width: 280px;
    font-family: inter,sans-serif;
    margin-top: 20px;
}

.banner-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.CTA-button{
    justify-content: flex-end;
    z-index: 2;
    align-items: center;
    display: flex;
}

.button{
    background: white;
    color: #e9721f;
    text-decoration: none;
    padding: 13px 26px;
    font-size: 14.5px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease, background .25s ease;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
   

    clip-path: polygon(
        12px 0,
        100% 0,
        100% calc(100% - 12px),
        calc(100% - 12px) 100%,
        0 100%,
        0 12px
    );
}

.button:hover{
    background: #062244;
    color: white;
    text-decoration: none;
    padding: 13px 26px;
    font-size: 14.5px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease, background .25s ease;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
   

    clip-path: polygon(
        12px 0,
        100% 0,
        100% calc(100% - 12px),
        calc(100% - 12px) 100%,
        0 100%,
        0 12px
    );
}


.about-us {
    background-color: #f4f7fb;
}

.about-img{
    background-image: url('../assets/veltracore_Img_5.jpeg ');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    height: 320px;
    width: 400px;
    margin-left: 120px;
    margin-top: -80px;

    animation: floatImageReverse 5s ease-in-out infinite;

    clip-path: polygon(
    20px 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%,
    0 20px
    );
   
}

@keyframes floatImageReverse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}



.custom-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
}

.floating-icon{
    position: absolute;
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 30px rgba(5,40,70,0.18);
    z-index: 3;
}

.icon-top-left {
    position: absolute;
    top: -140px;
    right: 30px;
    color: #e9721f;
    animation: floatIcon 5s ease-in-out infinite;
}

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.icon-bottom-right {
    position: absolute;
    bottom: 10px;
    right: -2px;
    color: #e9721f;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    animation: floatIcon 5s ease-in-out infinite;
    animation-delay: 1.3s;
}

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.secure-badge{
    position: absolute;
    bottom: -80px;
    left: 80px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #052846;
    padding: 14px 20px;
    z-index: 3;
    animation: floatBottomIcon 3s ease-in-out infinite;


    clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
    );
}

@keyframes floatBottomIcon {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.badge-icon-box{
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: #e9721f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4px;
}

.badge-text-box{
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.badge-title{
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-subtitle{
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 400;
    margin-top: 2px;
}

.hero-content {
   
    position: relative;
}

.hero-btn{
    display: flex;
    gap: 20px;        
   
}

.bg-btn{
    background-color: #e9721f;
    padding: 13px 26px;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 700;
    color: white;
    align-items: center;
    letter-spacing: 0.05em;
    font-family: 'Rajdhani', sans-serif;

    clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
    );
}

.bg-btn:hover{
    background-color: #062244;
    padding: 13px 26px;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 700;
    color: white;
    align-items: center;
    letter-spacing: 0.05em;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease, background .25s ease;
    transform: translateY(-3px);

    clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
    );
}

.hero-btn-bg{
    border: 1.75px solid #05284638;
    padding: 13px 26px;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 700;
    color:#052846;
    align-items: center;
    letter-spacing: 0.05em;
    font-family: 'Rajdhani', sans-serif;

    clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
    );
}

.hero-btn-bg:hover{
    border: 1.75px solid #e9721f;
    padding: 13px 26px;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 700;
    color:#e9721f;
    align-items: center;
    letter-spacing: 0.05em;
    font-family: 'Rajdhani', sans-serif;
    transform: translateY(-3px);

    clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
    );
}

.hero-content h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 625;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 13px;
    color: #e9721f;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

.hero-content h6::before{  
    font-size: 12px;
    background-color: #e9721f;
    content: "";
    width: 20px;
    height: 2px;
    margin-right: 10px;
    display: block;
   
}

.hero-content p{
    align-items: flex-start;
    margin-left: 0px;
    color: #48607a;
    max-width: 540px;
    font-weight: 480;
    font-size: 17.5px;
    margin-bottom: 38px;
}


.hero-sts{
    display:flex;
    gap:40px;
    margin-top:60px;
    margin-bottom: 30px;
    border-top: 1px solid #05284618;
    padding-top: 20px;
}


.hero-sts > div:not(:last-child) {
    padding-right: 65px;
    border-right: 1px solid #05284618;
}


.hero-sts h3{
    color:#052846;
    font-size:28px;
    font-weight:700;
    margin-bottom:0;
}

.hero-sts span{
    font-size:11.5px;
    color:#6b8299;
    font-weight: 500;
    letter-spacing: 0.035em;
}

.orange{
    color: #e9721f;
}

.circuit-divider{
    width: 100%;
    height: 46px;
    display: block;
    margin: 40px 0;
}

.services h6{
    margin-left: 50px;
    font-size: 16px;
    font-weight: 700;
}

.Contact h6{
    margin-left: 48px;
    font-size: 16px;
    font-weight: 700;
}
.services h6{
    margin-left: 48px;
    font-size: 16px;
    font-weight: 700;
}

.banner-text p{
    z-index: 2;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 14px;
    max-width: 460px;
    font-size: 15.5px;
    line-height: 1.6;
    font-weight: 400;
}

.veltra-img-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    justify-content: start;
    margin-left: -12px;
   
}

.veltra-img {
    background-image: url(../assets/veltracore_img_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 600px;
    display: block;
    margin-left: 0px;
    margin-right: 50px;
   
   

    clip-path: polygon(
        30px 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%,
        0 30px
    );
}

.top-boarder{
    position: absolute;
    top: -23px;
    right: -70px;
    width: 120px;
    height: 120px;
    z-index: 1;
    border-top: 2.5px solid #f3924c;
    border-right: 2.5px solid #f3924c;
    border-bottom: 2.5px solid #f3924c;
    border-left: 2.5px solid #f3924c;

    clip-path: polygon(
        15px 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%,
        0 15px
    );
}

.bottom-card{
    position: absolute;
    bottom: -15px;
    left: -20px;
    width: 200px;
    height: 110px;
    background-color:#e9721f;
    color: #ffffff;
    padding: 20px;
    z-index: 3;
    font-family: sans-serif;
   
    clip-path: polygon(
        15px 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%,
        0 15px
    );
}

.bottom-card h2{
    font-weight: 525;
    font-size: 32px;
    line-height: 1;
    margin-left: 5px;
}

.bottom-card p{
    font-size: 12px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    font-family: inter,sans-serif;
    margin-left: 5px;
}

.hero-heading{
    color: rgb(72, 96, 122);
    font-size: 16.5px;
    line-height: 1.75;
    letter-spacing: 0.22em;
    font-weight: 600;
}

.hero-heading::before{
    content: '';
    width: 22px;
    height: 2px;
    background: #e9721f;
    display: inline-block;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
}

.about-heading{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.25;
    color: #062244;
    margin-bottom: 24px;
    font-size: 38px;
}

.about-text{
    color: #48607a;
    font-size: 16.5px;
    line-height: 1.75;
    margin-bottom: 20px;
    font-family: inter,sans-serif;
    font-weight: 400;
}

.icon-list i {
    color: white;
    background-color:#062244;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 10px;

    clip-path: polygon(
    6px 0,
    100% 0,
    100% 100%,
    calc(100% - 6px) 100%,
    0 100%,
    0 6px
    );
}

.icon-list p{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15.5px;
    color: #48607a;
    font-weight: 400;
    margin-top: 8px;
}

.card-container {
    background: #ffffff;
    padding: 32px 28px;
    border: 1px solid #eef2f5;
    min-height: 230px;
    height: 100%;
   
    clip-path: polygon(
        16px 0%,    
        100% 0%,    
        100% calc(100% - 16px),
        calc(100% - 16px) 100%,
        0% 100%,    
        0% 16px      
    );
}

.card-meta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background-color: #fdf3eb;
    color: #e47226;          
    display: flex;
    align-items: center;
    justify-content: center;

    clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 8px);
}

.icon-box i {
    font-size: 0.85rem;  
    line-height: 1;        
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
}

.card-number {
    font-size: 0.85rem;
    font-weight: 600;
    color: #cbd5e1;            
    letter-spacing: 0.05em;

}

/*marque*/
.ticker-section {
    background-color: #052846;
    padding: 22px 0;
    overflow: hidden;
    width: 100%;
}


.ticker-track {
    display: flex;
    width: max-content;
    animation: tickerScroll 25s linear infinite;
}

.ticker-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-content span {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 50px;
}

.ticker-dot {
    color: #e9721f;
    font-size: 6px;
}

@keyframes tickerScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.ticker-track:hover {
    animation-play-state: paused;
}

.card-container:hover .icon-box {
    background-color: #e47226;
    color: #fff;
    transform: translateY(-3px) rotate(-4deg);
}

.card-container:hover .icon-box i {
    transform: scale(1.08);
}

.box-content h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0b1a30;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0 0 12px 0;

    min-height: unset;
    display: block;
}

.box-content p {
    font-size: 0.95rem;
    color: #6c757d;            
    line-height: 1.6;
    margin: 0;
}

.services-build-section .heading6 {
    color: #48607a;                  
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    display: inline-block;
    font-size: 16.5px;
    line-height: 1.65;
    margin-top: 18px;
    font-family: 'JetBrains Mono', monospace;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}



.services-build-section .heading6::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #e9721f;
    display: inline-block;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}

.services-build-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #062244;
    letter-spacing: -0.01em;
    line-height: 1.25;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
   
}

.services-build-section p {
    font-family: "Inter", sans-serif;
    color: #48607a;      
    font-size: 16.5px;
    line-height: 1.65;    
    margin-top: 18px;    
    letter-spacing: 0.02em;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 0px;
}

.services-build-section{
    padding: 90px 0 90px;
    background: var(--bg);
    position: relative;
}

.services-build-section .box-content p {
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: left;
    margin: 0;
    letter-spacing: 0;
}

/* why veltra core*/

.eyebrow {
    color: #48607a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 16.5px;
    line-height: 1.65;
    margin-top: 18px;
}

.eyebrow::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #e9721f;
    display: inline-block;
}

.why-veltra-section {
    background-color: #f4f7fb;
    padding: 90px 0;
}

.why-heading {
font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #062244;
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 40px;
    margin-top: 16px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #eef2f5;
    padding: 32px 26px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(6, 34, 68, 0.05);
}

.feature-icon-box {
    width: 48px;
    height: 48px;
    background-color: #052846;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 24px;

    clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 8px);
}

.feature-card:hover .feature-icon-box {
    width: 48px;
    height: 48px;
    background-color: rgb(228, 114, 38);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 24px;
    clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 8px);
}

.feature-card h5 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #062244;
    font-size: 17px;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #6b8299;
    margin: 0;
}

.feature-text {
    min-width: 0;
}

/*Get in touch section*/
.eyebrow {
    color: #48607a;
    font-size: 16.5 px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;

}

.eyebrow::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #e9721f;
    display: inline-block;
}

.contact-section {
    padding: 50px 0px;
}

.contact-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #062244;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.contact-text {
    color: #48607a;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 36px;
    font-weight: 400;
    max-width: 450px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #05284618;
}

.contact-icon-box {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background-color: #052846;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;

    clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 8px);
}

.contact-text-box {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
   
    color: #6b8299;
    margin-bottom: 3px;
}

.contact-value {
    font-size: 15.5px;
    color: #081627;
    font-weight: 500;
    font-family: inter,sans-serif;
}

.contact-form-panel {
    background-color: #052846;
    padding: 40px;
    color: #ffffff;
    margin-left: 40px;

    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.contact-form-panel h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 6px;
}

.contact-form-panel > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    margin-bottom: 28px;
}

.contact-form-panel label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
        color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-form-panel input,
.contact-form-panel textarea {
    width: 100%;
    background-color: #0a3258;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 14px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    resize: none;
    margin-bottom: 18px;
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
    outline: none;
    border-color: #e9721f;
}

.send-message-btn {
    width: 100%;
    background-color: #e9721f;
    color: #ffffff;
    border: none;
    padding: 14px 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;

    clip-path: polygon(
        12px 0,
        100% 0,
        100% calc(100% - 12px),
        calc(100% - 12px) 100%,
        0 100%,
        0 12px
    );
}

.send-message-btn:hover {
    background: #ff822d;
    transform: translateY(-2px);
}

.form-note {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    margin-bottom: 28px;
    margin-top: 12px;
}

/*testimonial-section*/
.testimonial-section{
    background-color: #03111f;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-circle-bg {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(233, 114, 31, 0.12);
    top: -220px;
    left: -180px;
}

.testimonial-text{
    font-weight: 600;
    font-size: clamp(22px, 3vw, 32px);
    color: #fff;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    max-width: 800px;
    margin-left: 50px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.quote-mark {
    color: #e9721f;
    font-family: 'Rajdhani', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.author-name{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.01em;
}

.author-title{
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    letter-spacing: 0.06em;
    margin-top: 2px;
    font-size: 11.5px;
    font-weight: 400;
   
}

.author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e9721f;
    padding: 2px;
   
}

/* contact form: server feedback banner + spam honeypot */
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-alert{padding:12px 14px;font-size:13.5px;font-family:'Inter',sans-serif;margin-bottom:20px}
.form-alert-success{background:rgba(60,180,110,0.15);border:1px solid rgba(60,180,110,0.4);color:#8ef0bb}
.form-alert-error{background:rgba(220,80,60,0.15);border:1px solid rgba(220,80,60,0.4);color:#ffb3a3}


/* Extra large devices*/
@media only screen and (min-width: 1200px) {
        .hero-section{
        padding-top:160px;
    }

}
 
/* laptop 1025px */
@media screen and (max-width: 1199px) {
 
    .logo img {
        margin-left: 0;
        align-items: flex-start;
    }
 
    .nav-bar {
        gap: 25px;
    }
 
    .btn-get-started {
        margin-left: 20px;
    }
 
    h1 {
        font-size: 50px;
        max-width: 480px;
    }
 
    .hero-sts {
        gap: 20px;
    }
 
    .hero-sts > div:not(:last-child) {
        padding-right: 30px;
    }
 
    /* About us*/
    .veltra-img {
        width: 100%;
        height: 500px;
    }
 
    .top-boarder {
        right: -20px;
    }
 
    .about-heading {
        font-size: 34px;
    }
 
    /* Services / Why */
    .services-build-section h2,
    .why-heading {
        font-size: 36px;
    }
 
    /* Contact */
    .contact-form-panel {
        margin-left: 20px;
        padding: 34px;
    }
}

    .CTA-banner-section{
        height: 380px;
    }

    .cta-overlay{
        height: 380px;
    }

    .banner-text h1{
        font-size: 28px;
        margin-top: 0;
    }

    .banner-text p{
        max-width: 400px;
    }

    .services-build-section h2, .why-heading {
        font-size: 36px;
        text-align: left;
    }

    .services-build-section p {
    max-width: 720px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 1.5rem !important;
    }

    .why-veltra-section {
    background-color: #f4f7fb;
    padding: 65px 0;
    }

    .testimonial-section {
    background-color: #03111f;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    }

    .testimonial-circle-bg {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(233, 114, 31, 0.12);
    top: -180px;
    left: -180px;
    }

    .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff1a;
    padding-top: 70px;
    }

    .footer-about p {
    margin: 10PX;
    line-height: 1.6;
    z-index: 2;
    margin-left: 0px;
    color: #ffffff80;
    font-size: 14.5px;
    line-height: 1.7;
    max-width: 280px;
    font-family: inter, sans-serif;
    margin-top: 20px;
}

.contact-section {
    padding: 0px 0px;
}


    
/* iPAD LANDSCAPE 992px - 1366px */
@media screen and (max-width: 1024px) {
 
    .hero-section {
        padding-top: 150px;
    }
 
    h1 {
        font-size: 38px;
        line-height: 1.15;
        max-width: 100%;
    }
 
    .hero-sts {
        gap: 20px;
    }

    .hero-content h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 625;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 15px;
    color: #e9721f;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

    .hero-sts {
        gap: 20px;
        text-align: center;
    }

    .services-build-section {
    padding: 65px 0px;
    background: var(--bg);
    position: relative;
    }

    .services-build-section .heading6 {
    color: #48607a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    display: inline-block;
    font-size: 16.5px;
    line-height: 1.65;
    margin-top: 18px;
    font-family: 'JetBrains Mono', monospace;
    display: flex;
    justify-content: left;
    gap: 12px;
}
 
    .hero-sts > div:not(:last-child) {
        padding-right: 20px;
    }
 
    .nav-bar {
        gap: 20px;
    }
   
 
     
    .about-img {
        width: clamp(280px, 36vw, 400px);
        height: clamp(250px, 28vw, 320px);
        margin-left: clamp(20px, 6vw, 120px);
        margin-top: 0;
    }

    .icon-top-left {
        top: clamp(-90px, -9vw, -140px);
        right: clamp(0px, 2vw, 30px);
    }

    .icon-bottom-right {
        bottom: 5px;
        right: -2px;
    }

    .secure-badge {
        left: clamp(15px, 6vw, 80px);
        bottom: clamp(-55px, -6vw, -80px);
    }
 
    /* About  us*/
    .veltra-img {
        height: 440px;
    }
 
    /* Why Veltra*/
    .why-veltra-section .col-3 {
        width: 50%;
        margin-bottom: 24px;
    }

    .why-veltra-section .row {
        row-gap: 20px;
    }
 
    /* Contact */
    .contact-form-panel {
        margin-left: 10px;
        padding: 30px;
    }
 
    /* CTA banner */
    .banner-text h1 {
        font-size: 30px;
    }

        .CTA-banner-section{
        height: 380px;
    }

    .cta-overlay{
        height: 380px;
    }

    .banner-text h1{
        font-size: 28px;
        margin-top: 0;
    }

    .banner-text p{
        max-width: 400px;
    
}   
}
 
 
/* iPAD portrait */
@media screen and (max-width: 991px){
 
    /* HEADER */
    .main-header {
        padding: 15px 0;
    }
 
    .logo {
        display: flex;
        justify-content: start;
    }
 
    .logo img {
        height: 40px;
        margin-left: 0;
    }
 
    .nav-col-6 {
        justify-content: end;
        margin-top: 0px;
        justify-content: flex-end;
    }
 
    .nav-bar {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
 
    .btn-get-started {
        margin-left: 0;
    }
 
    /* HERO  */

    .main-header {
        padding: 15px 0;
    }

    .logo {
        display: flex;
        justify-content: start;
    }

    .logo img {
        height: 40px;
        margin-left: 0;
    }

    .nav-col-6 {
        justify-content: flex-end;
        margin-top: 0px;
    }

    .nav-bar {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-get-started {
        margin-left: 0;
    }

    /* HERO */
    .hero-section .row {
        display: flex;
        flex-direction: column;
    }

    .hero-text {
        display: contents;
    }

    .hero-heading {
    color: rgb(72, 96, 122);
    font-size: 16.5px;
    line-height: 1.75;
    letter-spacing: 0.22em;
    font-weight: 600;
    margin-top: -15px;
}

    .hero-heading-group {
        order: 1;
        width: 100%;
        margin-bottom: 6px;
    }

    .hero-body-group {
        order: 5;
        width: 100%;
    }

    .hero-text h6 {
        order: 1;
        width: 100%;
    }

    .hero-text h1 {
        order: 2;
        width: 100%;
    }

    .hero-image {
        order: 3;
        margin-top: 14px;
        margin-bottom: 14px;
        width: 100%;
    }

    .hero-text p {
        order: 4;
        width: 100%;
        margin-top: 4px;
        
    }

    .hero-text .hero-btn {
        order: 5;
        width: 100%;
    }

    .hero-text .hero-sts {
        order: 6;
        width: 100%;
    }

    .about-img {
        width: 350px;
        height: 300px;
        margin: 10px auto 0;
        background-size: cover;
        background-position: center 100%;
    }

    .hero-section {
        padding-top: 140px;
        padding-bottom: 25px;
    }

    .hero-content h6 {
        justify-content: flex-start;
    }

    .hero-section .col-6,
    .hero-content {
        width: 95%;
        text-align: left;
        align-items: flex-start;
    }

    h1 {
        font-size: 42px;
        max-width: 600px;
        margin-left: 0;
        margin-right: auto;
    }

    .hero-content p {
        max-width: 660px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 26px;
        margin-top: 60px;
    }

    .hero-btn {
        justify-content: flex-start;
    }

    .hero-sts {
        justify-content: flex-start;
        margin-top: 32px;
    }

    .circuit-divider {
    width: 100%;
    height: 46px;
    display: block;
    margin: 60px 0;
    display: none;
    }

    .icon-top-left{
        top: -20px;
    }
    /* ABOUT US */
    .about-us .row {
        display: flex;
        flex-direction: column;
    }

    .about-us .col-6 {
        width: 100%;
        margin-left: 0px;
    }

    .about-content {
        order: 1;
    }

    .about-media {
        order: 2;
        margin-top: 32px;
    }

    .about-img{
        height: 380px;
        width: 100%;
    }
 
    .veltra-img-container {
        max-width: 520px;
        margin-left: 0;
        margin-right: auto;
    }
 
    .veltra-img {
        width: 100%;
        height: 420px;
    }

    .py-5{
        padding-top: 2rem;
        padding-bottom: 2rem ;
    }
 
    /* SERVICES*/
    .services-build-section .col-4 {
        width: 50%;
    }
 
    /* TESTIMONIAL */
    .testimonial-section .col-10 {
        width: 100%;
        margin-left: 0;
    }
 
    .testimonial-text {
        margin-left: 0;
        max-width: 100%;
    }
 
    /* CONTACT*/
    .contact-section .col-5,
    .contact-section .col-7 {
        width: 100%;
    }
 
    .contact-form-panel {
        margin-left: 0;
        margin-top: 40px;
    }
 
    /* CTA */
    .CTA-banner-section {
        height: auto;
        padding: 60px 0;
    }
 
    .cta-overlay {
        height: 100%;
    }
 
    .CTA-banner-section .col-8,
    .CTA-banner-section .col-4 {
        width: 100%;
    }
 
    .CTA-button {
        justify-content: flex-start;
        margin-top: 28px;
    }
 
    .banner-text h1 {
        margin-top: 0;
    }
 
    /* FOOTER */
    .footer-top .footer-about {
        width: 100%;
        margin-bottom: 40px;
    }
 
    .footer-top .navigate,
    .footer-top .services,
    .footer-top .Contact {
        width: 33.333%;
    }
 
    .footer-section .col-3 a,
    .footer-section .services h6,
    .footer-section .Contact h6 {
        margin-left: 0;
    }
 
    .col-6-icons {
        margin-left: 0;
        margin-top: 30px;
    }
}

    /* Smartphone Landscape  */
@media screen and (max-width: 767px) {

    .main-header {
        position: fixed;
    }

    .nav-col-6{
        justify-content:flex-end;
        position:relative;
    }

    .navbar-toggler{
        display:block;
        position:relative;
        z-index:1000;
    }

    .nav-bar{
        display:flex;
        position:fixed;
        top:0;
        left:0;
        width: 80%;
        height:100vh;
        background:#052846;
        box-shadow:none;
        padding: 30px 30px 40px;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
        gap:0;
        max-height:none;
        overflow-y:auto;
        transform:translateX(-100%);
        transition:transform .35s ease;
        z-index:998;
    }

    .nav-toggle-checkbox:checked ~ .nav-bar{
        transform:translateX(0);
    }

    .nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon::before,
    .nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon::after{
        background: #052846;
    }

    .nav-bar a{
        color:#ffffff;
        font-size:16px;
        padding:16px 0;
        width:100%;
        text-align:left;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .nav-bar a.btn-get-started{
        margin: 28px 0 0;
        justify-content:center;
        text-align:center;
        border-bottom:none;
        width: 100%;
        margin-left: 0;
    }
    

    /* HERO */
    h1 {
        font-size: 38px;
        line-height: 1.18;
        max-width: 500px;
    }

    .hero-content h6 {
        font-size: 13px;
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .hero-content p {
        font-size: 15px;
        margin-bottom: 22px;
        margin-top: 60px;
    }

    .hero-btn {
        gap: 12px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .hero-btn a {
        flex: 1 1 0;
        text-align: center;
        padding: 12px 10px;
        font-size: 12px;
        letter-spacing: 0.03em;
        white-space: nowrap;
    }

    .icon-bottom-right {
        bottom: -10px;
        right: -2px;
    }

    .hero-sts {
        gap: 0;
        margin-top: 26px;
        margin-bottom: 6px;
        padding-top: 16px;
        justify-content: space-between;
    }

    .hero-heading {
        font-size: 13px;
        margin-top: 20px;
    }

    .hero-sts > div {
        flex: 1 1 0;
    }

    .hero-sts > div:not(:last-child) {
        border-right: 1px solid #05284618;
        border-bottom: none;
        padding-right: 12px;
        padding-bottom: 0;
        margin-right: 12px;
    }

    .hero-sts h3 {
        font-size: 20px;
        text-align: center;
    }

    .hero-sts span {
        font-size: 9.5px;
        display: block;
        line-height: 1.3;
        text-align: center;
    }

    .about-img {
        width: 300px;
        height: 260px;
    }

    .secure-badge {
        width: 250px;
        left: 0px;
    }

    .ticker-content span {
        font-size: 13px;
        margin: 0 30px;
    }

    .circuit-divider{
    display:block;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    width:900px;
    height:35px;
    margin-top: 28px;
    margin-bottom: -1px;
    }

    .icon-top-left {
        top: -20px;
        right: -5px;
    }


    /* ABOUT */
    .about-heading {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .about-text {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .icon-list p {
        font-size: 14px;
    }

    .veltra-img {
        height: 340px;
    }

    .top-boarder {
        right: -20px;
    }

    .about-us .col-6 {
        width: 100%;
        margin-left: 0px;
        margin-top: -25px;
        margin-bottom: -45px;
    }

    /* SERVICES */
    .services-build-section {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .services-build-section .col-4 {
        width: 100%;
    }

    .services-build-section h2 {
        font-size: 28px;
        text-align: left;
    }

    .services-build-section .heading6 {
        justify-content: left;
        font-size: 13px;
    }

    .services-build-section .heading6::before {

    vertical-align: middle;
    margin-top: 10.5px;
    }

    .services-build-section p {
        font-size: 15px;
        margin-top: 12px;
        text-align: left;
    }

    .card-container {
        min-height: unset;
        padding: 26px 22px;
    }

    .card-number {
    font-size: 19px;
    }

    .g-4, .gy-4 {
    --bs-gutter-y: 1rem;
    }

    /* WHY VELTRA */
    .why-veltra-section {
        padding: 35px 0;
    }

    .why-veltra-section .col-3 {
        width: 100%;
        margin-bottom: 14px;
    }

    .why-veltra-section .row {
        row-gap: 0px;
    }

    .feature-card {
        padding: 25px 16px;
        display: block;
    }

    .feature-icon-box {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 13px;
        margin-bottom: 0;
    }

    .feature-card:hover .feature-icon-box {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 13px;
        margin-bottom: 0;
    }

    .feature-card h5 {
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 12px;
    }

    .feature-card p {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .why-heading {
        font-size: 26px;
        margin-bottom: 0px;
    }

    /* TESTIMONIAL */
    .testimonial-section {
        padding: 40px 0;
    }
 
    .testimonial-circle-bg {
        width: 180px;
        height: 180px;
        top: -90px;
        left: -100px;
    }
 
    .testimonial-text {
        font-size: 16px;
        line-height: 1.5;
    }
 
    .quote-mark {
        font-size: 34px;
        margin-bottom: 2px;
    }

    .author-title {
        margin-top: -4px;
    }
 
    .testimonial-author {
        margin-top: 18px;
    }
 
    .author-avatar {
        width: 44px;
        height: 44px;
    }
 
    /* CONTACT */
    .contact-section {
        padding: 35px 0;
    }

    .contact-value {
    font-size: 13px;
    }

    .contact-label {
    font-size: 11px;
    }

    .eyebrow {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .py-5{
        margin-top: 0px;
    }

    .contact-heading {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .contact-item {
        padding: 10px 0;
        gap: 12px;
    }

    .contact-form-panel {
        padding: 50px 30px;
        margin-top: 20px;
        border: 1px solid rgba(255,255,255,0.08);
    }

    .contact-form-panel h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .contact-form-panel > p {
        font-size: 12.5px;
        margin-bottom: 18px;
    }

    .contact-form-panel .row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .contact-form-panel .col-6 {
        width: 100%;
    }

    .contact-form-panel label {
        display: block;
        font-size: 10.5px;
        margin-bottom: 6px;
    }

    .contact-form-panel input,
    .contact-form-panel textarea {
        box-sizing: border-box;
        padding: 11px 13px;
        margin-bottom: 16px;
        font-size: 13.5px;
        border-radius: 2px;
    }

    .contact-form-panel textarea {
        min-height: 90px;
        padding: 11px 13px;
    }

    .send-message-btn {
        padding: 12px 0;
        font-size: 13px;
        margin-top: 2px;
        font-weight: 600;
        font-family: 'Rajdhani';
    }

    .form-note {
        font-size: 11px;
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .contact-section .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .contact-section .my-4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .contact-icon-box {
        width: 10px;
        height: 30px;
        min-width: 36px;
        font-size: 11px;
    }


    /* CTA */
    .CTA-banner-section {
        padding: 44px 0;
        background-position: center center;
        background-size: 160%;
    }

    .cta-overlay {
        height: auto;
        inset: 0;
    }

    .banner-text h1 {
        font-size: 22px;
        font-weight: 600;
    }

    .banner-text p {
        font-size: 12.5px;
        margin: 0;
        max-width: 330px;
    }

    .CTA-button {
        margin-top: 16px;
    }

    .button {
        padding: 8px 22px;
        font-size: 12px;
        background-color: #e9721f;
        color: white;
        font-family: 'Rajdhani';
    }

    
    /* FOOTER  */
        .footer-top{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-top .footer-about{
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-about p{
        margin-left: 0;
        max-width: 100%;
        font-size: 13.5px;
        margin-top: 12px;
        text-align: left;
    }

    .footer-top .col-6-icons{
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-top: -15px;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .footer-top .navigate{
        order: 3;
        width: 33.333%;
    }

    .footer-top .services{
        order: 4;
        width: 33.333%;
    }

    .footer-top .Contact{
        order: 5;
        width: 33.333%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .col-2 a,
    .col-3 a{
        font-size: 13px;
        line-height: 20px;
        margin-left: 0;
    }

    .footer-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        border-top: 1px solid rgba(255,255,255,0.08);
        padding-top: 15px;
    }

    .footer-bottom .col-6 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-bottom p{
        font-size: 12px;
        margin: 0;
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-links{
        display: flex;
        gap: 20px;
        display: none;
    }
}


/* Mobile phone - portrait */
@media screen and (max-width: 480px) {
 
    .container {
        padding-left: 26px;
        padding-right: 26px;
    }
    
    .nav-col-6{
    justify-content:flex-end;
    position:relative;
    }

    .navbar-toggler{
        display:block;
        position:relative;
        z-index:1000;
    }

    .nav-bar{
        display:flex;
        position:fixed;
        top:0;
        left:0;
        width: 80%;
        height:100vh;
        background:#052846;
        box-shadow:none;
        padding:100px 30px 40px;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
        gap:0;
        max-height:none;
        overflow-y:auto;
        transform:translateX(-100%);
        transition:transform .35s ease;
        z-index:998;
    }

    .nav-toggle-checkbox:checked ~ .nav-bar{
        transform:translateX(0);
    }

    .nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon::before,
    .nav-toggle-checkbox:checked ~ .navbar-toggler .navbar-toggler-icon::after{
        background: #052846;
    }

    .nav-bar a{
        color:#ffffff;
        font-size:16px;
        padding:16px 0;
        width:100%;
        text-align:left;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .nav-bar a.btn-get-started{
        margin: 28px 0 0;
        justify-content:center;
        text-align:center;
        border-bottom:none;
    }

    p {
        font-size: 15px;
    }
 
    /* HERO */
    .hero-section {
        padding-top: 110px;
        padding-left: 26px;
        padding-right: 26px;
    }
 
    h1 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
 
    .hero-content h6 {
        letter-spacing: .12em;
        margin-bottom: 14px;
        font-size: 14px;
    }
 
    .hero-content p {
        font-size: 14px;
        margin-bottom: 25px;
        margin-top: 50px;
    }
 
    .hero-section .col-6,
    .hero-content {
        width: 100%;
        text-align: left;
        align-items: flex-start;
        margin-top: 8px;
        margin-bottom: 8px;
    }
 
    .hero-btn {
        
        gap: 10px;
    }

    .hero-heading {
    color: rgb(72, 96, 122);
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.22em;
    font-weight: 600;
    margin-top: 60px;
    }
 
    .hero-btn a {
        width: 50%;
    }
 
    .about-img {
        width: 250px;
        height: 210px;
    }
 
    .floating-icon {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
 
    .icon-top-left {
        top: -15px;
        right: 10px;
    }
 
    .icon-bottom-right {
        bottom: -10px;
        right: 5px;
    }
 
    .secure-badge {
        transform: translateX(-50%) scale(.85);
        left: 0%;
        width: 220px;
        padding: 10px 14px;
        gap: 10px;
        bottom: -35px;
    }
 
    .badge-icon-box {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 12px;
    }
 
    .badge-title {
        font-size: 12px;
    }
 
    .badge-subtitle {
        font-size: 9.5px;
    }

    .hero-sts {
        margin: 25px 0px;
    }
 
    .hero-sts h3 {
        font-size: 20px;
        text-align: center;
    }
 
    .hero-sts span {
        font-size: 8px;
        letter-spacing: 0.01em;
        line-height: 1.25;
        text-align: center;
    }
 
    .hero-text .hero-sts {
        margin-bottom: 25px;
    }
 
    .hero-sts > div:not(:last-child) {
        padding-right: 8px;
        margin-right: 8px;
    }

    .ticker-content span {
        font-size: 12px;
        margin: 0 20px;
    }
 
    .circuit-divider{
        width: 500px;
        height:30px;
        display:block;
        overflow:hidden;
        display:block;
        position:relative;
        left: 40%;
        margin-top: 10px;
        margin-bottom: -1px;
    }
    
    /* ABOUT */
    .services-build-section,
    .why-veltra-section {
        padding: 25px 0;
    }
 
    .veltra-img {
        display: block;      
        height: 230px;
        width: 90%;
        margin-inline: auto;
        margin-top: 32px;
    }
 
    .veltra-img-container {
        max-width: 100%;
    }
 
    .about-heading {
        font-size: 30px;
        margin-bottom: 14px;
    }
 
    .about-us .col-6 {
        margin-top: -65px;
        margin-bottom: -55px;
    }
 
    .about-text {
        font-size: 14px;
        line-height: 1.6;
        max-width: 310px;
    }
 
    .icon-list p {
        font-size: 13.5px;
        max-width: 310px;
        align-items: center;
        line-height: 18px;
        
    }

    .icon-list i {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
    }

    .top-boarder {
        display: block;
        top: -18px;
        right: 5px;
        width: 60px;
        height: 60px;
    }
 
    .bottom-card {
        width: 150px;
        height: 84px;
        padding: 14px;
        left: 1px;
        bottom: -12px;
    }
 
    .bottom-card h2 {
        font-size: 22px;
    }
 
    .bottom-card p {
        font-size: 11px;
    }
 
    .py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
 
    .about-media {
        margin-top: 24px;
    }
 
    /* SERVICES */
 
    .g-4, .gy-4 {
    --bs-gutter-y: 0.7rem;
    }

    .services-build-section .heading6 {
        justify-content: start;
        font-size: 13px;
    }
 
    .services-build-section h2 {
        font-size: 30px;
        text-align: left;
        margin-top: 0px;
    }
 
    .services-build-section p {
        font-size: 14px;
        text-align: left;
    }
 
    .card-container {
        padding: 22px 20px;
        border: 1px solid #ebeced;
    }
 
    .card-meta-header {
        margin-bottom: 15px;
    }
 
 
    .box-content h5 {
        font-size: 17px;
        margin-bottom: 5px;
        max-width: 330px;
    }

    .card-number {
        font-size: 19px;
    }
 
    .services-build-section .box-content p {
        font-size: 13.5px;
    }
 
    .services-build-section, .why-veltra-section {
        padding: 35px 0;
    }

    /* WHY VELTRA  */
    .why-heading {
        font-size: 30px;
        margin-bottom: 0px;
    }
 
    .why-veltra-section .col-3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .why-veltra-section h6.eyebrow {
        font-size: 13px ;
    }
 
    .feature-card {
        display: block; 
        ;
    }
 
    .card-header-row {
        display: flex;
        align-items: center; 
        gap: 12px;           
        margin-bottom: 8px;  
    }
 
    .icon-box {
        flex-shrink: 0; 
    }
 
    .feature-heading {
        margin: 0;
    }
 
    .feature-description {
        display: block;
        width: 100%;
        margin: 0;
        padding-left: 0; 
    }
 
 
    .feature-icon-box {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px;
        margin-bottom: 0;
    }
 
    .feature-card:hover .feature-icon-box {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px;
        margin-bottom: 0;
    }
 
    .feature-card h5 {
        font-size: 17px;
        margin-bottom: 4px;
        margin-top: 15px;
    }
 
    .feature-card p {
        font-size: 11.5px;
        line-height: 1.45;
    }
 
    /* TESTIMONIAL */
    .testimonial-section {
        padding: 32px 0;
    }
 
    .testimonial-circle-bg {
        width: 180px;
        height: 180px;
        top: -90px;
        left: -100px;
    }
 
    .testimonial-text {
        font-size: 16px;
        line-height: 1.5;
    }
 
    .quote-mark {
        font-size: 34px;
        margin-bottom: 2px;
    }

    .author-title {
    margin-top: -4px;
    }
 
    .testimonial-author {
        margin-top: 18px;
    }
 
    .author-avatar {
        width: 44px;
        height: 44px;
    }
 
    /* CONTACT */
    .contact-section {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .eyebrow {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .py-5{
        margin-top: 0px;
    }

    .contact-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .contact-text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .contact-item {
        padding: 10px 0;
        gap: 12px;
    }

    .contact-form-panel {
        padding: 30px;
        margin-top: 20px;
        border: 1px solid rgba(255,255,255,0.08);
    }

    .contact-form-panel h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .contact-form-panel > p {
        font-size: 12.5px;
        margin-bottom: 18px;
    }

    .contact-form-panel .row {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .contact-form-panel .col-6 {
        width: 100%;
    }

    .contact-form-panel label {
        display: block;
        font-size: 10.5px;
        margin-bottom: 6px;
    }

    .contact-form-panel input,
    .contact-form-panel textarea {
        box-sizing: border-box;
        padding: 11px 13px;
        margin-bottom: 16px;
        font-size: 13.5px;
        border-radius: 2px;
    }

    .contact-form-panel textarea {
        min-height: 90px;
        padding: 11px 13px;
    }

    .send-message-btn {
        padding: 12px 0;
        font-size: 13px;
        margin-top: 2px;
        font-weight: 600;
        font-family: 'Rajdhani';
    }

    .form-note {
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .contact-section .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .contact-section .my-4 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .contact-icon-box {
        width: 10px;
        height: 30px;
        min-width: 36px;
        font-size: 11px;
    }

 
    /* CTA */
    .CTA-banner-section {
        padding: 44px 0;
        background-position: center center;
        background-size: 160%;
    }

    .cta-overlay {
        height: auto;
        inset: 0;
    }

    .banner-text h1 {
        font-size: 22px;
        font-weight: 600;
    }

    .banner-text p {
        font-size: 12.5px;
        margin: 0;
        max-width: 330px;
    }

    .CTA-button {
        margin-top: 16px;
    }

    .button {
        padding: 8px 14px;
        font-size: 12px;
        background-color: #e9721f;
        color: white;
        font-family: 'Rajdhani';
    }

    /* FOOTER  */
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .footer-bottom .col-6 {
        width: 100%;
    }

    .footer-bottom p {
        font-size: 12px;
        
        text-align: center;
    }

    .footer-links {
        display: flex;
        gap: 16px;
        justify-content: flex-start;
        margin: 0;
    }

    .footer-links span {
        position: relative;
        font-size: 12px;
        color: rgba(255,255,255,0.6);
    }

    .footer-links span:not(:last-child)::after {
        content: '•';
        position: absolute;
        right: -11px;
        color: rgba(255,255,255,0.3);
    }

    .footer-about p {
        margin-left: 0px;
        max-width: 100%;
        font-size: 13.5px;
        margin-top: 12px;
        text-align: left;
    }

    .footer-top {
        padding-top: 40px;
        padding-bottom: 1px;
    }

    .footer-top .footer-about {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-top .footer-about {
        display: flex;
        flex-direction: column;
    }

    .footer-top .footer-about .col-6-icons {
        order: 3;
        margin-top: 14px;
        margin-left: 0;
        justify-content: flex-start;
    }

    .footer-top .footer-about a:first-child {
        order: 1;
    }

    .footer-top .footer-about p {
        order: 2;
        margin-bottom: 0px;
    }

    .footer-top .footer-about {
        order: 1;
        width: 100%;
    }

    .footer-top .col-6-icons {
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-top: -5px;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .footer-top .navigate {
        order: 3;
        width: 50%;
    }

    .footer-top .services {
        order: 4;
        width: 50%;
    }

    .footer-top .Contact {
        order: 5;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .col-2 a, .col-3 a {
        font-size: 13px;
        line-height: 20px;
        margin-left: 0;
    }

    .footer-links {
        display: none;
    }
}