/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Astra Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachild
*/
.single-post article {
    margin-top: 7% !important;
}
p {
    margin-bottom: 10px !important;
}
.home-form-wrap span.wpcf7-spinner, .contact-form-wrap span.wpcf7-spinner{
    display: none;
}
span.guess-title {
    background: #fff;
    padding: 0px 60px 5px 10px;
    border-radius: 50px;
    position: relative;
}
span.guess-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(https://i-goc.org/aiqbq/wp-content/uploads/2026/01/question-1.png) no-repeat;
    background-size: cover;
    top: 4px;
}
/* Grid */
.career-form-wrap .cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 15px;
}
.career-form-wrap .cf7-field input {
    padding: 10px !important;
    margin: 4px;
/*     border-radius: 6px !important; */
}
.career-form-wrap .cf7-submit-wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
/* Grid */
.home-form-wrap .cf7-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
/* Span 2 columns */
.cf7-field.span-2 {
  grid-column: span 2;
}

/* Input style */
.cf7-field input, .cf7-field select, .cf7-field textarea {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 12px 0 !important;
    font-size: 15px !important;
    background: transparent;
    outline: none;
    border-radius: 0 !important;
height: auto !important;
	font-family: 'Montserrat' !important;
}



/* Placeholder */
.cf7-field input::placeholder,
.cf7-field textarea::placeholder {
  color: #777;
}

/* Remove CF7 default margin */
.wpcf7-form-control-wrap {
  display: block;
}

/* Submit section */
.cf7-submit-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
 
}

/* Submit button */
.cf7-submit-wrap input[type="submit"] {
  background: linear-gradient(90deg, #ff8a00, #ff5f2e);
  border: none;
  color: #fff;
  padding: 20px 50px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
}

/* Arrow circle */
.cf7-arrow {
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #ff8a00, #ff5f2e);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
  .cf7-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cf7-field.span-2 {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }

  .cf7-field.span-2 {
    grid-column: span 1;
  }

  .cf7-title {
    font-size: 32px;
  }
}

.footer-nav-wrap a {
    color: #fff;
}
.social-bar {
  background: #000;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.social-bar img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); /* makes icons white */
  transition: opacity 0.3s ease;
}

.social-bar a:hover img {
  opacity: 0.7;
}
.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
    position: relative;
}
.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row:before {
	content: '';
    position: absolute;
	width: 100%;
	background: #fff;
	height: 1px;
	top: -10px;
}
.ast-builder-footer-grid-columns p {
    color: #fff;
    font-size: 14px;
}
    .services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  cursor: pointer;
	 display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical center */
    align-items: center;       /* horizontal center */
}

.service-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  transition: all 0.35s ease;
  display: inline-block;
}

/* Title */
.service-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

