
html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	color: #131313;
}
.why-section h2{
    margin-bottom: 15px;
}

.why-section ul{
    padding-left: 20px;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #878787;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	padding-top: 10px;
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 97px;
	padding-bottom: 97px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.rating i {
	color: #fbb710;
}

.rating .is-fade {
	color: #e0e3e4;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #131313;
	padding: 16px 30px;
	min-width: 153px;
	border-radius: 50px;
	font-weight: 500;
	border: none;
	background: #ffb320;
	cursor: pointer;
}

.site-btn.btn-sm {
	padding: 10px 30px;
	min-width: 163px;
}

.site-btn:hover {
	color: #131313;
}

.cata {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 6px 25px;
}

.cata.new {
	background: #ff205f;
}

.cata.strategy {
	background: #4eae60;
}

.cata.racing {
	background: #694eae;
}

.cata.adventure {
	background: #40abf5;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	background: #ffffff;
	clear: both;
	overflow: visible !important;
	padding: 18px 0;
	position: relative;
	z-index: 9999;
}

.site-logo {
    display: inline-block;
    float: left;
    padding-top: 6px;
}

.site-logo img{
    width:65px;
    height:65px;
    border-radius:10px;
    object-fit:contain;
}
.user-panel {
	float: right;
	font-weight: 500;
	background: #ffb320;
	padding: 8px 28px;
	border-radius: 30px;
}

.user-panel a {
	font-size: 14px;
	color: #131313;
}

.main-menu {
	float: right;
	margin-right: 170px;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 35px;
	font-weight: 500;
	padding: 10px 5px;
}

.main-menu ul li a:hover {
	color: #ffb320;
}

.header-btn {
	float: right;
	margin-right: 0;
}

.nav-switch {
	display: none;
}

/*------------------
  Hero Section
---------------------*/

.hero-slider .hs-item {
	height: 865px;
	display: table;
	width: 100%;
}

.hero-slider .hs-text {
	display: table-cell;
	vertical-align: middle;
}

.hero-slider .hs-text h2 {
	color: #fff;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 30px;
	position: relative;
	top: -80px;
	opacity: 0;
}

.hero-slider .hs-text h2 span {
	color: #ffb320;
}

.hero-slider .hs-text p {
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	position: relative;
	top: -90px;
	opacity: 0;
}

.hero-slider .hs-text .site-btn {
	position: relative;
	top: -100px;
	opacity: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-dots {
	position: relative;
	max-width: 1146px;
	margin: -33px auto 0;
	top: -67px;
	z-index: 5;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 13px;
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 7px;
	border-radius: 40px;
	background: #dbe2ec;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #ffb320;
}

/*---------------------
  Latest News section
-----------------------*/

.latest-news-section {
	overflow: hidden;
	display: block;
	clear: both;
	background: #131313;
	padding: 24px 0;
	position: relative;
}

.ln-title {
	position: absolute;
	height: 100%;
	width: 29%;
	left: 0;
	top: 0;
	text-align: right;
	padding-top: 24px;
	padding-right: 66px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #ffb320;
	z-index: 1;
}

.news-ticker {
	width: 71%;
	float: right;
	overflow: hidden;
	display: inline-block;
}

.news-ticker-contant .nt-item {
	margin-right: 35px;
	color: #fff;
	display: inline-block;
}

.news-ticker-contant .nt-item span {
	margin-right: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 4px 20px;
}

.news-ticker-contant .nt-item span.new {
	background: #ff205f;
}

.news-ticker-contant .nt-item span.strategy {
	background: #4eae60;
}

.news-ticker-contant .nt-item span.racing {
	background: #694eae;
}

/*------------------
  Feature Section
---------------------*/

.feature-item {
	height: 415px;
	position: relative;
}

.feature-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .65;
}

.feature-item .cata {
	position: relative;
	margin-top: 28px;
	margin-left: 29px;
	z-index: 3;
}

.feature-item .fi-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 26px 24px;
	z-index: 2;
}

.feature-item .fi-content h5 {
	margin-bottom: 18px;
}

.feature-item .fi-content .fi-comment {
	font-size: 12px;
	opacity: .54;
}

/*----------------------
  Recent Game Section
------------------------*/

.recent-game-section {
	background-color: #eef2f6;
	border-top: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

.recent-game-item .rgi-thumb {
	height: 204px;
	padding: 25px 28px;
}

.recent-game-item .rgi-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
}

.recent-game-item .rgi-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.recent-game-item .rgi-content .comment {
	font-size: 12px;
	color: #737373;
}

.recent-game-item .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.recent-game-item .rgi-extra .rgi-star,
.recent-game-item .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.recent-game-item .rgi-extra .rgi-star {
	background: #ffb320;
}

.recent-game-item .rgi-extra .rgi-heart {
	background: #ff205f;
}

/*----------------------
  Tournaments Section
------------------------*/

.tournaments-section {
	background-image: url("../img/pattern.png");
	background-repeat: repeat;
}

.tournament-title {
	display: inline-block;
	padding: 7px 25px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: #fb6e10;
}

.tournament-item {
	background: #252525;
}

.tournament-item .ti-notic {
	display: inline-block;
	padding: 8px 21px;
	font-size: 12px;
	font-weight: 700;
	color: #131313;
	text-transform: uppercase;
	background: #ffb320;
}

.tournament-item .ti-content {
	padding: 38px 24px;
	overflow: hidden;
}

.tournament-item .ti-thumb {
	width: 168px;
	height: 178px;
	float: left;
}

.tournament-item .ti-text {
	padding-left: 195px;
}

.tournament-item .ti-text h4 {
	color: #ffb320;
	margin-bottom: 20px;
}

.tournament-item .ti-text ul {
	list-style: none;
	margin-bottom: 20px;
}

.tournament-item .ti-text ul li {
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px;
}

.tournament-item .ti-text ul li span {
	color: #9a9a9a;
}

