html,body{
    font-family: 'Urbanist' !important;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}
.sub-menu{
  width: max-content;
  border-radius: 16px; /* rounded-2xl */
  padding: 20px;
  z-index: 50;
  background-color: #1a1a1a !important;
 border:2px solid #404040 !important;
}
.sub-menu .menu-item-type-custom{
width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 8px 16px; /* py-2 px-4 */
  border-radius: 8px; /* rounded-lg */
  font-weight: 500; /* font-medium */
  font-size: 18px; /* text-[18px] */
  color: #000000; /* text-black */
  /* padding: 20px; */
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.sub-menu .menu-item-type-custom:hover {
  background-color: #292828 !important; /* hover:bg-gray-50 */
}
.new-custom-blog-section{
 background-color: #1A1A1A !important;
}
.nav-bar-menu {
    list-style: none;
    color: #fff ;
}
.nav-bar-menu li a {
    list-style: none;
    font-size: 18px;
    color: white;
}
/* Main Menu */
.nav-bar-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
}
 
.nav-bar-menu li {
    position: relative;
}
 
.nav-bar-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
 
/* Submenu */
.nav-bar-menu .sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #111;
    padding: 12px 0;
    border-radius: 12px;
    min-width: 220px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    z-index: 999;
    padding: 20px !important;
}
 
/* Submenu Items */
.nav-bar-menu .sub-menu li {
    padding: 0;
}
 
.nav-bar-menu .sub-menu li a {
    display: block;
    padding: 10px 18px;
    font-size: 18px;
    color: #fff;
    transition: 0.2s ease;
}
 

 
/* Show submenu on hover */
.nav-bar-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.build-button {
    color: #000;
    background: #fff;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
}
.wpcf7-spinner {
    display: none !important;
}
/* Contact Form 7 Full Styling */
/* Remove default CF7 spacing */
.wpcf7 form p {
    margin: 0 !important;
}

/* Main Form Wrapper */
.custom-form {
    width: 100% !important;
}
.wpcf7-list-item{
    margin: 0px !important;
}
/* Row */
.form-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 45px !important;
    margin-bottom: 20px !important;
}

/* Form Group */
.form-group {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.full-width {
    margin-top: 10px !important;
}

/* Labels */
.form-group label {
    font-size: 18px !important;
    margin-bottom: 16px !important;
    font-weight: 500 !important;
    color: #1A1A1A !important;

}

/* Inputs */
.input-field {
    width: 100% !important;
    height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid #1A1A1A !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
}
.wpcf7 .wpcf7-form-control-wrap {
    margin-top: 16px;
}

/* Textarea */
.textarea-field {
    width: 100% !important;
    padding: 14px !important;
    border: 1px solid #1A1A1A !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    resize: none !important;
    background: #fff !important;
}
input::placeholder, textarea::placeholder, .wpcf7-form-control .wpcf7-select .input-field {
    color: #706D79 !important;
    font-size: 16px !important;
}
/* Bottom Section */
.form-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    gap: 20px !important;
}

