*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
        background-color: #141219;
}
.fixed-container {
    width: 95%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

/* single-blog */
#single-page-detail{
    width: 100%;
    float: left;
    background-color: #141219;
    padding: 150px 0px 45px 0px;
    margin-top: -122px;
}

.breadcrumbs {
display: flex;
}
.blog-details {
display: flex;
gap: 10px;
flex-wrap: wrap;
align-items: center;
margin: 20px 0px;

}
.blog-overview{
color: #fff;
}
.author-details {
display: flex;
gap: 10px;
}
.blog-sharing-links {
margin-left: auto;
}
.author-details img{
border-radius: 50%;
width: 23%;
}
.blog-overview h1{
font-size: 55px;
font-family: "Raleway", sans-serif;
margin: 20px 0px;
}
.blog-overview p{
font-family: "Raleway", sans-serif;
font-weight:300;
line-height: 1.7;
}
.blog-main-contents {
display: flex;
margin: 32px 0px;
}
.blog-main-details {
width: 75%;
}
.related-topics {
width: 25%;
margin-left: auto;
border: 1px solid #fff;
padding: 9px 25px;
position: sticky;
height: fit-content;
margin-top: 12px;
border-radius: 6px;
top: 2rem;
}
.related-topics ul{
    padding-left: 18px;
}
.blog-main-details img{
margin: 12px 0px;
}
.blog-main-details h3{
font-size: 42px;
color: #fff;
margin: 12px 0px 22px 0px;
font-family: "Raleway", sans-serif;
}
.blog-main-details p{
font-size: 18px;
color: #fff;
margin: 16px 0px 20px 0px;
font-family: "Montserrat", sans-serif;
font-weight:400;
line-height: 1.7;
}
.blog-main-details ul li{
font-size: 18px;
color: #fff;
font-family: "Montserrat", sans-serif;
/* font-family: "Raleway", sans-serif; */
font-weight:400;
line-height: 1.7;
padding-bottom: 10px;
}
.blog-main-details ol li{
font-size: 18px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight:400;
line-height: 1.7;
padding-bottom: 10px;
}
.blog-main-details ul, ol {
margin: 30px 0px;
padding-left: 38px;
}
.blog-main-details ul li::marker{
color: #2cc1ff;
}
.blog-main-details ol li::marker{
color: #2cc1ff;
}
.blog-main-details h4{
font-size: 32px;
color: #fff;
margin: 12px 0px 22px 0px;
font-family: "Raleway", sans-serif;
}
code {
background: #dddddd33;
padding: 2px 10px;
border-radius: 6px;
}
.blog-main-details a{
color: #00c2ff!important;
text-underline-offset: 7px;
font-weight: 600;

}
.blog-main-images{
width: 100%;
border-radius: 17px;
}
.related-topics li::marker{
color: #2cc1ff;
}
.related-topics li{
padding-bottom: 16px;
}
.related-topics li a{
color: #fff!important;
font-family: "Raleway", sans-serif;
text-decoration: none;
}
.related-topics h6{
color: #fff;
font-family: "Raleway", sans-serif;
font-weight: 600;
margin: 8px 0px;
font-size: 20px;
}
.line-rule{
background-color: #f5f5f545;
width: 100%;
height: 1px;
margin-bottom: 20px;
}
#single-page-detail .breadcrumbs ul{
list-style: none;
display: flex;
}
#single-page-detail .breadcrumbs ul li{
color: #ddd;
font-size: 18px;
font-family: "Raleway", sans-serif;
padding-right: 5px;
}
#single-page-detail .breadcrumbs ul li a{
color: #fff!important;
text-underline-offset: 6px;
}
.author-details h4{
font-family: "Raleway", sans-serif;
margin-bottom: 6px;
font-weight: 600;
color: #fff;
}
.author-details span{
font-family: "Raleway", sans-serif;
margin-bottom: 5px;
font-weight: 300;
font-size: 14px;
}
.blog-details span{
font-family: "Raleway", sans-serif;
margin-bottom: 5px;
font-weight: 300;
font-size: 16px;  
}
.blog-sharing-links a{
padding-right: 4px;
font-size: 16px;
font-family: "Raleway", sans-serif;
}

@media(max-width:768px){



.blog-overview h1 {
    font-size: 24px;
}
.blog-main-details h3 {
    font-size: 22px;
}
.blog-main-details h4 {
    font-size: 20px;
}
}

@media(max-width:650px){
.blog-details{
    flex-direction: column;
    align-items: flex-start;
}

}
.author-details div{
    width: 100%;
}

/* single-blog */





/* Blog */

#all-blogs-section{
    width: 100%;
    float: left;
    background-color: #141219;
    padding: 45px 0px;
}

.blogs-containers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    display: grid;
}

.blog-card-inner h3{
    color: #fff;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding-bottom: 12px;
}
.blog-card-inner a{
    text-decoration: none!important;
    color: #fff!important;
}
.blog-card-inner {

border: 0.5px solid #fff;
padding: 12px;
border-radius: 6px;
}
.blog-card-inner img{
width: 98%;
}
.blog-card-inner p{
font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}