.tournament-item .ti-text p {
	font-size: 12px;
	margin-bottom: 0;
}

.tournament-item .ti-text p span {
	font-weight: 500;
	color: #ffb320;
}

/*----------------------
  Review Section
------------------------*/

.review-section {
	background-position: right top;
}

.review-item .review-cover {
	position: relative;
	margin-bottom: 30px;
	height: 345px;
}

.review-item .review-cover .score {
	position: absolute;
	width: 54px;
	height: 54px;
	top: -27px;
	left: 26px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.review-item .review-cover .score.yellow {
	background: #ffb320;
}

.review-item .review-cover .score.purple {
	background: #694eae;
}

.review-item .review-cover .score.pink {
	background: #ff20ae;
}

.review-item .review-cover .score.green {
	background: #4eae60;
}

.review-item .review-text {
	text-align: center;
}

.review-item .review-text h5 {
	margin-bottom: 20px;
}


.widget-item .latest-blog .lb-item .lb-content .lb-author {
	color: #737373;
}

.widget-item .top-comment .tc-item .tc-content {
	padding-right: 20px;
}

.widget-item .review-item {
	background: #eff2f5;
}

.widget-item .review-item .review-text {
	padding: 0 35px 20px;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: none;
	padding-right: 15px;
	color: #878787;
	cursor: pointer;
}

/*-----------------
  Categories page
--------------------*/

.recent-game-page .recent-game-item {
	margin-bottom: 42px;
}

/*-----------------
  Single blog page
--------------------*/

.single-blog-page .blog-thumb {
	height: 424px;
	padding-top: 24px;
	padding-left: 29px;
	margin-bottom: 40px;
	position: relative;
}

.single-blog-page .blog-thumb .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star,
.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star {
	background: #ffb320;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	background: #ff205f;
}

.single-blog-page .blog-content h3 {
	margin-bottom: 10px;
}

.single-blog-page .blog-content .meta-comment {
	display: block;
	font-size: 12px;
	color: #737373;
	margin-bottom: 25px;
}

.single-blog-page .blog-content p {
	margin-bottom: 25px;
}

.comment-warp {
	padding-top: 50px;
}

.comment-title {
	margin-bottom: 45px;
}

.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-list .comment .comment-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.comment-list .comment .comment-content {
	padding-left: 100px;
}

.comment-list .comment .comment-content h5 {
	font-size: 12px;
	color: #131313;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-list .comment .comment-content h5 span {
	color: #ffb320;
	padding-left: 18px;
}

.comment-list .comment .comment-content p {
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-list .comment .comment-content .reply {
	font-size: 12px;
	color: #ff1d55;
}

.comment-form-warp {
	padding-top: 30px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
	margin-bottom: 24px;
}

.comment-form textarea {
	height: 243px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 38px;
}

/*-----------------
  Review page
--------------------*/

.review-page .review-item {
	margin-bottom: 63px;
}

.review-page .review-item .review-text h4 {
	margin-bottom: 10px;
}

.review-dark .review-item .review-text p {
	color: #b5b5b5;
}

.review-section.review-dark {
	background-position: center top;
}

/*-----------------
  Community page
--------------------*/

.community-page .site-pagination {
	padding-top: 62px;
}

.community-warp {
	max-width: 1367px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.28);
}

.community-post-list {
	list-style: none;
}

.community-post-list li {
	padding: 33px 55px 65px;
	margin-bottom: 21px;
	overflow: hidden;
	border: 1px solid #878787;
	background: #1f2225;
}

.community-post-list .community-post .author-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.community-post-list .community-post .post-content {
	padding-left: 100px;
}

.community-post-list .community-post .post-content h5 {
	font-size: 16px;
	color: #ff205f;
	font-weight: 400;
	margin-bottom: 10px;
}

.community-post-list .community-post .post-content h5 span {
	color: #7a7a7a;
	padding-left: 18px;
}

.community-post-list .community-post .post-content p {
	color: #fff;
	margin-bottom: 5px;
}

.community-post-list .community-post .post-content .post-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 18px;
}

.community-post-list .attachment-file {
	padding-top: 60px;
	max-width: 435px;
}

.community-top-title {
	margin-bottom: 50px;
}

.community-filter {
	margin-bottom: 80px;
}

.community-filter label {
	font-size: 18px;
	color: #1f2225;
	font-weight: 500;
	padding-right: 10px;
}

.community-filter select {
	width: 201px;
	height: 42px;
	font-size: 14px;
	padding: 0 18px;
	color: #1f2225;
	font-weight: 500;
}

/*-----------------
  Contact page
--------------------*/

.contact-info-list {
	padding-top: 55px;
	padding-bottom: 20px;
	list-style: none;
}

.contact-info-list li {
	margin-bottom: 30px;
}

.contact-info-list .cf-left {
	width: 95px;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #ffb320;
}

.contact-info-list .cf-right {
	color: #878787;
	font-size: 15px;
	padding-left: 100px;
}

.social-links a {
	color: #474747;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 20px;
}

