#goweb_description_field {
	height: 6em;
}




	/* Search wrapper container */
	.goweb-search-wrapper {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    background: #ffffff;
	    border-radius: 8px;
	    overflow: hidden;
	    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	}

	/* Input field */
	.goweb-search-wrapper input[type="search"] {
	    flex: 1 1 auto;   /* grow and shrink as needed */
	    min-width: 0;     /* prevent overflowing */
	    border: none;
	    padding: 10px 12px;
	    font-size: 16px;
	    outline: none;
	    color: #333;
	}

	/* Button */
	.goweb-search-btn {
	    flex-shrink: 0;   /* never shrink the button */
	    background-color: #0073aa;
	    color: #fff;
	    border: none;
	    padding: 10px 16px;
	    cursor: pointer;
	    font-size: 16px;
	    white-space: nowrap; /* prevent wrapping text */
	    transition: background-color 0.3s ease;
	}

	/* Hover effect */
	.goweb-search-btn:hover {
	    background-color: #005177;
	}

	#website_link {
	color:#000;
	text-decoration:none;
	}

	#website_link:hover {
 color: blue;
	}
	.goweb-list {
	    list-style: none;
	    padding-left: 0;
	}

	.goweb-list li {
	    margin-bottom: 6px;
	}

	.goweb-list li i {
	    margin-right: 6px;
	}

	/* Keep input and button inline on all screens */
	@media (max-width: 767px) {
	    .goweb-search-wrapper {
	        flex-wrap: nowrap; /* crucial to prevent stacking */
	    }

	    .goweb-search-wrapper input[type="search"] {
	        padding: 8px 10px; /* reduce padding on small screens */
	    }

	    .goweb-search-btn {
	        padding: 8px 12px;
	    }
	}

#ai_tool_link{
color: black;
}

.goweb_tools:hover {
	background: linear-gradient(77deg,#f1f8f6,#f5edff)!important;
	border-color: #fffff;
  cursor: pointer;
}

.goweb_categories:hover {
	cursor: pointer;
	background: linear-gradient(77deg,#f1f8f6,#f5edff)!important;
	border-color: #fffff;
}

.goweb_keywords:hover {
	cursor: pointer;
	background: linear-gradient(77deg,#f1f8f6,#f5edff)!important;
	border-color: #fffff;
}

/* Make select look like the search input */
#goweb_search_pricing {
    width: 100%;           /* fill the column width */
    padding: 10px 12px;    /* same as input */
    font-size: 16px;
    border: none;
    border-radius: 8px;    /* rounded corners like input */
    background: #ffffff;
    color: #475569;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    outline: none;
    appearance: none;      /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;

}

/* Optional: custom arrow */
#goweb_search_pricing {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #goweb_search_pricing {
        width: 100%;
        padding: 8px 10px;
				margin-top: 8px;
    }
}

#goweb_tool_name{
display:none;
}

#goweb_title_div, #goweb_tool_url,#goweb_tool_share,#goweb_advertising_div {
	text-decoration: none !important;
}

#goweb_title_div {
	color: black;
}

#goweb_advertising_div {
	color: #6a02b7c2;
}

.goweb_span_category,.goweb_span_price_type {
	font-size: 12px;
	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	text-align: center;
	vertical-align: middle;
	--max-lines: 1 !important;
	--line-height: 1.6 !important;
	max-height: calc(var(--max-lines) * 1em * var(--line-height));
	overflow: hidden;
	position: relative;
}

.goweb_span_category {
	background-color: #f9fafb;
}

.goweb_span_price_type {
	background-color: #dcfce7;
}

.goweb_overlay {
	text-align: center;
	font-size: 20px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: rgba(0,0,0,0.5) url('../images/ajax-loader.gif') no-repeat center;
}

#goweb-Category-field, #goweb-Pricing-Type-field, #goweb-WebsiteURL-field, #goweb-Logo-image-field, #goweb-sponsored-field, #goweb-GitHub-field {
	width: 380px;
}

#goweb_description_field, #goweb-KeyHighlights-field {
	width: 780px;
}

.goweb_tools, .goweb_categories, .goweb_promo_tools {
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	background: #FFFFFF;
	height: auto;
	margin-top: 6% !important;
	margin-bottom: 3% !important;
}

#col-links{
border: 1px solid #ccc; border-radius: 1rem;
}

#col-links2{
padding-bottom:10%;
}
#col-highlights{
border: 1px solid #ccc; border-radius: 1rem;
}

.goweb_logo_div {
	margin-left: 10px !important;
	margin-top: 10px !important;
}

#goweb_advertising {
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}

#goweb_explore_div {
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	padding-top: 3%;
}

#goweb_browse_categories {

	margin-top: 2%;
}

 #goweb_browse_keywords{
 	margin-left: 2%;
 	margin-top: 2%;
 }


.goweb_promoted {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 12px;
	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	text-align: center;
	vertical-align: middle;
	background-color: #f5edff;
}

#goweb_logo_img {
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}

#goweb_ai_title{
color:black;
font-size: 3vw;
font-weight: 700;
line-height: 1.75;
	}

#goweb_logo_detail{

	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	background: lightgray;
}

.goweb_keywords {
	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	background: #ffffff;
	border-color: #CCD5E7;
	padding-left: 1% !important;
	padding-right: 1% !important;
}

