@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=BBH+Sans+Hegarty&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.btn-dfl {
    background: #6a9742;
    color: white;
    text-align: center;
}
.entry-content h2{
    color: white !important;
}
h1{
	color:#F2F0FF;
	font-size:48px;
	line-height:56px;
	font-weight:700;
}
.neqqo_ai h4 {
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    padding-left: 85px !important;
    text-align: left;
}

h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 44px !important;
    font-size: 40px;
}
.heading-main {
   
    color: #fff;
    font-weight: 700;
    margin-bottom: 44px !important;
    font-size: 40px;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 10px !important;
}

 .neqqo_ai {
  padding: 23px;
    background: #1E1E1E;
    border-radius: 36px;
    min-height: 188px;
    background: linear-gradient(to top, #202932, #47911652, #1c232a 16%);
    border: 1px solid #ffda3940;
    margin-bottom: 25px;
}
.header ul li a{
	color:#F2F0FF;
	font-size:17px;
	font-weight:400;
	    margin-right: 30px;
}
.banner-img img:nth-child(1) {
  transform:translate(120px,-120px);
  opacity:1;
}
.banner-img img:nth-child(4) {
  transform:translate(120px,-120px);
  opacity:.8;
}
.banner-img img:nth-child(3) {
  transform:translate(90px,-90px);
  opacity:.6;
}
.banner-img img:nth-child(2) {
  transform:translate(60px,-60px);
  opacity:.4;
}
.banner-img:hover img{
  transform:translate(60px,-60px);
  opacity:.4;
}
/* ---------- Contact Form 7: Modern Clean Style ---------- */
/* Container */
.wpcf7 .wpcf7-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 26px 0;
  background: transparent;

  color: #112;
}
.entry-header .entry-meta{
	display:none;
}
/* Grid layout for inputs */
.wpcf7 .form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

/* Make half/third width fields easily via utility classes */
.wpcf7 .col-2 { flex: 1 1 calc(50% - 8px); min-width: 220px; }
.wpcf7 .col-3 { flex: 1 1 calc(33.333% - 10.66px); min-width: 180px; }
.wpcf7 .col-full { flex: 1 1 100%; }

/* Labels */
.wpcf7 label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: #fff;
  font-weight: 600;
}

/* Inputs and textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fbfdff;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  transition: box-shadow .18s ease, border-color .18s ease, transform .06s ease;
  box-shadow: none;
  color: #0b1220;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Textarea specific */
.wpcf7 textarea {
     min-height: 36px;
    resize: vertical;
    max-height: 100px;
}

/* Focus states */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: rgba(59, 130, 246, 0.9);
  box-shadow: 0 6px 20px rgba(59,130,246,0.08);
  transform: translateY(-1px);
}

/* Placeholder color */
.wpcf7 ::placeholder {
  color: rgba(15, 23, 42, 0.35);
}

