* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
			font-family: "Poppins", sans-serif;
        }
 

        /* Navbar Styling */
        .navbar {
            
            position: relative;
            z-index: 100;
        }

        .navbar-brand {
            font-size: 1.5rem;
            font-weight: 600;
            color: white !important;
        }

        .navbar-nav .nav-link {
            color: white !important;
            margin: 0 1rem;
            transition: color 0.3s ease;
        }

        .navbar-nav .nav-link:hover {
            color: #00bcd4 !important;
        }

        .btn-contact {
            background-color: white;
            color: #333;
            padding: 0.5rem 1.5rem;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-contact:hover {
            background-color: #00bcd4;
            color: white;
        }

        /* Carousel Styling */
		.carousel-content h1 {
    font-family: "Urbanist", sans-serif;
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 50px;
}
.carousel-content h2 {
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    line-height: 40px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.carousel-content h1 span {
    display: block;
    font-size: 20px;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.carousel {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
    margin-top: -100px;
}

        .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 64%);
    z-index: 1;
    height: 100%;
}

.carousel-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 900px;
}
.carousel-indicators {
    display: none;
}
 .carousel-control-prev {
    left: 50px;
}   
.carousel-content ul {
    list-style: none;
}

.carousel-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.carousel-content ul li {
    font-size: 17px;
}     
.carousel-control-next {
    right: 50px;
}
        .carousel-content .tagline {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            animation: fadeInUp 1s ease-out 0.2s both;
        }

        .carousel-content p {
            font-size: 1rem;
            line-height: 1.8;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            animation: fadeInUp 1s ease-out 0.4s both;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Carousel Controls */
        .carousel-control-prev,
        .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color:#0080BB;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 1;
            transition: all 0.3s ease;
        } 
 
        /* Carousel Indicators */
        .carousel-indicators {
            bottom: 30px;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            transition: all 0.3s ease;
        }

        .carousel-indicators button.active {
            background-color: #00bcd4;
            width: 30px;
            border-radius: 6px;
        }
.mb-100
{
	margin-bottom:100px;
}	
.homeAbout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 57px;
    align-items: center;
}

.commonHeading {
    font-size: 35px;
    line-height: 42px;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 25px;
	    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.homeAboutleft figure img {
    height: 673px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.blueBox {
    background: #0080BB;
    color: #fff;
    width: 293px;
    height: 240px;
    padding: 16px;
    border-radius: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid #fff;
}

.homeAboutleft figure {
    position: relative;
    border-radius: 15px;
}

.blueBox p {
    line-height: 24px;
    margin: 0;
    font-size: 15px;
}		
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }		
.serviveSlider {
}

.serviveSlider figure img {
    width: 100%;
    height: 382px;
    object-fit: cover;
}

.serviveSlider figure {
    margin-bottom: 24px;
}

.serviveSlider h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    width: 90%;
    margin-bottom: 12px;
	    height: 50px;
}

.serviveSlider a {
    text-decoration: none;
    color: #000;
}

.serviveSlider p {}		
		
.customContainer
{ 
  
      padding-left: 55px; 

}	
 	
		
 .slick-list {
      margin: 0 -10px; /* offset for gap */
    }

   .slick-slide {
    box-shadow: 0px 0px 6px 0px #cccccce6;
    /* padding: 0 24px; */
    margin-right: 35px;
    border-radius: 10px;
	padding-bottom: 20px; 
}
.serviceContent {
    padding: 0px 20px;
}

html {
    overflow-x: hidden;
}

.slick-list {
    overflow: unset;
}

.serviveSlider figure img {
    border-radius: 10px 10px 0px 0px;
}	
.serviceHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceHeading a {
    font-size: 16px;
    line-height: 25px;
    color: #0475A9;
    text-decoration: none;
    border-bottom: 1px solid #0475A9;
    letter-spacing: 0;
}		
.serviceHeading .commonHeading {
    margin: 0;
}

.serviceHeading {
    margin-bottom: 50px;
}		
	.serviveSlider a:hover figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000008c;
    position: absolute;
    top: 0;
    left: 0;
	 border-radius: 10px 10px 0px 0px;
}
.serviveSlider p {
    margin-bottom: 0;
}
.serviveSlider a figure {
    position: relative;
}

.serviveSlider a:hover {
    color: #007fba;
}	
.serviveSlider a figure span img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.serviveSlider a:hover figure span img {
     display: block;
}	

.serviveSlider {
    position: relative;
}