/* Checkbox */
.checkbox-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.wpcf7-acceptance input {
    width: 16px !important;
    height: 16px !important;
}
.banner-input input{
    height: auto !important;
}
.blog-search-style::placeholder{
    color: #FFFFFF !important;
  font-size: 18px !important;
}
/* Button */
.submit-btn {
    background: #1A1A1A !important;
    color: #fff !important;
    padding: 20px 30px !important;
    border-radius: 10px !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.submit-btn:hover {
    background: #000 !important;
}
.subheading{
    font-size: 24px !important;
    
}
/* Responsive */
@media (max-width: 992px) {
    .form-row {
        grid-template-columns: 1fr !important;
    }

    .form-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

.form-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 30px !important;
}

.form-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.form-subtitle {
    font-size: 18px !important;
    color: #706D79 !important;
    margin: 0 !important;
}
.heading{
font-size:72px !important;
}
/* Responsive */
@media (max-width: 768px) {
    .form-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
}

/* Remove default CF7 extra spacing */
.wpcf7 form p {
    margin: 0;
}


/* Newsletter Dark Version */
/* Form Wrapper */
.blog_news .wpcf7-form {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 520px !important;
}

/* Remove CF7 spacing */
.blog_news .wpcf7-form p {
    margin: 0 !important;
    width: 100% !important;
}

/* Email Input */
.blog_news input[type="email"] {
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 14px !important;
    padding: 0 130px 0 20px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    outline: none !important;
    box-sizing: border-box !important;
}

/* Placeholder */
.blog_news input[type="email"]::placeholder {
    color: #9ca3af !important;
}
a.blog-title {
    color: #fff;
    font-size: 24px !important;
}

/* Submit Button (Perfect Inside Alignment) */
.blog_news input[type="submit"] {
    position: absolute !important;
    right: 50px !important;
    top: 22% !important;
    transform: translateY(-50%) !important;
    height: 44px !important;
    padding: 0 22px !important;
    border-radius: 10px !important;
    border: none !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    line-height: normal !important;
}
.newsletter-section {
    color: #ffff !important;
}

/* Hover */
.blog_news input[type="submit"]:hover {
    background: #e5e5e5 !important;
}


footer a {
    color: #ffffff !important;
	  font-family: 'Urbanist' !important;
}

footer ul,footer li {
    list-style: none;
	 font-family: 'Urbanist' !important;
}
.gray-text-2 {
    color: #808080;
	
}
.fs-lg-medium {
    font-size: 24px !important;
    line-height: 150% !important;
    font-weight: 500 !important;
}
span.copyright-text {
    color: #ffffff !important;
}
/*  search bar blog page */
.blog-search-style {
    background: linear-gradient(90deg, #1f1f1f 0%, #262626 100%) !important;
    border: 1px solid #6f8cff !important;
    border-radius: 10px !important;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.blog-search-style::placeholder {
    color: #c7d2ff;
    opacity: 0.85;
}


.blog-search-style:focus {
    border-color: #9fb6ff !important;
    box-shadow: 0 0 0 2px rgba(111, 140, 255, 0.25);
}

/*  Walkwel section css */
/* ===== AI Featured Section Styling ===== */

.ai-feature-section {
    position: relative;
    background: linear-gradient(180deg, #2a2a2a 0%, #1f1f1f 100%);
    border-radius: 18px;
    padding: 60px 40px;
    border: 1px solid rgba(111, 140, 255, 0.6);
    box-shadow:
        0 0 0 1px rgba(111, 140, 255, 0.3),
        0 0 25px rgba(111, 140, 255, 0.25);
}

/* Inner content box */
.ai-feature-section .bg-\[\#1F1F1F\],
.ai-feature-section .inner-box {
    background: linear-gradient(180deg, #181818 0%, #141414 100%) !important;
    border-radius: 14px !important;
    border: 1px solid rgba(111, 140, 255, 0.25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Heading */
.ai-feature-section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

/* Paragraph */
.ai-featured-section p {
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
}

/* Read more link */
.ai-featured-section a {
    color: #ffffff;
    font-size: 20px;
    opacity: 0.9;
    transition: 0.3s ease;
}

.ai-feature-section a:hover {
    opacity: 1;
}

.ai-featured-section h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom:15px;
margin-top: 5px;
}

h1.text-\[34px\].md\:text-\[45px\].lg\:text-\[65px\].xl\:text-\[70px\].text-white.font-bold {
    color: white;
    font-size: 70px;
}

/* MAIN SECTION */
/* ===============================
   BLOG SECTION WRAPPER
=================================*/
/* .new-custom-blog-section {
    max-width: 100%;
    padding: 70px 170px !important;
    background: linear-gradient(180deg, #0f0f0f 0%, #121212 100%);
	font-family: 'Urbanist' !important;
  
} */
.section-heading {
    font-size: 60px;
}

/* ===============================
   CATEGORY FILTER TABS
=================================*/
.blog-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 60px;
}

.filter-btn {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Hover Effect */
/* .filter-btn:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
} */

/* Active Tab */
.filter-btn.active {
    border:2px solid #3B54A1;
}
a:hover, a:focus {
    color: #ffffff !important;
}

/* ===============================
   BLOG GRID LAYOUT
=================================*/
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

/* Tablet */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}


/* ===============================
   BLOG CARD
=================================*/
.blog-card {
    position: relative;
    transition: transform 0.3s ease;
}

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

/* Image */
.blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.blog-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.07);
}


/* Arrow Icon */
.arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.65);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s ease;
}

.blog-card:hover .arrow {
    opacity: 1;
}


/* ===============================
   BLOG TITLE
=================================*/
.blog-title {
    margin-top: 18px;
    font-size: 36px !important;
    font-weight: 500;
    line-height: 100%;
}

.blog-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
	font-size:24px !important;
}

.blog-title a:hover {
    color: #cccccc !important;
	border: none !important
}


/* ===============================
   NO BLOG MESSAGE
=================================*/
.no-blog {
    color: #ffffff;
    text-align: center;
    grid-column: 1 / -1;
}


/* ===============================
   PAGINATION
=================================*/
.blog-pagination {
    margin-top: 70px;
}

.blog-pagination ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-pagination a,
.blog-pagination span {
    padding: 8px 16px;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Hover */
.blog-pagination a:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

/* Current Page */
.blog-pagination .current {
    background: #000;
    border-color: #2563eb;
    color: #ffffff;
}


/* ===============================
   MOBILE TAB OPTIMIZATION
=================================*/
@media (max-width: 1024px) {
	input.w-full.rounded-lg.border.border-\[\#5684C1\].bg-\[\#262626\].text-white.px-5.py-3.pr-12.blog-search-style {
		max-width: 100%;
		padding: 8px;
	}
	.newsletter-main {
		max-width: 100%;
		width: 100%;
		/* padding: 20px; */
	}
	.create-together-form .wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
		width: 96% !important;
		padding: .75em !important;
	}
	.newsletter-form .wpcf7 input:not([type=submit]), .newsletter-form wpcf7 select,.newsletter-form .wpcf7 textare{
		width: 100% !important;
		padding: .75em !important;
	}
	
	.create-together-form .wpcf7 input[type="checkbox"] {
		width: 10% !important;
		padding: .75em !important;
		margin: 0 !important;
			
		}
	section.create-together-form {
		padding: 20px;
		/* margin: 10px; */
	}
	.blog_news input[type="email"]{
		width:100% !important;
		padding: .75em !important;
		
	}
}
@media (max-width: 768px) {
    .filter-btn {
        font-size: 14px;
        padding: 7px 14px;
    }

    .blog-title {
        font-size: 15px;
    }
	input.w-full.rounded-lg.border.border-\[\#5684C1\].bg-\[\#262626\].text-white.px-5.py-3.pr-12.blog-search-style {
		max-width: 92%;
		padding: 8px;
	}
	.newsletter-main {
		max-width: 100%;
		width: 100%;
		/* padding: 20px; */
	}
	.create-together-form .wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
		width: 92% !important;
		padding: .75em !important;
	}
	.newsletter-form .wpcf7 input:not([type=submit]), .newsletter-form wpcf7 select,.newsletter-form .wpcf7 textarea{
		width: 100% !important;
		padding: .75em !important;
	}
	
	.create-together-form .wpcf7 input[type="checkbox"] {
		width: 10% !important;
		padding: .75em !important;
		margin: 0 !important;
			
		}
	section.create-together-form {
		padding: 20px;
		/* margin: 10px; */
	}
	.blog_news input[type="email"]{
		width:100% !important;
		padding: .75em !important;
		
	}
}
.create-together-form{
	padding-bottom: 50px ;
}






/* <-- Sahil Blog CSS --> */
.gradient-border1{
	background-image: url('../img/Walkwel-Gradient.png');
}


.star-img{
	Width:80px;
	position: absolute;
  	top: -45px;
  	left: -2px;
}
