.contact-banner {
    position: relative;
    width: 100%;
    height: 350px;
    background: url("images/") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.contact-content {
    position: relative;
    color: #fff;
    z-index: 2;
}

.contact-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-content p {
    font-size: 18px;
    opacity: 0.9;
}





/* about us  */



.about-section{
	position:relative;
	padding:50px 0px 50px;
   
}

.about-section .about-column{
	position:relative;
}

.about-section .about-column .inner-column{
	position:relative;
}

.about-section .about-column .inner-image-column{
	position:relative;
	margin-bottom:30px;
}

@media (min-width: 992px){
	.about-section .about-column .inner-image-column {
	    width: 37.44444444%;
	}
	.about-section .about-column .inner-content-column {
		width: 61.66666666%;
	}
}

.about-section .about-column .inner-image-column .image{
	position:relative;
}

.about-section .about-column .inner-image-column .image img{
	position:relative;
	width:100%;
}

.about-section .about-column .inner-content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .about-column .inner-content-column .text{
	position:relative;
}

.about-section .about-column .inner-content-column .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:19px;
}

.about-section .about-column .inner-content-column h3{
	position:relative;
	color:#222222;
	font-size:24px;
	margin-bottom:10px;
}

.about-section .quote-column{
	position:relative;
}

.about-section .quote-column .inner-column{
	position:relative;
	padding:40px 30px 10px;
	border:1px solid #eeeeee;
}

.about-section .quote-column .form-group{
	margin-bottom:30px;
}

.about-section .quote-column .form-group button{
	width:100%;
}






/* services  */



.welcome-section{
	position:relative;
	padding:70px 0px 50px;
}

.services-block-two{
	position:relative;
	margin-bottom:30px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	opacity:0;
	background-color:rgba(0,0,0,0.75);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .image .icon-box{
	position:absolute;
	left:15px;
	bottom:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:28px;
	line-height:50px;
	text-align:center;
	z-index:2;
	background-color:#279bd4;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .lower-content{
	position:relative;
	padding:25px 20px 20px;
	border:1px solid #eeeeee;
}

.services-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:22px;
}

.services-block-two .inner-box .lower-content h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:60px;
	height:1px;
	background-color:#279bd4;
}

.services-block-two .inner-box .lower-content h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .lower-content h3 a:hover{
	color:#279bd4;
}

.services-block-two .inner-box .lower-content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.8em;
}

.services-block-two .inner-box:hover .image a:before{
	opacity:1;
}

/*Services List Section*/

.services-list-section{
	position:relative;
	margin-top:30px;
	padding-top:60px;
	border-top:1px solid #eeeeee;
}

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
	min-height:124px;
	padding-left:150px;
	border:1px solid #eeeeee;
}

.services-block-three .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
}

.services-block-three .inner-box .image img{
	width:100%;
}

.services-block-three .inner-box .content{
	position:relative;
	padding-top:15px;
}

.services-block-three .inner-box .content h3{
	position:relative;
	font-weight:400;
	font-size:18px;
	margin-bottom:4px;
}

.services-block-three .inner-box .content h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .content h3 a:hover{
	color:#279bd4;
}

.services-block-three .inner-box .content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	margin-bottom:6px;
}

.services-block-three .inner-box .content .read-more{
	position:relative;
	font-weight:500;
	color:#279bd4;
	font-size:16px;
}

.services-block-three .inner-box .content .read-more .arrow{
	position:relative;
	margin-right:4px;
}





/* About Section Orange Theme */

.about-orange-section {
    padding: 80px 0;
    background: #fff7f0;
    font-family: 'Arial', sans-serif;
}

.about-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.about-heading {
    text-align: center;
    margin-bottom: 60px;
}

.about-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ff6a00;
    margin-bottom: 10px;
}

.heading-line {
    width: 80px;
    height: 4px;
    background: #ff6a00;
    display: inline-block;
    border-radius: 5px;
}