/*------------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		margin-right: 90px;
	}
	.hero-slider .owl-dots {
		max-width: 930px;
	}
	.review-section {
		background-position: right 10% top;
	}
	.review-item .review-cover {
		height: 280px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		max-width: 370px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		max-width: 130px;
	}
	.main-menu {
		margin-right: 25px;
	}
	.main-menu ul li a {
		margin-left: 15px;
	}
	.user-panel {
		padding: 8px 15px;
	}
	.hero-slider .hs-text h2 {
		font-size: 50px;
	}
	.hero-slider .owl-dots {
		max-width: 690px;
	}
	.recent-game-item {
		margin-bottom: 42px;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 80px;
		height: 80px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		display: none;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		overflow: visible;
		padding: 23px 0;
	}
	.header-section .container {
		position: relative;
	}
	.site-logo {
		float: none;
		padding-top: 0;
	}
	.main-menu {
		display: none;
		position: absolute;
		top: calc(100% + 24px);
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 999;
	}
	.main-menu ul li {
		display: block;
		border-bottom: 1px solid #ececec;
	}
	.main-menu ul li a {
		margin-left: 0;
		color: #131313;
		padding: 13px 26px;
	}
	.nav-switch {
		color: #fff;
		display: block;
		float: right;
		cursor: pointer;
		font-size: 25px;
	}
	.user-panel {
		display: none;
	}
	.hero-slider .hs-item {
		height: 700px;
	}
	.hero-slider .hs-text h2 {
		font-size: 36px;
	}
	.hero-slider .owl-dots {
		max-width: 510px;
	}
	.ln-title {
		padding-right: 30px;
	}
	.feature-item {
		margin-bottom: 30px;
	}
	.recent-game-item {
		margin-bottom: 42px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.footer-top-bg {
		display: none;
	}
	.footer-section {
		padding: 30px 0 20px;
		text-align: center;
	}
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	.footer-menu,
	.copyright {
		float: none;
	}
	.copyright {
		padding-top: 15px;
	}
	.community-post-list li {
		padding: 30px 25px 30px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
	.hero-slider .owl-dots {
		padding: 0 15px;
	}
	.feature-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.community-post-list .community-post .author-avator {
		float: none;
	}
	.community-post-list .community-post .post-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-slider .hs-item {
		height: auto;
		padding: 150px 0;
	}
	.ln-title {
		display: none;
	}
	.news-ticker {
		width: 100%;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 85px;
	}
	.site-btn {
		padding: 11px 30px;
		min-width: 145px;
	}
	.comment-list .comment .comment-avator {
		float: none;
	}
	.comment-list .comment .comment-content {
		padding-left: 0;
		padding-top: 20px;
	}
	.footer-widget {
		padding: 40px 15px 7px;
	}
	.page-info-section .pi-content h2 {
		font-size: 40px;
	}
}


.contact-form-warp input,
.contact-form-warp textarea{
border-radius:6px;
}
.map iframe{
    width: 100%;
    display: block;
}

.contact-page .map{
    margin-bottom: 40px;
}
.contact-page .row{
    align-items: flex-start;
}
.custom-map{
    width: 80%;
    margin: 40px auto;
}

.custom-map iframe{
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 8px;
}
/* Contact form width fix */



.contact-form textarea{
    height: 120px;
}
body{
    overflow-x: hidden;
}

.contact-page .row{
    margin-left: 0;
    margin-right: 0;
}

.contact-page .col-lg-4,
.contact-page .col-lg-8{
    padding-left: 15px;
    padding-right: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #ffffff;
    font-size: 16px;
}

.contact-info-footer p {
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.7;
}
.footer-logo img{
width:100%;
height:220px;
object-fit:cover;
}
.contact-info{
margin: 0 auto;
text-align: left;
}
.contact-info{
max-width:500px;
margin:40px auto;
}
.contact-page h4 {
    margin-bottom: 25px;
}

.contact-info-list {
    margin-top: 25px;
}
.site-logo img{
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: white;
    padding: 6px;
    border-radius: 10px;
}
.site-logo{
    display: inline-block;
    margin-top: 8px;
}
.header-section{
background: #ffffff;
}
.main-menu ul li a{
color: #000;
}

.user-panel a{
background:#fdb714;
color:#fff;
padding:10px 25px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

h4{
margin-bottom:20px;
}
.service-card{
background:#ffffff;
padding:30px;
border-radius:10px;
margin-bottom:30px;
box-shadow:0 4px 15px rgba(0,0,0,0.1);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-5px);
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.service-card h4{
margin-bottom:15px;
font-weight:600;
}
.col-lg-4{
margin-bottom:60px;
padding-left:25px;
padding-right:25px;
}
img{
margin-bottom:20px;
}
p{
margin-top:15px;
line-height:1.8;
}
.facility-card{
background:#2b2b2b;
padding:25px;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.3);
}
.facility-main-title{
    color:#fdb714;
    margin-bottom:50px;
    text-align:center;
    font-weight:700;
}

.facility-card{
    display:block;
    background:#2b2b2b;
    padding:25px;
    border-radius:12px;
    text-decoration:none;
    color:#fff;
    margin-bottom:35px;
    box-shadow:0 4px 15px rgba(0,0,0,0.25);
    transition:0.3s ease;
    height:100%;
}

.facility-card:hover{
    transform:translateY(-8px);
    box-shadow:0 8px 25px rgba(0,0,0,0.35);
    color:#fff;
}

.facility-card h4{
    text-align:center;
    margin-bottom:20px;
    color:#fff;
    font-weight:600;
}

.facility-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    border-radius:8px;
    margin-bottom:20px;
}

.facility-card p{
    color:#eaeaea;
    line-height:1.8;
    margin:0;
}
.facility-title{
    text-align:center;
    color:#ffb400;
    font-size:40px;
    font-weight:700;
    margin-bottom:70px;
    position:relative;
}

/* underline effect */
.facility-title::after{
    content:"";
    width:80px;
    height:4px;
    background:#ffb400;
    display:block;
    margin:12px auto 0;
    border-radius:5px;
}
.about-section{
    padding:80px 0;
    background:#f5f5f5;
}

.about-img{
    width:100%;
    border-radius:12px;
    box-shadow:0 6px 20px rgba(0,0,0,0.2);
}

