/*
Theme Name: Ads Club Online
Theme URI: 
Author: Our Team
Author URI: 
Description: This theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: mycustomtheme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/*-----------------------------Reset STARTS----------------------------- */

li {
  text-decoration: none;
  list-style-type: none;
}

a, a:hover {
  text-decoration: none;
	color:inherit;
}

p {
  margin: 0;
  padding: 0;

}

/*-----------------------------Reset ENDS----------------------------- */

/*-----------------------------General Styling STARTS----------------------------- */

.page-wrap {
  height: 100%;
  background: white;
  padding: 35px;
}
.mainimage {
  margin-top: -35px;
  margin-bottom: 50px !important;
}
.content {
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.wrap {
  overflow-x: hidden;
}
.inner-wrap {
  margin: 0 auto;
}

body {
    font-family: 'Poppins', sans-serif;
	font-size:14px;
  overflow-x: hidden;
  color: #444444;
}
p {
  line-height: 30px;
}

.container {
/*   max-width: 80%; */
  padding: 0px;
}
.container2 {
  max-width: 80%;
  background: #27313d;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}
/*-----------------------------General Styling ENDS----------------------------- */

/*-----------------------------Typography STARTS----------------------------- */

h1 {
font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
    margin-bottom: 20px; /* Standard spacing */
    font-weight: 700; /* Keeps the bold look */
    line-height: 1.25; /* More balanced spacing */
    text-align: left; /* Better for mobile readability */
    letter-spacing: -0.5px; /* Slight negative spacing for a modern feel */

}
.widget-title,
h3.sitecaption {
  display: inline-block; /* Ensures the element's width matches its content */
  font-size: 1rem;
  color: #999999;
}
h3.sitecaption{
	border: none;
}
/*-----------------------------Typography ENDS----------------------------- */

/*-----------------------------Icons STARTS----------------------------- */

.fa:hover {
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1.5);
  opacity: 0.5;
}
/*-----------------------------Icons ENDS----------------------------- */

/*-----------------------------Buttons STARTS----------------------------- */
.btn-primary-classic {
  padding: 20px 30px;
  background-color: #afd54e;
}
.btn-primary-classic:hover {
  background-color: #fe9721;
}

.callbox {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: flex;
  flex-direction: column;
}
.wabox {
  margin-bottom: 10px;
}

/*-----------------------------Buttons ENDS----------------------------- */

/*-----------------------------Header STARTS----------------------------- */
header .top-bar {
  display: flex;
  justify-content: center;
  height: auto;
  align-items: center;
	color: black;
}

header .top-bar li a {
  padding: 10px;
}

header .top-bar li .sub-menu {
  display: none;
}

header .top-bar .menu-item-has-children:hover .sub-menu {
  display: block;
}

.top-bar .row {
  margin: 8px 0px;
}

.rightgo {
  text-align: end;
}

.top-bar,
.socialmenu {
  background: darkolivegreen;
  color: white;
}

.boxy {
  display: flex;
  align-items: center;
  height: 150px;
}
.item.item-1 {
}
.sitelogo {
     font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
  color: #133620;
  margin-bottom: 5px;
}

.item:first-child,
.item:nth-child(2) {
  flex: 0 0 auto;
}

.item:last-child {
	  margin-left: auto;

}

.menubar {
}

.menubar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  background: aliceblue;

}

header .menubox {
  text-align: center;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 600;
}

ul#menu-primary-navigation li a {
  color: #444444;
  padding: 0px 30px;
  line-height: 50px;
}
ul#menu-primary-navigation li a:hover,
ul#menu-primary-navigation li.current-menu-item {
}

ul#menu-primary-navigation li.current-menu-item a {
}

ul#menu-primary-navigation li:hover {
  /*     background-color: #77cc6d; */
}
ul#menu-primary-navigation li {
  float: left;
}
ul#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
}
.navbar {
  padding: 0px;
}

.navbar-brand {
  color: black;
}

.dropdown-menu {
  margin-top: 0;
  padding: 0;
}
.dropdown-menu li {
  width: 100%;
}
.dropdown-menu li a {
  padding: 0px 22px;
  width: 100%;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;

  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}