/* Row Layout */
.about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

/* Image Box */
.about-image-box {
    flex: 1;
}

.about-image-box img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 106, 0, 0.25);
}

/* Content Box */
.about-content-box {
    flex: 1;
}

.about-content-box h3 {
    font-size: 30px;
    color: #ff6a00;
    margin-bottom: 20px;
}

.about-content-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Button */
.about-orange-btn {
    display: inline-block;
    padding: 12px 35px;
    background: #ff6a00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 106, 0, 0.4);
}

.about-orange-btn:hover {
    background: #e85d00;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .about-row {
        flex-direction: column;
        text-align: center;
    }

    .about-content-box h3 {
        font-size: 26px;
    }
}





/* Orange Services Section */

.orange-services-section {
    padding: 90px 0;
    background: #fff4ec;
    font-family: Arial, sans-serif;
}

.services-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Heading */
.services-heading {
    text-align: center;
    margin-bottom: 60px;
}

.services-heading h2 {
    font-size: 42px;
    color: #ff6a00;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-heading p {
    max-width: 750px;
    margin: auto;
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.services-line {
    width: 90px;
    height: 4px;
    background: #ff6a00;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
}

/* Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Service Card */
.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(255, 106, 0, 0.15);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 106, 0, 0.3);
}

/* Plus Icon */
.service-icon {
    width: 55px;
    height: 55px;
    background: #ff6a00;
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Content */
.service-content h3 {
    font-size: 22px;
    color: #ff6a00;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* Button */
.service-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 28px;
    background: #ff6a00;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.service-btn:hover {
    background: #e85d00;
}

/* Responsive */
@media (max-width: 768px) {
    .services-heading h2 {
        font-size: 32px;
    }
}





/* contact us */


.contact-section {
    padding: 80px 0;
    background: #f7f9fc;
}

.contact-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.contact-box h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #222;
}

.contact-box p {
    color: #666;
    margin-bottom: 25px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 16px;
    color: #444;
}

.contact-info li i {
    width: 42px;
    height: 42px;
    background: #ff7a00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.map-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}




/* products  */

.products-banner {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background: url("images/pro.png") center center / cover no-repeat;
}

/* .products-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
} */

.products-banner-content {
    position: relative;
    z-index: 2;
}

.products-banner-content h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.products-banner-content p {
    font-size: 18px;
    color: #f1f1f1;
}






/* product items */



.products-images-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.image-box {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    transition: 0.4s ease;
}

.image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.image-box:hover img {
    transform: scale(1.05);
}






/* footer */






/* 
services section css */
.tent-section {
  padding: 60px 0;
  background: #f8f9fc;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.tent-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  border: 3px solid #3c2f8f;
}

.tent-card:hover {
  transform: translateY(-10px);
}

.tent-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tent-content {
  padding: 25px;
  text-align: center;
}

.tent-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.location {
  color: #3c2f8f;
  font-weight: 600;
  margin-bottom: 20px;
}

.location i {
  color: #c98a2d;
  margin-right: 6px;
}

.tent-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.email-btn {
  background: #2f2b7c;
}

.whatsapp-btn {
  background: #c98a2d;
}

.btn:hover {
  opacity: 0.85;
}


/* services section css */



.parking-shades {
  padding: 80px 0;
  background: #f9f9f9;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-heading h2 {
  font-size: 42px;
  color: #1d1d4f;
  margin-bottom: 10px;
}

.section-heading span {
  display: block;
  width: 80px;
  height: 4px;
  background: #c68b2c;
  margin: 15px auto;
  border-radius: 10px;
}

.section-heading p {
  max-width: 800px;
  margin: auto;
  font-size: 18px;
  color: #555;
  line-height: 1.8;
}

.shades-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 60px;
}

.shade-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
}

.shade-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.shade-card .icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.shade-card h4 {
  font-size: 22px;
  color: #1d1d4f;
  margin-bottom: 12px;
}

.shade-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}