.about-title{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.about-section p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

.about-list{
    margin-top:20px;
}

.about-list li{
    margin-bottom:10px;
    font-weight:500;
}
.about-img{
    margin-right:100px;
}
.about-img{
  width:100%;
  border-radius:12px;
  margin-right:50px;
}

.map iframe{
width:100%;
height:500px;
border-radius:10px;
}
/* ===== Contact Page Final Fix ===== */
.contact-page{
    padding: 90px 0;
}

.contact-page .container{
    max-width: 1240px;
    margin: 0 auto;
}

.contact-page .row{
    display: flex;
    align-items: stretch;
}

.contact-page .col-lg-7,
.contact-page .col-lg-5{
    padding-left: 15px;
    padding-right: 15px;
}

.contact-page .map{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 14px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: none !important;
    height: 100%;
}

.contact-page .map iframe{
    width: 100% !important;
    height: 700px !important;
    min-height: 700px;
    display: block;
    border: 0;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.contact-page .contact-form-warp{
    background: #fff;
    padding: 32px 28px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.contact-page .contact-form-warp h4{
    text-align: center;
    color: #f4a100;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

.contact-page .contact-form-warp input,
.contact-page .contact-form-warp textarea{
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: 14px;
    box-shadow: none;
}

.contact-page .contact-form-warp textarea{
    height: 220px;
    resize: none;
}

.contact-page .contact-form-warp .site-btn{
    display: inline-block;
    background: #f4a100;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 600;
}

.contact-page .contact-form-warp .site-btn:hover{
    background: #dd9300;
    color: #fff;
}

@media (max-width: 991px){
    .contact-page .row{
        display: block;
    }

    .contact-page .map{
        margin-bottom: 30px !important;
    }

    .contact-page .map iframe{
        min-height: 400px;
    }
}
/* ===== Homepage upgrade ===== */
.homepage-info-section {
	background: #ffffff;
}

.owner-image-box {
	background: #fff;
	padding: 15px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	text-align: center;
}

.owner-image-box img {
	width: 100%;
	max-width: 340px;
	border-radius: 12px;
	display: inline-block;
}

.homepage-info-text h2 {
	font-size: 38px;
	margin-bottom: 20px;
	color: #131313;
}

.homepage-info-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 15px;
}

.home-points {
	list-style: none;
	padding: 0;
	margin: 20px 0 30px;
}

.home-points li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	color: #444;
	font-size: 15px;
}

.home-points li:before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #f7a400;
	font-weight: 700;
}

.home-gallery-section {
	background: #f5f5f5;
}

.gallery-card {
	background: #fff;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	margin-bottom: 30px;
}

.gallery-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.home-cta-section {
	padding: 70px 0 90px;
	background: #111;
}

.cta-box {
	text-align: center;
	background: linear-gradient(135deg, #f7a400, #ffbf2f);
	padding: 50px 30px;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.cta-box h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
}

.cta-box p {
	font-size: 17px;
	color: #fff;
	margin-bottom: 25px;
}

.cta-box .site-btn {
	background: #111;
	color: #fff;
	border: none;
}

.cta-box .site-btn:hover {
	background: #222;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 40px;
	margin-bottom: 10px;
}

.section-title p {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.homepage-info-text {
		margin-top: 30px;
	}

	.cta-box h2,
	.section-title h2,
	.homepage-info-text h2 {
		font-size: 30px;
	}
}
/* ===== Stats Section ===== */
.home-stats-section {
	padding: 70px 0;
	background: #111;
	color: #fff;
}

.stat-box h2 {
	font-size: 40px;
	font-weight: 700;
	color: #f7a400;
	margin-bottom: 5px;
}

.stat-box p {
	font-size: 15px;
	color: #ccc;
}

/* ===== Why Us ===== */
.why-us-section {
	padding: 80px 0;
	background: #f5f5f5;
}

.why-box {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	text-align: center;
	transition: 0.3s;
}

.why-box:hover {
	transform: translateY(-8px);
}

.why-box h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.why-box p {
	color: #666;
	font-size: 14px;
}
/* CONTACT IMPROVE */
.contact-info-section{
	padding: 70px 0;
	background: #f5f5f5;
}

.contact-info-box{
	background:#fff;
	padding:30px;
	text-align:center;
	border-radius:12px;
	box-shadow:0 10px 25px rgba(0,0,0,0.08);
	margin-bottom:20px;
}

.contact-info-box h4{
	font-size:20px;
	margin-bottom:10px;
}

.contact-info-box p{
	color:#666;
}

.main-menu li a {
	padding-top: 30px !important;
}

.hs-item {
	height: 720px;
	background-size: cover;
	background-position: center center;
}
.ceo-title{
	font-size: 22px;
	color: #f7a400;
	font-weight: 600;
	margin-bottom: 20px;
}

.homepage-info-text h2{
	margin-bottom: 8px;
}
.ceo-quote{
	font-style:italic;
	color:#555;
	margin-top:15px;
	border-left:3px solid #f7a400;
	padding-left:10px;
}

.about-section{
	background:#f9f9f9;
	padding:60px 0;
}
/* ===== Mobile Navbar Fix ===== */
.nav-switch{
	display: none;
	cursor: pointer;
	font-size: 26px;
	color: #111;
}

@media only screen and (max-width: 991px){

	.header-section{
		padding: 12px 0 !important;
	}

	.header-section .container{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.site-logo{
		float: none;
		padding-top: 0;
	}

	.site-logo img{
		width: 75px !important;
		height: 75px !important;
		max-height: none !important;
		margin-bottom: 0 !important;
	}

	.user-panel{
		display: none !important;
	}

	.nav-switch{
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10001;
		color: #111;
		font-size: 28px;
		line-height: 1;
	}

	.main-menu{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 10000;
		float: none;
		margin-right: 0;
		box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	}

	.main-menu ul{
		display: block;
		margin: 0;
		padding: 0;
	}

	.main-menu ul li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #eee;
	}

	.main-menu ul li a{
		display: block;
		padding: 14px 18px !important;
		margin-left: 0 !important;
		color: #111 !important;
	}

	.main-menu ul li:last-child{
		border-bottom: none;
	}

	.dropdown-menu{
		position: static !important;
		display: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		box-shadow: none !important;
		background: #f8f8f8 !important;
		padding: 0 !important;
		width: 100% !important;
		min-width: 100% !important;
		border-radius: 0 !important;
	}

	.dropdown.open .dropdown-menu{
		display: block !important;
	}

	.dropdown-menu li a{
		padding: 10px 28px !important;
		font-size: 13px !important;
		color: #111 !important;
	}
}
.ceo-quote{
	margin-top: 60px;
}
.main-footer{
	background:#0a0a0a;
	color:#fff;
	padding:70px 20px 25px;
}

.footer-container{
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap:40px;
	max-width:1200px;
	margin:auto;
	align-items:flex-start;
}

.footer-col h3,
.footer-col h4{
	margin-bottom:18px;
	color:#f7a400;
	font-weight:600;
}

.footer-col p{
	font-size:14px;
	color:#bbb;
	line-height:1.6;
}

.footer-col ul{
	list-style:none;
	padding:0;
	margin:0;
}

.footer-col ul li{
	margin-bottom:12px;
}

.footer-col ul li a{
	color:#bbb;
	text-decoration:none;
	transition:0.3s;
	font-size:14px;
}

.footer-col ul li a:hover{
	color:#f7a400;
	padding-left:6px;
}

.footer-col ul li{
	color:#bbb;
	font-size:14px;
}

/* Contact icons spacing */
.footer-col p{
	margin-bottom:10px;
}

/* Social Icons */
.footer-social{
	margin-top:15px;
}

.footer-social a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	margin-right:10px;
	border-radius:50%;
	background:#1a1a1a;
	color:#f7a400;
	font-size:16px;
	transition:0.3s;
}

.footer-social a:hover{
	background:#f7a400;
	color:#000;
	transform:translateY(-3px);
}

/* Bottom */
.footer-bottom{
	text-align:center;
	margin-top:40px;
	border-top:1px solid #222;
	padding-top:15px;
	font-size:13px;
	color:#888;
}
.cta-section{
	padding:80px 0;
	background:#000;
}

.cta-box{
	max-width:800px;
	margin:auto;
	border-radius:15px;
	box-shadow:0 15px 40px rgba(0,0,0,0.3);
}
.footer-col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-col ul{
	padding-left: 0;
	margin-top: 10px;
}

.footer-col ul li{
	margin-left: 0;
	padding-left: 0;
}
.footer-col h4{
	margin-bottom: 15px;
}
.main-menu ul li {
	position: relative;
}

.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	min-width: 220px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
	border-radius: 8px;
	display: none;
	z-index: 999;
}

.sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
}

.sub-menu li a {
	display: block;
	padding: 10px 18px !important;
	color: #111;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.sub-menu li a:hover {
	background: #f7a400;
	color: #fff;
}

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

.sub-menu{
	position: absolute;
	top: 110%;   /* pehle 100% hota hai, isay thoda neeche laaya */
	left: 0;
	background: #fff;
	min-width: 220px;
	padding: 10px 0;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	border-radius: 8px;
	display: none;
	z-index: 9999; /* sab ke upar aa jayega */
}
.main-menu ul li{
	position: relative;
}
.sub-menu{
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: 0.3s;
}

.menu-item-has-children:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/* ===== CLEAN NAVBAR DROPDOWN FIX ===== */

.header-section{
	position: relative;
	z-index: 9999;
	overflow: visible !important;
}

.main-menu{
	position: relative;
	z-index: 9999;
}

.main-menu > ul > li{
	position: relative;
	display: inline-block;
}

.main-menu > ul > li > a{
	display: block;
}

.main-menu .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #fff;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	border-radius: 8px;
	display: none;
	z-index: 99999;
}

.main-menu .sub-menu li{
	display: block;
	width: 100%;
	margin: 0;
}

.main-menu .sub-menu li a{
	display: block;
	padding: 10px 18px !important;
	color: #111 !important;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.main-menu .sub-menu li a:hover{
	background: #f7a400;
	color: #fff !important;
}

.main-menu .menu-item-has-children:hover .sub-menu{
	display: block;
}

/* hero ko safe rakho */
.hero-section,
.hero-slider,
.hs-item{
	position: relative;
	z-index: 1;
}
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hs-item{
	width: 100%;
}
.header-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

.page-top-section {
	margin-top: 110px;
}
.services-page-title{
	padding: 40px 0 20px;
	text-align: center;
}

.services-page-title h2{
	font-size: 48px;
	margin-bottom: 10px;
	color: #111;
}

.services-page-title p{
	font-size: 16px;
	color: #777;
	margin: 0;
}

.service-card{
	background: #fff;
	padding: 35px 25px;
	border-radius: 14px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	height: 100%;
	transition: 0.3s;
}

.service-card:hover{
	transform: translateY(-8px);
}

.service-card h4{
	color: #f7a400;
	font-size: 30px;
	margin-bottom: 15px;
}

.service-card p{
	color: #666;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}
/* ===== About page top gap fix ===== */

@media only screen and (max-width: 991px) {
    body {
        padding-top: 85px;
    }
}
.services-page-title{
    margin-top: 70px;
    padding-top: 40px;
}
/* ===== Contact page top fix ===== */
.page-info-section{
    margin-top: 110px;
}
@media only screen and (max-width: 991px){
    .page-info-section{
        margin-top: 85px;
    }
}
body {
    padding-top: 110px;
}
/* ===== Contact hero background fix ===== */

.page-info-section{
    height: 420px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    padding-bottom: 40px;
}
@media only screen and (max-width: 768px){
    .page-info-section{
        height: 260px;
        padding-bottom: 25px;
    }
}
/* ===== Supplies & Construction Pages ===== */
.division-page-title {
    padding: 60px 0 25px;
    text-align: center;
    background: #f5f5f5;
}

.division-page-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.division-page-title p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.division-services-section {
    padding: 60px 0 80px;
    background: #f5f5f5;
}

.division-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.division-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s ease;
}

