.elementor-10 .elementor-element.elementor-element-098495d{--display:flex;}.elementor-10 .elementor-element.elementor-element-c00d1d3{--display:flex;}.elementor-10 .elementor-element.elementor-element-6e3740c{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-e67cffb{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-0e62489{--display:flex;--margin-top:-26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-fb4e226{--display:flex;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-fb4e226:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-fb4e226 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F6FF;}.elementor-10 .elementor-element.elementor-element-506823e{--display:flex;}.elementor-10 .elementor-element.elementor-element-506823e:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-506823e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F6FF;}.elementor-10 .elementor-element.elementor-element-d55e04a.elementor-element{--align-self:center;}.elementor-10 .elementor-element.elementor-element-ff48bb8{--display:flex;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-d973be7{--display:flex;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-0ff2dbf{--display:flex;--margin-top:-12px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-2a0bb78{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-52a2fff{--display:flex;--margin-top:-23px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-f76b0ea{--display:flex;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-f76b0ea:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-f76b0ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F6FF;}.elementor-10 .elementor-element.elementor-element-fa619fb{--display:flex;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-f183f37 *//* =========================
   HERO SECTION
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

.hero{
    position:relative;
    width:100%;
    min-height:100vh;

    background-image:url("https://huzaifarao.mygreatportfolio.online/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-12-at-11.58.15-PM.jpeg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:120px 20px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:1100px;
}

.hero h1{

    font-size:41px;
    line-height:1.15;
    font-weight:700;
    color:#222;
    margin-bottom:30px;

}

.hero p{

    max-width:950px;
    margin:auto;

    font-size:23px;
    line-height:1.7;
    color:#2f2f2f;

    margin-bottom:50px;

}

.hero-buttons{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;

}

.btn{

    text-decoration:none;
    padding:20px 42px;

    border-radius:8px;

    font-size:19px;
    font-weight:600;

    transition:.35s;

}

.btn-primary{

    background:#6f59f6;
    color:#fff;

}

.btn-primary:hover{

    background:#fcfcfcfc;
    transform:translateY(-3px);

}

/* WhatsApp Button */

.btn-whatsapp{

    background:#25D366;
    color:#fff;

    border:2px solid #25D366;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    box-shadow:0 15px 35px rgba(37,211,102,.30);

}

.btn-whatsapp i{

    font-size:22px;

}

.btn-whatsapp:hover{

    background:#fff;
    color:#25D366;

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(37,211,102,.35);

}

.btn-whatsapp:hover i{

    color:#25D366;

}


/* =========================
      Tablet
========================= */

@media(max-width:991px){

.hero{

padding:120px 30px;

}

.hero h1{

font-size:50px;

}

.hero p{

font-size:20px;

}

.btn{

padding:18px 35px;
font-size:17px;

}

}


/* =========================
      Mobile
========================= */

@media(max-width:768px){

.hero{

min-height:90vh;
padding:100px 20px;

}

.hero h1{

font-size:38px;
line-height:1.3;

}

.hero p{

font-size:17px;
line-height:1.8;

}

.hero-buttons{

flex-direction:column;
width:100%;

}

.btn{

width:100%;
max-width:340px;

}

}


/* =========================
    Small Mobile
========================= */

@media(max-width:480px){

.hero h1{

font-size:30px;

}

.hero p{

font-size:16px;

}

.btn{

padding:16px 25px;
font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbc7ef8 *//*=========================
    ABOUT SECTION
=========================*/

.about-section{

    width:100%;
    padding:90px 20px;
    background:#f8f8fc;

}

.about-container{

    max-width:1250px;
    margin:auto;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;

}

/*=========================
    LEFT CONTENT
=========================*/

.about-content{

    flex:1;

}

.review-text{

    font-size:17px;
    font-weight:600;
    color:#f4a300;

    margin-bottom:20px;

}

.review-text span{

    color:#264b7b;
    margin-left:8px;
    font-weight:600;

}

.about-content h2{

    font-size:41px;
    color:#222;
    font-weight:700;

    margin-bottom:25px;
    line-height:1.2;

}

.about-content p{

    font-size:19px;
    color:#555;

    line-height:1.9;

    margin-bottom:40px;

}

/*=========================
        BUTTON
=========================*/

.about-btn{

    display:inline-block;

    text-decoration:none;

    background:#3c3c3c;
    color:#fff;

    padding:18px 42px;

    border-radius:12px;

    font-size:17px;
    font-weight:600;

    transition:.35s ease;

}

.about-btn:hover{

    background:#fcfcfc;

    transform:translateY(-4px);

    box-shadow:0 18px 35px rgba(107,92,255,.30);

}

/*=========================
        IMAGE
=========================*/

.about-image{

    flex:1;
    text-align:right;

}

.about-image img{

    width:100%;
    max-width:620px;

    border-radius:28px;

    display:block;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

    transition:.4s;

}

.about-image img:hover{

    transform:scale(1.02);

}
/*=========================
      ANIMATIONS
=========================*/

.about-content{

    animation:fadeLeft .9s ease;

}

.about-image{

    animation:fadeRight .9s ease;

}

@keyframes fadeLeft{

    from{
        opacity:0;
        transform:translateX(-60px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@keyframes fadeRight{

    from{
        opacity:0;
        transform:translateX(60px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

/*=========================
      TABLET
=========================*/

@media (max-width:1024px){

.about-container{

    gap:45px;

}

.about-content h2{

    font-size:42px;

}

.about-content p{

    font-size:19px;
    line-height:1.8;

}

.about-image img{

    max-width:520px;

}

}

/*=========================
      MOBILE
=========================*/

@media (max-width:768px){

.about-section{

    padding:70px 20px;

}

.about-container{

    flex-direction:column-reverse;
    text-align:center;

}

.about-content{

    width:100%;

}

.review-text{

    font-size:15px;

}

.about-content h2{

    font-size:34px;
    margin-bottom:18px;

}

.about-content p{

    font-size:17px;
    line-height:1.8;

}

.about-image{

    text-align:center;

}

.about-image img{

    max-width:100%;
    border-radius:20px;

}

.about-btn{

    width:100%;
    max-width:280px;

    text-align:center;

}

}

/*=========================
    SMALL MOBILE
=========================*/

@media (max-width:480px){

.about-section{

    padding:55px 15px;

}

.review-text{

    font-size:14px;

}

.about-content h2{

    font-size:28px;
    line-height:1.3;

}

.about-content p{

    font-size:15px;
    line-height:1.7;

}

.about-btn{

    padding:16px 25px;
    font-size:15px;

}

.about-image img{

    border-radius:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dedd980 *//*==========================
    FOUNDER SECTION
==========================*/

.np-founder-section{

    width:100%;
    padding:70px 20px;
    background:#f8f8fc;

}

.np-founder-wrapper{

    max-width:1320px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

}

/* LEFT */

.np-founder-image{

    flex:0 0 120px;

}

.np-founder-image img{

    width:100px;
    height:100px;

    border-radius:50%;

    object-fit:cover;

    border:4px solid #ffffff;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

/* CENTER */

.np-founder-message{

    flex:1;

    text-align:center;

}

.np-founder-message p{

    font-size:12px;

    line-height:1.65;

    color:#444;

    font-weight:400;

}

.np-founder-message strong{

    color:#6C63FF;

}

/* RIGHT */

.np-founder-info{

    flex:0 0 250px;

}

.np-founder-info h3{

    color:#214F88;

    font-size:18px;

    margin-bottom:10px;

    font-weight:700;

}

.np-founder-info span{

    display:block;

    font-size:16px;

    color:#444;

    margin-bottom:8px;

}

.np-founder-info small{

    display:block;

    font-size:16px;

    color:#666;

    margin-bottom:30px;

}

.np-founder-info a{

    text-decoration:none;

    color:#214F88;

    font-size:16px;

    font-weight:700;

    transition:.3s;

}

.np-founder-info a:hover{

    color:#6C63FF;

    padding-left:8px;

}

/*==========================
      TABLET
==========================*/

@media(max-width:991px){

.np-founder-wrapper{

    flex-direction:column;

    text-align:center;

}

.np-founder-info{

    flex:100%;

}

}

/*==========================
      MOBILE
==========================*/

@media(max-width:767px){

.np-founder-section{

    padding:50px 20px;

}

.np-founder-image img{

    width:85px;

    height:85px;

}

.np-founder-message p{

    font-size:18px;

}

.np-founder-info h3{

    font-size:24px;

}

.np-founder-info span{

    font-size:18px;

}

.np-founder-info small{

    font-size:16px;

}

.np-founder-info a{

    font-size:18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed7d746 *//*==========================
      CLIENT SECTION
==========================*/

.np-clients{

    background:#f8f8fc;
    padding:90px 20px;
    overflow:hidden;

}

.np-clients-header{

    max-width:900px;
    margin:auto;
    text-align:center;
    margin-bottom:60px;

}

.np-clients-header h2{

    font-size:41px;
    font-weight:700;
    color:#2a2a2a;
    margin-bottom:20px;

}

.np-clients-header p{

    font-size:13px;
    line-height:1.8;
    color:#666;

}

/*==========================
      SLIDER
==========================*/

.np-logo-slider{

    width:100%;
    overflow:hidden;
    position:relative;

}

.np-logo-slider::before,
.np-logo-slider::after{

    content:"";
    position:absolute;
    top:0;
    width:120px;
    height:100%;
    z-index:5;

}

.np-logo-slider::before{

    left:0;
    background:linear-gradient(to right,#f8f8fc,transparent);

}

.np-logo-slider::after{

    right:0;
    background:linear-gradient(to left,#f8f8fc,transparent);

}

.np-logo-track{

    display:flex;
    gap:30px;
    width:max-content;

    animation:scrollLogos 30s linear infinite;

}

.np-logo-slider:hover .np-logo-track{

    animation-play-state:paused;

}

.np-logo-card{

    width:170px;
    height:120px;

    background:#fff;

    border-radius:18px;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.np-logo-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(108,99,255,.25);

}

.np-logo-card img{

    width:80px;
    height:80px;
    object-fit:contain;

}

/*==========================
      ANIMATION
==========================*/

@keyframes scrollLogos{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

/*==========================
      RESPONSIVE
==========================*/

@media(max-width:991px){

.np-clients-header h2{

font-size:40px;

}

.np-clients-header p{

font-size:18px;

}

.np-logo-card{

width:140px;
height:100px;

}

.np-logo-card img{

width:60px;

}

}

@media(max-width:767px){

.np-clients{

padding:60px 15px;

}

.np-clients-header h2{

font-size:30px;

}

.np-clients-header p{

font-size:16px;

}

.np-logo-card{

width:120px;
height:90px;

}

.np-logo-card img{

width:50px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e0a824 *//*=============================
      STATS SECTION
==============================*/

.np-stats-section{

    background:#f8f8ff;

    padding:90px 20px;

}

.np-container{

    max-width:1170px;

    margin:auto;

}

.np-heading{

    text-align:center;

    margin-bottom:45px;

}

.np-heading h2{

    font-size:56px;

    font-weight:700;

    color:#2d2d35;

    line-height:1.2;

    margin:0;

}

.np-stats-wrapper{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    background:#ffffff;

    border:1px solid #e6e6ef;

    border-radius:24px;

    overflow:hidden;

}

.np-stat-box{

    padding:55px 20px;

    text-align:center;

    position:relative;

    transition:.35s;

}

.np-stat-box:not(:last-child){

    border-right:1px solid #ececf4;

}

.np-number{

    font-size:60px;

    font-weight:700;

    color:#2d2d35;

    margin-bottom:18px;

}

.np-stat-box p{

    font-size:20px;

    color:#666;

    margin:0;

}

/* Hover */

.np-stat-box:hover{

    background:#6C63FF;

}

.np-stat-box:hover .np-number,

.np-stat-box:hover p{

    color:#fff;

}

/*=============================
        TABLET
==============================*/

@media(max-width:991px){

.np-heading h2{

font-size:42px;

}

.np-stats-wrapper{

grid-template-columns:repeat(2,1fr);

}

.np-stat-box{

border-bottom:1px solid #ececf4;

}

.np-stat-box:nth-child(2){

border-right:none;

}

.np-stat-box:nth-child(3),

.np-stat-box:nth-child(4){

border-bottom:none;

}

}

/*=============================
          MOBILE
==============================*/

@media(max-width:767px){

.np-stats-section{

padding:70px 15px;

}

.np-heading h2{

font-size:32px;

}

.np-stats-wrapper{

grid-template-columns:1fr;

}

.np-stat-box{

border-right:none!important;

border-bottom:1px solid #ececf4;

padding:35px 20px;

}

.np-stat-box:last-child{

border-bottom:none;

}

.np-number{

font-size:42px;

}

.np-stat-box p{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a4a6ef */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Main Wrapper Reset */
.services-section {
  background-color: #fafafe !important;
  padding: 60px 20px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #2d3748 !important;
  box-sizing: border-box !important;
}

.services-section * {
  box-sizing: border-box !important;
  /* DISABLE ALL MOVING ANIMATIONS/TRANSFORMS THAT BLOCK CLICKS */
  animation: none !important;
  transition: background-color 0.15s ease, color 0.15s ease !important;
  transform: none !important;
}

.services-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 320px 1fr !important;
  gap: 32px !important;
  align-items: start !important;
}

/* --- Left Intro Column --- */
.services-intro {
  padding-right: 15px !important;
  position: sticky !important;
  top: 40px !important;
}

.badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #eae8fe !important;
  color: #6c5ce7 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  margin-bottom: 24px !important;
}

.badge-dot {
  width: 6px !important;
  height: 6px !important;
  background-color: #6c5ce7 !important;
  border-radius: 50% !important;
}

.section-title {
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #1a202c !important;
  margin: 0 0 24px 0 !important;
}

.section-title .highlight {
  color: #8061ff !important;
}

.intro-description {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #4a5568 !important;
  margin: 0 !important;
}

/* --- Right Grid & Cards --- */
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 28px !important;
}

.service-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 32px 28px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  position: relative !important;
  overflow: visible !important;
}

.card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin: 0 0 14px 0 !important;
}

.card-description {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #4a5568 !important;
  margin: 0 0 24px 0 !important;
}

/* Bullet List Fixes */
.card-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
}

.card-list li {
  position: relative !important;
  padding-left: 20px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #4a5568 !important;
  margin-bottom: 12px !important;
  line-height: 1.4 !important;
}

.card-list li::before {
  content: "•" !important;
  color: #8061ff !important;
  font-size: 18px !important;
  position: absolute !important;
  left: 0 !important;
  top: -2px !important;
}

/* Button Container & Unclickable Fixes */
.card-footer {
  margin-top: auto !important;
  padding-top: 10px !important;
  position: relative !important;
  z-index: 10 !important;
}

.card-btn {
  display: inline-block !important;
  padding: 10px 20px !important;
  border: 1px solid #e2d9fe !important;
  border-radius: 30px !important;
  color: #6c5ce7 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

/* Subtle Color Change Only (No Movement) */
.card-btn:hover {
  background-color: #6c5ce7 !important;
  color: #ffffff !important;
  border-color: #6c5ce7 !important;
}

/* Responsive Overrides */
@media (max-width: 992px) {
  .services-container {
    grid-template-columns: 1fr !important;
  }
  .services-intro {
    position: static !important;
  }
}

@media (max-width: 650px) {
  .services-grid {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d55e04a *//*==========================
      PREMIUM BUTTON
==========================*/

.np-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:16px 34px;

    background:#6C63FF;
    color:#ffffff;

    text-decoration:none;

    border-radius:50px;

    font-size:16px;
    font-weight:600;

    border:2px solid #6C63FF;

    transition:all .35s ease;

    cursor:pointer;

    box-shadow:0 10px 30px rgba(108,99,255,.20);

}

.np-btn span{

    transition:transform .35s ease;

}

.np-btn:hover{

    background:#1E90FF;

    border-color:#1E90FF;

    color:#ffffff;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(30,144,255,.35);

}

.np-btn:hover span{

    transform:translateX(6px);

}

/* Active */

.np-btn:active{

    transform:translateY(-1px);

}

/* Mobile */

@media(max-width:768px){

.np-btn{

padding:14px 28px;

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b29e35 *//*=========================
 INDUSTRIES
==========================*/

.industries-section{

padding:70px 20px;

background:#f8f8ff;

overflow:hidden;

}

.industries-heading{

max-width:1100px;

margin:auto;

text-align:center;

margin-bottom:45px;

}

.industries-heading h2{

font-size:30px;

font-weight:700;

color:#2d2d35;

margin-bottom:18px;

}

.industries-heading p{

font-size:12px;

line-height:1.8;

color:#666;

}

.industries-slider{

overflow:hidden;

}

.industries-track{

display:flex;

gap:45px;

width:max-content;

animation:industryScroll 28s linear infinite;

}

.industry-card{

text-align:center;

min-width:110px;

}

.industry-card img{

width:110px;

height:110px;

object-fit:cover;

border-radius:12px;

transition:.35s;

}

.industry-card:hover img{

transform:translateY(-8px);

box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.industry-card h4{

margin-top:15px;

font-size:22px;

font-weight:600;

color:#2d2d35;

}

@keyframes industryScroll{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

/* Tablet */

@media(max-width:991px){

.industries-heading h2{

font-size:38px;

}

.industries-heading p{

font-size:17px;

}

}

/* Mobile */

@media(max-width:767px){

.industries-section{

padding:60px 15px;

}

.industries-heading h2{

font-size:30px;

}

.industries-heading p{

font-size:16px;

}

.industry-card img{

width:90px;

height:90px;

}

.industry-card h4{

font-size:16px;

}

.industries-track{

gap:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1400f1f *//*=========================
    PROJECTS SECTION
==========================*/

.np-projects{

    padding:90px 20px;

    background:#f8f8ff;

}

.np-projects-heading{

    max-width:760px;

    margin:0 auto 45px;

    text-align:center;

}

.np-projects-heading h2{

    font-size:52px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

    line-height:1.2;

}

.np-projects-heading span{

    color:#6C63FF;

}

.np-projects-heading p{

    font-size:18px;

    color:#666;

    line-height:1.8;

}


/*=========================
      FILTER BUTTONS
==========================*/

.np-filter{

    display:flex;

    justify-content:center;

    gap:18px;

    margin-bottom:55px;

}

.np-filter button{

    border:2px solid #D9D5FF;

    background:#fff;

    color:#333;

    padding:15px 34px;

    border-radius:50px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.np-filter .active{

    background:#6C63FF;

    color:#fff;

    border-color:#6C63FF;

}

.np-filter button:hover{

    background:#6C63FF;

    color:#fff;

}


/*=========================
      PROJECT GRID
==========================*/

.np-project-grid{

    max-width:1350px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}


/*=========================
      PROJECT CARD
==========================*/

.np-project-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    position:relative;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}


/*=========================
      PROJECT IMAGE
==========================*/

.np-project-image{

    overflow:hidden;

}

.np-project-image img{

    width:100%;

    height:330px;

    object-fit:cover;

    display:block;

    transition:.5s;

}

.np-project-card:hover .np-project-image img{

    transform:scale(1.04);

}


/*=========================
      CONTENT
==========================*/

.np-project-content{

    padding:28px;

}

.np-tags{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

    flex-wrap:wrap;

}

.np-tags span{

    font-size:13px;

    font-weight:600;

    color:#666;

}

.tag-blue{

    background:#EEF2FF;

    color:#4169E1 !important;

    padding:8px 16px;

    border-radius:30px;

}

.np-project-content h3{

    font-size:31px;

    color:#222;

    margin-bottom:15px;

}

.np-project-content p{

    color:#666;

    font-size:17px;

    line-height:1.8;

    margin-bottom:28px;

}
/*==================================
      PREMIUM HOVER EFFECT
==================================*/

.np-project-card::before{

content:"";

position:absolute;

top:-2px;

left:-2px;

right:-2px;

bottom:-2px;

border-radius:24px;

background:linear-gradient(
135deg,
#4F46E5,
#2563EB,
#60A5FA,
#4F46E5
);

background-size:300% 300%;

opacity:0;

z-index:-1;

transition:.45s;

animation:borderGlow 6s linear infinite;

}

.np-project-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.25);

}

.np-project-card:hover::before{

opacity:1;

}

@keyframes borderGlow{

0%{

background-position:0% 50%;

}

50%{

background-position:100% 50%;

}

100%{

background-position:0% 50%;

}

}

/*==================================
      VIEW WEBSITE BUTTON
==================================*/

.project-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 28px;

background:linear-gradient(135deg,#6C63FF,#4F46E5);

color:#fff;

font-size:16px;

font-weight:600;

border-radius:50px;

text-decoration:none;

transition:.35s;

box-shadow:0 10px 25px rgba(108,99,255,.35);

}

.project-btn span{

font-size:20px;

transition:.35s;

}

.project-btn:hover{

background:linear-gradient(135deg,#2563EB,#4F46E5);

transform:translateY(-3px);

box-shadow:0 18px 40px rgba(37,99,235,.35);

}

.project-btn:hover span{

transform:translateX(8px);

}

/*==================================
      RESPONSIVE
==================================*/

@media(max-width:1024px){

.np-project-grid{

grid-template-columns:1fr;

gap:30px;

}

.np-projects-heading h2{

font-size:42px;

}

.np-project-image img{

height:300px;

}

}

@media(max-width:768px){

.np-projects{

padding:70px 15px;

}

.np-projects-heading h2{

font-size:32px;

}

.np-projects-heading p{

font-size:16px;

}

.np-filter{

flex-wrap:wrap;

gap:12px;

}

.np-filter button{

padding:12px 22px;

font-size:14px;

}

.np-project-image img{

height:220px;

}

.np-project-content{

padding:22px;

}

.np-project-content h3{

font-size:24px;

}

.np-project-content p{

font-size:15px;

}

.project-btn{

width:100%;

justify-content:center;

}

}

@media(max-width:480px){

.np-projects-heading h2{

font-size:28px;

}

.np-project-image img{

height:190px;

}

.np-tags{

gap:8px;

}

.tag-blue{

font-size:12px;

padding:7px 12px;

}

.np-project-content h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2dc20f *//*==================================================
            IMPERIUM TESTIMONIALS
==================================================*/

.id-testimonials{

    padding:90px 20px;

    background:#F8F8FF;

    overflow:hidden;

}

/*==================================================
                HEADING
==================================================*/

.id-heading{

    max-width:900px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;

}

.id-heading h2{

    font-size:52px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

    line-height:1.2;

}

.id-heading h2 span{

    color:#5B5EF7;

}

.id-heading p{

    font-size:18px;

    color:#666;

    line-height:1.8;

    max-width:760px;

    margin:auto;

}

/*==================================================
                RATING BAR
==================================================*/

.id-rating{

    margin-top:30px;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    font-size:17px;

    color:#444;

    font-weight:500;

}

.id-rating .stars{

    color:#FFC107;

    font-size:24px;

    letter-spacing:3px;

}

/*==================================================
                SLIDER
==================================================*/

.id-slider{

    width:100%;

    overflow:hidden;

    position:relative;

}

.id-track{

    display:flex;

    gap:24px;

    width:max-content;

}

/*==================================================
                REVIEW CARD
==================================================*/

.id-card{

    width:300px;

    background:#fff;

    border-radius:22px;

    padding:28px;

    position:relative;

    flex-shrink:0;

    border:1px solid #ECECEC;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.4s ease;

}

/*==================================================
                GOOGLE LOGO
==================================================*/

.google-logo{

    width:34px;

    position:absolute;

    top:22px;

    right:22px;

}

/*==================================================
                CONTENT
==================================================*/

.id-card h3{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:10px;

}

.stars-small{

    color:#FFC107;

    font-size:20px;

    letter-spacing:2px;

    margin-bottom:16px;

}

.id-card p{

    color:#666;

    font-size:15px;

    line-height:1.8;

    margin-bottom:22px;

}

.id-card a{

    text-decoration:none;

    color:#5B5EF7;

    font-weight:600;

    transition:.3s;

}

.id-card a:hover{

    color:#2563EB;

}
/*=========================================
      AUTO SCROLL (NO JAVASCRIPT)
=========================================*/

.id-track{

    animation:scrollReviews 35s linear infinite;

}

.id-slider:hover .id-track{

    animation-play-state:paused;

}

@keyframes scrollReviews{

    0%{

        transform:translateX(0);

    }

    100%{

        transform:translateX(-50%);

    }

}


/*=========================================
      PREMIUM HOVER EFFECT
=========================================*/

.id-card{

    overflow:hidden;

}

.id-card::before{

    content:"";

    position:absolute;

    inset:-2px;

    border-radius:24px;

    background:linear-gradient(
        135deg,
        #5B5EF7,
        #2563EB,
        #00C2FF,
        #5B5EF7
    );

    background-size:300% 300%;

    opacity:0;

    z-index:-1;

    transition:.4s;

    animation:borderGlow 6s linear infinite;

}

.id-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 20px 45px rgba(37,99,235,.22),
        0 0 25px rgba(91,94,247,.18);

}

.id-card:hover::before{

    opacity:1;

}

@keyframes borderGlow{

    0%{

        background-position:0% 50%;

    }

    50%{

        background-position:100% 50%;

    }

    100%{

        background-position:0% 50%;

    }

}


/*=========================================
        SHINE EFFECT
=========================================*/

.id-card::after{

    content:"";

    position:absolute;

    top:-130%;

    left:-45%;

    width:60%;

    height:320%;

    background:rgba(255,255,255,.18);

    transform:rotate(25deg);

    transition:.8s;

}

.id-card:hover::after{

    left:140%;

}


/*=========================================
      GOOGLE LOGO
=========================================*/

.google-logo{

    transition:.35s;

}

.id-card:hover .google-logo{

    transform:rotate(8deg) scale(1.08);

}


/*=========================================
        READ MORE
=========================================*/

.id-card a{

    display:inline-flex;

    align-items:center;

    gap:8px;

}

.id-card a::after{

    content:"→";

    transition:.35s;

}

.id-card:hover a{

    color:#2563EB;

}

.id-card:hover a::after{

    transform:translateX(6px);

}


/*=========================================
        STARS
=========================================*/

.stars-small{

    transition:.35s;

}

.id-card:hover .stars-small{

    letter-spacing:4px;

}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:992px){

.id-card{

    width:260px;

    padding:24px;

}

.id-heading h2{

    font-size:40px;

}

}

@media(max-width:768px){

.id-testimonials{

    padding:70px 15px;

}

.id-heading h2{

    font-size:30px;

}

.id-heading p{

    font-size:16px;

}

.id-rating{

    font-size:14px;

    gap:8px;

}

.id-card{

    width:220px;

    padding:20px;

}

.id-card h3{

    font-size:20px;

}

.id-card p{

    font-size:14px;

}

.google-logo{

    width:28px;

}

.id-track{

    gap:18px;

    animation-duration:28s;

}

}

@media(max-width:480px){

.id-card{

    width:200px;

}

.id-heading h2{

    font-size:26px;

}

.id-rating{

    flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20d2f2f *//*=============================
        WHY US
==============================*/

.id-why-us{

    padding:90px 20px;

    background:#f8f8ff;

}

.id-container{

    max-width:1280px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

/*=============================
        LEFT
==============================*/

.id-left h2{

    font-size:52px;

    font-weight:700;

    line-height:1.1;

    color:#222;

    margin-bottom:35px;

}

.id-left span{

    color:#6B63FF;

}

.id-left ul{

    list-style:none;

    padding:0;

    margin:0;

}

.id-left li{

    display:flex;

    align-items:flex-start;

    gap:16px;

    margin-bottom:22px;

    font-size:20px;

    line-height:1.6;

    color:#444;

}

/*=============================
      CHECK ICON
==============================*/

.check{

    width:34px;

    height:34px;

    min-width:34px;

    border-radius:50%;

    background:#6B63FF;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:18px;

    font-weight:bold;

    box-shadow:0 8px 25px rgba(107,99,255,.30);

}

/*=============================
        RIGHT
==============================*/

.id-right{

    text-align:center;

}

.id-right img{

    width:100%;

    max-width:560px;

    border-radius:25px;

    transition:.4s;

    filter:drop-shadow(0 25px 45px rgba(0,0,0,.15));

}

.id-right img:hover{

    transform:translateY(-8px) scale(1.02);

}

/*=============================
      RESPONSIVE
==============================*/

@media(max-width:991px){

.id-container{

grid-template-columns:1fr;

text-align:center;

}

.id-left li{

justify-content:flex-start;

font-size:18px;

}

.id-left h2{

font-size:42px;

}

.id-right{

margin-top:20px;

}

}

@media(max-width:768px){

.id-why-us{

padding:70px 18px;

}

.id-left h2{

font-size:34px;

}

.id-left li{

font-size:16px;

margin-bottom:18px;

}

.check{

width:30px;

height:30px;

min-width:30px;

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-667b769 *//*=====================================
        FAQ SECTION
======================================*/

.faq-section{

    padding:90px 20px;

    background:#f8f8ff;

}

.faq-container{

    max-width:1150px;

    margin:auto;

}

/*=====================================
        HEADER
======================================*/

.faq-header{

    text-align:center;

    margin-bottom:50px;

}

.faq-header h2{

    font-size:52px;

    font-weight:700;

    color:#222;

    line-height:1.2;

    margin-bottom:18px;

}

.faq-header h2 span{

    color:#6B63FF;

}

.faq-header p{

    max-width:720px;

    margin:auto;

    font-size:18px;

    color:#666;

    line-height:1.8;

}

/*=====================================
        FAQ ITEM
======================================*/

.faq-item{

    background:#fff;

    border-radius:20px;

    margin-bottom:18px;

    overflow:hidden;

    border:1px solid #ECECEC;

    box-shadow:0 8px 22px rgba(0,0,0,.05);

    transition:.35s;

}

.faq-item:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(107,99,255,.12);

}

/*=====================================
        QUESTION
======================================*/

.faq-question{

    width:100%;

    padding:28px 35px;

    background:none;

    border:none;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

    text-align:left;

    font-size:28px;

    font-weight:700;

    color:#222;

    transition:.3s;

}

.faq-question:hover{

    color:#6B63FF;

}

/*=====================================
        ICON
======================================*/

.faq-icon{

    width:42px;

    height:42px;

    min-width:42px;

    border-radius:50%;

    background:#F2EEFF;

    color:#6B63FF;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    font-weight:700;

    transition:.35s;

}

.faq-item.active .faq-icon{

    background:#6B63FF;

    color:#fff;

    transform:rotate(180deg);

}

/*=====================================
        ANSWER
======================================*/

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .45s ease;

}

.faq-item.active .faq-answer{

    max-height:400px;

}

.faq-answer p{

    padding:0 35px 30px;

    color:#666;

    font-size:17px;

    line-height:1.9;

}

/*=====================================
        BORDER
======================================*/

.faq-item.active{

    border-color:#D8D2FF;

}

/*=====================================
        RESPONSIVE
======================================*/

@media(max-width:991px){

.faq-header h2{

font-size:42px;

}

.faq-question{

font-size:22px;

padding:24px;

}

.faq-answer p{

padding:0 24px 24px;

font-size:16px;

}

}

@media(max-width:768px){

.faq-section{

padding:70px 15px;

}

.faq-header h2{

font-size:32px;

}

.faq-header p{

font-size:16px;

}

.faq-question{

font-size:18px;

padding:20px;

}

.faq-icon{

width:36px;

height:36px;

font-size:22px;

}

.faq-answer p{

font-size:15px;

padding:0 20px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1116e7b *//*=========================================
        CONTACT SECTION
=========================================*/

.id-contact{

    padding:90px 20px;

    background:#;

    font-family:'Poppins',sans-serif;

}

.id-contact-container{

    max-width:1250px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

}


/*=========================================
        LEFT SIDE
=========================================*/

.id-contact-left{

    flex:1;

}

.id-contact-left h2{

    font-size:54px;

    line-height:1.1;

    font-weight:700;

    color:#1F2937;

    margin-bottom:20px;

}

.id-contact-left h2 span{

    color:#5B5EF7;

}

.id-contact-left p{

    font-size:20px;

    color:#555;

    line-height:1.8;

    margin-bottom:35px;

    max-width:620px;

}


/*=========================================
        CONTACT INFO
=========================================*/

.id-contact-info{

    display:flex;

    flex-direction:column;

    gap:22px;

    margin-bottom:40px;

}

.contact-item strong{

    display:block;

    font-size:19px;

    color:#222;

    margin-bottom:6px;

}

.contact-item a{

    color:#5B5EF7;

    font-size:19px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.contact-item a:hover{

    color:#2563EB;

}

.contact-item span{

    font-size:18px;

    color:#555;

}


/*=========================================
        BUTTONS
=========================================*/

.id-contact-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-one,
.btn-two{

    text-decoration:none;

    padding:18px 36px;

    border-radius:50px;

    font-size:16px;

    font-weight:600;

    transition:.35s;

    display:inline-flex;

    align-items:center;

    justify-content:center;

}

.btn-one{

    background:#2F2F2F;

    color:#fff;

}

.btn-one:hover{

    background:#fcfcfc;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(37,99,235,.25);

}

.btn-two{

    background:#5B5EF7;

    color:#fff;

}

.btn-two:hover{

    background:#fcfcfc;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(37,99,235,.25);

}


/*=========================================
        MAP
=========================================*/

.id-contact-map{

    flex:1;

    height:600px;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

    border:1px solid #ECECEC;

}

.id-contact-map iframe{

    width:100%;

    height:100%;

    display:block;

}


/*=========================================
        HOVER
=========================================*/

.id-contact-map:hover{

    transform:translateY(-8px);

    transition:.4s;

    box-shadow:0 25px 55px rgba(37,99,235,.18);

}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1100px){

.id-contact-container{

    flex-direction:column;

}

.id-contact-left{

    text-align:center;

}

.id-contact-left p{

    margin:auto auto 35px;

}

.id-contact-buttons{

    justify-content:center;

}

.id-contact-map{

    width:100%;

    height:500px;

}

}

@media(max-width:768px){

.id-contact{

    padding:70px 18px;

}

.id-contact-left h2{

    font-size:38px;

}

.id-contact-left p{

    font-size:17px;

}

.contact-item strong{

    font-size:17px;

}

.contact-item a,

.contact-item span{

    font-size:16px;

}

.btn-one,

.btn-two{

    width:100%;

    padding:16px;

}

.id-contact-map{

    height:380px;

}

}

@media(max-width:480px){

.id-contact-left h2{

    font-size:30px;

}

.id-contact-left p{

    font-size:15px;

}

.contact-item strong{

    font-size:16px;

}

.contact-item a,

.contact-item span{

    font-size:15px;

}

.id-contact-map{

    height:320px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af3a38a */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700;800;900&display=swap');

.solutions-360-section {
  background-color: #ffffff !important;
  padding: 60px 20px 80px 20px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-align: center !important;
  overflow: hidden !important;
}

/* --- Top 360 Header --- */
.header-360 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 40px !important;
}

.header-360 .sub-heading {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin-bottom: -10px !important;
}

.header-360 .title-360 {
  font-size: 130px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #6352ff !important;
  margin: 0 !important;
  letter-spacing: -4px !important;
  display: flex !important;
  align-items: center !important;
}

.header-360 .zero-wrapper {
  position: relative !important;
  display: inline-block !important;
}

.header-360 .degree-symbol {
  font-size: 45px !important;
  position: absolute !important;
  top: 10px !important;
  right: -25px !important;
  color: #1a202c !important;
  font-weight: 800 !important;
}

.header-360 .sub-caption {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin-top: -5px !important;
}

/* --- Fanned Cards Layout --- */
.cards-fan-container {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding-top: 20px !important;
  height: 320px !important;
}

.fan-card {
  width: 200px !important;
  height: 270px !important;
  background: linear-gradient(145deg, #1d0c6b 0%, #2b1192 50%, #170754 100%) !important;
  border-radius: 18px !important;
  padding: 20px 15px !important;
  box-shadow: 0 12px 30px rgba(27, 9, 95, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  margin: 0 -15px !important;
  transform-origin: bottom center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  z-index: 1 !important;
}

/* Specific Fan Angles */
.fan-card.card-1 {
  transform: rotate(-15deg) translateY(10px) !important;
}

.fan-card.card-2 {
  transform: rotate(-5deg) translateY(-10px) !important;
  z-index: 2 !important;
}

.fan-card.card-3 {
  transform: rotate(5deg) translateY(-10px) !important;
  z-index: 2 !important;
}

.fan-card.card-4 {
  transform: rotate(15deg) translateY(10px) !important;
}

/* Card Content Styling */
.card-inner {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
  color: #ffffff !important;
}

.card-icon {
  font-size: 38px !important;
  margin-top: 10px !important;
}

.card-heading {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: 0.8px !important;
  margin: 10px 0 0 0 !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.card-tagline {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #c4b8ff !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.3 !important;
}

/* Hover Effect */
.fan-card:hover {
  transform: scale(1.05) translateY(-20px) rotate(0deg) !important;
  z-index: 10 !important;
  box-shadow: 0 20px 40px rgba(99, 82, 255, 0.4) !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .header-360 .title-360 {
    font-size: 90px !important;
  }
  
  .cards-fan-container {
    flex-wrap: wrap !important;
    height: auto !important;
    gap: 15px !important;
  }
  
  .fan-card {
    transform: none !important;
    margin: 0 !important;
    width: 45% !important;
    height: 220px !important;
  }
  
  .fan-card.card-1,
  .fan-card.card-2,
  .fan-card.card-3,
  .fan-card.card-4 {
    transform: none !important;
  }
}/* End custom CSS */