
.whatsapp-chat-icon
{
    right: 8%;
    bottom: 30px;
    background: unset;
    opacity: 1;
    width: 60px;
    height: 60px;
	position: fixed;
	z-index: 9;
}

.whatsapp-chat-icon img
{
    width:100%;
}

.process-work .paralax-image img
{
    width:100%;
}

.twitter-logo:hover .twitter-front
{
    display:none;
}

.twitter-logo:hover .twitter-hover
{
    display:inline-block !important;
}

@media only screen and (max-width: 991px) {
   .whatsapp-chat-icon
    {
        right: 20%;
        bottom: 3px;
        width: 50px;
        height: 50px;
    }
    
    
	
	.process-work .content
	{
	    margin-left:0px;
	}
}

.mainmenu > .menu-item-has-children .axil-submenu li a::after {
    display: none !important;
}

/*.banner.banner-style-1 .banner-thumbnail {*/
/*    margin-top: 180px;*/
/* }*/
/* =========================
   FIRST LEVEL SUBMENU (Services)
========================= */
.mainmenu > li > .axil-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: none;
    z-index: 999;
}

.mainmenu > li.menu-item-has-children:hover > .axil-submenu {
    display: block;
}

/* =========================
   SUBMENU ITEMS
========================= */
.axil-submenu li {
    position: relative;
}

.axil-submenu li a {
    display: block;
    padding: 10px 20px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}

.axil-submenu li a:hover {
    background: #f5f5f5;
    color: #000;
}

/* =========================
   SECOND LEVEL SUBMENU (Digital Marketing → RIGHT)
========================= */
.axil-submenu .menu-item-has-children > .child-submenu {
    position: absolute;
    top: 0;
    left: 100%;          /* 🔥 RIGHT SIDE */
    margin-left: 12px;
    min-width: 240px;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: none;
    z-index: 1000;
}

/* Show Digital Marketing submenu on hover */
.axil-submenu .menu-item-has-children:hover > .child-submenu {
    display: block;
}

/* =========================
   ARROW INDICATOR (OPTIONAL)
========================= */


/* =========================
   MOBILE SAFETY
========================= */
@media (max-width: 991px) {
    .mainmenu {
        flex-direction: column;
    }

    .mainmenu > li > .axil-submenu,
    .axil-submenu .child-submenu {
        position: static;
        display: none;
        box-shadow: none;
        margin-left: 0;
    }

    .mainmenu > li.menu-item-has-children:hover > .axil-submenu,
    .axil-submenu .menu-item-has-children:hover > .child-submenu {
        display: block;
    }
}

/* ===== Brand Slider Wrapper ===== */
.brand-slider {
    margin-top: 40px;
}

/* ===== Brand Card ===== */
.brand-grid {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    transition: all 0.35s ease;
    backdrop-filter: blur(6px);
}

/* Logo Image */
.brand-grid img {
    max-height: 200px;
    max-width: 100%;
    opacity: 0.65;
    filter: grayscale(100%);
    transition: all 0.35s ease;
}

/* Hover Effect */
.brand-grid:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.brand-grid:hover img {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.08);
}

/* Highlight Active Brand */
.brand-grid.active {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.25);
}

.brand-grid.active img {
    opacity: 1;
    filter: grayscale(0);
}

/* ===== Slick Slider Spacing ===== */
.brand-slider .slick-slide {
    padding: 0 12px;
}

/* ===== Dark Section Enhancement ===== */
.breadcrumb-banner .section-heading .title {
        width: 100%;
}

.breadcrum-area .section-heading {
    overflow: visible;
}

.breadcrumb-btn-group {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.ai-content-box .title {
    margin-bottom: 20px;
}

.ai-content-box p {
    font-size: 16px;
    line-height: 1.7;
}

.ai-highlight-box {
    background: #ececec;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.ai-highlight-box h5 {
    margin-bottom: 15px;
}

.ai-highlight-box ul {
    padding-left: 18px;
}

.ai-highlight-box li {
    margin-bottom: 10px;
    font-size: 16px;
}

.ai-section-center {
    text-align: center;
}

.ai-section-center .subtitle {
    max-width: 600px;
    margin: 0 auto;
}

.ai-diff-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.ai-diff-card h4 {
    margin-bottom: 10px;
}

.ai-bottom-line {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
}

.ai-optimize-section,
.ai-process-section {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
        margin-bottom: 35px;
    }
}