.slick-prev:before, .slick-next:before {
    color: #000;
    font-weight: bolder;
}

.slick-next {
    z-index: 9999999;
    background: #fff;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px #ccc;
}

.slick-next:hover {
    background: #fff;
}
.slick-prev {
    z-index: 9999999;
    background: #fff;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px #ccc;
}

button.slick-prev.slick-arrow {}

.slick-prev:hover {
    background: #fff;
}

		
.WhyHprHome h2.commonHeading {
    text-align: center;
}

.whyHPRContent li {
    list-style: none;
    display: flex;
    gap: 18px;
}

.whyHPRContent h3 {
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    font-weight: 600;
}

.whyHPRContent li span {
    position: relative;
    top: 3px;
}		
.whyHPRContent ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}		
	.WhyHprHome {
    background-image: url(../images/whyHPR.png);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}	
.commonAnchor {
    background: #007fba;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    width: fit-content;
    border-radius: 5px; 
}		
.WhyHprHome {
    padding: 50px;
}		
		
.memberLeft figure img {
    height: 541px;
    width: 100%;
    object-fit: cover;
}

.memberGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.memberLeft figure {
    margin-bottom: 0;
}

.memberRight {
    background: #0080bb;
    padding: 66px;
    color: #fff;
}

.memberRight a {
    background: #fff;
    color: #000;
    margin-left: 0;
}

.memberGrid {
    background: #0080bb;
}

.memberRight p {
    margin-bottom: 25px;
}		
.zigzag1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	    align-items: center;
   
}

.zigzagRight h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.zigzagRight h2 {
    margin-bottom: 25px;
}

.zigzagRight p {
    margin-bottom: 22px;
}

.zigzagRight ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.zigzagRight ul li {
    display: flex;
    gap: 18px;
}		
.zigzagOrder .zigzagLeft {
    order: 1;
}

.zigzag1 figure img {
    width: 100%;
}		
.zigzagLeft figure {
    margin-bottom: 0;
}		
.zigzagRight {
    padding: 0px 50px;
}		
.zigzagOrder .zigzagRight {
    padding: 0;
}		
.zigzagOrder .zigzagRight {
    padding: 50px;
}		
.whyHPRContent a {
    margin-left: 78px;
}		
.strategic {
   
}

.strategic h2 {
    margin-bottom: 25px;
}

.strategic p {
    line-height: 32px;
	 margin-bottom: 25px;
}		
		
		
 footer {
            background: #007fba;
            color: #fff;
            padding: 60px 0 0 0;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-content {
            display: grid;
                grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            padding-bottom: 40px;
        }

        .footer-section h3 {
            font-size: 1.3em;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
 
        .footer-section p {
            line-height: 1.8;
            color: #e0e0e0;
            margin-bottom: 20px;
        }

        .footer-section ul {
            list-style: none;
        }

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

        .footer-section ul li a {
            color: #e0e0e0;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .footer-section ul li a:hover {
            color: #ff6b6b;
            transform: translateX(5px);
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: #ff6b6b;
            transform: translateY(-5px);
        }

        .newsletter-form {
            margin-top: 20px;
        }

        .newsletter-form input {
            width: 100%;
            padding: 12px;
            border: none;
            border-radius: 5px;
            margin-bottom: 10px;
            font-size: 0.95em;
        }

        .newsletter-form button {
            width: 100%;
            padding: 12px;
            background: #ff6b6b;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1em;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .newsletter-form button:hover {
            background: #ff5252;
            transform: scale(1.02);
        }

        .footer-bottom {
    background: rgb(1 105 153);
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

        .footer-bottom p {
            color: #e0e0e0;
            font-size: 0.9em;
			margin-bottom:0;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            color: #e0e0e0;
        }

        .contact-item i {
            color: #ff6b6b;
            font-size: 1.1em;
        }
.footer-section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}
.social-links a svg {
    width: 20px;
    height: 20px;
}

.social-links a svg path {
    fill: #fff;
}       
		
		
		
		
		
		
		
		
		
		

        /* Responsive */
        @media (max-width: 768px) {
            .carousel-content h1 {
                font-size: 2rem;
            }

            .carousel-content .tagline {
                font-size: 1rem;
            }

            .carousel-content p {
                font-size: 0.9rem;
            }

            .navbar-nav .nav-link {
                margin: 0.5rem 0;
            }
			  .footer-content {
                grid-template-columns: 1fr;
            }
            
            .demo-content {
                font-size: 1.5em;
                padding: 20px;
                text-align: center;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		