/* Drop Down Hover Show */
.dropdown-menu {
  top: 0;
  display: block;
  opacity: 0;
}
.dropdown-menu.show {
  transition: top 1s;
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/*-----------------------------Header ENDS----------------------------- */

/*-----------------------------Slider STARTS----------------------------- */

.banner {
  background-color: antiquewhite;
}

.home .carousel-item {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.home .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.home .carousel-item .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.home .carousel-item h2 {
  font-size: 80px;
  color: #ffffff;
  margin: 0 0 10px;
  opacity: 0;
}

.home .carousel-item p {
  font-size: 30px;
  margin: 0;
  color: #eeeeee;
  opacity: 0;
}

.home .carousel-item.active h2 {
  animation: fadeInLeft 0.5s ease forwards;
}

.home .carousel-item.active p {
  animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.home .carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  transform: translateX(-50%);
}

.home .carousel-indicators {
  position: relative;
  margin: 0;
}

.home .carousel-indicators li {
  height: 70px;
  width: 70px;
  margin: 0 5px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}
.home .carousel-indicators li.active {
  border-color: #ffffff;
  transform: scale(1.2);
}

.home .carousel-control-next,
.home .carousel-control-prev {
  height: 60px;
  width: 60px;
  opacity: 1;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.home .carousel-control-next:hover,
.home .carousel-control-prev:hover {
  box-shadow: 0 0 10px #ffffff;
}
.home .carousel-control-next img,
.home .carousel-control-prev img {
  width: 30px;
}
.home .carousel-control-next {
  right: -90px;
}
.home .carousel-control-prev {
  left: -90px;
}

.carousel-caption {
  position: absolute;
  top: 100px;
  left: 8%;
  text-align: left;
}

.carousel-caption p {
  font-size: 60px;
  margin-top: 50px;
  line-height: 100px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}
/*-----------------------------Slider ENDS----------------------------- */

/*-----------------------------About STARTS----------------------------- */
.about {
  margin-top: 100px;
}

.aboutbox {
  margin-left: 100px;
}
/*-----------------------------About ENDS----------------------------- */

/*-----------------------------Counter STARTS----------------------------- */

.boldcounter {
  font-size: 40px;
}

.databox {
  display: flex;
  align-items: center;
  text-align: center;
  border: #6c757d;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  z-index: 9999;
}
/*-----------------------------Counter ENDS----------------------------- */

/*-----------------------------Services STARTS----------------------------- */

.services {
  margin-top: 30px;
  text-align: center;
}

.servicerow {
  justify-content: center;
  text-align: center;
}

.card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-img {
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.tags {
  background-color: red;
  color: white;
  position: absolute;
  bottom: 20px;
  border-radius: 30px;
  margin: auto;
  padding: 5px 15px;
  margin-left: 10px;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}

/*-----------------------------Services ENDS----------------------------- */

/*-----------------------------Swiper STARTS----------------------------- */
.swiper {
  width: 100%;
  /* height: 300px; */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: initial !important;
}

/*-----------------------------Swiper ENDS----------------------------- */

/*----------------------------- Scroll to top button STARTS ----------------------------- */

#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9ecdff;
  color: white;
  cursor: pointer;
  padding: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #1c3273;
}

/*---------------------------------------------------------------Scroll to top button ENDS ----------------------------- */

/*-------------------------------------------------------------------------Footer STARTS----------------------------- */
.footer-bottom {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerbar {
  padding-top: 50px;
  color: #b3c1d3;
  padding-bottom: 30px;
}
.footerbar,
.footerbar h1 {
  color: white !important;
}

.footerbar p {
}

.foot-right {
  text-align: right;
}

li.widget {
  list-style-type: none;
}

.footerbar,
.footerbar ul li a {
  color: #7e7e7e;
  display: flex;
  justify-content: space-between;
}

.footer-bottom {
  background-color: #f8f8f8;
  color: #666666;
}
.footer-bottom a {
  color: #666666;
}

.footerbar ul li:not(:last-child) {
  padding-bottom: 5px;
}

li.widget {
  list-style-type: none;
}

.footerbar ul li {
  list-style-type: none;
}

.footerbar h5 {
  margin-bottom: 30px;
}

ul {
  padding-left: 0px;
}
.footer-bottom p {
  font-size: small;
}

*******testing********* .menu {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 200px;
}

.menu > li > a {
  background: blue;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.menu ul {
  background: #ddd;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 1s ease;
  top: 100%;
  width: 100%;
}

.menu li:hover ul {
  opacity: 1;
  transform: translateY(0);
}

.menu ul a {
  color: #000;
  display: block;
  padding: 5px 20px;
}

/* Reset Submenu State */
/* Reset Submenu State */
.nav-item .dropdown-menu {
  max-height: 0; /* Collapsed height */
  opacity: 1; /* Invisible */
  visibility: hidden; /* Hidden */
  overflow: hidden; /* Hide content */
  position: absolute;
  left: 0;
  top: 100%; /* Position below the parent */
  width: 100%;
  transition: all 1s ease;
  border-radius: 0; /* Remove border-radius */
}

/* Show Submenu on Hover */
.nav-item:hover .dropdown-menu {
  max-height: 500px; /* Expand vertically (Set max expected height) */
  opacity: 1; /* Fully visible */
  visibility: visible; /* Unhide */
  transform: translateY(0);
}

/* Parent Link Styling */
.nav-item > a {
  color: #212529;
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

/* Submenu Link Styling */
.dropdown-menu a {
  color: #000;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}

/* Ensure Submenu Matches Parent Width */
.nav-item .dropdown-menu {
  min-width: 100%; /* Match parent width */
  width: inherit; /* Inherit width from parent */
}

.homewidget {
  /* 	margin-bottom: 50px; */
}
:where(.wp-block-columns) {
  padding-bottom: 1.75em;
  margin-bottom: 0;
}

/* Hover state for submenu links */
.dropdown-item {
  color: black !important;
}
.dropdown-item.active {
}
.dropdown-item.hover {
}
ul#menu-primary-navigation li a:hover,
ul#menu-primary-navigation li.current-menu-item {
}
.social-media-links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/*---------------------------------------------------------------------FOOTER ENDS----------------------------- */
.designsbox {
  display: flex
;
  justify-content: space-between;
 

}

.inner-wrap-header {
    display: flex;
    align-items: center; /* Optional: Aligns items vertically */
}

.navbar>.container-fluid {
    padding: 0;
}


/* Media Query for Mobile View */
@media (max-width: 768px) { /* Adjust the max-width as needed */
	
	
.inner-wrap-header {
    justify-content: center; /* Optional: Space out items */
}
    .item-1, .item-2, .item-3 {
        flex: 100%; /* Forces each item to take full width */
        text-align: center; /* Optional: Centers content */
    }

    .item-3 {
        order: 2; /* Moves item-3 below the other items */
    }

    .item-2 {
        order: 1; /* Ensures item-2 stays above item-3 */
    }
.header-widget-area h4 {
    font-size: small;
}
	.navbar {
    padding: 0px;
    width: 100%;
	}

.footer-bottom {
    height: auto;
    flex-direction: column;
}
	.footer-widget-area p{
		text-align: left;
	}
}


.woocommerce ul.products li.product .button, .buy-now-button {
    display: inline-block;
    margin-top: 1em;
    height: 3rem !important;
    padding: 0 2em;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none;
    background: #4dae65;
    color: white;
}

.woocommerce span.onsale {

    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 2;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #958e09;
    color: #fff;
    font-size: .857em;
    z-index: 9;
background: linear-gradient(135deg, #007f00, #008f00); /* Green Gradient */
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: -15px;
    z-index: 10;
    width: 100px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex
;
    align-items: center;
    justify-content: center;
    min-height: 2em;
    min-width: 2em;
}
.footercontainer {
    /* max-width: 80%; */
    background: #f8f8f8;
    padding: 0px;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    height: 3rem !important;
    padding: 0 2em;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none;
    background: #EE8379;
	color: white;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    font-size: 15px;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
    background: green;
    color: white;
}

section.sliderarea {
    margin-top: 36px;
    min-height: 400px;
    display: flex;
    align-items: center;
}
section.buynow {
    padding: 100px;
    text-align: center;
}
.lighttext{
	color: #999999
}
.testimonialsbox{
	border: solid 1px #e9e9e9;
	border-radius:7px;
	padding:50px;
	margin: 25px 0px;
display: flex
;
    gap: 30px;
    align-items: center;
}
p.testitext {
    text-align: center;
    font-weight: 600;
}
.widget-title {
    border-bottom: none;
}


.wc-block-mini-cart__icon {
    height: 3em !important;
    width: 3em !important;
}


.form-cells-dual {
    width: 49%;
}
.form-container {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    /* width: 80%; */
    margin-bottom: 10px;
    flex-wrap: wrap;
}
/* Design One */

.social-container-d1{
  display: flex;
  gap:20px;
}















/* style from KBD testing starts */
#drop-area {
  border: 2px dashed #ccc;
  padding: 20px;
  margin: 10px 0px;
  text-align: center;
  cursor: pointer;
}

.highlight {
  border-color: #2196F3;
}

.preview-image {
  display: inline-block;
  position: relative;
}

.actions-box {
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #0000006b;
  height: 50%;
}

.action-button-delete {
  background: none;
  border: none;
  color: red; /* or any color you prefer */
  font-size: 36px;
  cursor: pointer;
  padding: 0;
}
.action-button {
  margin-top: 5px;
}
i.fa-solid.fa-trash-can {
  color: rgb(255, 255, 255) ;
  font-size: 20px;

}
button.action-button-star{    color: rgb(255, 255, 255);
  background: none;
  border: none;
  font-size: 22px;
  padding: 0;
  margin-right: 5px;
}
button.action-button-delete{    color: rgb(255, 255, 255);

  margin-left: 5px;
}
button.action-button-star:hover{
  color: yellow;
}
button.action-button-delete:hover{
  color: yellow !important;
}
button.action-button.starred {
  color: orange;
}

i.fa-solid.fa-trash-can:hover {
  color: red;
}

i.fa-solid.fa-star {
  line-height: 0px;

}

/* style from KBD testing ends */




.designsbox label {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hide the radio button */
.designsbox label input[type="radio"] {
  display: none;
}

/* Default image styling */
.designsbox label img {
  border: 3px solid transparent;
  border-radius: 10px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.designsbox label:hover img {
  transform: scale(1.05);
  border-color: #007bff; /* Blue */
  box-shadow: 0px 4px 15px rgba(0, 123, 255, 0.3);
}

/* Selected effect */
.designsbox label input[type="radio"]:checked + img {
  transform: scale(1.05);
  border-color: #28a745; /* Green */
  box-shadow: 0px 4px 15px rgba(40, 167, 69, 0.3);
}

/* Default text */
.design-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* Change text when selected */
.designsbox label input[type="radio"]:checked + img + .design-text {
  color: #28a745; /* Green text */
  content: "Selected";
}



.listingimgsingle img {
  width: 100%;
    height: 100%;

}
.listingimgsingle {
  padding: 0;
}

.linkbox{
	width: 40%;
	padding: 5px; 
	border: 1px solid #ccc; 
	border-radius: 5px;
	min-height:250px;
    text-align: center;
  margin-left: auto;
  margin-right: auto;
	margin-top: 50px
}

.congratstext{
font-size: xxx-large;
    text-align: center;
    margin-top: 5%;
}

/*  test*/
/*section#socialicons {*/
/*    min-height: 400px;*/
/*    background: lightcoral;*/
/*}*/
section#card-about {
    min-height: 400px;
    background: red;
}


section#card-address {
    min-height: 400px;
    background: blueviolet;
}

#card_header_sticky{
    top: 0;
    z-index: 99999;
    position: sticky;
}


.featuresbox{
	display:flex;
	justify-content: space-between;
	margin: 50px 0;
}
.featuresitem{
border: solid 1px #dedede;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
text-align: center;
border-radius: 50%;
}
.testimonials{
		margin: 100px 0;

}
.testimony{
	display: flex;
    justify-content: space-evenly;
	align-items: center;
}
.testimonialname{
	font-size:20px;
}
.siteheadings{
	text-align:center;
    font-weight: 700;
}
.slideritem1 {
    flex: 2; /* Takes more space */
}
.slideritem2 {
    flex: 1; 
}
.footerbg{
/* 	background:#f2f2f2; */
}
.whybox{
		display: flex;
			margin: 100px 0;
align-items: center;
    justify-content: center;

}
.whyboxitem1{
	    flex: 1; 

}
.whyboxitem2 {
    flex: 2; /* Takes more space */
}




/*  faq*/
.faq-container {
  margin: 100px auto;
}

.faq {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  padding: 10px 0;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #0073e6;
}

.faq-answer {
  display: none;  /* jQuery will handle the show/hide */
  padding: 10px;
  font-size: 16px;
  border-top: 1px solid #eee;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq.active .icon {
  transform: rotate(45deg);
}




/* offerbox */
.offer-box{
	border:2px solid #f00; padding:20px; text-align:center;  margin:auto;
	border-radius:15px;
	margin: 100px auto;
}
@keyframes wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-10px) rotate(-5deg);
  }
  30% {
    transform: translateX(8px) rotate(3deg);
  }
  45% {
    transform: translateX(-6px) rotate(-3deg);
  }
  60% {
    transform: translateX(4px) rotate(2deg);
  }
  75% {
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    transform: translateX(0);
  }
}

#buyButton {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #28a745;
  color: #fff;
  border: none;
  cursor: pointer;
  /* Apply the wobble animation */
  animation: wobble 2s ease-in-out infinite;
}



/* test  */
.why-need-it {
  padding: 40px 20px;
  text-align: center;
}

.why-need-it .container {
  margin: 0 auto;
}

.why-need-it h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}