/* Submit button */
.wpcf7 input.wpcf7-submit,
.wpcf7 button.wpcf7-submit {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(180deg, #0ea5e9 0%, #0369a1 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 8px 24px rgba(3, 105, 161, 0.18);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}

/* Button hover/active */
.wpcf7 input.wpcf7-submit:hover,
.wpcf7 button.wpcf7-submit:hover { transform: translateY(-2px); }
.wpcf7 input.wpcf7-submit:active,
.wpcf7 button.wpcf7-submit:active { transform: translateY(0); }

/* Disabled button */
.wpcf7 input.wpcf7-submit[disabled],
.wpcf7 button.wpcf7-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

/* Response messages (success / error) */
.wpcf7 .wpcf7-response-output {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
  display: none; /* CF7 toggles display when needed */
}

/* Success style */
.wpcf7 .wpcf7-mail-sent-ok {
  display: block;
  background: #ecfdf5;
  color: #064e3b;
  border: 1px solid #bbf7d0;
}

/* Error style */
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-failed {
  display: block;
  background: #fff1f2;
  color: #7f1d1d;
  border: 1px solid #fecaca;
}

/* Field-level invalid */
.wpcf7 .wpcf7-not-valid,
.wpcf7 .wpcf7-form-control.wpcf7-not-valid {

  background: transparent;
  animation: shake 0.28s;
}

/* small helper text */
.wpcf7 .field-help {
  display: block;
  font-size: 0.85rem;
  margin-top: 6px;
  color: rgba(15,23,42,0.45);
}

/* Icon inside input (if using) */
.wpcf7 .input-with-icon { position: relative; }
.wpcf7 .input-with-icon input { padding-left: 42px; }
.wpcf7 .input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.55;
}

/* Responsive: single column on small screens */
@media (max-width: 640px) {
  .wpcf7 .form-row { display: block; gap: 8px; }
  .wpcf7 .col-2, .wpcf7 .col-3 { flex: 1 1 100%; min-width: 0; }
  .wpcf7 .wpcf7-form { padding: 18px; border-radius: 10px; }
}

/* subtle shake animation for invalid */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  50% { transform: translateX(6px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}

.banner .banner-img{
	    max-width: 300px;
}
.banner-img{
position: relative;
    height: 420px;
    background: rgba(0, 0, 0, 0, 0.1);
    transform: rotate(-30deg) skew(25deg);
    transition: 0.5s;
}
.banner-img img {
        position: absolute;
    width: 100%;
    transition: 0.5s;
    right: 0;
    bottom: 0;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-below-footer-wrap .ast-builder-grid-row{
	min-height:inherit !important;
}
.site-below-footer-wrap {
    background-color: transparent !important;
    min-height: inherit;
    border-style: solid !important;
 }
.container{
	max-width:1200px !important;
}
    .site-content .ast-container {
        display: block;
    }
.btn-dfl {
    background: #FFDA39;
    padding: 18px 30px;
    display: inline-block;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
}
    .site-content .ast-container {
        display: block !important;
		    max-width: 100% !important;
           padding: 0 !important;
    }

.owl-dot.active span{
	background:#FFDA39 !important;
}

.banner h1{
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 60px;
    font-size: 50px;
}

.pad70{
	padding:80px 0;
}
.why-in_row {
      display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	    margin-bottom: 50px;
}
.why-col{
    background: #1E1E1E;
    border-radius: 30px;
    padding: 15px;
	    flex-basis: 220px;
}
.why-heading {
    color: #F2F0FF;
    /* color: #A3A3A3; */
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    min-height: 63px;
	margin-bottom: 15px;
}
.why-invest span{
    color: #FFDA39;
}
.owl-next {
       right: -33px;
    position: absolute;
	background: url(/wp-content/uploads/2024/09/arrow-right.png) !important;
    width: 13px !important;
    background-repeat: no-repeat;
}
.owl-prev {
    background: url(/wp-content/uploads/2024/09/arrow.png) !important; 
    width: 13px !important;
    background-repeat: no-repeat;
	    left: -33px;
    position: absolute;
}
.why-col p{
    color:#A3A3A3;
    /* color: #A3A3A3; */
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.owl-nav {
    position: absolute;
	    width: 100%;
    top: 50%;
    transform: translatey(-50%);
}
.owl-nav span{
	font-size:0px;
}
.bg-scd{
	background:#1E1E1E;
}
.why-col img {
    margin-left: auto;
    display: block;
}
.roi-d {
    margin-bottom: 50px;
}

.roi-d .why-col {
	background: linear-gradient(to top, #FFDA391F 32%, #FFDA391A 10%, #FFDA3929 16%);
	    border: 1px solid #ffda3940
}
.roi-d .why-heading {
    color: #FFDA39;
    font-weight: 700;
	    margin-bottom: 26px;
    font-size: 30px;
    min-height: inherit;
}
.roi-d .why-col p {
    color: #FFDA39;
}

.roi-d h2 {
    margin-bottom: 12px !important;
    padding: 0;
}
.sub-heading-why{
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.neqqo-d ul li span{
	color:#FFDA39;
}
.neqqo-d ul{
	padding:0;
}
.neqqo-d ul li{
	color:#fff;
	margin-bottom:20px;
}
.neqqo-d .sub-heading-why{
	text-align:left;
}
.neqqo-d ul li{
	list-style:none;
}
.mrbtm{
	margin-bottom:70px;
}
.neqqo-d ul li img{
	margin-right:10px;
}
.heading-main span{
	color:#FFDA39;
}

 .neqqo_ai {
  padding: 23px;
    background: #1E1E1E;
    border-radius: 36px;
    min-height: 188px;
    background: linear-gradient(to top, #202932, #47911652, #1c232a 16%);
    border: 1px solid #ffda3940;
    margin-bottom: 25px;
}



.neqqo_ai p {
    text-align: center;
    color: #F2F0FF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.neqqo-ai h3{
	margin-bottom:40px !important;
}

.testimonial {
    font-size: 16px;
    line-height: 24px;
    color: #F2F0FF;
    font-weight: 400;
    text-align: center;
    padding: 30px 73px;
	border-left: 1px solid #D6D0F6;
}
.p-text{
	text-align:center;
	color:#fff;
}
.testimonails-sec{
	    background: url(/wp-content/uploads/2024/09/layers.png);
    background-size: cover;
    padding-bottom: 70px;
    background-position: center center;
	overflow-x:hidden;
}
.testimonial p{
	padding-top:20px;
}

.blog-inner{
	max-width:997px;
	margin:auto;
}
.home-blog p{
	color:#fff;
}
.home-blog{
	padding-bottom:70px;
}

.blog-inner img{
	margin-bottom:20px;
}
.blog-inner .heading-main {
    font-weight: 600;
    font-size: 28px;
   line-height:31px;
}
.number {
    font-size: 5em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    background: #20341e;
    color: #121212 !important;
    position: absolute;
    font-size: 30px;
    padding: 10px;
}
.leading-left {
  font-weight: 700;
    font-size: 25px;
    text-align: left !important;
    color: #fff;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
   
}
.max-kk {
    max-width: 1000px;
       margin: auto !important;
    align-items: center;
}
.full-withradius {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 0.8rem;
}
.col-rigt h3{
	font-size:18px;
	color:#FFDA39;
	font-weight:700;
}
.full-withradiuss {
       background: #121212;
    position: relative;
	    border-radius: 12px;
    z-index: 9;
	  padding: 17px 48px;
}
.full-withradius:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -4px;
    border-radius: inherit;
    background: linear-gradient(to left, #FFDA3980, #A3E35E80);
}
.leading-right {
     border-radius: 12px;
  
    /* background: #1E1E1E; */
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    max-width: 505px;
}
.footer-le p, .col-rigt a {
	font-size:16px !important;
	color:#F2F0FF !important;
	font-weight:400;
	line-height:25px;
}
.footer-le{
	max-width:400;
}




h1{
	color:#F2F0FF;
	font-size:48px;
	line-height:56px;
	font-weight:700;
}

h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 44px !important;
    font-size: 40px;
}
.heading-main {
   
    color: #fff;
    font-weight: 700;
    margin-bottom: 44px !important;
    font-size: 40px;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 10px !important;
}
.header ul li a{
	color:#F2F0FF;
	font-size:17px;
	font-weight:400;
	    margin-right: 30px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.container{
	max-width:1200px !important;
}
.btn-dfl {
    background: #FFDA39;
    padding: 18px 30px;
    display: inline-block;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
}
.owl-dot.active span{
	background:#FFDA39 !important;
}

.banner h1{
    margin-bottom: 0px;
}
.site-above-footer-wrap{
	display:none !important;
}
.pad70{
	padding:80px 0;
}
.why-in_row {
      display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	    margin-bottom: 50px;
}
.why-col{
    background: #1E1E1E;
    border-radius: 30px;
    padding: 15px;
	    flex-basis: 220px;
}
.why-heading {
    color: #F2F0FF;
    /* color: #A3A3A3; */
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    min-height: 63px;
	margin-bottom: 15px;
}
.why-invest span{
    color: #FFDA39;
}
.owl-next {
       right: -33px;
    position: absolute;
	background: url(/wp-content/uploads/2024/09/arrow-right.png) !important;
    width: 13px !important;
    background-repeat: no-repeat;
}
.owl-prev {
    background: url(/wp-content/uploads/2024/09/arrow.png) !important; 
    width: 13px !important;
    background-repeat: no-repeat;
	    left: -33px;
    position: absolute;
}
.why-col p{
    color:#A3A3A3;
    /* color: #A3A3A3; */
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.owl-nav {
    position: absolute;
	    width: 100%;
    top: 50%;
    transform: translatey(-50%);
}
.owl-nav span{
	font-size:0px;
}
.bg-scd{
	background:#1E1E1E;
}
.why-col img {
    margin-left: auto;
    display: block;
}
.roi-d {
    margin-bottom: 50px;
}

.roi-d .why-col {
	background: linear-gradient(to top, #FFDA391F 32%, #FFDA391A 10%, #FFDA3929 16%);
	    border: 1px solid #ffda3940
}
.roi-d .why-heading {
    color: #FFDA39;
    font-weight: 700;
	    margin-bottom: 26px;
    font-size: 30px;
    min-height: inherit;
}
.roi-d .why-col p {
    color: #FFDA39;
}

.roi-d h2 {
    margin-bottom: 12px !important;
    padding: 0;
}
.sub-heading-why{
      font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
}

.neqqo-d ul li span{
	color:#FFDA39;
}
.neqqo-d ul{
	padding:0;
}
.neqqo-d ul li{
	color:#fff;
	margin-bottom:20px;
}
.neqqo-d .sub-heading-why{
	text-align:left;
}
.neqqo-d ul li{
	list-style:none;
}
.mrbtm{
	margin-bottom:70px;
}
.neqqo-d ul li img{
	margin-right:10px;
}
.heading-main span{
	color:#FFDA39;
}

.neqqo_ai{
      padding: 23px;
    background: #1E1E1E;
    border-radius: 36px;
    min-height: 188px;
}

.neqqo_ai h4 {
    text-align: center;
    color: #FFDA39;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.neqqo_ai p {
    text-align: center;
    color: #F2F0FF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.blog-off .post-blog {
                padding: 9px;
                background: black;
                /* box-shadow: #e09630 5px 5px 14px; */
                margin-bottom: 0;
                text-align: center;
                border-radius: 3px;
                margin-bottom: 13px;
                padding: 15px;
                border-radius: 24px;
            }

            .post .entry-content {
                max-width: 1090px;
                margin: auto !important;
                width: 100% !important;
            }

            .blog-inner .post-blog h2 a {
                text-decoration: none !important;
                color: #fff !important;
                font-weight: 700;
                font-size: 16px;
            }

            .entry-content p {
                font-size: 16px;
                word-wrap: break-word;
                margin: 0;
                padding: 0;
                width: 100%;
                display: block;
                max-width: 100% !important;
                margin-bottom: 23px;
                font-weight: 400;
                margin-bottom: 23px;
                line-height: 24px;
            }

            .emt {
                color: #5E43D8;
                font-weight: 600;
                font-style: italic;
                margin-bottom: 30px;
            }

            .page-template-blog .banner {
                color: white;
                text-align: center;
                background-image: linear-gradient(to right, #7f4eeb, #e933a9);
                font-weight: 800;
                margin-bottom: 50px;
            }

            .post-blog img {
                object-fit: cover;
                margin-bottom: 20px;
            }

            .blog-inner .row > div img {
                object-fit: cover;
                margin-bottom: 0px;
            }

            .blog-inner .row > div:first-child img {
                height: inherit !important;
            }

            .blog-inner .post-blog h2 {
                line-height: 29PX;
                font-size: 33px !important;
                /* border-bottom: 2px solid; */
                padding-bottom: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
                text-align: left;
                /* height: 88px; */
                text-transform: capitalize;
                font-weight: bold;
                margin-bottom: 7px !important;
				color:#fff !important;
            }
.read-more-blog{
	color: #fff !important;
}
            .blog-inner .row > div:first-child {
                grid-column: 1 / 2;
                grid-row: 1 / span 2;
            }

            .post-content {
                display: block;
            }

            .blog-inner .row > div:first-child .post-content {
                display: block;
            }

            .blog-inner .row > div {
                width: auto;
            }

            .more-link {
                color: #596780;
                font-weight: 400;
                line-height: 24px;
                font-size: 16px;
            }

            .byline a {
                z-index: -1;
                position: relative;
                color: #7C5CFC;
                font-weight: 400;
                font-size: 16px;
            }

            .blhh p {
                color: #fff;
            }

            .blog-inner .row {
                display: grid;
                grid-template-columns: 50% auto;
                /* First row: 50% for first column, rest for second column */
                grid-auto-rows: auto;
                /* Adjust row heights automatically */
            }

            .bg-banner.rlt-pv {
                position: relative;
            }

            .blog-off h2 a {
                color: #fff;
            }

            .blog-inner .post-blog h2 a {
                text-decoration: none !important;
                color: #000;
                font-weight: 700;
                font-size: 16px;
            }

            .blog-off h2 {
                margin-bottom: 20px !important;
                text-align: left;
            }

            .blog-off p, .blog-inner p {
                color: #fff !important;
                text-align: left;
            }

            .blog-inner .row > div:nth-child(1), .blog-inner .row > div:nth-child(2) {
                grid-column: span 1;
                /* Each div takes one column */
            }

            .blog-inner .row > div:nth-child(n+4) {
                grid-template-columns: repeat(3, 1fr);
                /* From 3rd div onwards, 3 columns with 33.33% width each */
                grid-column: span 1;
                /* Each div takes one column */
            }

            .post-blog img {
                object-fit: cover;
                margin-bottom: 20px;
            }

            .read-more-blog {
                /* background: #5E43D8; */
                color: white;
                padding: 9px 16px;
                display: block;
                font-weight: 600;
                border-radius: 30px;
                color: white;
                position: relative;
                float: none;
                /* margin-left: auto; */
                margin-top: 8px;
                max-width: 115px;
                font-size: 14px;
                border: 1px solid #fff;
                transition: all 0.5s ease;
            }

            .read-more-blog:hover {
                color: white;
                background-color: #CEBEFE !important;
                transition: all 0.5s ease;
            }

            .blog-inner .post-blog p {
                line-height: 18px !important;
                text-align: left !important;
                color: #fff;
                font-weight: 500;
                line-height: 24px;
                font-size: 14px;
            }

            .post-blog {
                padding: 9px;
                background: transparent;
                /* box-shadow: #e09630 5px 5px 14px; */
                margin-bottom: 0;
                text-align: center;
                border-radius: 8px;
                margin-bottom: 13px;
            }

            .recent_blog .post-blog {
                min-height: 308px;
            }

            ul.pagination {
                display: none;
            }

            .strip p a {
                color: #040815;
                font-weight: 700;
            }

            .banner {
           
                padding: 50px 0;
            }

            .page-template-blog .banner {
                color: white;
                text-align: center;
                background-image: linear-gradient(to right, #1f664000, #185c3508);
                font-weight: 800;
                margin-bottom: 50px;
                color: white;
            }

            .page-template-blog .banner h1 {
                color: #000 !important;
            }

            .blog-inner .row > div:first-child .post-blog {
                display: block;
                padding: 0;
                height: 98%;
            }

            .blog-inner .row > div:first-child .post-blog .blog_info {
                padding: 15px !important;
            }

            .blog-inner .row > div:first-child .post-blog .featured-image {
                padding: 0;
                margin-bottom: 15px;
                background: transparent;
            }

            .featured-image {
                border-radius: 16px;
                background: rgb(221 221 221 / 9%);
            }

            .post-blog img {
                height: 100% !important;
            }

            .post-content {
                display: block !important;
            }

            .post-blog {
                display: grid;
                grid-template-columns: 60% 36%;
                gap: 15px;
                    background: #f5489a33;
                padding: 15px;
            }

            .blog_info {
                padding: 0 5px;
            }

            .datecolor {
                color: #B49DFE !important;
                font-size: 14px !important;
            }

            .blog-inner {
                max-width: 100% !important;
            }

            .read-more-blog {
                color: #000;
                border: 1px solid #175c37;
                transition: all 0.5sease;
            }

            .read-more-blog:hover {
                background-color: #175c37 !important;
            }

            .blog_heading {
                font-size: 24px;
                font-weight: 600;
                line-height: 36px;
                text-align: left;
                color: #fff;
                margin-bottom: 30px;
                ; }

            .allblog_post .row {
                display: flex;
            }

            .post-blog {
                box-shadow: rgb(21 95 59 / 32%) 0px 5px 15px;
            }

            .blog-inner {
                max-width: 100%;
            }

            .allblog_post .row > div:first-child {
                grid-row: auto;
                -ms-grid-column: auto;
                grid-column: auto;
            }

            .allblog_post .row > div {
                width: 33.33333%;
            }

            .allblog_post .post-blog {
                display: block;
                min-height: 410px;
            }

            .allblog_post .col-md-4:nth-child(5) {
                order: -1 !important;
            }

            .allblog_post .row > div:first-child .post-blog {
                padding: 15px;
            }

            .allblog_post .row > div:first-child .post-blog .featured-image {
                background: rgb(221 221 221 / 9%);
                margin-bottom: 0;
            }

            .allblog_post .row .blog_info {
                margin-top: 15px;
            }

            .allblog_post .row > div:first-child .blog_info {
                background: transparent !important;
                margin-top: 0;
            }

            .allblog_post .post-content {
                height: auto !important;
                margin-bottom: 0 !important;
            }

            .allblog_post .row > div:first-child h2 a {
                font-size: 16px;
            }

            ul.pagination.top_pagination {
                display: none !important;
            }

            .has-extra-large-font-size {
                font-size: 24px !important;
            }

            .blog-inner .row > div:first-child .post-content {
                display: block;
                height: auto;
            }

            .services .box {
                box-shadow: rgb(21 95 59 / 32%) 0px 5px 15px;
            }

            .text-bn {
                color: #ff7e44;
            }

            .bannerr p {
                margin: 15px 0;
            }
.neqqo-ai h3{
	margin-bottom:40px !important;
}

.testimonial {
    font-size: 16px;
    line-height: 24px;
    color: #F2F0FF;
    font-weight: 400;
    text-align: center;
    padding: 30px 73px;
	border-left: 1px solid #D6D0F6;
}
.p-text{
	text-align:center;
	color:#fff;
}
.testimonails-sec{
	    background: url(/wp-content/uploads/2024/09/layers.png);
    background-size: cover;
    padding-bottom: 70px;
    background-position: center center;
	overflow-x:hidden;
}
.testimonial p{
	padding-top:20px;
}

.blog-inner{
	max-width:997px;
	margin:auto;
}
.home-blog p{
	color:#fff;
}
.home-blog{
	padding-bottom:70px;
}

.blog-inner img{
	margin-bottom:20px;
}
.blog-inner .heading-main {
    font-weight: 600;
    font-size: 28px;
   line-height:31px;
}
.number {
     font-size: 5em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    background: #121212;
    color: #121212 !important;
}
.leading-left {
  font-weight: 700;
    font-size: 25px;
    text-align: left !important;
    color: #fff;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
   
}
.max-kk {
    max-width: 1000px;
       margin: auto !important;
    align-items: center;
}
.full-withradius {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 0.8rem;
}
.col-rigt h3{
	font-size:18px;
	color:#FFDA39;
	font-weight:700;
}
.full-withradiuss {
       background: #121212;
    position: relative;
	    border-radius: 12px;
    z-index: 9;
	  padding: 17px 48px;
}
.full-withradius:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -4px;
    border-radius: inherit;
    background: linear-gradient(to left, #FFDA3980, #A3E35E80);
}
.leading-right {
     border-radius: 12px;
  
    /* background: #1E1E1E; */
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    max-width: 505px;
}
.footer-le p, .col-rigt a {
	font-size:16px !important;
	color:#F2F0FF !important;
	font-weight:400;
	line-height:25px;
}
.footer-le{
	max-width:400;
}
  .about{
		   text-align:center;
	   }  
	   .about-us {
	
		padding: 70px;
     }
     .about p {
           font-size: 16px;
    text-align: left;
    line-height: 1.4;
      }
	   .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
}
	   .banner-img.abt-img img {
    position: absolute;
    transition: 0.5s;
    left: 0;
}
	   .imp{
	
	background-size:cover;
}
	   .imp p {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}
	    h2 {
        font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 60px;
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px !important;
    line-height: 1;
    text-align: left;
}
	   .abt-img img{
		   width:50%;
	   }
	   h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 60px;
    font-size: 50px;
		   color: #fff;

}
	  .intro p, .intro h4 {
		   text-align: left !important;
		      padding-left: 0 !important;
	   }
	   .intro .number {
    color: #121212 !important;
    position: static; 
    font-size: 30px;
		   background:transparent;
    padding: 10px;
    display: block;
    margin: auto;
    width: 100%;
    text-align: initial;
}
	   .imp img {
        filter: invert(0.4) sepia(1) hue-rotate(20deg);
}
	   	   .neqqo_ai h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 85px;
    text-align: left;
}
	  .imp h3 {
    text-align: left;
    margin-bottom: 25px;
}
	   .neqqo_ai {
  padding: 23px;
    background: #1E1E1E;
    border-radius: 36px;
       min-height: 285px;
    background: linear-gradient(to top, #202932, #47911652, #1c232a 16%);
    border: 1px solid #ffda3940;
    margin-bottom: 25px;
}
	   .pad70 {
    padding: 37px 0;
}
	.number {
    font-size: 5em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    background: #20341e;
    color: #121212 !important;
    position: absolute;
    font-size: 30px;
    padding: 10px;
}

 .services .container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: auto;
	 position:relative;
        }
   .services .box {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: transform 0.3s ease-in-out;
        }
       .services .box:hover {
            transform: translateY(-5px);
        }
       .services .icon {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 10px;
        }
      .services  h3 {
              margin: 5px 0;
    color: #333;
    font-size: 18px;
        }
       .services p {
            color: #1a1818;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
        }
 .hero {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.hero h1, .hero p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff5722;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.service-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.service-card i {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 15px;
}
.why-choose-us ul {
    list-style: none;
    padding: 0;
}

.why-choose-us li {
    margin-bottom: 10px;
}

.why-choose-us i {
    color: #28a745;
    margin-right: 10px;
}
.content-wrapper {
    background: white;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
.about-sls {
    position: relative;
	z-index:9;
}
.pad70 {
    padding: 20px 0;
}	
.about-us {
    padding:25px 0;
}	
.banner {
    padding: 20px 0;
}	
	
.banner-img {
    position: relative;
    width: 289px;
    height: 250px;
    background: rgba(0, 0, 0, 0, 0.1);
    transform: rotate(-30deg) skew(25deg);
    transition: 0.5s;
}	
.container {
    max-width: 1200px !important;
    position: relative;
    z-index: 99;
}
.about-sls .row > div:first-child{
   order:2;    		
}
	.banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 34px;
    font-size: 33px;
    margin-bottom: 5px !important;
}
	.about-us .banner-img{
		display:none;
	}	
.banner-img img {
        position: absolute;
        width: 57%;
        transition: 0.5s;
        right: inherit;
        bottom: -17px;
        left: 0;
        margin: auto;
}	
.sub-heading-why {
    font-weight: 400;
	font-size: 16px;
	}	
	    h3, h2 {
        font-size: 26px !important;
        color: #fff;
        line-height: 1.1 !important;
    }
	
	.blog-inner .row {
    display: block !important;

}
.blog-inner {
    margin-top: 0 !important;
}	
.post-blog {
	display: block !important;
	}	
	.h-\[500px\] {
    height: auto !important;
}
	.px-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    a.px-6 {
        padding-left: 11px !important;
        padding-right: 11px !important;
        font-size: 14px;
    
    }
#about {
    padding: 20px;

}	
}