.division-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

.division-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #ffb320;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.division-card h4 {
    font-size: 24px;
    color: #111;
    margin-bottom: 12px;
    font-weight: 700;
}

.division-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .division-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .division-page-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .division-grid {
        grid-template-columns: 1fr;
    }

    .division-page-title h2 {
        font-size: 28px;
    }

    .division-card {
        padding: 28px 20px;
    }
}
.division-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #ffb320;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* important */
}

.division-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
body {
    margin: 0;
    font-family: Arial;
    background: #f3f3f3;
}

/* Title */
.division-page-title {
    text-align: center;
    padding: 60px 20px 30px;
    background: #fff;
}

.division-page-title h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.division-page-title p {
    color: #666;
}

/* Section */
.division-services-section {
    padding: 50px;
    background: #f5f5f5;
}

/* Grid */
.division-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.division-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.division-card:hover {
    transform: translateY(-8px);
}

/* Images */
.division-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 15px;
}

.division-gallery img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

/* Text */
.division-card h4 {
    margin: 10px 0;
}

.division-card p {
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 900px) {
    .division-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .division-grid {
        grid-template-columns: 1fr;
    }
}
.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-bottom-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
/* Dropdown Fix */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 45px;
    left: 0;
    background: #000;
    padding: 8px 0;
    list-style: none;
    width: 200px;
    display: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Items */
.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover effect */
.dropdown-menu li a:hover {
    background: #ffb320;
    color: #000;
}

/* Show dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* FIX dropdown top yellow box */
.dropdown > a {
    position: relative;
    z-index: 2;
}

/* REMOVE any unwanted yellow block */
.dropdown > a::before,
.dropdown > a::after {
    display: none !important;
}

/* clean dropdown */
.dropdown-menu {
    background: #000;
    padding: 8px 0;
    border-radius: 8px;
}

/* links */
.dropdown-menu li a {
    background: transparent !important;
    color: #fff;
}

/* hover only on text */
.dropdown-menu li a:hover {
    background: #ffb320;
    color: #000;
}
.single-supply-page {
    padding: 70px 0 80px;
    background: #f5f5f5;
}

.single-supply-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: start;
}

.single-supply-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.single-supply-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.single-supply-text {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.single-supply-text h3 {
    font-size: 32px;
    margin-bottom: 18px;
    color: #111;
}

.single-supply-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
}

.supply-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.supply-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
}

@media (max-width: 991px) {
    .single-supply-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .single-supply-gallery {
        grid-template-columns: 1fr;
    }

    .single-supply-gallery img {
        height: 200px;
    }

    .single-supply-text h3 {
        font-size: 26px;
    }
}
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 9999;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-menu li a:hover {
    background: #f7a400;
    color: #fff;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu li a {
    pointer-events: auto;
}/* FORCE DISABLE SUPPLIES CLICK */

/* ENABLE dropdown items */
.main-menu .dropdown-menu li a {
    pointer-events: auto !important;
}
.user-panel i {
    margin-right: 8px;
    color: #fff; /* icon white rahega */
}
.ceo-section {
    padding: 100px 0;
    background: #f9f9f9;
}

.ceo-img-box {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

.ceo-img-box img {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
}

.ceo-text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ceo-text h3 {
    font-size: 26px;
    color: #f7a400;
    margin-bottom: 20px;
}

.ceo-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

.ceo-points {
    list-style: none;
    margin: 25px 0;
}

.ceo-points li {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}

.ceo-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f7a400;
    font-weight: bold;
}

.ceo-quote {
    text-align: center;
    margin-top: 60px;
    font-style: italic;
    font-size: 16px;
    color: #555;
}
.ceo-section {
    margin-top: 60px;   /* navbar se gap */
}
.ceo-section {
    padding: 120px 0 100px;  /* pehle 100 tha, ab zyada space */
}

.ceo-img-box {
    padding: 25px;
    margin-right: 20px;
}
.ceo-text {
    padding-left: 20px;
}
.dropdown-menu li {
    display: block !important;
    width: 100%;
}
.dropdown-menu li a {
    padding: 12px 18px;
}
.single-supply-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 35px;
    align-items: stretch;
}

.single-supply-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    height: 100%;
}