.goweb_sponsored {
	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	background: #ffffff;
	border-color: #CCD5E7;
	padding-left: 1% !important;
	padding-right: 1% !important;
}

.goweb_tool_title {
	margin-left: 2% !important;
	margin-top: 3% !important;
}

.goweb_category_title,.goweb_keyword_title {
	margin-left: 2% !important;
	margin-top: 3% !important;
	--max-lines: 2 !important;
	--line-height: 1.2 !important;
	max-height: calc(var(--max-lines) * 1em * var(--line-height));
	line-height: var(--line-height);
	overflow: hidden;
	position: relative;
}

.goweb_num_categories {
	margin-left: 2% !important;
	margin-top: 3% !important;
}

#goweb_explore {
	display: none;
}

.goweb_div_description {
	margin-left: 2% !important;
	margin-top: 3% !important;
	--max-lines: 2 !important;
	--line-height: 1.4 !important;
	max-height: calc(var(--max-lines) * 1em * var(--line-height));
	line-height: var(--line-height);
	overflow: hidden;
	position: relative;
}

.col-md-4 #goweb_ai_img {
	width: 8% !important;
}

.goweb_search_tools_btn {
	float: right;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background-image: linear-gradient(to right, #00FFFFFF, orange);
}

#goweb_search_input::placeholder {
	color: #475569;
	opacity: 1;
}

#goweb_categories_list, #goweb_keywords_list, #goweb_search_per_category_link, #goweb_search_per_name_link, #goweb_search_browse_category_link, #goweb_search_browse_keyword_link {
	display: none;
}

#goweb_text1,#goweb_text5 {
	color: black;
	font-weight: bold;
}

#goweb_text2 {
	background: linear-gradient( to right, #e66610, orange);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

#goweb_text3 {
	color: black;
	font-weight: bold;
}

#goweb_presentation {
	color: black;
	font-weight: bold;
	font-size: 3.5vw;
}
#col-highlights{
padding-bottom: 2px;
	}

	.goweb-links-list a {
	    color: #000 !important;
	    text-decoration: none;
	}

	.goweb-links-list i {
    color: #000 !important;
}
/* Hover: change link color */
.goweb-links-list a:hover {
    color: blue !important; /* or any color you want */
}

/* Hover: change icon color too (optional) */
.goweb-links-list a:hover i {
    color: blue !important;
}
	.goweb-links-list {
	    list-style: none;
	    padding-left: 0;
	    margin: 0;
	}

	.goweb-links-list li {
	    margin-bottom: 8px;
	}

	.goweb-links-list li i {
	    margin-right: 6px;
	}


.goweb-float-child {
	width: 400px;
	float: left;
}

.col-md-4 #goweb_text1 {
	text-align: center;
}

.col-md-4 #goweb_text2 {
	text-align: center;
}

.col-md-4 #goweb_text3 {
	text-align: center;
}

.col-md-12 #goweb_presentation {
	text-align: center;
}

#goweb_midjourney_img, #goweb_civitai_img, #goweb_getanswer_img, #goweb_dscript_img, #goweb_vue_img ,#goweb_storyd_img, #goweb_meetcortex_img, #goweb_pictory_img {
	width: 15% !important;
}

#goweb_civitai_img {
	margin-left: 55%;
}

#goweb_getanswer_img {
	margin-left: 75%;
	margin-top: 5%;
}

#goweb_dscript_img {
	margin-left: 25%;
	margin-top: 0%;
}

#goweb_storyd_img {
	margin-left: 65%;
	margin-top: 4%;
}

#goweb_vue_img {
	margin-left: 35%;
	margin-top: 8%;
}

#goweb_meetcortex_img {
	margin-left: 85%;
	margin-top: 16%;
}

#goweb_pictory_img {
	margin-left: 5%;
	margin-top: 8%;
}


.col-md-4 #goweb_ai_tools_div {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:1000px) {

	#goweb_text1, #goweb_text2, #goweb_text3 {
		font-size: 6.5vw;
	}

	#goweb_text5 {
		font-size: 3vw;
	}

	#goweb_text6 {
		font-size: 2.2vw;
	}

	#goweb_ai_tools_div {
		width: 50%;
		text-align: center;
		color: black;
		border: 1px solid #c0c9f8;
		background: #FFFFFF;
		border-radius: 25px;
		align-items: center;
		justify-content: center;
		display: flex;
	}

}

@media (min-width:1000px) {

	#goweb_text1, #goweb_text2, #goweb_text3 {
		font-size: 3.4vw;
	}

	#goweb_text5 {
		font-size: 1.5vw;
	}

	#goweb_text6 {
		font-size: 1vw;
	}

 #goweb_ai_tools_div {
		width: 65%;
		text-align: center;
		color: black;
		border: 1px solid #c0c9f8;
		background: #FFFFFF;
		border-radius: 25px;
		align-items: center;
		justify-content: center;
		display: flex;
	}


}

@media (max-width:768px) {
	.goweb_midjourney_img, .goweb_civitai_img, .goweb_getanswer_img, .goweb_dscript_img, .goweb_vue_img, .goweb_storyd_img, .goweb_meetcortex_img, .goweb_pictory_img {
		display: none;
	}
}