/* Active & Hover */
.service-card.active,
.service-card:hover {
  /*background: linear-gradient(135deg, #ff8c3a, #ff6a00);*/
	background: linear-gradient(135deg, #ffb27c, #ff6a00);
  transform: scale(1.05);
}

.service-card.active h4,
.service-card:hover h4 {
  color: #fff;
}

/* Icon turns white (SVG preferred) */
.service-card.active img,
.service-card:hover img {
  filter: brightness(0) invert(1);
}

.ser-card1 {
    width: 75%;
    height: 200px;
}
.ser-card6 {
    width: 80%;
    height: 220px;
}
.ser-card2 {
    height: 250px;
}
.ser-card3 {
    width: 67%;
    height: 190px;
    margin-top: -30px;
}
.ser-card1, .ser-card4, .ser-card5 {
    float: right;
}
.ser-card4, .ser-card5 {
    width: 60%;
}
.explore-btn2 a{
	position: relative;
}
.explore-btn2 a:after{
	content: '';
	position: absolute;
	background: url('https://i-goc.org/aiqbq/wp-content/uploads/2025/12/wht-arrow.png') no-repeat;
	right: 0;
	top: 0;
    width: 54px;
    height: 54px;
    background-size: 100%;
}
.inno-explore-btn{
	position: relative;
}
.inno-explore-btn:after{
	content: '';
	position: absolute;
	background: url('https://i-goc.org/aiqbq/wp-content/uploads/2025/12/wht-arrow.png') no-repeat;
	right: 0;
	top: 0;
    width: 54px;
    height: 54px;
    background-size: 100%;
}

.contact-icon .elementor-icon {
    height: 80px;
    width: 80px;
    line-height: 52px;
}

.contact-form-wrap {
  width: 100%;
}

/* 2-column grid */
.contact-form-wrap .cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* Default fields */
.contact-form-wrap .cf7-field input,
.contact-form-wrap .cf7-field select,
.contact-form-wrap .cf7-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

/* Full width fields */
.contact-form-wrap .cf7-field.full {
  grid-column: 1 / -1;
}

/* Message height */
.contact-form-wrap .cf7-field textarea {
  min-height: 140px;
}

/* Mobile: single column */
@media (max-width: 768px) {
  .contact-form-wrap .cf7-grid {
    grid-template-columns: 1fr;
  }
}



.service-statistics-wrap .elementor-counter-title {
    text-align: center;
}

.faqs-section .wpr-accordion-item-wrap button.wpr-acc-button.wpr-acc-active {
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 20px 20px 0 0 !important;
}
.faqs-section .wpr-accordion-item-wrap .wpr-acc-panel.wpr-acc-panel-active {
    border-radius: 0 0 20px 20px !important;
    padding-top: 0 !important;
}

.btn-innovative{
	position: relative;
}
.btn-innovative:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100% !important;
    background: url(https://i-goc.org/aiqbq/wp-content/uploads/2026/02/data-driven.png) no-repeat;
    left: 12px;
    top: 11px;
}
.btn-innovative2{
	position: relative;
}
.btn-innovative2:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100% !important;
    background: url(https://i-goc.org/aiqbq/wp-content/uploads/2026/02/data-driven.png) no-repeat;
left: 26%;
    top: 12px;
}
.explore-btn{
	position: relative;
}
.explore-btn:after{
content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-size: 100% !important;
    background: url(https://i-goc.org/aiqbq/wp-content/uploads/2026/02/arr-icon.png) no-repeat;
    right: -18px;
    top: 8px;
}
.explore-btn:before{
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 1px;
	    background-size: 100% !important;
	    background: #FC8D4D;
	    left: 0px;
	    bottom: 4px;
}
.faqs-section .wpr-accordion-item-wrap button.wpr-acc-button.wpr-acc-active {
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 20px 20px 0 0 !important;
}
.faqs-section .wpr-accordion-item-wrap .wpr-acc-panel.wpr-acc-panel-active {
    border-radius: 0 0 20px 20px !important;
    padding-top: 0 !important;
}

.service-card {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.service-card:hover .elementor-counter-title, .service-card:hover .elementor-counter-number-wrapper{
	color: #fff !important;
}

.logo-swiper .swiper-slide {
  width: auto;
}
.logo-swiper img:hover {
  transform: scale(1.05);
}

    .logo-swiper {
  padding: 40px 0;
}

.logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-swiper img {
  max-width: 180px;
  height: auto;
  filter: grayscale(100%) brightness(0.2);
  opacity: 0.6;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover effect */
.logo-swiper img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}


    .brand-slider {
  width: 100%;
  padding: 40px 0 !important;
      padding-bottom: 80px !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.card {
  width: 280px;
  /*height: 340px;*/
  /*background: #fff;*/
  border-radius: 22px;
  overflow: hidden;
  /*box-shadow: 0 20px 40px rgba(0,0,0,0.1);*/
  position: relative;
  transition: 0.4s ease;
}

.card img {
     width: 100%;
    height: 100%;
    object-fit: cover;
}

.card h3 {
/*    padding: 16px;
    font-size: 24px;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    top: 90px;
    color: #fff;
    font-weight: 500;*/
    
     position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;

  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  transition: 0.4s;
}

/* Hover content */
/*.hover-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, #ffb27c, #ff5f00);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}
.hover-content p {
    font-size: 20px;
}*/
.hover-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(60deg, #ffb27c, #ff5f00);
  color: #fff;

  display: flex;
  flex-direction: column;   /* IMPORTANT */
  align-items: center;      /* horizontal center */
  justify-content: center;  /* vertical center */

  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}

.hover-content p {
  font-size: 20px;
  margin-bottom: 15px;
}

.hover-read a {
  display: inline-block;
  padding: 8px 18px;
  background: #fff;
  color: #ff5f00;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
}

/* Hover effects */
.card:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
}

.card:hover h3,
.card:hover img {
  opacity: 0;
}
.brand-slider .swiper-button-next, .brand-slider .swiper-button-prev {
    top: auto !important;
    bottom: 5px;
}
.brand-slider .swiper-button-next {
    left: 80px;
}
.brand-slider .swiper-button-prev {
    left: 20px !important;
}
.brand-slider .swiper-button-next:after {
    content: '' !important;
    background: url(https://i-goc.org/aiqbq/wp-content/uploads/2026/01/right-1.png) no-repeat !important;
    position: absolute !important;
    width: 45px !important;
    height: 45px !important;
    background-size: 100% !important;
}
.brand-slider .swiper-button-prev:after {
    content: '' !important;
    background: url(https://i-goc.org/aiqbq/wp-content/uploads/2026/01/left1.png) no-repeat !important;
    position: absolute !important;
    width: 45px !important;
    height: 45px !important;
    background-size: 100% !important;
}
.brand-card1 {
    margin-top: -40px !important;
}
.brand-card2 {
    margin-top: 40px !important;
}
.brand-card3 {
    margin-top: 40px !important;
}
.brand-card4 {
    margin-top: 40px !important;
}
.brand-card5 {
    margin-top: -30px !important;
}

    .ai-card-wrapper {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.ai-card2 {
  background: rgba(255,255,255,1);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  /*box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
  border: 1px solid #ccc;
  padding: 16px;
  color: #fff;
}

.top-card {
  position: relative;
  z-index: 2;
}



.ai-card2 img {
  width: 100%;
  border-radius: 18px;
}

.ai-card-content h3 {
  font-size: 18px;
  margin: 12px 0;
  line-height: 1.3;
}

.top-card .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.2);
  font-size: 14px;
  top: 50%;
  left: 30px;
  position: absolute;
  z-index: ;
}






.blog-container {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* LEFT IMAGE */
.image-card {
  position: relative;
  width: 48%;
  border-radius: 24px;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* BUTTON OVER IMAGE */
.image-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

a.blog-explore-btn {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #fff;
  padding: 14px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}
a.blog-explore-btn{
    position: relative;
}
a.blog-explore-btn:after{
/*	content: '';
	position: absolute;
	background: url('https://i-goc.org/aiqbq/wp-content/uploads/2025/12/wht-arrow.png') no-repeat;
	right: 0;
	top: 0;
    width: 54px;
    height: 54px;
    background-size: 100%;*/
    
    	content: '';
	position: absolute;
	background: url('https://i-goc.org/aiqbq/wp-content/uploads/2025/12/wht-arrow.png') no-repeat;
right: -47px;
    top: -4px;
    width: 50px;
    height: 50px;
    background-size: 100%;
}
/* RIGHT CONTENT */
.content {
  width: 52%;
}

/* ACCORDION CARD */
.accordion-item {
  background: #f5f5f5;
  border-radius: 22px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.accordion-item.active {
  background: #f7f7f7;
}

/* HEADER */
.accordion-header {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  max-width: 85%;
}

/* BODY */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  color: #555;
  transition: 0.4s ease;
}

.accordion-item.active .accordion-body {
  max-height: 120px;
  padding-bottom: 22px;
}

/* ARROW IMAGE */
.arrow-circle {
  width: 52px;
  height: 52px;
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-img {
  width: 28px;
  height: 28px;
  transition: 0.3s ease;
   transform: rotate(30deg);
   transition: transform 0.3s ease, filter 0.3s ease;
}

/* CHANGE IMAGE ON ACTIVE */
.accordion-item.active .arrow-img {
  /*content: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Orange_arrow_right.svg/512px-Orange_arrow_right.svg.png");*/
  transform: rotate(-30deg);
    filter: brightness(0) saturate(100%) invert(56%) sepia(90%) saturate(500%) hue-rotate(5deg);
  
}
.accordion-item.active .arrow-circle {

  background: #fff;

}

/* TARGET ONLY THIS BUTTON */
.explore-btn2 a, .inno-explore-btn a {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

/* SLIDING BACKGROUND */
.explore-btn2 a::before, .inno-explore-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.4s ease;
    z-index: -1;
   
}

/* HOVER EFFECT */
.explore-btn2 a:hover::before, .inno-explore-btn a:hover::before {
    left: 0;
}

.explore-btn2 a:hover, .inno-explore-btn a:hover {
    color: #fff !important;
}

.main-header-bar {
  position: absolute;
  width: 100%;
    background: #101415 !important;
    box-shadow: none;
    z-index: 999 !important;
    border-bottom: 1px solid rgb(70 70 76 / 0.3) !important;
}
.main-header-bar.scrolled {
  position: fixed;
  top: 0;
  background: #101415 !important; /* change color if needed */
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) ;
  transition: all 0.4s ease;
	border: 1px solid rgb(70 70 76 / 0.3) !important;
}
.main-header-bar.scrolled a{
color: #c0c6de !important;
}
.main-header-bar.scrolled a:hover{
color: #ffffff !important;
}
.main-header-bar a:hover{
color: #ffffff !important;
}
/* default (transparent state) */
.main-header-bar .main-header-menu a {
  color: #ffffff;
}

/* after scroll */
.main-header-bar.scrolled .main-header-menu a {
  color: #000000;
}

/************** AI Pages css **********/

.faqs-section .elementor-accordion-item {
    position: relative;
    border-radius: 22px;
    padding: 15px 30px;
    /* overflow: hidden; */
    background: #070d13;
    border: 1px solid rgba(76, 215, 246, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 40px rgba(0, 0, 0, 0.45);
    margin: 20px 0;
}

.faqs-section .elementor-accordion-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(76, 215, 246, 0.3) 0%, rgba(210, 187, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}




/* SECTION */
.industry-section{
    padding:50px 40px;
    overflow:visible ;
    padding-top: 0px;
}

/* SWIPER */
.industrySwiper{
    width:100%;
    padding-bottom:20px;
	padding-top: 10px !important;
/*     overflow: visible !important; */
}

/* CARD */
.industry-card{
    position:relative;
	z-index: 2;
    min-height:330px;
        width: 100%;
    padding:38px 38px 32px;
    border-radius:24px;
background: rgba(29, 32, 34, 0.4) !important;
/*     background:
        linear-gradient(180deg,#0d1318 0%, #090d12 100%); */

    border:1px solid rgba(57,115,144,0.55);

    transition:
        border 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;

/*     overflow:hidden; */
}

/* HOVER EFFECT */
.industry-card:hover{
    border:2px solid #1ea7ff;
    transform:translateY(-6px);
    box-shadow:
        0 0 30px rgba(30,167,255,0.18),
        inset 0 0 0 1px rgba(255,255,255,0.04);
}

/* TOP QUOTE */
.quote-icon{
    position:absolute;
    top:22px;
    right:26px;
    font-size:72px;
    line-height:1;
    color:#2f5f74;
    font-weight:700;
    opacity:0.85;
}

/* TEXT */
.industry-text{
    font-size:16px;
    line-height:1.55;
    color:#e8e8e8;
    font-style:italic;
    font-weight:500;
    margin-bottom:48px;
/*     max-width:95%; */
	 position:relative;
	z-index: 1;
}

/* AUTHOR */
.author-wrap{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:auto;
}

.author-img{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#3b3f44;
    flex-shrink:0;
}

.author-name{
    font-size:15px;
    font-style:italic;
    font-weight:600;
    color:#f2f2f2;
    margin-bottom:2px;
}

.author-role{
    font-size:13px;
    color:#b9b9b9;
    font-style:italic;
    line-height: 20px;
}

/* SWIPER SPACING */
.swiper-slide{
    height:auto;
}

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

    .industry-section{
        padding:60px 20px;
    }

    .industry-card{
        min-height:auto;
        padding:30px 24px;
    }

    .industry-text{
        font-size:18px;
    }

}



/* SECTION */

.case-study-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

@media(max-width:991px){
    .case-study-grid{
        grid-template-columns:1fr;
    }
}

/* CARD */

.case-card{
    position:relative;
    height:370px;
    border-radius:34px;
    overflow:hidden;
    cursor:pointer;
    isolation:isolate;
}

/* IMAGE */

.case-card img{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:transform 0.7s ease;
}

/* IMAGE ZOOM INSIDE ONLY */

.case-card:hover img{
    transform:scale(1.12);
}

/* DARK OVERLAY */

.case-card::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.78) 8%,
            rgba(0,0,0,0.28) 42%,
            rgba(0,0,0,0.18) 100%
        );

    z-index:1;
}

/* BLUE GLOW */

.case-card::after{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(0,153,255,0.18),
            transparent 35%,
            transparent 65%,
            rgba(0,153,255,0.12)
        );

    z-index:1;
}

/* CONTENT */

.case-content{
    position:absolute;
    left:38px;
    right:38px;
    bottom:38px;

    z-index:3;
}

/* TAG */

.case-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 18px;

    border-radius:50px;

    font-size:10px;
    font-weight:600;

    margin-bottom:22px;
}

/* TAG COLORS */

.blue-tag{
    background:#39c7ff;
    color:#072433;
}

.purple-tag{
    background:#d7b7ff;
    color:#4d2476;
}

/* TITLE */

.case-title{
    color:#fff;
    font-size:26px;
    font-weight:600;
    line-height:1.08;
    margin-bottom:18px;
}

/* DESCRIPTION */

.case-desc{
    color:#e9e9e9;
    font-size:15px;
    line-height:1.4;
    font-weight:500;
}
.case-btn, .case-btn:hover, .case-btn:focus, .case-btn:active{
    color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: 600;
}
.case-btn:after{
	content: '\f061';
    top: 0;
	right: -20px;
	position: absolute;
	font-family: 'FontAwesome';
}


/* RESPONSIVE */

/*@media(max-width:1400px){*/

/*    .case-title{*/
/*        font-size:22px;*/
/*    }*/

/*    .case-desc{*/
/*        font-size:22px;*/
/*    }*/

/*}*/

@media(max-width:768px){
    .case-card{
        height:420px;
        border-radius:24px;
    }

    .case-content{
        left:24px;
        right:24px;
        bottom:24px;
    }

    .case-title{
        font-size:34px;
    }

    .case-desc{
        font-size:22px;
    }

}

/**************************LP CSS****************************/

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
    align-items: center !important;
}
.footer-logo{
	margin-bottom: 10px;
}
/* Default Background */
.middle-box{
    background: #060b12;
    transition: all 0.4s ease;
}



/* Hover Background */
.middle-box:hover{
    background: linear-gradient(
        135deg,
        #17002f 0%,
        #3d008f 45%,
        #6a00ff 100%
    ) !important;
    transform: translateY(-5px);
}



.middle-box:hover::before{
    opacity: 1;
}

/* Main Big Star */
.middle-box::after{
    content: "✦";
    position: absolute;
    top: 35px;
    right: 70px;
    font-size: 110px;
    line-height: 1;
    color: rgba(220,180,255,0.22);

    text-shadow:
        0 0 20px rgba(190,130,255,0.7),
        0 0 60px rgba(190,130,255,0.5);

    opacity: 0;
    transform: scale(0.7);
    transition: all 0.4s ease;
}

.middle-box:hover::after{
    opacity: 1;
    transform: scale(1);
}

/* Small Stars */
.middle-box .star{
    position: absolute;
    color: rgba(220,180,255,0.35);
    opacity: 0;
    transition: all 0.4s ease;
    text-shadow: 0 0 20px rgba(190,130,255,0.8);
}

.middle-box .star1{
    top: 28px;
    right: 28px;
    font-size: 38px;
}

.middle-box .star2{
    top: 110px;
    right: 35px;
    font-size: 28px;
}

.middle-box:hover .star{
    opacity: 1;
}

.pum-title.popmake-title {
    font-weight: 600 !important;
}

.case-studies-btn a{
        background: rgba(29, 32, 34, 0.4);
    backdrop-filter: blur(24px);
    border: 2px solid rgba(144, 144, 151, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.case-studies-btn a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(76, 215, 246, 0.3) 0%, rgba(210, 187, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.book-btn a{
     background-image: linear-gradient(to right, #4cd7f6, #d2bbff);
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(76, 215, 246, 0.2);
    transition: all 0.3s ease;
} 
.glass-card{
    background: rgba(29, 32, 34, 0.4) !important;
    backdrop-filter: blur(24px);
    border: 1px solid rgba(144, 144, 151, 0.2) !important;
    position: relative !important;
    overflow: hidden;
}
.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(76, 215, 246, 0.3) 0%, rgba(210, 187, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
a.best-sftwr {
    background-color: rgb(16 20 21 / 0.5);
    border: 1px solid rgb(255 255 255 / 0.1);
    padding: 15px 20px;
    border-radius: 15px;
    color: rgba(76, 215, 246, 1);
    font-weight: 600;
    font-size: 15px;
    word-break: unset;
    margin-top: 15px !important;
    display: block;
}

/* =========================
   PLATFORM BAR
========================= */

.platform-bar{
display: flex;
    align-items: center;
    gap: 22px;
    background: #0b1117;
    padding: 0px 0px;
    border-radius: 0px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.04); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);*/
}


/* =========================
   ITEM
========================= */

.platform-item{

    display:flex;
    align-items:center;
    gap:5px;

    color:#8b8f97;

    font-size:15px;
    font-weight:600;

    transition:0.3s ease;
    cursor:pointer;
}

.platform-item:hover{
    color:#ffffff;
    transform:translateY(-1px);
}


/* =========================
   ICON
========================= */

.platform-item i{

    font-size:20px;
}


/* =========================
   INDIVIDUAL ICON COLORS
========================= */

.chatgpt i{
    color:#27c1e6;
}

.google i{
    color:#b48cff;
}

.gemini i{
    color:#2dbdf0;
}

.perplexity i{
    color:#9c7cff;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .platform-bar{
        gap:18px;
        padding:16px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .platform-item{
        font-size:15px;
    }

    .platform-item i{
        font-size:20px;
    }
}


.optim-card {
    min-height: 350px;
}

.book-btn a{
     background-image: linear-gradient(
        to right,
        #4cd7f6,
        #d2bbff
    );

    border: none;
    border-radius: 10px;

    padding: 12px 28px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    box-shadow: 0 0 20px rgba(76, 215, 246, 0.2);

    transition: all 0.3s ease;
}



/* =========================
   CARD
========================= */

.ai-card{

    position:relative;

    width:280px;

    padding:28px 30px;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        rgba(17,24,39,0.95),
        rgba(10,15,25,0.95)
    );

    border:1px solid rgba(76,215,246,0.18);

    box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 20px 40px rgba(0,0,0,0.45);

    overflow:hidden;
     animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;
}


/* Glow Effect */

.ai-card::before{

    content:"";

    position:absolute;

    top:-40px;
    left:-40px;

    width:120px;
    height:120px;

    background:rgba(76,215,246,0.08);

    border-radius:50%;

    filter:blur(10px);
}


/* =========================
   CONTENT
========================= */

.ai-content{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    gap:18px;
}


/* =========================
   ICON CIRCLE
========================= */

.icon-box{

    width:62px;
    height:62px;

    min-width:62px;

    border-radius:50%;

    background:rgba(76,215,246,0.12);

    display:flex;
    justify-content:center;
    align-items:center;
}


/* =========================
   ICON
========================= */

.material-symbols-outlined{
    color:#42d9ff;
    font-size:34px;
}


/* =========================
   TEXT
========================= */

.label{

    color:#d1d5db;

    font-size:14px;
    font-weight:600;

    margin-bottom:8px;
}

.score{

    color:#42d9ff;

    font-size:30px;
    font-weight:800;

    line-height:1;
}

@keyframes pulse{

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

    50%{
        /*transform:scale(1.03);*/
        opacity:0.6;
    }
}
/* =========================
   RESPONSIVE
========================= */

@media(max-width:480px){

    .ai-card{
        width:90%;
    }

    .score{
        font-size:42px;
    }
}



/* =========================
   GLOBAL
========================= */


/* =========================
   SECTION
========================= */

.ai-section{

    width:100%;
    /*max-width:1680px;*/

    display:grid;
    grid-template-columns:repeat(1, 1fr);

    gap:38px;
}


/* =========================
   COMMON CARD
========================= */

    .gradient-text-box{
        text-align: center;
		display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    }
    .gradient-text-box h5{
            font-size: 14px !important;
            color: #fff;
            margin-bottom: 13px;
    }
    .gradient-text-box p{
         background: linear-gradient(135deg, #acedff 0%, #d2bbff 100%);
         -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px !important;
    font-weight: 700;
    }
.old-way {
    min-height: 275px;
}      

.brand-card{

    position:relative;

    /*min-height:360px;*/

    border-radius:22px;

    padding:30px 25px;

    /*overflow:hidden;*/

    background:#070d13;

    border:1px solid rgba(76,215,246,0.18);

    box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 0 40px rgba(0,0,0,0.45);
}


/* =========================
   LEFT CARD
========================= */

.old-way i, .optim-card i{

    font-size:42px;
    color:#d1d5db;

    margin-bottom:15px;

    display:inline-block;
}

.old-way h2, .optim-card h2{

    color:#d5d7db;

    font-size:22px;
    font-weight:700;

    margin-bottom:10px;
}

.old-way p, .optim-card p{

    color:#b7bcc5;

    font-size:17px;
    line-height:1.5;
}
.optim-card img {
    width: 21%;
    margin-bottom: 20px;
}
.optim-card img {
    width: 21% ;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.optim-card:hover img {
    transform: scale(1.1);
}

.entity-box img {
    transition: transform 0.5s ease;
	width: 13%;
}

/* Hover Effect */
.entity-box:hover img {
    transform: scale(1.1) rotate(10deg);
}
/* =========================
   CENTER CARD
========================= */

.ai-shift{

    background:
    linear-gradient(
        180deg,
        #1b0050 0%,
        #3f008d 58%,
        #7300db 100%
    );

    border:1px solid rgba(190,120,255,0.28);
}

.ai-shift h2{

    color:#ffffff;

    font-size:40px;
    font-weight:800;

    margin-bottom:26px;
}

.ai-shift p{

    color:#ffffff;

    font-size:16px;
    line-height:1.45;

    max-width:420px;
}


/* Floating Stars */

.stars{

    position:absolute;

    top:22px;
    right:34px;

    opacity:0.22;
}

.stars i{

    position:absolute;
    color:#ffffff;
}

.star-big{
    font-size:90px;
    top:0;
    right:0;
}

.star-small-1{
    font-size:42px;
    top:-6px;
    right:44px;
}

.star-small-2{
    font-size:52px;
    top:72px;
    right:18px;
}


/* Bottom Prompt */

.prompt-box{

    position:absolute;

    left:40px;
    right:40px;
    bottom:38px;

    background:rgba(18,0,40,0.62);

    border:1px solid rgba(255,255,255,0.12);

    border-radius:18px;

    padding:28px 26px;

    color:#45ddff;

    font-size:18px;
    font-weight:700;

    backdrop-filter:blur(6px);
}


/* =========================
   RIGHT CARD
========================= */

.verdict{

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.verdict-label{

    color:#b9bcc2;

    font-size:18px;
    font-weight:700;

    margin-bottom:28px;
}

.verdict h2{

    font-size:34px;
    line-height:1.35;
    font-weight:800;

    background:linear-gradient(
        to right,
        #bfe5ff,
        #d8d6ff,
        #bca9ff
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .ai-section{
        grid-template-columns:1fr;
    }

    .ai-card{
        min-height:auto;
    }

    .prompt-box{
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;
        margin-top:40px;
    }
}




@media screen and (max-width: 767px) {
	.service-card {
    width: 100% !important;
}
	.ser-card2, .ser-card6 {
    height: auto;
}
	.ser-card3 {
    margin-top: auto;
}
.image-box-mob .elementor-image-box-wrapper {
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
	.image-box-mob .elementor-image-box-wrapper br{
		display: none;
	}
	.image-box-mob .elementor-image-box-wrapper h3.elementor-image-box-title {
    margin-bottom: 0 !important;
}
	.blog-container {
    flex-direction: column;
}
	.image-card {
    width: 100% !important;
	}
	.content {
    width: 100% !important;
}
.testimonial-card {
    width: 100% !important;
    min-height: 354px !important;
    margin: 0 auto !important;
    max-width: 72% !important;
}
	.service-card.ser-card1, .service-card.ser-card2, .service-card.ser-card3, .service-card.ser-card4, .service-card.ser-card5, .service-card.ser-card6 {
    height: auto;
    margin: 11px !important;
    width: 43% !important;
		        padding: 30px 20px;
}
	.service-card span.elementor-counter-number {
    font-size: 40px;
}
.service-card .elementor-counter-title {
    line-height: 22px !important;
	margin-top: 10px !important;
}
	.btn-innovative a {
    width: 100% !important;
}
	.btn-innovative {
    width: 100% !important;
    margin-left: 0 !important;
}
	.btn-innovative2 a {
    width: 100% !important;
	}
	.btn-innovative:before, .btn-innovative2:before {
    left: 72px;
}
	.ai-card {
    height: 385px !important;
	}
	.pill {
    bottom: 40px;
	}
	.speech-bubble {
    height: 355px !important;
	}
	.home-form-wrap .cf7-grid {
    grid-template-columns: repeat(1, 1fr);
}
	span.guess-title {
    background: transparent;
    padding: 0;
	}
	span.guess-title:after{
		content: none;
	}
	.inno-explore-btn:after {
    right: 92px;
}
	.career-form-wrap .cf7-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 15px;
}
}