.ai-urgency-list li {
    font-size: 16px;
    margin-bottom: 12px;
}

.ai-urgency-highlight {
    background: #111;
    color: #fff;
    padding: 30px;
    border-radius: 16px;
    font-size: 18px;
}

.ai-optimize-section {
    background-color: #f7f8fa;
}

.ai-optimize-card {
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.ai-process-section .row {
    row-gap: 30px;
}

.process-card {
    background: #f0f0f1;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}

.process-card .step {
    font-size: 34px;
    font-weight: 700;
    color: #6a5acd;
    margin-bottom: 12px;
    display: inline-block;
}

.process-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.who-service-section { 
  padding: 80px 0; 
  background: #f9f9f9; /* Light gray background for contrast */
}
.who-service-section .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1a1a1a;
}
.who-service-section .service-list {
  list-style: none;
  padding: 0;
}
.who-service-section .service-list li {
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
  color: #333;
}
/*.who-service-section .service-list li::before {*/
/*  content: "\f058";*/
/*  font-family: 'FontAwesome';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  color: #ff3b6c;*/
/*  font-size: 18px;*/
/*  line-height: 1.2;*/
/*}*/
.who-service-section .section-image img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.who-service-section .section-image img:hover {
  transform: scale(1.05);
}
@media (max-width: 991px){
  .who-service-section .row { flex-direction: column-reverse; }
  .who-service-section .section-content { margin-top: 40px; text-align: center; }
}

.white-label-section {
  background-color: #ebecee;
}

.white-label-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.white-label-section .feature-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.white-label-section .feature-box:hover {
  transform: translateY(-5px);
}

.white-label-section .feature-box i {
  margin-bottom: 15px;
}

.white-label-section .feature-box h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.geo-aeo-seo-section {
  background-color: #f0f7ff;
}

.geo-aeo-seo-section .section-title {
  font-size: 2rem;
  font-weight: 700;
}

.qa-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.qa-card:hover {
  transform: translateY(-5px);
}

.qa-card .question {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
}

.qa-card .answer p {
  font-size: 1rem;
  color: #555;
}

.qa-card .answer-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}

.results-section {
  background-color: #ffffff; /* White background */
}

.results-section .section-title {
  font-size: 2rem;
  font-weight: 700;
}

.result-card-dark {
  background-color: #1a1a1a; /* Dark card color */
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.result-card-dark:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.result-card-dark i {
  margin-bottom: 15px;
}

.result-card-dark h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

/*.highlight {*/
/*  font-weight: 600;*/
/*  color: var(--color-link);*/
/*}*/

.cta-faq-section {
  background-color: #eeeff4;
}

.cta-faq-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-blocks .cta-item {
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s, background-color 0.3s;
}

.cta-blocks .cta-item:hover {
  transform: translateY(-3px);
  background-color: #0056b3; /* Darker on hover */
}

.faq-accordion .accordion-button {
  font-weight: 500;
  color: #1a1a1a;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  color: #555;
  font-size: 0.95rem;
}

.who-this-for-section {
  background-color: #ffffff;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.section-title span {
  color: #0d6efd;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.qualification-list {
  list-style: none;
  padding: 0;
}

.qualification-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
}

.qualification-list i {
  color: #28a745;
  margin-top: 3px;
}

/* RIGHT SIDE FILTER CARDS */
.qualification-filter-box {
  display: flex;
  flex-direction: column;
}

.filter-card {
  padding: 25px;
  border-radius: 14px;
  font-weight: 600;
}

.not-for-you {
  background: #1a1a1a;
  color: #ffffff;
}

.right-for-you {
  background: #0d6efd;
  color: #ffffff;
}

.filter-card h5 {
  margin-bottom: 10px;
  font-size: 1.1rem;
      color: #a59b9b;
}

.execute-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  font-weight: 500;
  transition: 0.3s;
}

.execute-card i {
  font-size: 18px;
  color: #0d6efd;
}