.blog-inner-img {
    position: relative;
}
.blog-inner-img h5{
    position: absolute;
        top: 31%;
    left: 0%;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-align: center;
    background: #1b17244d;
    padding: 22px 0px;
}
/* Blog */



/* Hero-Section */

#main-hero-section{
    background-color: #000;
    width: 100%;
    float: left;
    padding: 135px 0px 0px 0px;
    margin-top: -49px;
}
#main-hero-section{
    background-image: url('https://trustboxx.com/wp-content/themes/TrustBoxx/images/trustboxx-hero-img.png');
    background-repeat: no-repeat;
     background-size: cover;         /* Scales the image to cover the element */
  background-position: center;  
  height: 90vh;  /* Centers the image */
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; 
}
.hero-section-l{
    text-align: center;

}
.grid-col-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hero-section-l h1{
    font-size: 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
    /* display: inline-grid; */

}
.hero-section-l h1 span{
        background: rgb(0, 194, 255);
    background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
}
/* .wrapper {
    display: inline-block;
    vertical-align: bottom;
    height: 1.2em;
    position: relative;
}
.typing-text {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
    animation: typing 9s infinite;
    background: rgb(0, 194, 255);
    background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
}
.typing-text:nth-child(1) { animation-delay: 0s; }
.typing-text:nth-child(2) { animation-delay: 3s; }
.typing-text:nth-child(3) { animation-delay: 6s; }

@keyframes typing {
    0% { opacity: 0; visibility: hidden; }
    10% { opacity: 1; visibility: visible; }
    30% { opacity: 1; visibility: visible; }
    40% { opacity: 0; visibility: hidden; }
    100% { opacity: 0; visibility: hidden; }
}
.hero-content-image img{
    max-width: 100%;
    width: 100%;
} */
.hero-section-l p{
    font-size: 18px;
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 26px;
    color: #fff;
}
.hero-cta {

    margin: 65px 0px;

}
.hero-cta .demo-cta-button{
    /* background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%); */
      background-color: #5F2BD7;
    color: #fff;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 10rem;
    text-decoration: none;
}
.hero-cta .cta-border div{
    background-color: #101010;
    text-align: center;
    border-radius: 10rem;
    padding: 15px 40px;
    transition: all .2s;
    overflow: hidden;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
}
.cta-border {
    /* background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%); */
      background-color: #5F2BD7;
    color: #fff;
    border-radius: 10rem;
    padding: 2px;
    font-weight: 600;
    text-decoration: none;
    display: flex
;
    width: fit-content;
    margin-left: 33px;
}

  
/* Hero-Section */


/* Our Offerings */
#offerings{
    background-color: #000;
    width: 100%;
    float: left;
    padding: 45px 0px;
}

#offerings h2{
    text-align: center;
    line-height: 1.33333;
    display: block;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 30px;

}
.offerings-grid{
    display: flex;
    gap: 1.5rem;
    width: 100%;
   
}
.offerings-grid img{
        width: 50%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: block
}
#offerings-card {
    background-color: #1b1724;
    padding: 16px 30px;
    width: 46%;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 12px;
    position: relative;
    transition: transform .8s cubic-bezier(.43,.195,.02,1);
    will-change: transform;
}
#offerings-card a{
    text-decoration: none;
}
#offerings-card span{
    text-align: left;
    font-size: 14px;
    color: #00c2ff;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    padding-bottom: 8px;
    display: block;
}
#offerings-card h3{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 30px;

}
#offerings-card p{
    color: #fff;
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 18px;
}
#offerings-card:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 86px;
    left: 0;
    top: 80%;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%);
    transition: top .8s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .4s linear;
    will-change: transform, opacity;
}
#offerings-card:hover{
    transform: scale(1.025);
}
#offerings-card:hover:before{
    opacity: 1;
    top: 20%;
}
/* Our Offerings */



/* Who Needs it */

