 body {
    
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #545454;
    }



.container{ max-width:1280px; width:100%; margin:0px auto; }

#topsection{ width:100%; float:left;   background: url('https://www.kwikecom.com/wp-content/themes/kwikecom/images/hero-bg.png') top center no-repeat ;
      background-color:#01090d;
      background-size: cover;
      background-repeat: no-repeat; }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 15px;
      background: rgba(0, 0, 0, 0.4),;
      backdrop-filter: blur(10px);
      position: sticky;
      top: 0;
      z-index: 10;
    }

    .logo {
      font-weight: 700;
      
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .logo img{ width:180px; }

    nav a {
      color: #fff;
      text-decoration: none;
      margin: 0 18px;
      font-weight: 600;

  transition: all 0.3s ease;
    }

    nav a:hover {
      color: #ff5c39;
    }

    .cta-buttons {
     display: flex;
  gap: 15px;
  width: 35%;
  justify-content: right;
    }

    .cta-buttons a {
      padding: 10px 20px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
		margin:0px;
    }

    .login-btn {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
    }

    .login-btn:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    .trial-btn {
      background: linear-gradient(90deg, #ff5c39, #ff804b);
      color: #fff;
      box-shadow: 0 4px 15px rgba(255, 92, 57, 0.3);
    }

    .trial-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(255, 92, 57, 0.5);
    }
.hero-text-image {
	width:100%;
}
    .hero {
     
      justify-content: space-between;
      align-items: center;
      padding: 60px 40px 40px 40px;
      gap: 60px;
  
    }

    .hero-text {
      width: 48%; padding: 80px 0px 80px 0px;
      float: left;
    }

.hero-image{ float:right; padding:0px 0px; width: 45%; float: right;}


    .hero-image img {
      width:100%; margin: 0px auto; display: table;
      border-radius:20px;
      
    }

.seoinux-page-header {
	display:none;
}
.seoinux-body-inner {
	padding:0px;
}

    .badge {
      display: inline-block;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 6px 14px;
      font-size: 14px;
    
      color: #f5d1a1;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .hero-text h1 {
      font-size: 54px;
      line-height: 1.2;
      font-weight: 800;
      color: #fff; margin: 20px 0px;
    }

    .hero-text span {
      color: #ffb87a;
    }

    .hero-text p {
      font-size: 16px;
      color: #ccc; line-height: 24px;
      margin-top: 15px;
    }

    .hero-text .buttons {
      margin-top: 25px;
      display: flex;
      gap: 20px;
    }

    .hero-text .buttons a {
      background: linear-gradient(90deg, #ff5c39, #ff804b);
      padding: 14px 26px;
      color: #fff;
      text-decoration: none;
      border-radius: 10px;
      font-weight: 600;
      box-shadow: 0 4px 15px rgba(255, 92, 57, 0.3);
      transition: 0.3s;
    }

    .hero-text .buttons a:hover {
      transform: scale(1.05);
    }

    .hero-text .buttons a:nth-child(2), .rating {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: none;
    }

    .rating {
     
      color: #bbb;
      font-size: 16px;
      padding: 15px; border-radius: 10px; float:left;

    }



    .brands {
      background: #0f0b0a;
      padding: 30px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 60px;
      flex-wrap: wrap;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .brands img {
      max-height: 28px;
      opacity: 0.8; w
      transition: opacity 0.3s;
    }

    .brands img:hover {
      opacity: 1;
    }


.swiper {
      width: 100%;
      height: 100%;
      padding: 50px 0px;
    }

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  height: 100%; /* ensures full height alignment */
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* keeps image proportionate */
}


    @media (max-width: 760px) {
		.swiper{ display:none;}
		
		.swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
      }

		
      .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
      }
    }

img{ display:block; }

#about{ width:100%; float:left; }
.about-left{ width:50%; float:left; background:url(images/bg-pattern-img.png) top center no-repeat; }
.about-right{ width:50%; float:right; }


/* ============================================
   NEW ABOUT US SECTION - EXACT DESIGN 
   ============================================ */

#aboutus-section {
    width: 100%;
    float: left;
    background: #F8F5F0;
    padding: 100px 0;
}

.aboutus-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Left Side - Image Section */
.aboutus-left-side {
    flex: 1;
    position: relative;
}