.feature {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.feature .icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 22px;
  margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
}

.feature p {
  font-size: 16px;
  line-height: 1.4;
  color: #555;
}

/*  test */
.modern-testimonials {
  padding: 60px 20px;
}

.modern-testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.modern-testimonials .siteheadings {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}

.modern-testimonials .subtitle {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  display: block;
}

.testimonial-name {
  font-size: 20px;
  color: #0073e6;
  margin-bottom: 10px;
}

.testimonial-text blockquote {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.testimonial-text blockquote:before {
  content: "“";
  font-size: 40px;
  color: #0073e6;
  position: absolute;
  top: -10px;
  left: 10px;
}

.offer-box h1 {
    text-align: center !important;
}



/*  test */

h1 {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem); /* Responsive font size */
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -0.5px;
    color: black; /* Ensure contrast */
}

h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem); /* Slightly smaller than H1 */
    font-weight: 600; /* Less bold than H1 */
    line-height: 1.3;
    text-align: left;
    color: #007bff;; /* Gold accent for a premium feel */
}

.btn {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-success {
    background: linear-gradient(135deg, #28a745, #218838); /* Modern green gradient */
    color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
}

.btn-success:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.6);
    transform: scale(1.05);
}


.slideritem1 {
    text-align: left;
}

.slideritem2 img {
    max-width: 100%;
    height: auto;

}
.pricetext{
	text-align:center;
}

