body{
	font-family: "Poppins", sans-serif;
}
footer {
	/*background: linear-gradient(    to bottom,     rgb(108, 108, 108),     rgb(140, 140, 142),     rgb(70, 73, 75));*/
	background: radial-gradient(circle, #393185, #006e36);
}
.footer-logo {
	width: 165px;
	border-radius: 4px;
	background: #fff;
	padding: 6px;
}
footer p, footer a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}
footer h3 {
	color: #fff;
	font-size: 17px;
	margin: 0;
}
footer i {
    font-size: 17px;
    padding: 0 5px;
}

.under-list {
	padding: 0 20px;
}
.under-list li {
	list-style: circle;
	padding: 0 ;
	color: #fff;
}
footer li {
	list-style: none;
	padding: 0 5px;
}
footer b {
	color: #fff;
}
.submit {
	background: #ffffff;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin: 0 35%;
}
footer input, footer textarea {
	font-size: 14px !important;
}

.why-choose {
  padding: 70px 0;
  background: #f9f9f9;
}
.why-choose h6 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.why-choose h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.why-choose .intro {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}
.why-choose .card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 25px;
  transition: transform 0.3s ease;
  height: 100%;
}
.why-choose .card:hover {
  transform: translateY(-5px);
}
.why-choose .card h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.why-choose .card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.btn-custom {
  background: #28a745;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
  display: inline-block;
  margin-top: 30px;
}
.btn-custom:hover {
  background: #218838;
  color: #fff;
}
.why-choose img {
  border-radius: 15px;
  max-width: 100%;
  margin-bottom: 40px;
}
.logo-carousel img {
  max-height: 100px;
  object-fit: contain;
  margin: auto;
}
.logo-carousel .item img {
  max-height: 100px;
  margin: auto;
  object-fit: contain;
}

.counter-section {
  background: linear-gradient(135deg, rgb(57, 49, 133), rgb(0, 110, 54)) no-repeat center center/cover;
  padding: 60px 0 40px 0;
  color: #fff;
  text-align: center;
  position: relative;
}

.counter-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.counter-content {
  position: relative;
  z-index: 1;
}

.counter {
  font-size: 3rem;
  font-weight: bold;
}

.counter-label {
  font-size: 1.2rem;
  margin-top: 10px;
}
 
.banner-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.baner_inner h2 {
	font-size: 48px;
	color: #0f68c7;
	line-height: 50px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
p.naveen {
	font-size: 28px;
	color: #a73b46;
	margin-bottom: -6px;
	line-height: 38px;
}
.baner_inner h1 {
	font-size: 28px;
	font-weight: 600 !important;
	margin-top: 15px!important;
	letter-spacing: 2px;
}
.banner-inner-list ul {
	width: 50%;
	padding: 0;
	margin-top: 30px;
	float: left;
	margin-bottom: 0;
}
.banner-inner-list ul li {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 10px 0;
	list-style: circle !important;
	color: #2c2c2c;
	margin-left: 20px;
}
.banner-inner-list ul li i {
	color: #e31e24;
	font-size: 17px;
}
.copyright-ftr {
    border-top: 1px solid;
}
footer i {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(57 49 133);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(227 30 36);
}
.products img {
    border: 3px double #393185;
    border-radius: 7px;
    padding: 10px 6px;
}
.division img {
    border: 2px dotted #006e36;
    border-radius: 7px;
}
h2 span {
    color: #006e36;
}
h2 {
    color: #393185;
}
#about-us p {
    font-size: 15px;
    line-height: 28px;
}
.category-card {
  cursor: pointer;
}
.category-card img {
  transition: transform 0.4s ease;
}
.category-card:hover img {
  transform: scale(1.1);
}
.category-card .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 1;
  transition: opacity 0.4s ease;
}
.category-card:hover .overlay {
  opacity: 1;
}
.bubble {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 999;
}

img.call-img {
    width: 65px;
    margin-top: 20px;
}
button.btn.btn-primary.w-100.rounded-pill {
    background: #140d5c;
}
.modal-dialog {
    top: 25%;
}
.choose-in-content img {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.choose-in-content h4 {
    font-size: 24px;
    color: #000;
}
h2{
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .bubble {
        display: none;
    }
	.banner-text {
		position: relative !important;
	}
	.banner-inner-list ul li {
		font-size: 13px;
		list-style: circle !important;
		padding-bottom: 0px !important;
	}
	.banner_inner h1 {
		color: #393185;
		font-size: 38px;
		margin-top: 2px;
		line-height: 45px;
	}
	p.naveen {
		font-size: 18px;
		font-weight: 400;
		color: #c23240;
		text-transform: uppercase;
		line-height: 23px;
	}
	.baner_inner h1 {
		font-size: 17px;
		font-weight: 600 !important;
		color: #2a2d30 !important;
		text-transform: uppercase;
		letter-spacing: .5px !important;
	 }
	 .main-banner img {
		width: 100%;
		display: none;
	}
	.rounded-3.shadow-lg.p-4 {
		background: #393185 !important;
		color: #fff !important;
	}
	.banner-text {
		padding: 30px 0;
	}
	.text-warning {
		color: #006e36 !important;
		font-weight: 600;
		padding-right: 20px;
	}
	.banner_inner h4 {
		color: #000;
	}
	.banner_inner ul {
		padding: 0 ;
	}
	.banner_inner ul li {
		color: #000000;
		line-height: 32px;
		list-style: none;
		font-size: 19px;
	}
	.bubble {
		position: fixed;
		right: 25px !important;
		bottom: 50px !important;
		z-index: 999;
	}
	img.call-img {
		width: 60px !important;
	}
	.counter {
      font-size: 32px
    }
    .counter-label {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
	.banner_inner i {
		display: none;
	}
	.mobile-fixed {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {
    .banner {
        position: relative !important;
        background: url("/images/pcd-franchise.png");
        padding: 320px 0;
        background-size: cover;
    }
    .banner-text h1 {
        font-size: 25px;
    }
    .banner-text p {
        font-size: 18px !important;
    }
   .banner-text h4 {
        font-size: 19px !important;
    }
    .main-banner {
        display: none;
    }
}

.mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    z-index: 1000;
}
.mobile-fixed ul li {
    list-style: none;
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0;
}
.mobile-fixed ul li a {
    color: #e5e5e5;
    text-decoration: none !important;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}