.aboutus-image-container {
    position: relative;
    width: 550px;
    height: 550px;
}

.circular-bg {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 200, 150, 0.2) 0%, rgba(255, 220, 180, 0.15) 100%);
    top: 50px;
    left: 50px;
    z-index: 1;
}

.person-image {
    position: absolute;
    width: 420px;
    height: 520px;
    object-fit: cover;
    border-radius: 50% 50% 0 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.stats-card {
    position: absolute;
    bottom: 60px;
    left: -20px;
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B35 100%);
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(255, 107, 53, 0.35);
    z-index: 3;
    min-width: 280px;
}

.stats-card h3 {
    color: white;
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1;
}

.stats-card p {
    color: white;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
    opacity: 0.95;
}

/* Right Side - Content Section */
.aboutus-right-side {
    flex: 1;
    max-width: 600px;
}

.section-badge {
    display: inline-block;
    background: rgba(255, 140, 66, 0.12);
    color: #FF8C42;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.aboutus-right-side h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1E1E1E;
    line-height: 1.15;
    margin: 0 0 25px 0;
}

.main-description {
    font-size: 16px;
    color: #757575;
    line-height: 1.75;
    margin: 0 0 35px 0;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bullet-icon {
    width: 20px;
    height: 20px;
    background: #FF8C42;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.features-list li span:last-child {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* Bottom CTA Section */
.bottom-cta-wrapper {
    display: flex;
    gap: 25px;
    align-items: center;
}

.custom-card {
    background: white;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    flex: 1;
}

.custom-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #1E1E1E;
    margin: 0 0 12px 0;
}

.custom-card p {
    font-size: 14px;
    color: #757575;
    line-height: 1.6;
    margin: 0 0 22px 0;
}

.btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #FF8C42 0%, #FF6B35 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.25);
}

.btn-learn-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.35);
}

.btn-learn-more svg {
    width: 18px;
    height: 18px;
}

.chat-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: white;
    padding: 18px 28px;
    border-radius: 60px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid #FF8C42;
    transition: all 0.3s ease;
    cursor: pointer;
}

.chat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 140, 66, 0.2);
}

.chat-icon-wrapper {
    flex-shrink: 0;
}

.chat-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
    margin: 0 0 4px 0;
}