#who-needs-trustboxx{
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #000;
}
#who-needs-trustboxx h3{
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.33333;
    display: block;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.features-containers{

    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.features-card-container {
    border-radius: 12px;
}
.feature-line{
    background: rgb(0, 194, 255);
    background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-width: 100%;
    min-height: 4px;
}
.feature-box{
    border-right: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    border-left: 1px solid #ffffff1a;
    background-color: #1b1724;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
    padding: 2.375rem 1.75rem;
    display: flex;
}
.features-card-container .feature-box img {
    width: 40px;
    margin-bottom: 15px;
}
.feature-box h4{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.77778;
    font-family: "Raleway", sans-serif;
    color: #fff;
}
.feature-box p{
  font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin-top: 10px;
}

@media(max-width:998px){
    .features-containers{
        grid-template-columns: 1fr 1fr;
    }
    .blog-main-details{
    width: 100%!important;
}
.related-topics{
    width: 100%!important;
}
.blog-main-contents{
    flex-direction:column!important;
}
}
@media(max-width:550px){
    .features-containers{
        grid-template-columns: 1fr;
    }
}
/* Who Needs it */


/* Why Choose us */

#why-choose-us{
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #000;
}
.container-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.left-static-position{
    display: flex
    ;
        position: sticky;
        width: 50%;
        flex-direction: column;
        padding: 78px 40px;
 
        top: 0;
        z-index: 9;

}
.left-static-position h3{
    font-size: 70px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    color: #fff;
    margin-bottom: 20px;

}
.left-static-position p{
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
   font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.right-sticky-position {
    display: flex
;
    flex-direction: column;
    padding: 10px 40px;
    width: 50%;
    /* justify-content: center; */
    /* background: #e3e9f1; */
}
.sticky-section {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background: #1b1724;
    padding:30px;
    border-radius: 12px;
    margin-bottom: 35px;
}
.sticky-section img{
    border-radius:12px;
    margin-bottom: 10px;
}
.sticky-section h2 {
    font-size: 32px;
font-weight: 700;
    color: #fff;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
}
.sticky-section p {
    font-size: 18px;
 font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
}
/* .sticky-section img{
    width: 80%;
} */
/* Why Choose Us */


/* ctasection */
#cta-lp{
    width: 100%;
    float: left;
    padding: 65px 0px;
   background-image: url('../images/CTA-banner-bg.png');
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .cta-contact{
    background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%);
    color: #fff;
    border-radius: 10rem;
    padding: 2px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    width: fit-content;
    margin: 30px auto;
} */
.cta-contact div{
    /* background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%); */
      background-color: #5F2BD7;
    color: #fff;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 10rem;
    width: fit-content;

    margin: 0px auto;
 

}
#cta-lp h4{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    margin-bottom: 38px;
    font-weight: 700;
}

.cta-contact{
    text-decoration: none;
}
/* ctasection */



/* Blogs overview */

#blogs-overview-main{
    width: 100%;
    float: left;
    padding: 141px 0px 45px 0px;
    background-color: #000;
    margin-top: -122px;
}
#blogs-overview{
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #000;
}
#blogs-overview-main h4{
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.33333;
    display: block;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 2.8rem;  
}
#blogs-overview h4{
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.33333;
    display: block;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 2.8rem;
}
.blogs-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.5rem;
    row-gap: 3.5rem;
}
.blog-inner-img img{
    width: 100%;
}
.blog-inner-content {
    padding: 25px 25px;
}
.blog-inner-content h5{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Raleway", sans-serif;
    margin-bottom: 15px;

}
.blog-inner-content p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  font-family: "Montserrat", sans-serif;
    margin-bottom: 12px;
    line-height: 1.5;
}
.blogs-card-layout a{
    text-decoration: none;
}
.img-block-blogs{
    max-width: 100%;
    max-height: 250px;
    width: 100%;
    overflow: hidden;
}
.img-block-blogs img{
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
}
.blog-inner-content {
      padding: 30px 25px 16px;
    border-bottom: 1px solid #f5f5f538;
    border-left: 1px solid #f5f5f538;
    border-right: 1px solid #f5f5f538;
    border-radius: 12px;
    margin-top: -10px;
}
.blog-inner-content .blog-date{
    color: #f5f5f5;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin: 10px 0px;
    font-size: 14px;

}
.blogs-card-layout:hover{
    transform: scale(1.025);
    transition: transform .8s cubic-bezier(.43,.195,.02,1);
}
/* Blogs Overview */


/* Responsive media queries */
@media(max-width:998px){
    .grid-col-2 {
        flex-direction: column;
        align-items: flex-start;
    }
    .container-layout{
        flex-direction: column;
    }
    .left-static-position {
        width: 100%;
        position: relative;
    }
    .right-sticky-position {
        width: 100%;
    }
    .blogs-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
    #offerings-card {
        width: 100%;
    }
    .offerings-grid{
        flex-direction: column;
    }
    #main-hero-section{
        /* padding: 130px 0px 0px 0px; */
        height: 70vh;
    }
    .fixed-menu {
        top: 11px!important;
    }
    .headmenu-cover{
        padding: 10px 15px 7px 15px!important;
        width: 90%;
    }
    .headmenu-cover .logo img{
        width: 85%;
    }
    ul#mobile-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 115px;
    }
    ul#mobile-menu li{
        padding-bottom: 18px;
    }
    ul#mobile-menu li:last-child{
        padding-top: 28px;
    }
}
@media(max-width:768px){
    .hero-section-l h1 {
        font-size: 30px;
        display: inline-block;
    }
    #offerings h2 {
        font-size: 30px;
    }
    #who-needs-trustboxx h3 {
        font-size: 30px;
    }
    .left-static-position h3 {
     font-size: 30px;
    }
    .hero-section-l p {
        font-size: 16px;
    }
    #offerings-card p {
        font-size: 16px;
    }
    .left-static-position p {
        font-size: 16px;
    }
    .left-static-position {
        padding: 29px 20px;
    }
    .right-sticky-position {
        padding: 10px 2px;
    }
    .sticky-section h2 {
        font-size: 22px;
    }
    #cta-lp h4 {
        font-size: 30px;
    }
    #blogs-overview h4 {
        font-size: 30px;
    }
    .sticky-section {
        padding: 30px 15px;
    }
    #cta-lp {
        padding: 25px 0px;
    }
    .hero-cta {
        gap: 2rem;
    }
}
@media(max-width:600px){
    .wrapper {
        display: block;
    }
    .hero-section-l h1 {
        margin-bottom:10px;
    }
    .hero-section-l p {
        margin-bottom: 15px;
    }
    .hero-cta {
        margin: 25px 0px;
    }
    .demo-cta-button{
        padding: 10px 15px!important;
    }
    .cta-border {
        margin-left: 10px;
    }
    .hero-cta .cta-border div {
        padding: 10px 15px;
    }
}
/* Responsive media queries */