.single-supply-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin-bottom: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.single-supply-text {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-supply-gallery,
.single-supply-text {
    min-height: 540px;
}
.email-icon {
    color: #ff4d79;  /* soft pinkish red (match karega) */
}
.division-page-title {
    margin-top: 40px;
}
.feature-section .section-title h2 {
    color: #f7a400;
    font-weight: 700;
}
/* ===== Footer Logo + Text Fix ===== */

.footer-logo-title{
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px;
}

.footer-logo-title img{
    width: 38px;
    height: 38px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.footer-logo-title h3{
    margin: 0;
    color: #f7a400;
    font-size: 24px;
    line-height: 1.15;
    max-width: 190px;
}

/* paragraph alignment */
.footer-col:first-child p{
    margin-top: 0;
    max-width: 230px;
}
.footer-logo-title img{
    width: 65px;
    height: 65px;
}
.single-supply-gallery img{
    width: 100%;
    height: 200px;      /* thora chota kar diya */
    object-fit: contain;   /* 🔥 IMPORTANT (image poori dikhegi) */
    background: #fff;   /* white background for clean look */
}
@media only screen and (max-width: 991px){
    .site-logo img{
        width: 75px !important;
        height: 75px !important;
    }
}
.page-info-section{
    height: 420px;
    position: relative;
}

.pi-content{
    position: absolute;
    bottom: 40px;   /* 👈 yeh text ko neeche le aayega */
    left: 0;
    width: 100%;
}
.contact-side-text{
    margin-bottom: 25px;
}

.contact-side-text h2{
    font-size: 42px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-side-text p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 600px;
    margin-top: 0;
}
.contact-page .container{
    max-width: 1200px;   /* ya 1300px bhi kar sakti ho */
}
.contact-page .container{
    max-width: 1390px;
}

.map{
    margin-top: 20px;
}
.contact-page .row{
    align-items: flex-start;   /* 👈 sab ko same line pe laata hai */
}
.contact-side-text{
    margin-top: 0;
}

.map{
    margin-top: 0;
}
.contact-page{
    padding-top: 200px;   /* 👈 yeh sab ko neeche la dega */
}
.contact-page .container{
    max-width: 95%;
}

.contact-page .row{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
}
.map iframe{
    width: 100%;
    height: 450px;
    border-radius: 15px;
}

.contact-form-warp{
    padding: 35px;
    width: 100%;
}
.contact-side-text{
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
}

.contact-side-text h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    position: relative;
}

.contact-side-text h2::after{
    content: "";
    width: 60px;
    height: 4px;
    background: #f7a400;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

.contact-side-text p{
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}
.about-section {
    margin-top: 100px;
}
.contact-page .row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.contact-page .col-lg-6 {
    display: flex;
}

.map {
    flex: 1;
    margin-left: 0 !important;
}

.form-box {
    margin-left: 0 !important;
}
.contact-page .row {
    gap: 20px;
}
.contact-page .row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 20px;
}

.contact-page .col-lg-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.contact-page .col-lg-5{
    flex: 0 0 40%;
    max-width: 40%;
}

.form-box{
    margin-left: 0 !important;
}

@media (max-width: 991px){
    .contact-page .row{
        display: block;
    }

    .contact-page .col-lg-7,
    .contact-page .col-lg-5{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.contact-side-text h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.contact-side-text p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 100%;
    margin-top: 0;
}
.division-icon {
    width: 100%;
    height: 180px;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.division-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.division-services-section {
    padding: 60px 0 80px;
    background: #f5f5f5;
}

.division-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.division-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    overflow: hidden;
}

.division-card:hover {
    transform: translateY(-8px);
}

.division-icon {
    width: 100%;
    height: 190px;
    background: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
}

.division-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 0;
}

.division-card:hover .division-icon img {
    transform: scale(1.05);
}

.division-card h4 {
    margin: 10px 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.division-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* Image Popup */
.image-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.88);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000000;
}

@media (max-width: 991px) {
    .division-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .division-grid {
        grid-template-columns: 1fr;
    }

    .division-icon {
        height: 220px;
    }
}
.division-services-section .container{
    max-width: 1700px;
}

.division-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 25px !important;
}

.division-card{
    padding: 28px;
}

.division-icon{
    height: 280px !important;
}

.division-card h4{
    font-size: 32px;
}

.division-card p{
    font-size: 17px;
}

@media (max-width: 767px){
    .division-grid{
        grid-template-columns: 1fr !important;
    }
}
.division-services-section .container{
    max-width: 1650px;
}

.division-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.division-icon{
    height: 300px !important;
}

@media (max-width: 767px){
    .division-grid{
        grid-template-columns: 1fr !important;
    }
}
.client-section {
    padding: 60px 0;
    background: #f5f5f5;
    text-align: center;
}

.client-img img {
    width: 100%;
    max-width: 1100px;
    border-radius: 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.org-section {
    padding: 60px 0;
    background: #f5f5f5;
    text-align: center;
}

.org-img img {
    width: 100%;
    max-width: 1100px;
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    display: block;
    margin: 0 auto;
}
.division-page-title-left {
    text-align: left;
}

.division-page-title-left .container {
    max-width: 1200px;
    margin: 0 auto;
}

.division-page-title-left h2 {
    text-align: left;
}

.division-page-title-left p {
    text-align: left;
    margin: 0;
    max-width: 900px;
}
.contact-style-title {
    text-align: left;
    padding: 60px 0;
}

.contact-style-title .container {
    max-width: 1200px;
}

.contact-style-title h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

/* 🔥 YELLOW LINE */
.contact-style-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 4px;
    background: #f9a826; /* same yellow */
    border-radius: 2px;
}

.contact-style-title p {
    max-width: 600px;
    margin: 0;
    color: #666;
}
.contact-style-title .container {
    max-width: 100%;
    padding-left: 15px; /* thoda gap rehne do */
}
.contact-style-title {
    padding-left: 150px;
}
.contact-style-title {
    margin-top: 120px;  /* 👈 isko adjust kar sakti ho */
}
.services-group-section {
    padding-bottom: 70px;
}

.services-subtitle-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.services-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #c58b2b;
    margin-bottom: 0;
    text-transform: uppercase;
}

.second-services-group {
    margin-top: 40px;
}
/* ===== Services Page Final Clean Design ===== */

.services-page-title {
    padding: 70px 0 25px;
    text-align: left;
}

.services-page-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.services-group-section {
    padding: 20px 0 90px;
}

.services-subtitle-wrap {
    margin-bottom: 35px;
    text-align: left;
}

.services-subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
}

.second-services-group {
    margin-top: 55px;
}

.services-group-section .row {
    row-gap: 22px;
}

.services-group-section .col-lg-4,
.services-group-section .col-lg-3,
.services-group-section .col-md-6 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.service-card {
    background: #ffffff;
    padding: 30px 24px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    height: 100%;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.14);
}

.service-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin-bottom: 14px;
    text-transform: none;
}

.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
    display: block;
}

@media (max-width: 991px) {
    .services-page-title {
        padding: 55px 0 20px;
    }

    .services-page-title h2 {
        font-size: 32px;
    }

    .services-subtitle {
        font-size: 24px;
    }

    .second-services-group {
        margin-top: 45px;
    }

    .service-card {
        padding: 26px 20px;
    }
}