.execute-card:hover {
  transform: translateY(-4px);
}

.ownership-note {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.why-partner-section {
  background: #ffffff;
}

.why-partner-content h2 span {
  color: #0d6efd;
}

.partner-statement {
  padding-left: 15px;
  border-left: 4px solid #0d6efd;
}

.partner-statement p {
  margin-bottom: 5px;
  font-weight: 500;
}

.partner-statement strong {
  font-size: 18px;
}

/* CARDS */
.partner-card {
  background: #0f172a;
  color: #ffffff;
  padding: 16px 18px;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.3s;
}

.partner-card:hover {
  transform: translateY(-4px);
  background: #111827;
}

.highlight-card {
  background: linear-gradient(135deg, #0d6efd, #2563eb);
}

.partnership-flow {
  background: #eeeff4;
}

.flow-card {
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #ffffff;
  padding: 32px 24px;
  border-radius: 14px;
  height: 100%;
  position: relative;
  transition: 0.3s;
}


.flow-card h5 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.flow-card p {
  font-size: 14px;
  opacity: 0.9;
}


.flow-card:hover {
  transform: translateY(-6px);
}

.step-number {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #0d6efd;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  opacity: 1;
}
.flow-footer strong {
  font-size: 18px;
  margin: 0 8px;
}

.ai-advantage-section {
  background: #ffffff;
}

/* STATEMENT STRIP */
.ai-statement {
  background: #f1f5f9;
  padding: 18px;
  border-radius: 10px;
}

.ai-statement span {
  display: block;
  font-size: 16px;
}

.ai-statement strong {
  font-size: 20px;
}

/* CARDS */
.ai-card {
  background: #020617;
  color: #ffffff;
  padding: 26px;
  border-radius: 14px;
  height: 100%;
  transition: 0.3s;
}

.ai-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.ai-card p {
  font-size: 14px;
  opacity: 0.85;
}

.ai-card:hover {
  transform: translateY(-6px);
  background: #0f172a;
}

/* FOOTER */
.ai-footer strong {
  font-size: 18px;
}

.global-delivery-section {
  background: #eeeff4;
}

.global-card {
  background: #020617;
  color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  min-height: 260px;
}

.global-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color:#bababe;
}

.global-card ul {
  padding-left: 18px;
}

.global-card ul li {
  margin-bottom: 8px;
  opacity: 0.9;
}

/* Slick dots styling */
.slick-dots li button:before {
  font-size: 10px;
  color: #0d6efd;
}

.slick-dots li.slick-active button:before {
  color: #0d6efd;
}

.safe-entry-section {
  background: #ffffff;
}

.safe-entry-card {
    background: #dbdde7;
    color: #000000;
    padding: 40px;
    border-radius: 18px;
}

.safe-entry-card h5 {
  font-weight: 700;
}

.offer-list {
  padding-left: 18px;
}

.offer-list li {
  margin-bottom: 10px;
  opacity: 0.9;
}

.urgency-text {
  font-size: 14px;
  opacity: 0.9;
}

.final-cta-section {
  background: #0f172a;
  color: #ffffff;
  border-radius: 12px;
  padding: 60px 20px;
}

.final-cta-section h2 {
  font-weight: 700;
  color: #ffffff;
}

.final-cta-section p {
  color: #cbd5e1; /* lighter text for subline */
  font-size: 16px;
}

.cta-btns .axil-btn {
  padding: 12px 25px;
  font-weight: 600;
  color: #cbd5e1;
}

.trust-line {
  font-size: 14px;
  opacity: 0.85;
}
/* team page */

.founder-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.founder-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.founder-content {
    flex: 1;
}

.founder-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.founder-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.founder-content h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

.founder-content span {
    color: #888;
}

/* IMAGE */
.founder-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.founder-image img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
}

/* Mobile View */
@media (max-width: 768px) {
    .founder-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .founder-content {
        text-align: justify;
    }

    .founder-content h2 {
        font-size: 28px;
        text-align: left; 
    }

    .founder-content h3 {
        font-size: 20px;
        text-align: left;
    }

    .founder-image img {
        width: 250px;
        height: 250px;
    }
}