/* Header */
header{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    margin: 25px 0px;
}
.headmenu-cover {
    backdrop-filter: blur(34px);
    background-color: #212121cc;
    border: 1px solid #ffffff1a;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 34px 20px;
    display: flex
;
    overflow: hidden;
    box-shadow: 0 14px 20px #00000036;
}
.logo {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
    padding-top: 7px;
}
.header-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex
;
}
ul.sidemenu {
    grid-column-gap: 43px;
    flex-direction: row;
    align-items: center;
    /* height: 100%; */
    padding-left: 30px;
    display: flex
;
    /* float: right; */
    position: relative;
    list-style: none;
}
ul.sidemenu li a{
    font-size: 20px;
    color: #fff!important;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Raleway', 'sans-serif';
}
.fixed-menu{
    position: fixed;
    top: 30px;
    z-index: 99;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation: 0.7s ease 0s 1 normal none running slide-down;
    transition: 0.8s;
}
@keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media(max-width:999px){
    .header-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
     }
     .menuside-icon {
        position: relative;
     }
     .menuopen {
        display: block;
        width: 30px;
        height: 30px;
        background: url('../images/hamburger-menu.png') no-repeat center;
        background-size: cover;
        cursor: pointer;
     }
     .menuopened {
        display: block;
        width: 30px;
        height: 30px;
        background: url('../images/close-icon.png') no-repeat center;
        background-size: cover;
        cursor: pointer;
        position: absolute;
        right: 14px;
        top: 25px;
     }
     .menuholder {
        position: absolute;
        top: 50px;
        right: 0;
        width: 200px;
        background: #212121;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        display: none;
        border-radius: 10px;
     }
     .menuholder ul {
        list-style: none;
        padding: 0;
        margin: 0;
     }
     .menuholder ul li {
        padding: 15px;
        text-align: center;
     }
     .menuholder ul li a {
        color: white !important;
        text-decoration: none;
        font-size: 18px;
        display: block;
     }
     .menuholder.show {
        display: block;
     }
}
.cta-action-button{
    /* background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%); */
    background-color: #5F2BD7;
    padding: 15px 40px;
    border-radius: 10rem;
        font-weight: 600 !important;
}
.sidemenu li a {
    position: relative;
}

.sidemenu li a:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}


.sidemenu li:not(:last-child) a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  
  .overlay.active {
    transform: translateX(0); 
  }
  .overlay .in-active{
    transform: translateX(100%);
  }
/* Header */



/* Footer */
.footer-section {
    width: 100%;
    float: left;
    padding: 45px 0px 20px 0px;
    background: #1a1a1a;
}
.footer-containers {
    display: flex;
    justify-content: space-between;
}
.footer-blocks {
    display: flex;
    flex-direction: column;
}
.footer-blocks a{
    color: #fff;
    font-weight: 400;
    font-family: 'Raleway', 'sans-serif';
    font-size: 20px;
    margin-bottom: 20px;
    /* padding-left: 7px; */
    position: relative;
    text-decoration: none;
}
/* .footer-blocks a::after{
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
} */
.footer-blocks h6{
    color: #fff;
    font-size: 23px;
    padding-bottom: 18px;
    font-weight: 700;
    font-family: 'Raleway', 'sans-serif';
}

/* .footer-blocks a:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
    top: 0%;
    z-index: 1;
background: #00c2ff;
    transition: top .8s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .4s linear;
    will-change: transform, opacity;
} */
.footer-main-div p{
    color: #fff;
    font-weight: 400;
    font-family: 'Raleway', 'sans-serif';
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.footer-main-div .ftimg{
    background: #1a1a1a;
    /* border: 0.5px solid #f5f5f538;
    padding: 10px 15px 7px 15px;
    border-radius: 10rem; */
    width: 60%;
    margin-bottom: 20px;
}
.footer-cta p{
    color: #fff;
    font-weight: 400;
    font-family: 'Raleway', 'sans-serif';
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.footer-cta .cta-border div{
    /* background-color: #101010; */
    text-align: center;
    border-radius: 10rem;
    padding: 15px 40px;
    transition: all .2s;
    overflow: hidden;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
        font-weight: 600 !important;
}
.footer-cta .cta-border {
    margin-top: 13px;
    margin-left: 0px!important;
}

@media(max-width:998px){
    .footer-containers{
        flex-direction: column;
    }
    .footer-main-div{
        margin-bottom: 25px;
    }
    .footer-cta{
        margin: 25px 0px;
    }
}
@media(min-width:998px){
    .footer-containers {
        margin-bottom: 30px;
    }
}
.divider-line{
    background-color: #f5f5f51a;
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
}
.copyright-content {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 12px 0px 3px;
}
.copyright-content span{
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 400; 
}
/* Footer */



/* contact Us */

#contact-us-section{
    width: 100%;
    float: left;
    padding: 130px 0px;
  background-color: #141219;


}
#contact-us-section h1{
    text-align: center;
    color: #fff;
    font-size: 44px;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 700; 
}


