h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat ;
	color: #F36B20 !important;
	font-weight: 200 !important;
}

p {
	font-family: Montserrat;
	color: #2D1A10;
}
/* Navbar Beings*/

/* For tablets (md) and desktops (lg) */
@media (min-width: 768px) {
    .custom-container {
        width: 75% !important;
        max-width: 75% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* For mobile (xs to sm), ensure full width */
@media (max-width: 767.98px) {
    .custom-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.nav-link:hover{
	color: #F36B20 !important;

}
.nav-link {
	padding-right: 0px !important;
	padding-left: 1rem !important;
	font-family: Montserrat;

}
.navbar-expand-md {
	justify-content: flex-end !important;
}


.dropdown-item.active, .dropdown-item:active {
	color: #ffffff;
	text-decoration: none;
	background-color: F36B20 !important;
}

.dropdown-menu {
	padding-top: 0px !important;
	font-size: 20px;
	min-width: 7rem;
}
/* Navbar Ends */

/* Carousel Begins*/
.card .img-fluid {
	height: auto !important;
	max-width: 100%;;
}

.carousel-inner {
	overflow: inherit;
}


/* Carousel Background Image opactiy begins */

.fixed-header-spacing {
    padding-top: 76px; /* Adjust this value based on your header height */
}

.bg-image-section {
    position: relative;

}

@media (max-width: 768px) {
    #section-1 {
        padding-top: 6rem !important; /* Smaller padding for mobile */
    }
}

.bg-image-section::before {
    content: "";
    background-image: url('../img/2023/05/bg10.png');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.bg-image-section1::before {
    content: "";
    background-image: url('../img/2023/05/bg10.png');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* Carousel Background Image opactiy begins */


/* Position indicators in bottom right corner consistently across all devices */
.mqcrslind {
  position: absolute !important;
  justify-content: flex-end !important;
  right: 15px !important;
  bottom: 15px !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 10;
  width: auto !important;
}

/* Force square shape for indicators */
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border-radius: 0 !important;  /* Critical for square shape */
  background-color: #f2e3ac !important;  /* Light grey for inactive */
  border: none !important;
  opacity: 1 !important;
  /* Reset any properties that might make them appear as dashes */
  transform: none !important;
  padding: 0 !important;
}

/* Active indicator color */
.carousel-indicators button.active {
  background-color: #F36B20 !important;  /* Orange color for active */
}

/* Carousel Ends */

/* Parent Container */
.parent {
    background-color: #200B1E;
    padding-bottom: 7rem;
    padding-top: 3rem;
}

/* Child Columns */
.child1, .child2, .child3, .child4 {
    transition: transform 330ms ease-in-out;
    position: relative; /* Required for initial offsets */
}

/* Initial Positions (Zig-Zag) */
.child1, .child3 {
    top: 0; /* Default position */
}
.child2, .child4 {
    top: -60px; /* Start higher than child1/child3 */
}

/* Hover Effects */
.parent:hover .child1 {
    transform: translateY(-60px); /* Move up */
}
.parent:hover .child2 {
    transform: translateY(60px); /* Move down */
}
.parent:hover .child3 {
    transform: translateY(-60px); /* Move up */
}
.parent:hover .child4 {
    transform: translateY(70px); /* Move down */
}

/* zigzag Ends */

/* Footer Blog Begins */
	.bgg {
    -webkit-filter: grayscale(100%) brightness(0.8);
    filter: grayscale(100%) brightness(0.8);
    transition: all 0.4s ease;
}

.bgg:hover {
    -webkit-filter: grayscale(0%) brightness(1.1);
    filter: grayscale(0%) brightness(1.1);
}

	.footblog1{
		margin-top:18rem; 
		position:absolute; 
		text-align:center;
		z-index:1; 
		color:#ffffff; 
		left:15%
	}
	.footblog2{
		margin-top:18rem; 
		position:absolute; 
		text-align:center;
		z-index:1; 
		color:#ffffff;
		right:15%
	}
/* Footer Blog Ends */

.imgblog {
	opacity: 0.5;
	filter: alpha(opacity=40);
}

.imgblog:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* Contact Us Begins */
.form-control {
    border-radius: 0;
    padding: 12px;
    border: 1px solid #ddd;
}

.form-control::placeholder {
    color: #999;
}

.btn-primary {
    background-color: #200B1E;
    border: none;
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: #3a1a35;
}

.form-control{
border-radius:0px !important;
}
/* Contatc Us Ends */

/* USP Begins */
.bgc {
	background-color: #F6F6F6;
}
.uspFont{
    font-weight:500 ;
    padding-bottom: 2rem;
    padding-top: 1.5em;
}

@media (max-width: 991.98px) {
    .uspFont {
        font-size: 0.8rem;
        white-space: normal; /* Allow wrapping */
    }
}

/* USP Ends */

/* Projects page Begins */

    
/* Projects page Ends */

/* Services page Begins */
.separator {
	text-align: center;
	height: 1.3em;
	border-bottom: 2px solid black;
	margin-bottom: 0.5em;
}

.conthight {
	height: 10rem;
}
.conthight1 {
	height: 13rem !important;
}
@media screen and (min-width: 375px) {
 .conthight {
	height: 13rem;
}
 .conthight1 {
	height: 16rem;
}
}
/* Services page Ends */

/* Ensure images scale naturally */
.carousel-item img {
  max-width: 100%; /* Prevents overflow */
  height: auto;    /* Maintains aspect ratio */
  object-fit: contain; /* Avoids stretching */
}

/* Mobile spacing */
@media (max-width: 767.98px) {
  .pplsay {
    padding: 0 15px; /* Adds side padding */
  }
  .mqcrslind {
    position: absolute !important;
    justify-content: flex-end !important;
    right: 15px !important;
    bottom: 6px !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 10;
    width: auto !important;
}
    .uspFont {
        font-size: 2rem;
        white-space: normal;
    }

}



  /* Push buttons further away from the image */
 .carousel-control-prev {
    left: -1.3rem !important;
}
 .carousel-control-next {
    right: -1.3rem !important;
}