@media (max-width: 767px) {
    .services-page-title h2 {
        font-size: 28px;
    }

    .services-subtitle {
        font-size: 22px;
    }

    .services-group-section {
        padding: 15px 0 70px;
    }

    .service-img {
        height: 170px;
    }
}
.services-subtitle {
    color: #f9a825;
}
.services-page-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: black; /* same yellow */
}
.services-left-title {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

/* yellow line */
.services-left-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #f9a825;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.services-page-title .container {
    max-width: 100%;
    padding-left: 60px;  /* ← isko adjust karo */
}
/* football page 5 columns */
.football-five-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px;
}

.football-five-grid .division-card {
    padding: 15px;
}

.football-five-grid .division-card h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.football-five-grid .division-card p {
    font-size: 12px;
    line-height: 1.6;
}

.football-five-grid .division-icon {
    height: 120px !important;
    margin-bottom: 12px;
}

.football-five-grid .division-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* responsive */
@media (max-width: 1200px) {
    .football-five-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .football-five-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* 🔥 FINAL IMAGE FIX (FORCE APPLY) */
.football-five-grid .division-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 130px !important;
    background: #f8f8f8 !important;
    border-radius: 10px;
    padding: 10px;
}

.football-five-grid .division-icon img {
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto;
    display: block;
}
.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    z-index: 1000000;
}

.modal-arrow.left {
    left: 20px;
}

.modal-arrow.right {
    right: 20px;
}

.modal-arrow:hover {
    color: #ffb320;
}
/* ACTIVE MENU */
.main-menu ul li a.active {
    color: #ffb320 !important;
    font-weight: 600;
}
.gray-bg {
    background: #f5f5f5;
    padding: 60px 0;
}
.division-services-section {
    background: #f5f5f5 !important;
}
.contact-style-title,
.division-page-title.contact-style-title {
    background: #f5f5f5 !important;
}
/* FIX CONSTRUCTION TITLE BACKGROUND */
.services-page-title {
    background: transparent !important;
    padding: 40px 0 10px !important;
    margin-top: 100px !important;
}
/* ===== FINAL MOBILE MENU FIX ===== */
@media only screen and (max-width: 991px){

  .nav-switch{
    display: block !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 99999 !important;
    color: #111 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  .user-panel{
    display: none !important;
  }

  .header-section{
    padding: 12px 0 !important;
  }

  .header-section .container{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-logo{
    float: none !important;
    padding-top: 0 !important;
  }

  .site-logo img{
    width: 75px !important;
    height: 75px !important;
    margin-bottom: 0 !important;
  }

  .main-menu{
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background: #fff !important;
    z-index: 99998 !important;
    margin-right: 0 !important;
    float: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
  }

  .main-menu.active{
    display: block !important;
  }

  .main-menu ul{
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-menu ul li{
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid #eee !important;
    text-align: left !important;
  }

  .main-menu ul li a{
    display: block !important;
    margin-left: 0 !important;
    padding: 14px 18px !important;
    color: #111 !important;
  }

.dropdown-menu{
  display: none !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  width: 100% !important;
  min-width: 100% !important;
  background: #f8f8f8 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

.dropdown.open .dropdown-menu{
  display: block !important;
  max-height: 500px !important;
}

  .dropdown-menu li a{
    padding: 10px 28px !important;
    font-size: 13px !important;
    color: #111 !important;
  }
}
/* ===== HIDE HEADER ON SCROLL, KEEP MENU ICON FIXED ===== */

@media only screen and (max-width: 991px){

  .header-section{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9997 !important;
    transition: transform 0.35s ease;
  }

  .header-section.hide-header{
    transform: translateY(-100%);
  }

  .nav-switch{
    position: fixed !important;
    top: 50px !important;
    right: 20px !important;
    z-index: 99999 !important;
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    color: #111 !important;
    font-size: 28px !important;
    cursor: pointer;
  }

  .main-menu{
    top: 75px !important;
    z-index: 99998 !important;
  }
}
.main-menu .dropdown-menu a{
  position: relative;
  z-index: 100000 !important;
}

.main-menu .dropdown > a.supplies-toggle{
  cursor: pointer;
}
.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    color: #131313;
}

.main-menu ul li a.active {
    color: #ffb320 !important;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 9999;
}

.dropdown-menu li {
    display: block;
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    margin-left: 0 !important;
    color: #131313 !important;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    background: #f5f5f5;
    color: #ffb320 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
/* DROPDOWN FIX */
.main-menu ul li .dropdown-menu {
    min-width: 230px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Items spacing */
.main-menu ul li .dropdown-menu a {
    display: block;
    padding: 12px 20px;
    margin: 5px 10px;
    border-radius: 6px;
    color: #333;
    transition: 0.3s;
}

/* Hover */
.main-menu ul li .dropdown-menu a:hover {
    background: #f5f5f5;
    color: #ffb320;
}
/* SECTION LEFT RIGHT SPACE */
.division-services-section {
    padding-left: 100px;
    padding-right: 100px;
}

/* GRID FIX */
.division-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 cards ek row me */
    gap: 20px; /* cards ke beech space */
}

/* CARD LOOK */
.division-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.main-menu ul li .dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    border-radius: 12px;
    padding: 15px 0;
}
.division-card p{
    text-align: left !important;
}

@media only screen and (max-width: 767px) {
    .contact-style-title {
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: left !important;
    }

    .contact-style-title h2 {
        text-align: left !important;
        font-size: 34px !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 768px) {
    .division-services-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .division-grid {
        grid-template-columns: 1fr;
    }
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
.about-list {
  padding-left: 40px;
}
.alert-box {
  position: relative;
  padding: 12px 40px 12px 12px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.alert-box.success {
  background: #d4edda;
  color: #155724;
}

.alert-box.error {
  background: #f8d7da;
  color: #721c24;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
}
/* Hide all submenus by default */
.main-menu .dropdown-menu {
    display: none;
}

/* First dropdown show on hover */
.main-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

/* Submenu hidden by default */
.main-menu .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

/* ONLY show submenu when hovering on Supplies */
.main-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