.contact-div {
    width: 85%;
    margin: 0 auto;
    background-color: #2e2e2e;
    padding: 50px 24px;
    border-radius: 12px;
}
.enquiry-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-item {
    flex: 0 0 auto;
    width: 50%;
    padding: 0px 10px;
    position: relative;
}
.info{
    color: red;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    position: absolute;
    bottom: 4px;
    left: 16px;
}
.form-item .cntinp{
    width: 100%;
    color: #000;
    background-color: #fff;
    margin-bottom: 25px;
    height: 45px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    border-image: initial;
    padding: 0px 8px;
    border-radius: 12px;
    border: 1px solid #f5f5f538;
}
.form-item .cntinp:focus-visible{
    outline: none!important;
}
.form-item .cntinptxt:focus-visible{
    outline: none!important;
}
.cntinptxt{
    width: 100%;
    color: #000;
    background-color: #fff;
    margin-bottom: 25px;
    height: 100px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    border-image: initial;
    padding: 10px 8px;
    border-radius: 12px;
    border: 1px solid #f5f5f538;
}
.form-item #enqcntservice option{
    color: #000;
}
.cntinp::placeholder{
    color: #000;
}
.cntinptxt::placeholder{
    color: #000;
}
#form-item-area{
    width: 100%;
}
 #enqcntservice::placeholder{
    color: #000!important;
}
.submit-enquiry {
    width: fit-content;
    margin: 0 auto; 
}
#submit-cnt{
    background-color: #5F2BD7;
    padding: 15px 40px;
    border-radius: 10rem;
    color: #fff;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    border: none;
        cursor: pointer;
}

@media(max-width:700px){
    .contact-div {
        width: 100%;
    }
    .form-item {
        width: 100%;
    }
}
/* #form-details-area{
    width: 100%;
    margin-bottom: 10px;
} */
#form-details-area h4{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 24px;
}
.form-row {
    display: inline-block;
    padding: 5px 12px 12px 0px;
    margin-bottom: 15px;
}
.form-row label{
    font-size: 18px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    padding-left: 6px;
    position: relative;
    top: -3px;

}
.form-row input{
    width: 20px;
    height: 20px;
}
/* Contact Us */



/* Trustboxx LP */

#hero-section {

    width: 100%;
    float: left;
    padding: 100px 0px 45px 0px;
    background-color: #141219;
    /* margin-top: -122px; */
}

#hero-section h1{

    color: #fff;

    font-size: 60px;

    text-align: center;

    font-family: "Raleway", sans-serif;

    font-weight: 700;

    -webkit-animation: scale-in-top 0.9s ease-in-out ;

    animation: scale-in-top 0.9s ease-in-out ;
    margin-bottom: 30px;

}

#hero-section span{

    background: rgb(0,194,255);

    background: linear-gradient(45deg, rgba(0,194,255,1) 0%, rgba(238,189,255,1) 96%);

    -webkit-text-fill-color: transparent;

    -webkit-background-clip: text;

    background-clip: text;

    display: block;



}



#hero-section p{

    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-weight: 400;

    color: #fff;

    padding: 1rem 0rem;

    text-align: center;

    width: 70%;

    margin-left: auto;

    margin-right: auto;

    line-height: 1.6;
    margin-bottom: 20px;

}

.main-cta {

    /* background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%); */
      background-color: #5F2BD7;

    color: #fff;

    border-radius: 10rem;

    padding: 2px;

    font-weight: 600;

    text-decoration: none;

    display: flex;

    text-align: center;

    display: flex;

    width: fit-content;

    margin: 35px auto;

}

.main-cta a{

    /* background-color: #141219; */

    overflow: hidden;

    text-decoration: none;

    font-family: "Raleway", sans-serif;

    border-radius: 10rem;

    padding: 15px 40px;
    font-size: 18px;
    color:#fff!important;



}

#divider{

    background-color:#f5f5f51a;

    width: 50%;

    height: 1px;

    margin-left: auto;

    margin-right: auto;

    display: flex;

}



#trustboxxadvantage{

    width: 100%;

    float: left;

    padding: 45px 0px;
    background-color: #141219;

}

.advantage-center{

    width: 95%;

    margin-left: auto;

    margin-right: auto;

}

.advantage-center{

    display: flex;

    grid-column-gap: 1.875rem;

    grid-row-gap: 1.875rem;

}

.advantage-divider{

    background: rgb(0,194,255);

    background: linear-gradient(45deg, rgba(0,194,255,1) 0%, rgba(238,189,255,1) 96%);

    border-radius: 22px;

    min-width: 6px;

    min-height: 100%;

}