.chat-text span {
    font-size: 13px;
    color: #757575;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .aboutus-wrapper {
        gap: 50px;
    }

    .aboutus-image-container {
        width: 450px;
        height: 450px;
    }

    .circular-bg {
        width: 380px;
        height: 380px;
    }

    .person-image {
        width: 350px;
        height: 430px;
    }

    .aboutus-right-side h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    #aboutus-section {
        padding: 60px 0;
    }

    .aboutus-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .aboutus-left-side {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .aboutus-image-container {
        width: 380px;
        height: 400px;
    }

    .circular-bg {
        width: 320px;
        height: 320px;
    }

    .person-image {
        width: 300px;
        height: 380px;
    }

    .stats-card {
        left: 10px;
        bottom: 30px;
        min-width: 240px;
        padding: 25px 30px;
    }

    .stats-card h3 {
        font-size: 44px;
    }

    .aboutus-right-side {
        max-width: 100%;
    }

    .aboutus-right-side h2 {
        font-size: 32px;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .bottom-cta-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .custom-card {
        width: 100%;
    }

    .chat-card {
        width: 100%;
        justify-content: center;
    }
	
}

@media (max-width: 480px) {
    .aboutus-image-container {
        width: 300px;
        height: 350px;
    }

    .circular-bg {
        width: 260px;
        height: 260px;
        top: 40px;
        left: 20px;
    }

    .person-image {
        width: 240px;
        height: 320px;
    }

    .stats-card {
        left: 0;
        min-width: 200px;
        padding: 20px 25px;
    }

    .stats-card h3 {
        font-size: 36px;
    }

    .stats-card p {
        font-size: 13px;
    }

    .aboutus-right-side h2 {
        font-size: 28px;
    }

    .main-description {
        font-size: 15px;
    }
}
.trial-btn:hover {
	color:#000;
}



#services{ background:#100806; padding-top:40px; }
.case-study{ width:100%;float:left; padding:60px 0px; }
.case-study ul{ width:100%; float:left; }
.case-study ul li{ width:100%; margin:30px 0%; border-radius:20px; float:left; background:#f9ecba; padding:10px; }
.case-study ul li img{width: 100%; background:#ffe27b; border-radius:20px; padding: 10px; float: left;}
.case-study h2{ font-size:34px; color:333; text-align:center; }



.main-nav-fixed { position: relative; z-index: 9999; display:flex; width: 100%; }
.toggle-submenu { display: none; }
.menu-icon { display: none; cursor: pointer; align-items: center; gap:8px; }
.menu-icon img.icon-open { width:40px; height:auto; display:inline-block; }
.menu-icon .icon-close { display:none; font-size:22px; color:#fff; }
.nav-panel { display:flex; justify-content:flex-end; width:65%; }
.nav-links { display:flex; gap:30px; align-items:center; list-style:none; margin:0; padding:0; }
.nav-links li { position:relative; }
.nav-links li ul.sub-menu {   position:absolute; top:40px; left:0; background:#fff; min-width:250px;opacity:0;visibility:hidden;transform:translateY(6px);transition:0.18s;padding: 0px;padding: 10px 10px;padding: 10px 10px;  border-radius: 8px; }
.nav-links li:hover > ul.sub-menu { opacity:1; visibility:visible; transform:translateY(0); }
.submenu-toggle {  display:none;   position:absolute;  right:14px;  top:50%;  transform:translateY(-50%);  font-size:16px;  color:#fff;  cursor:pointer;  user-select:none;}
.menu-toggle {   display: none !important; }
.nav-links li ul.sub-menu li { list-style:none; padding: 8px 0px;  text-decoration: none; }
.nav-links li ul.sub-menu li a { 	color: #111111; } 
.nav-links li ul.sub-menu li a:hover { 	color: #ff5c39; } 

/* ------------------ MOBILE ------------------ */

@media (max-width: 1080px) {
	.trial-btn {
		display:none;
	}
	
}
@media (max-width: 970px) {
	
  .menu-icon { display:flex; }
  .nav-panel {position:fixed;top:0;left:-100%;width:80%;max-width:340px;height:100vh; background:#242526; padding:70px 18px 20px; overflow:auto;transition: left .33s ease;}
  .menu-toggle:checked ~ .nav-panel { left:0; }
  .menu-toggle:checked + .menu-icon img.icon-open { display:none; }
  .menu-toggle:checked + .menu-icon .icon-close { display:inline-block; }
  .nav-links { display:block; width:100%; }
  .nav-links li { margin-bottom:6px; padding-bottom:6px; position:relative; }
  .nav-links a { display:block; padding:12px 6px; color:#fff; text-decoration:none; font-size:16px; }
  .submenu-toggle { display:block; }
  .nav-links li ul.sub-menu {position:static;max-height:0;overflow:hidden;opacity:1; visibility:visible;transform:none; background:transparent;transition: max-height .32s ease;  }
  .toggle-submenu:checked ~ ul.sub-menu {    max-height:800px;   }
  .toggle-submenu:checked ~ .submenu-toggle { transform: rotate(180deg); }
  .nav-links li ul.sub-menu li a { padding-left:18px; font-size:15px; }
.login-btn {
padding: 11px 7px !important;
    font-size: 14px !important;
	}
	.main-nav-fixed {
		justify-content: right;
		flex-direction: row-reverse;
    gap: 30px;
	}
	.cta-buttons {
  width: 65%; }
	
	
	.hero-text {width: 100%;
    padding: 40px 0px;
    margin: 0px auto;
    text-align: center;}

	.hero-image {width: 50%;     margin: 0px auto;}
	
	.hero-text-image {
		display: flex;
  flex-direction: column-reverse;
	}
	.hero-text h1 {font-size: 46px;text-align: center;  }
	.hero-text p { font-size: 14px; }
	.hero-text .buttons {flex-wrap: wrap;}
	.nav-links li ul.sub-menu {padding: 0px;}
	.submenu-toggle {z-index: 10000000;}
	.nav-links li ul.sub-menu li {padding: 0px;}
	.nav-links li ul.sub-menu li a {color:#fff}
	.hero-text .buttons {justify-content: center;}
	
	
	
	
}
