/*
Theme Name: Vounce AI
Author: Achinto
Description: Custom WordPress Theme
Version: 1.0
*/

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Bold.ttf') format('ttf'),
       url('fonts/Helvetica.ttf') format('ttf'),
       url('fonts/Helvetica-Oblique.ttf') format('ttf');
  font-style: normal;
}
a{
	text-decoration:none;
	color:#000;
}
.logo{
	width:150px;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}
nav{
	z-index: 1;
    top: 0;
}
h2{
  font-size: 36px;
  font-weight: 600;
}
.first_btn button {
  border: 2px solid #000;
  border-radius: 50px;
  padding: 5px 25px;
  transition:.2s;
}
.hero-title{
    font-size: 48px !important;
    font-weight: 600;

}
p.hero-description {
    font-size: 20px;
    font-weight: 400;
}

 
    .hero {
      height: 100vh;
/* background: linear-gradient(90deg,rgba(0, 218, 255, 1) 0%, rgba(29, 117, 255, 1) 50%, rgba(153, 0, 255, 1) 100%); */
     background-image: url(/wp-content/uploads/2026/04/hero_banner.webp);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
.hero textarea{
	scrollbar-width: none;
	resize:none;
}
    .pt-200{
        padding-top: 170px;
    }
    .pt-90{
        padding-top: 30px;
    }
    .pb-75{
        padding-bottom: 0px;
    }

      .gradient-wrapper {
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4facfe, #a855f7);
    width: 100%;
    max-width: 800px;
}

    .input-container {
      background: #e9ecef;
      border-radius: 18px;
      padding: 15px 20px;
      min-height: 135px!important;
    }

    .input-box {
      flex: 1;
      border: none;
      background: transparent;
      outline: none;
      font-size: 16px;
      color: #6c757d;
    }

#input {

  font-size: 16px;
  transition: opacity 0.3s ease;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}


    .icon-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      background: #dee2e6;
      color: #495057;
      transition: 0.2s;
    }
    .plus-btn {
      bottom: 20px;
      left: 20px;
    }


/*     .icon-btn:hover {
      background: #0a58ca;
	  color:#fff;
	  transition:.3s
    } */