.sub_text {

    color: #00c2ff;

    font-family: "Raleway", sans-serif;

    font-weight: 600;

    font-size: 14px;

    letter-spacing: 4px;

    text-transform: uppercase;

    

}

.sub_details{

    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    font-weight: 400;

    line-height: 1.8;

    color: #fff;

    margin-top: 6px;

}

#trustboxx-flow{

    width: 100%;

    float: left;

    padding: 45px 0px;
    background-color: #141219;

}

#trustboxx-flow h2{

    text-align: center;

    font-size: 42px;

    line-height: 1.5;

    display: block;

    color: #fff;

    font-family: "Raleway", sans-serif;

    font-weight: 700;

    margin-bottom: 40px;

}

.trustboxx-columns {

    display: flex;

    grid-column-gap: 3.25rem;

    margin-bottom: 4rem;



}

.trustboxx-row-left {

    width: 50%;

}

.trustboxx-row-right{

    width: 50%;

}

.trustboxx-row-left h3{

    font-size: 2.0rem;

    line-height: 1.33333;

    display: block;

    color: #fff;

    font-family: "Raleway", sans-serif;

    font-weight: 600;

    margin-top: 15px;
    margin-bottom: 20px;

}

.trustboxx-row-left .sub_details{

    line-height: 1.8;

    padding-bottom: 1rem;

}

.details_lists li{

    color: #fff;

    font-size: 1.2rem;

    font-family: "Raleway", sans-serif;

    font-weight: 500;

    line-height: 1.5;

}

ul.details_lists {

    padding-left: 19px;

}

#trustboxx-cta{

    width: 100%;

    float: left;

    padding: 45px 0px;
    background-color: #141219;

}

.enquiry-cta-container{

    background: rgb(0,194,255);

    background: linear-gradient(45deg, rgba(0,194,255,1) 0%, rgba(238,189,255,1) 96%);

    background-repeat: repeat-y;

    background-size: cover;

    border-radius: 12px;

    flex-direction: column;

    align-items: center;

    padding: 4.375rem;

    display: flex;

    position: relative;

    text-align: center;

}

.enquiry-cta-container h5{

    color:#fff;

    font-size: 2.4rem;

    font-family: "Raleway", sans-serif;

    font-weight: 700;

    line-height: 1.5;

    margin-bottom: 20px;

}

.enquiry-cta-container p{

    color:#fff;

    font-size: 1.0rem;

    font-family: "Raleway", sans-serif;

    font-weight: 500;

    line-height: 1.33;

    margin-bottom: 20px;

}

.enquiry-cta-container .enquiry-cta {

    margin-top: 1.8rem;

}

.enquiry-cta-container .enquiry-cta a{

    background-color: #141219;

    color: #fff;

    border-radius: 10rem;

    justify-content: center;

    align-items: center;

    padding: 11px 24px;

    text-decoration: none;

    transition: all .2s;

    font-family: "Raleway", sans-serif;

    font-weight: 500;

    font-size: 1rem;

    display: block;

}

.banner-image-absolute-one {

    position: absolute;

    inset: -18% 0% auto auto;

}

.banner-image-absolute-secondary {

    position: absolute;

    inset: auto auto -18% 0%;

}



#trustboxx-security{

    width: 100%;

    float: left;

    padding: 45px 0px;
    background-color: #141219;
}

.security-contents h3{

    font-size: 2.0rem;

    line-height: 1.33333;

    display: block;

    color: #fff;

    font-family: "Raleway", sans-serif;

    font-weight: 600;

    margin-top: 15px;

}

.security-container {

    display: flex;

    align-items: center;

}

.security-contents p{

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.6;

    color: #fff;

    margin-top: 20px;

}

.security-presentation{

    width: 50%;

    margin: 0 auto;

    text-align: center;

}

.security-contents{

    width: 50%;

}

#trustboxx-integrations{

    width: 100%;

    float: left;

    padding: 45px 0px;
    background-color: #141219;

}

#trustboxx-features{

    width: 100%;

    float: left;

    padding: 45px 0px;
    background-color: #141219;

}



.features-container-grid{

    margin-top:3.75rem;

    grid-column-gap: 1.5rem;

    grid-row-gap: 1.5rem;

    flex-wrap: wrap;

    grid-template-rows: auto auto;

    grid-template-columns: 1fr 1fr 1fr;

    grid-auto-columns: 1fr;

    display: grid;

}



.features-card-container{

    border-radius: 12px;

}



.gradient-divider-features{

    background: rgb(0,194,255);

    background: linear-gradient(45deg, rgba(0,194,255,1) 0%, rgba(238,189,255,1) 96%);

    border-top-left-radius: 12px;

    border-top-right-radius: 12px;

    min-width: 100%;

    min-height: 4px;

}



.features-card{

    border-right: 1px solid #ffffff1a;

    border-bottom: 1px solid #ffffff1a;

    border-left: 1px solid #ffffff1a;

    background-color: #1b1724;

    border-bottom-right-radius: 12px;

    border-bottom-left-radius: 12px;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

    min-height: 100%;

    padding: 2.375rem 1.75rem;

    display: flex;

}