.testimonials .swiper-horizontal{
    overflow: hidden;
    padding: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}


.job-listings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	margin:100px 0;
}

.job-item {
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    height: 300px; /* Fixed height for uniformity */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	    width: 400px;
}

.job-title {
    display: -webkit-box;         /* Use flexbox model for WebKit */
    -webkit-box-orient: vertical; /* Vertical stacking */
    -webkit-line-clamp: 1;        /* Limit to one line */
    overflow: hidden;             /* Hide overflowing text */
}


.job-meta {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.job-excerpt {
    flex-grow: 1;
    overflow: hidden;
}
.homeiconscontainer {
    display: flex
;
    justify-content: space-around;
	margin:100px 0;
}
.homeicons {
    width: 90px;
    height: 90px;
    display: flex
;
    align-items: center;
    justify-content: center;
	    background: aliceblue;
border-radius: 15px;
    text-align: center;
}
.homeicons {
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.homeicons:hover {
    background: #007bff;
    color: white;
    transform: scale(1.1);
}

ul#menu-primary-navigation li:last-child a {
  display: inline-block;
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  color: #fff;
  padding: 1px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

ul#menu-primary-navigation li:last-child a:hover,
ul#menu-primary-navigation li:last-child a:focus {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}

.ad-contacts{
	display:flex;
}
.ad-call-button, .ad-whatsapp-button{
	width:100%;
	border-radius:15px;
	background: rgb(92, 184, 92);

}

 .onwer-info{
box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
background: #fff;
padding: 3rem;
margin-bottom: 3rem;
    text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.ad-container{
	display:flex;
	margin-top: 50px;
}

.ad-container .ad-content {
	flex: 0 0 65%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 3rem;
    margin-bottom: 3rem;
	margin-right: 50px;

}

.ad-container .onwer-info {
  flex: 0 0 30%; /* or width: 40%; */
}
.img-fluid {
    max-width: 100px;
    height: 100px;
}
.call-btn {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    color: rgb(72, 76, 122);
    font-size: 14px;
    height: auto;
    padding: 8px 24px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #fff, #f5f5fa);
    box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 20%);
    transition: all .2sease-out;
}
span.logohalf {
	font-weight: 400;}
.sitelogo:hover{
	color:#ffc107;
}

.dashboard {
    display: flex
;
 flex: 0 0 75%;
}






.sidebar {
    width: 25%;
    background-color: #f4f4f4;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: #007bff;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.sidebar ul li a:hover,
.sidebar ul li.active a {
    background-color: #007bff;
    color: #fff;
}

.main-content {
    width: 75%;
    padding: 20px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

form p {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

.post-item {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    position: relative;
}

.post-item h3 {
    margin: 0 0 10px;
}

.post-item p {
    margin: 0;
}



.btn-info {
    background-color: #17a2b8;
}

.btn-info:hover {
    background-color: #138496;
}

.btn-danger {
    background-color: #dc3545;
}

.btn-danger:hover {
    background-color: #c82333;
}

.btn-warning {
    background-color: #ffc107;
}

.btn-warning:hover {
    background-color: #e0a800;
}

.btn-primary {
    background-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.btn-white:hover {
    background-color: #f0f0f0;
}



/* dashbaord css ends */
/*-----------------------------------------------------------------MOBILE ONLY CSS STARTS----------------------------- */
   

@media (max-width: 767px) {
  .navbar-toggler {
    color: #afd54e;
    border: 1px solid #6c757d;
  }
	p {

	font-size:smaller;
}

	 #main-menu{
        position: absolute;
        right: 0;
        top: 40px;
            background: #f8f9fa;
        z-index: 555;
        width: 50vw;
    }
  img.custom-logo {
    width: 70%;
    height: 70%;
  }
  .sitelogo {
    font-size: 20px;
  }
  h3.sitecaption {
    font-size: 1rem;
  }
  .col-lg-12.noborder {
    padding-left: 15px;
  }

  p {
   
  }
	.login-register-forms {
    min-height: 1100px;
}


  .banner {
    text-align: center;
  }

  .container1 {
    justify-content: center;
  }

  .aboutbox {
    margin-left: 0px;
    text-align: center;
  }

  .btn-home1 {
    background: black;
    color: white;
    width: 50%;
    margin-right: 10px;
  }

  .btn-home1:hover {
    background-color: #fe9721;
  }

  /* Slider Mobile CSS STARTS */
  .home .carousel-control-next,
  .home .carousel-control-prev {
    display: none;
  }
  .home .carousel-indicators li {
    height: 60px;
    width: 60px;
  }
  .home .carousel-item h2 {
    font-size: 45px;
  }
  .home .carousel-item p {
    font-size: 22px;
  }
  /* Slider Mobile CSS ENDS */
.footerbar{

    flex-direction: column;
margin-left: 15px;
}
	
.social-media-links {
  
    justify-content: space-around;
    
}
.designsbox {
  display: flex
;
  justify-content: space-between;
  overflow-x: scroll;
  gap: 10px;

}
	
	.container {
    padding: 15px;
}
.featuresbox {
    display: flex
;
    justify-content: space-between;
    margin: 50px 0;
    flex-wrap: wrap;
	    row-gap: 15px;

}
	     .sitelogo {
        font-size: 20px;
        text-align: left;
    }

.homeiconscontainer {
    display: flex
;
    justify-content: space-around;
    margin:0;
    flex-wrap: wrap;
    gap: 20px;
}

	.footer-menu-mobile-container{
		background: white;
		position: fixed;
        bottom: 0px;
        width: 100%;
	}
	.footer-menu-mobile{
		display:flex;
        height: 60px;
        align-items: center;
        justify-content: space-between;
		padding: 0 20px;
		font-size: smaller;
 		box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);

	}
.footer-menu-mobile-item {
    text-align: center;
        width: 50px;
}
	.post-ad{
		height:80px;
		display:flex;
		align-items: center;
		justify-content:center;
	}
	.plusbutton{
		height: 50px;
        width: 50px;
        background: red;
        border-radius: 50%;
        position: fixed;
        bottom: 40px;
	    display: flex;
        align-items: center;
        justify-content: center;
    }
.boxy {
  
    height: 100px;
}
	.footerbar, .footerbg, .item-3,  .footercontainer{
		display:none;
	}
.ad-container {
    display: flex
;
    margin-top: 50px;
    flex-direction: column;
}
	.ad-content{
		width:100%;
		margin-right: 0px;
	}
.onwer-info {
    margin-bottom: 100px;
}
	
	.dashboard {
    display: flex;
		min-height:800px;
		height:auto;
}
.sidebar {
	padding: 5px;
}
.item-4 {
    display: none;
}
}/*-----------------------------MOBILE ONLY CSS ENDS----------------------------- */


/*  Tab */

@media (min-width: 1025px) {
.footer-menu-mobile-container {
			display:none;

	}
  }


.item-4{
	margin-left:auto;
}