.icon-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
.send-btn:hover{
	    background: linear-gradient(90deg,#4F46E5,#a855f7);
		color:#fff;
	  transition:.3s
}
     .mic-btn {
      bottom: 20px;
      right: 80px;
    }
    .send-btn {
      background: #6c757d;
      color: white;
      bottom: 20px;
      right: 20px;
    }

.Plus-btn:hover .popoup{
   opacity:1;
   visibility:visible;
}
 

    
    .gradient-text {
        background: linear-gradient(90deg,#4F46E5,#a855f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }
 
    .enterprise_box{
        background: linear-gradient(90deg,#E8F9FE,#C4E0FD);
        border: 1px solid #D3D5D8;
        border-radius: 20px;
        padding: 30px;
    }
    .high_label img{
            max-height: 400px;
    }
   .feature-box {
    background: linear-gradient(90deg,#E8F9FE,#C4E0FD);
    border: 1px solid #D3D5D8;
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 478px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    /* .feature-box h4{
        padding:20px 20px 10px 20px;
   }
   .feature-box p{ 
        padding:0 20px 0px 20px;
   } */
   .feature-box img {
    border-radius: 20px 0 20px 0;
    margin-top: auto;
}




   
.menu-toggle {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

/* Make all bars overlap in center */
.menu-toggle-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Default positions */
.menu-toggle-bar--top {
  top: 0;
}

.menu-toggle-bar--middle {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle-bar--bottom {
  bottom: 0;
}

/*ACTIVE STATE (Perfect Cross) */
.menu-toggle.active .menu-toggle-bar--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.menu-toggle.active .menu-toggle-bar--middle {
  opacity: 0;
}

.menu-toggle.active .menu-toggle-bar--bottom {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}

.cta {
   background-color: #0B1425;
overflow: hidden;
  border-radius: 22px;
  padding: 80px 40px;
  color: #ffffff;
  text-align: center;
}
.cta .leftsvg {
    position: absolute;
    width: 300px!important;
    left: -9px;
    top: 0px;
    overflow: hidden;
}

.cta .rightsvg {
    position: absolute;
    right: 0px;
    width: 308px!important;
    bottom: 0;
    overflow: hidden;
}
/* 
.collapse{
    top: 100px;
    background-color: rgb(254, 254, 254);
    width: 100%;
}
 */
.getcta{
    background:linear-gradient(90deg, #3b82f6, #9333ea);
      border: none;
      color: white;
      border-radius: 50px;
    border: none;
    font-weight: bolder;
    padding: 12px 35px;
}
.newcta{
  border-radius: 6px;
  font-weight: 700;

}
a{
    cursor: pointer;
}
 .gbtn{

        border-radius: 50px;
    }
    .accordion-button:focus {
    box-shadow:none;
}
    .accordion-button {
 
    font-size: 24px;
    font-weight: 400;
    color:#000;
}
  .accordion-button:not(.collapsed) {
    color: #214DFF;
    background-color:#f5f5f5;
    border: none;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-size: 24px;
    font-weight: 400;
}
.promt h2{
  font-weight: 600;
}

.promt p{
  font-size: 24px;
}
.footer-bottom {
  margin-top: 30px;
  font-size: 13px;
  color: #6c757d;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* prevent line break */
}

.footer-bottom p {
  margin: 0; /* remove default paragraph spacing */
  white-space: nowrap; /* keep text in one line */
}

.social-icons {
  white-space: nowrap; /* keep icons in one line */
}
.accordion {
  --bs-accordion-bg: #f5f5f5!important;
  --bs-accordion-btn-bg: #f5f5f5!important;
  --bs-accordion-active-bg:#f5f5f5!important;
  --bs-accordion-border-color:#f5f5f5!important;

}

  /* Popup box */
  .popup {
    position: absolute;
    bottom: -160px;
    left: 0;
    width: 260px;
    background: #fff;
    padding: 17px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility:hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

  .popup h4 {
    margin: 0 0 8px;
	  font-size:20px;
  }

  .popup p {
    font-size: 14px;
    color: #555;
  }

.popup button {
    padding: 5px 10px;
    border: none;
    border-radius: 20px;
    background: black;
    color: white;
    cursor: pointer;
}

  /* SHOW POPUP ON HOVER */
.btn-wrapper:hover .popup{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.devloped{
	color:blue;
}

button.mdl-btn {
     background: linear-gradient(135deg, #4facfe, #a855f7);
    color: #fff;
    border-radius: 50px;
    border: none;
	transition:.3s;
}

button.mdl-btn:hover {
     background:#000!important;
    color: #fff;
    border-radius: 50px;
	transition:.3s;
    border: none;
}
button.head-btn {
    background: linear-gradient(135deg, #4facfe, #a855f7);
	border:2px solid #fff !important;
}
button.head-btn:hover {
    background:transparent !important;
	border:2px solid #000 !important;
	color:#000;
	 transition: .1s;
	padding: 5px 25px;
}
button .head-log{
border:2px solid #000;	

}
button.head-log:hover {
    background: linear-gradient(135deg, #4facfe, #a855f7) !important;
    color: #fff;
    transition: .3s;
	padding: 5px 25px;
}

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

  /* Center the whole navbar content */
  .navbar-collapse {
    text-align: center;
  }

  /* Center menu items */
  .navbar-nav {
    width: 100%;
    align-items: center;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  /* Center buttons and stack them */
  .first_btn {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
  }

  .first_btn .btn {
    width: 100%; /* nice centered button width */
  }

  .pt-200 {
    padding-top: 100px;
}
.cta .leftsvg {
    position: absolute;
    left: -189px;
    top: -10px;
    width: 100%;
    overflow: hidden;
}

.cta .rightsvg {
    position: absolute;
    right: -223px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
}

@media (max-width: 576px) {
      .input-container {
        padding: 10px;
      }

      .input-box {
        font-size: 14px;
      }

      .icon-btn {
        width: 35px;
        height: 35px;
      }
      .cta .leftsvg {
    position: absolute;
    left: -80px;
    top: -10px;
    width: 100%;
    overflow: hidden;
}
.cta .rightsvg {
    position: absolute;
    right: -73px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.pt-200 {
    padding-top: 80px;
}
	h2 {
    font-size: 24px;
    font-weight: 600;
}
	.hero-title {
    font-size: 36px !important;
    font-weight: 600;
}
	p.hero-description {
    font-size: 20px;
    font-weight: 400;
}
	.mic-btn{
		margin-right:-15px;
	}
    }




.tooltip-inner {
  max-width: 250px;
  background-color:#fff;
  color:#000;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 8px;
	 text-align: left;
}
.tooltip .tooltip-arrow {
  display: none !important;
}
.tooltip-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
	background-color:#fff;
}
.tooltip-footer a{
	background-color: linear-gradient(90deg, #3b82f6, #9333ea) !important;
	padding:10px 15px;
	color:#fff;
	border:0;
	border-radius:50px;
}

button .btn-wrapper .disable:hover .popup{
	visibility:visible;
	opacity:1
	
}

.popup_mic {
    position: absolute;
    bottom: -160px;
    right: 0;
    width: 260px;
    background: #fff;
    padding: 17px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
	z-index:1;
}

.btn-wrapper_mic:hover .popup_mic {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tooltip-footer a{
	background: linear-gradient(90deg,#4F46E5,#a855f7);
    color: #fff;

}

/* Blog Card Container */
.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Image */
.blog-card img {
  width: 100%;
 max-height: 250px;
  object-fit: cover;
  display: block;
}

/* Content */
.blog-card .content {
  padding: 20px;
}

/* Date */
 .date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

/* Title */
.blog-card h3 {
  font-size: 22px;
  margin: 0 0 15px;
  color: #222;
}

/* Button */
.blog-card .btn {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, #4facfe, #a855f7);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition:0.3s;
}

/* Button Hover */
.blog-card .btn:hover {
  background:#fff;
  color:#000;
  border:1px solid #000;
  transition:0.3s;
}

/* Hover Effect on Card */
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}


.category_bg_breadcum {
    background:linear-gradient(135deg, #4facfe, #a855f7);
}
.mypagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mypagination ul li {
    padding: 0 5px;
}
.mypagination ul a, .mypagination ul span {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    transition: all .3s;
    text-align: center;
    line-height: 35px;
}
.mypagination ul a:hover, .mypagination ul .current a {
    background:linear-gradient(135deg, #4facfe, #a855f7);
    color: #fff;
}

.thumb_img{
	border-radius:20px;
}