#trustboxx-features h3{

    text-align: center;

    font-size: 42px;

    line-height: 1.33333;

    display: block;

    color: #fff;

    font-family: "Raleway", sans-serif;

    font-weight: 700;

    margin-bottom: 30px;

}



.features-card h4{

    font-size: 1.2rem;

    font-weight: 600;

    line-height: 1.77778;

    font-family: "Raleway", sans-serif;

    color: #fff;

}

.features-card p{

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.6;

    color: #fff;

    margin-top: 10px;




}

@-webkit-keyframes scale-in-top {

    0% {

      -webkit-transform: scale(0);

              transform: scale(0);

      -webkit-transform-origin: 50% 0%;

              transform-origin: 50% 0%;

      opacity: 1;

    }

    100% {

      -webkit-transform: scale(1);

              transform: scale(1);

      -webkit-transform-origin: 50% 0%;

              transform-origin: 50% 0%;

      opacity: 1;

    }

  }

  @keyframes scale-in-top {

    0% {

      -webkit-transform: scale(0);

              transform: scale(0);

      -webkit-transform-origin: 50% 0%;

              transform-origin: 50% 0%;

      opacity: 1;

    }

    100% {

      -webkit-transform: scale(1);

              transform: scale(1);

      -webkit-transform-origin: 50% 0%;

              transform-origin: 50% 0%;

      opacity: 1;

    }

  }



  @media(max-width:992px){

    .trustboxx-columns{

        flex-direction: column;

    }

    .trustboxx-row-left{

        width: 100%!important;

        /* margin-bottom: 30px; */

    }

    .trustboxx-row-right {

        width: 100%!important;

        margin-top: 30px;

    }

    .security-container{

        flex-direction: column; 

    }

    .security-contents{

        width: 100%!important;

        margin-bottom: 30px;

    }

    .security-presentation{

        width: 100%!important;

        margin-top: 30px;

    }

    #trustboxx-security .security-container {

        flex-direction: column-reverse; 

    }



    .certificates-compliance{

        width: 100%;

      }

      .trustboxx-columns {

       margin-bottom: 2rem;

      }

      .trustboxx-columns.reverse-columns {

        flex-direction: column-reverse;

    }

  }



  @media(max-width:765px){

    #hero-section h1 {

        font-size: 30px;

    }

    .advantage-center {

        width: 100%;

    }

    #trustboxx-flow h2{

        font-size: 1.525rem;

    }

    .features-container-grid {

        grid-template-columns: 1fr 1fr;

    }

    .enquiry-cta-container h5 {

        font-size: 1.525rem;

    }

    .trustboxx-row-left h3{

        font-size: 1.5rem;

    }

    .sub_details {

        font-size: 1.0rem;

    }

    #trustboxx-features h3 {

        font-size: 1.525rem;

    }

    .features-card h4 {

        font-size: 1.15rem;

    }

    .security-contents h3 {

        font-size: 1.525rem;

    }

    .security-contents p {

        font-size: 1.0rem;

    }

    #hero-section p {

        width: 100%;
        font-size: 16px;

    }

    #divider {

        width: 80%;

    }

    .footer-columns p {

        font-size: 12px;

        

    }

  

  }



  @media(max-width:500px){

    .features-card{

        padding: 1.375rem 0.75rem;

    }

    .features-container-grid {

        grid-template-columns: 1fr;

    }

    .enquiry-cta-container .enquiry-cta a{

        padding: 10px!important;

    }

    trustboxx-logo {

        width:120px;

    }

    .footer-columns img{

    margin: 0 auto;

        

    }

    .footer-columns{

        flex-direction:column;

        text-align:center;

    }

     .footer-columns p{

         margin-top:20px;

     }

  }

  .certificates-compliance{

    width: 75%;

  }

  .main-header-cta{

    background: linear-gradient(45deg, rgba(0, 194, 255, 1) 0%, rgba(238, 189, 255, 1) 96%);

    color: #fff;

    border-radius: 10rem;

    padding: 2px;

    font-weight: 600;

    text-decoration: none;

    display: flex;

  }

  .main-header-cta a{

    background-color: #141219;

    overflow: hidden;

  }



   /* 26-8 */
   #trustboxx-expecations h3 {
    text-align: center;
    font-size: 42px;
    line-height: 1.33333;
    display: block;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;

}
#trustboxx-expecations p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 1rem 0rem;
    text-align: center;
    line-height: 1.6;
}



.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.feature {
    flex: 1;
    min-width: 260px;
    border: 1px solid #ffffff1a;
    background-color: #1b1724;
    flex-direction: column;
    min-height: 100%;
    padding: 1.375rem 0.75rem;
    display: flex;
    border-radius: 12px;
}

.feature img {
    max-width: 60px;
    margin-bottom: 20px;
}

.feature h2 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.77778;
    font-family: "Raleway", sans-serif;
    color: #fff;
    text-align: center;
}

.feature p {
    font-size: 1em;
    color: #555;
}

.feature:hover {
    transform: translateY(-5px);
    transition: .5s;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features {
        gap: 7px;
        align-items: center;
    }

    .feature {
        max-width: 45%;
    }
    #trustboxx-expecations h3 {
        font-size: 30px!important;
    }
    #state-comparison h3 {
        font-size: 30px!important;
    }
}

@media (max-width: 600px) {
    .feature {
        min-width: 100%;
        margin-bottom: 20px;
    }

  
    .feature h2 {
        font-size: 1.2em;
    }
}
.flow-root{
    width: 88%;
    display: block;
    margin: 0 auto;
}

@media(max-width:768px){
    .flow-root{
        display: none;
    }
}

.state-comparison {
    text-align: center;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.state {
    flex: 1;
    margin: 10px;
}

.middle {
    flex: 1;
    text-align: center;
}

.middle img {
    max-width: 100%;
    height: auto;
}

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

.item img {
max-width: 55px;
    margin-right: 15px;
    border: 1px solid #ffffff1a;
    background-color: #1b1724;
    padding: 5px;
    border-radius: 6px;
    width: 70px;
}

@media(max-width:992px){
    .content {
        flex-direction: column;
        align-items: center;
    }
    .middle{
        display: none;
    }
}

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

    .middle {
        margin: 20px 0;
    }
    
    .state {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .text h3 {
        font-size: 1em;
    }

    .text p {
        font-size: 0.8em;
    }

    /* .item img {
        max-width: 40px;
    } */
    .enquiry-cta-container {
        padding: 1.375rem;
    }
}
.state .item h4{
    font-weight: 600;
    line-height: 1.77778;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 1.25rem;
}
.state .item span{
    font-weight: 400;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 1rem;
}
.state .item {
    text-align: left;
}
#state-comparison h3{
    text-align: center;
    font-size: 42px;
    line-height: 1.33333;
    display: block;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
#state-comparison p{
    font-size: 18px;
    text-align: center;
}
section#trustboxx-expecations {
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #141219;
}
section#state-comparison {
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #141219;

}
.features-card-container .features-card img{
    width: 40px;
    margin-bottom: 15px;
}
.trustboxx-row-right img{
    border-radius: 6px;
    width: 100%;
}


img{

    max-width: 100%;

}
/* Trustboxx LP */



/* about-us page */

#about-us-section{
    width: 100%;
    float: left;
    padding: 135px 0px 45px 0px;
    background-color: #141219;
    margin-top: -122px;
}
#about-us-main{
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #141219;
}
.about-containers{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.about-image-divs img{
    max-width: 100%;
    border-radius: 14px;
}
.about-image-divs {
    flex: 0 0 auto;
    width: 48%;
}
.about-descriptions{
    flex: 0 0 auto;
    width: 48%;
}

.about-descriptions h2{
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}
.about-descriptions p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}
.about-list-items {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0px;
}
.about-list-items p{
    width: 48%;
    background-color: rgb(27, 23, 36);
    padding: 14px 23px;
    border-radius: 10rem;
    border: 1px solid #ffffff1a;
}
.cta-division{
    width: 100%;
    float: left;
    padding: 45px 0px;
    background-color: #010917;
}
.cta-main-container{
    background-color: #010917;
    width: 85%;
    padding: 35px 45px;
    margin: 0 auto;

    position: relative;
}
.cta-details h4{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: "Raleway", sans-serif;
    text-align: center;
}

/* aboutus page */

@media(max-width:998px){
    .footer-main-div .ftimg{
        width: fit-content;
    }
}


/* Home */

/* single-blog */


.hero-insight {
     background-image: url('../images/bg-for-insights.webp');
      background-size: cover;
  background-position: center;
padding: 140px 0px;
    margin: 25px 0px;
  display: flex;
  justify-content: center;  /* horizontal centering */
  align-items: center;      /* vertical centering */
  text-align: center;
}

@media(max-width:1450px){
    .feature {
        min-width:140px;
    }
    .feature h2 {
            font-size: 1.15rem;
            line-height: 1.27778;
    }
}

@media (max-width:992px){
.flow-root {
    display:none;

}
    .feature {
        min-width:100%;
    }
    #contact-us-section h1 {
        font-size: 24px;
    }
    .hero-insight {
            padding: 40px 0px;
    }
}

#loader-icons{
    text-align: center;
    margin: 10px 0px;
      color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
#snackbar{
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 22px;
    position: fixed;
    z-index: 1;
    left: 80%;
    bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', 'sans-serif';
    background-color: #292929;
}
#snackbar.pop {
    visibility: visible;
}

.Blog-read-more-cta{
    display: block;
    margin: 45px auto;
    text-align: center;
}
.Blog-read-more-cta a{
        background-color: #5F2BD7;
    padding: 15px 40px;
    border-radius: 10rem;
    font-weight: 600 !important;
        font-size: 20px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Raleway', 'sans-serif';
}

        .headmenu-cover {
    transition: top 0.7s ease;
    position: fixed;
    top: 18px;
    z-index: 999;
}

.headmenu-cover.hide-header {
    top: -100px;
}

@media (max-width: 768px) {
    #snackbar {
        min-width: 150px !important;
        margin-left: -5px !important;
        left: 0% !important;
    }
}

    .g-recaptcha{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .captcha-container{
        width: 100%;
    }