    * {
            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: 35px;
    line-height: 40px;
    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: 40px;
    left: 50%;
    transform: translate(-50%, -30%);
    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: #ffffff4d;
            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: #ffffffa1;
    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: #ffffffa1;
    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-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(0 128 187);
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 36%);
}

        .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;
}       
a.navbar-brand img {
    width: 279px;
}		
.insideMenu div#navbarNav a {
    color: #000 !important;
}
.insideMenu div#navbarNav ul.navbar-nav.ms-auto li.nav-item a.btn.btn-contact.ms-3 {
    background: #0080b8;
    color: #fff !important;
} 	
ul.breadcrumb {
    list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}		
.breadcrumbContainer {
    padding: 130px 0px;
}

.breadcrumbContainer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a8;
    position: absolute;
    top: 0;
    left: 0;
}

.breadcrumbContainer {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumbContainer .container {
    z-index: 9;
    color: #fff;
    text-align: center;
    position: relative;
}

ul.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
}

ul.breadcrumb li a {
    color: #fff;
    font-weight: 300;
}

ul.breadcrumb li+li:before {
    color: #fff;
}

ul.breadcrumb li {
    font-weight: 500;
}		
	ul.breadcrumb li a:hover {
    color: #cfcfcf;
    text-decoration: none;
}	
.serviceContent figure img {
    width: 100%;
}

.serviceContent figure {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}		
.serviceContent {
    margin-top: 17px;
    margin-bottom: 0px;
}		
	


 

        .story-section h2 {
            font-size: 2.2em;
            margin-bottom: 35px;
            display: flex;
            align-items: center;
            gap: 15px;
            color: #00d4ff;
        }

        .story-section h2 i {
            font-size: 1.2em;
        }

         

        .content-para p {
            font-size: 1.05em;
            text-align: justify;
        }

        .icon-text {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 25px;
        } 
        .icon-text p {
            flex: 1;
            font-size: 1.05em;
            text-align: justify;
        }

        .nav-sections {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 50px;
        }

        .nav-card {
    background: linear-gradient(135deg, rgb(40 148 198), rgb(0 127 180));
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}
.nav-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(25 140 191 / 26%);
    background: linear-gradient(135deg, rgb(0 127 180), rgb(36 146 196));
}

     .nav-card {
    display: flex;
    align-items: center;
    color: #fff;
}
		
.aboutContent h3 {
    font-size: 35px;
    line-height: 42px;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
}
 .story-section {
    margin-top: 20px;
}       
.content-para {
    margin-bottom: 40px;
}
.nav-card h3 {
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    width: 100%;
    line-height: 28px;
}


 
 ul.capabilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

ul.capabilities-list {}

ul.capabilities-list img {
    width: 30px;
}
.whoWeAre h3 {
    margin: 0;
}	
     
      

        .section-title {
            font-weight: bold;
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .decorative-circle {
            width: 40px;
            height: 40px;
            border: 3px solid rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            position: fixed;
        } 
.whoWeAre {
    background: linear-gradient(135deg, rgb(60 60 60), rgb(0 127 180));
    padding: 60px 0px;
    color: #fff;
}

.whoWeAre h3 {
    font-size: 35px;
    line-height: 42px;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
}
.capabilities-list {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.capabilities-list li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.whoWeAre h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ecoOffering {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ecoOffering h4 {
    margin-bottom: 0 !important;
}

.ecoOffering .capabilities-list {
    margin-top: 30px !important;
}

.useful-links li, .key-services li {
    list-style: disc;
    margin-left: 18px;
}























.footer-container {
    background-color: #0080bb;
}



        .footerGrid {
            display: grid;
                grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            padding-bottom: 40px;
        }

        .footer-column h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .footer-column p {
            font-size: 14px;
            line-height: 1.6;
            text-align: justify;
        }

        .logo-section p {
            margin-bottom: 30px;
        }

        .instagram-link {
            font-weight: bold;
            margin-top: 20px;
            font-size: 14px;
        }

        .useful-links ul,
        .key-services ul {
            list-style: none;
        }

        .useful-links li,
        .key-services li {
            margin-bottom: 12px;
            font-size: 14px;
        }

        .useful-links li:before,
        .key-services li:before {
            content: "•";
            margin-right: 12px;
            font-weight: bold;
        }

        .useful-links a {
            color: #000;
            text-decoration: none;
        }

        .useful-links a:hover {
            text-decoration: underline;
        }

        .contact-section {
            display: flex;
            flex-direction: column;
        }

        .contact-form {
            margin-bottom: 30px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            margin-bottom: 18px;
        }

        .form-group label {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .form-group input {
            border: none;
            border-bottom: 2px solid #000;
            padding: 8px 0;
            background-color: transparent;
            font-size: 14px;
            outline: none;
        }

        .contact-info h4 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .info-item {
            margin-bottom: 20px;
        }

        .info-label {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 6px;
        }

        .info-value {
            border-bottom: 2px solid #000;
            padding: 8px 0;
            font-size: 14px;
            min-height: 24px;
        }

        @media (max-width: 1024px) {
            .footer-container {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 40px 20px;
            }
        }

.footer-column.logo-section img {
    width: 180px;
    margin-bottom: 22px;
}
.footer-column.logo-section img {
    width: 180px;
    margin-bottom: 22px;
}

.footerGrid ul {
    padding: 0;
    list-style: none;
}

.footer-column.useful-links ul li a {
    color: #fff;
}

.useful-links li:before, .key-services li:before {
    display: none;
}

.info-value {
    border: none;
}

.info-label {
    margin-bottom: 0;
}




.contactGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 91px;
    margin-bottom: 91px;
    gap: 50px;
}

.contactRight {
    background: #0080b8;
    padding: 50px;
    color: #fff;
}

.formContainer input {
    background: #e3e3e3;
    border: none;
    padding: 15px;
}

.contactGrid h3 {
    font-size: 35px;
    line-height: 42px;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contactLeft p {
    font-size: 18px;
    margin-bottom: 30px;
}

.formContainer button {
    background: #007fba;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    width: fit-content;
    border-radius: 5px;
    border: none;
}

.contactRight a {
    color: #fff;
}
.contactRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.contactRight ul li a {
    text-decoration: none;
}

.contactRight ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contactRight h3 {
    margin-bottom: 30px;
}

.threeButtons {
    display: flex;
    gap: 10px;
}

.threeButtons a {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    width: fit-content;
    border-radius: 5px;
    border: none;
}

 
.serviceContent {
    margin-top: 70px;
    margin-bottom: 70px;
}













  .strategicSection_body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f8f9fa;
            color: #2c3e50;
            line-height: 1.6;
        } 
 

        .strategicSection_hero_content {
            position: relative;
            z-index: 1;
        }

        .strategicSection_main_title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            background: linear-gradient(90deg, #2c3e50 0%, #3498db 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: strategicSection_slideIn 1s ease-out;
        }

        @keyframes strategicSection_slideIn {
            from { opacity: 0; transform: translateY(-50px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .strategicSection_subtitle {
            font-size: 1.5rem;
            color: #3498db;
            margin-bottom: 40px;
            font-weight: 600;
            animation: strategicSection_slideIn 1s ease-out 0.2s both;
        }

        .strategicSection_content_grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .strategicSection_card {
            background: #ffffff;
            padding: 30px;
            border-radius: 15px;
            border: 2px solid #e1e8ed;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            animation: strategicSection_fadeIn 1s ease-out backwards;
        }

        .strategicSection_card:nth-child(1) { animation-delay: 0.3s; }
        .strategicSection_card:nth-child(2) { animation-delay: 0.5s; }
        .strategicSection_card:nth-child(3) { animation-delay: 0.7s; }

        @keyframes strategicSection_fadeIn {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .strategicSection_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(52, 152, 219, 0.2);
    border-color: #0080b875;
}

        .strategicSection_card_title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

        .strategicSection_card_text {
            font-size: 1rem;
            line-height: 1.8;
            color: #34495e;
        }

        /* Section 2 - Our Focus */
        .strategicSection_focus { 
            background: #ffffff;
            position: relative;
        }

        .strategicSection_focus_title {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 60px;
            text-align: left;
            text-transform: uppercase;
            letter-spacing: 3px;
            background: linear-gradient(90deg, #2c3e50 0%, #3498db 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            padding-bottom: 20px;
        }
section.strategicSection_focus {
    margin-top: 100px;
}
        .strategicSection_focus_title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 150px;
            height: 4px;
            background: linear-gradient(90deg, #3498db 0%, transparent 100%);
        }

       .strategicSection_focus_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

       .strategicSection_focus_item {
    background: #f3f3f3;
    padding: 35px;
    border-radius: 20px;
    transition: all 0.4s ease;
    opacity: 0;
    animation: strategicSection_slideInRight 0.8s ease-out forwards;
}

        .strategicSection_focus_item:nth-child(1) { animation-delay: 0.1s; }
        .strategicSection_focus_item:nth-child(2) { animation-delay: 0.2s; }
        .strategicSection_focus_item:nth-child(3) { animation-delay: 0.3s; }
        .strategicSection_focus_item:nth-child(4) { animation-delay: 0.4s; }
        .strategicSection_focus_item:nth-child(5) { animation-delay: 0.5s; }
        .strategicSection_focus_item:nth-child(6) { animation-delay: 0.6s; }
        .strategicSection_focus_item:nth-child(7) { animation-delay: 0.7s; }

        @keyframes strategicSection_slideInRight {
            from { opacity: 0; transform: translateX(-50px); }
            to { opacity: 1; transform: translateX(0); }
        }

        .strategicSection_focus_item:hover {
            transform: translateX(10px);
            box-shadow: 0 15px 35px rgba(52, 152, 219, 0.2);
            border-left-width: 8px;
        }

        .strategicSection_focus_number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #9f9f9f;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    font-weight: 700;
    margin-right: 20px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgb(199 199 199);
}

        .strategicSection_focus_heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2c3e50;
    margin-top: 21px;
}

        .strategicSection_focus_description {
            font-size: 1.1rem;
            color: #34495e;
            line-height: 1.8;
            margin-left: 70px;
        }

       .strategicSection_focus_sublist {
    margin-left: 20px;
    margin-top: 15px;
}

        .strategicSection_focus_subitem {
            padding: 8px 0;
            color: #34495e;
            font-size: 1rem;
            position: relative;
            padding-left: 25px;
        } 

        .strategicSection_decorative_text {
            margin-top: 25px;
            padding: 20px;
            background: linear-gradient(135deg, #e8f4f8 0%, #d5e8f0 100%);
            border-radius: 10px;
            font-style: italic;
            color: #2c3e50;
            border-left: 3px solid #3498db;
        }
h3.insideMainHeadnig {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

h4.insideMainSubHeadnig {
    margin: 0;
    font-size: 22px;
}		
.strategicSection_focus_subitem {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}		
		
		
		
		
		
		
		
		
		
		
		
		
		
	:root {
  --membership-primary: #2c5aa0;
  --membership-primary-dark: #1e4272;
  --membership-primary-light: #3d6bb8;
  --membership-secondary: #4a7fbf;
  --membership-accent: #52b3d9;
  --membership-bg: #f8f9fa;
  --membership-text: #333333;
  --membership-text-light: #666666;
  --membership-white: #ffffff;
  --membership-border: #e0e0e0;
  --membership-shadow: rgba(0, 0, 0, 0.1);
}	
		
		
.insideMenu {
    position: sticky;
    top: 0;
    background: #fff;
}	
.membership-logo h2 {
    font-size: 20px;
    color: #fff;
}

nav.membership-nav a {
    color: #1d1d1d;
}
















	
	
.membership-header {
    background: #e7e7e7;
    position: sticky;
    top: 106px;
    z-index: 1000;
}

.membership-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.membership-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--membership-primary);
}

.membership-logo h1 {
  font-size: 1.5rem;
}

.membership-nav {
    display: flex;
    gap: 6rem;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.membership-nav-link {
  color: var(--membership-text);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.membership-nav-link:hover {
  color: var(--membership-primary);
}

.membership-mobile-menu {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--membership-primary);
}

/* Buttons */
.membership-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.membership-btn-primary {
  background: var(--membership-primary);
  color: var(--membership-white);
}

.membership-btn-primary:hover {
  background: var(--membership-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
}

.membership-btn-secondary {
  background: transparent;
  color: var(--membership-primary);
  border: 2px solid var(--membership-primary);
}

.membership-btn-secondary:hover {
  background: var(--membership-primary);
  color: var(--membership-white);
}

.membership-btn-lg {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Hero Section */
.membership-hero {
  background: linear-gradient(135deg, var(--membership-primary) 0%, var(--membership-primary-light) 100%);
  color: var(--membership-white);
  padding: 6rem 0;
}

.membership-hero-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.membership-hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
}

.membership-hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

 

/* Services Section */
.membership-services {
  padding: 5rem 0;
  background: var(--membership-white);
}

.membership-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.membership-service-card {
  background: var(--membership-white);
  border: 2px solid var(--membership-border);
  border-radius: 0.75rem;
  padding: 2rem;
  transition: all 0.3s ease;
}

.membership-service-card:hover {
  border-color: var(--membership-primary);
  box-shadow: 0 8px 20px var(--membership-shadow);
}

.membership-service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--membership-primary), var(--membership-secondary));
  color: var(--membership-white);
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.membership-service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--membership-primary);
}

.membership-service-card p {
  color: var(--membership-text-light);
  line-height: 1.6;
}

/* Benefits Section */
.membership-benefits {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--membership-primary) 0%, var(--membership-primary-light) 100%);
  color: var(--membership-white);
}

 

.membership-benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.membership-benefit-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.membership-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.5rem;
}

.membership-benefit-item strong {
  display: block;
  margin-bottom: 0.5rem;
}

 

.membership-specialties-intro {
    text-align: center;
    font-size: 1.1rem;
    color: var(--membership-text-light);
    margin-bottom: 3rem;
}

.membership-specialties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.membership-specialty-item {
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.05), rgba(82, 179, 217, 0.05));
    border-left: 4px solid var(--membership-primary);
    padding: 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    color: #3d3d3d;
}

 

.membership-associations-table {
  border: 2px solid var(--membership-border);
  border-radius: 0.75rem;
  overflow: hidden;
}

.membership-table-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid var(--membership-border);
}

.membership-table-row:last-child {
  border-bottom: none;
}

.membership-table-header {
  background: linear-gradient(135deg, var(--membership-primary), var(--membership-secondary));
  color: var(--membership-white);
  font-weight: 600;
}

.membership-table-cell {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.membership-table-department {
  background: rgba(44, 90, 160, 0.08);
  font-weight: 600;
  color: var(--membership-primary);
}

.membership-table-cell div {
  padding: 0.25rem 0;
}

/* CTA Section */
.membership-cta {
  background: linear-gradient(135deg, var(--membership-primary-dark), var(--membership-primary));
  color: var(--membership-white);
  padding: 4rem 0;
  text-align: center;
}

.membership-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.membership-cta p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.membership-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.membership-footer {
  background: var(--membership-primary-dark);
  color: var(--membership-white);
  padding: 3rem 0 1rem;
}

.membership-footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.membership-footer-section h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.membership-footer-section ul {
  list-style: none;
}

.membership-footer-section ul li {
  margin-bottom: 0.5rem;
}

.membership-footer-section a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.membership-footer-section a:hover {
  color: var(--membership-white);
}

.membership-social-links {
  display: flex;
  gap: 1rem;
}

.membership-social-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}

.membership-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
  opacity: 0.8;
}

/* Hover Effects */
.membership-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.membership-hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px var(--membership-shadow);
}

.interBodyContetn {
    margin-top: 50px;
}

.interBodyContetn h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

p.semiPara {
    font-weight: 500;
}

.mt-100 {
    margin-bottom: 100px;
}

h2.membership-section-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 50px;
}
.membership-benefits .membership-section-title {
    margin-bottom: 70px;
}
span.membership-benefit-icon img {
    width: 20px;
}
.scopeGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

section.membership-heroq h2 {
    margin-bottom: 50px;
}

.scopeContent li {
    list-style: none;
}

.scopeContent h3 {
    font-size: 20px;
    font-weight: 600;
}

.scopeContent {
    padding: 20px;
    border: 1px solid #ccc;
}
.scopeContent li svg {
    width: 20px;
    height: 20px;
}
.scopeContent ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
    padding: 0;
}

.scopeContent li {
    display: flex;
    align-items: inherit;
    text-align: left;
    gap: 14px;
}
.strbdody h2 {
    margin-bottom: 25px;
}

 .gridhpr .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .gridhpr .grid-item {
            background: #ffffff;
            padding: 30px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        
       .gridhpr  .grid-item:hover {
            border-color: #3498db;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }
        
.gridhpr .grid-item h2 {
    margin-bottom: 15px;
    color: #2c3e50;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
        
        .gridhpr .grid-item p {
            color: #555;
            text-align: justify;
        }
.firstPara {
    margin-bottom: 20px;
}       
 

.PMS ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}       

.bgGray {
    background: #f1f1f1;
    padding: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pmsSecondSection {}

.PMS h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

ul.pmsSecondSectionUL {
    gap: 20px;
}
.PMSGlobal  h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.PMSGlobal ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.PMSGlobal h2 {  
    margin-bottom: 35px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #007fba;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
div#mySidenav {
    z-index: 999999;
}

div#mySidenav li {
    color: #fff;
}

div#mySidenav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-left: 25px;
    margin-right: 25px;
}

div#mySidenav h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 40px;
	 margin-left: 25px;
    margin-right: 25px;
}
div#mySidenav li img {
    width: 20px;
    position: relative;
    top: 5px;
}

div#mySidenav li {
    display: flex;
    align-items: center;
    gap: 12px;
    align-items: self-start;
}
div#mySidenav a {
    color: #fff;
    top: -10px;
    right: 0;
}
#mySidenav::-webkit-scrollbar {
  width: 1px;
}

/* Track */


  .membership-hero-buttons {
    flex-direction: column;
  }

  .membership-hero-buttons .membership-btn {
    width: 100%;
  }

  .membership-section-title {
    font-size: 1.5rem;
  }

  .membership-services-grid {
    grid-template-columns: 1fr;
  }

  .membership-benefits-list {
    grid-template-columns: 1fr;
  }

  .membership-table-row {
    grid-template-columns: 1fr;
  }

  .membership-table-department {
    border-bottom: 1px solid var(--membership-border);
    margin-bottom: 0.5rem;
  }

  .membership-cta h2 {
    font-size: 1.5rem;
  }

  .membership-cta-buttons {
    flex-direction: column;
  }

  .membership-cta-buttons .membership-btn {
    width: 100%;
  }

  .membership-hero {
    padding: 3rem 0;
  }

  .membership-services,
  .membership-specialties,
  .membership-associations {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .membership-hero-content h2 {
    font-size: 1.5rem;
  }

  .membership-specialties-grid {
    grid-template-columns: 1fr;
  }

  .membership-nav-link {
    font-size: 0.9rem;
  }
}	
		
div {}

.serviceGridInside {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.serviceGridInside h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    width: 90%;
    margin-bottom: 12px;
    height: 50px;
}

.serviceGridInside a {
    text-decoration: none;
    color: #000;
}

.serviceGridInside .serviceContent {
    margin: 0;
    padding: 0;
}		
.serviceGridInside {
    margin-top: 60px;
    margin-bottom: 60px;
}		
	.serviceGridInside div:hover img {
    transform: scale(1.1);
    transition: .5s all ease;
}

.serviceGridInside div {
    overflow: hidden;
}

.serviceGridInside div img {
    transition: .5s all ease;
    height: 330px;
    width: 100%; 
}

.serviceGridInside figure {
    margin: 0;
	    overflow: hidden;	
}

.serviceGridInside a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}	
.careerContainer img {
    width: 100%;
}		
.careerContainer h2 {
    position: absolute;
    bottom: 0;
    left: 48%;
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
    transform: translate(-50%);
    font-weight: 700;
}

.careerContainer {
    position: relative;
}		
.scopeContent li {
    display: flex;
    align-items: inherit;
    text-align: left;
    gap: 14px;
    font-size: 16px;
}		
.serviceContent .serviceLeft figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}		
.zigzag1 figure img {
    height: 600px;
    object-fit: cover;
}		
.serviveSlider .serviceContent {
    margin-top: 20px;
    margin-bottom: 10px;
}		
.serviceContent .serviceLeft img {
    width: 100%;
    object-fit: cover;
}		
ul#hprHomeList img {
    mix-blend-mode: multiply;
}		
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}		
		
		
.dshow
{
    display:block;
}

.mshow
{
     display:none;
}		
		
.memberGrid:after {
    background-image: url(https://hippocraticpharma.com/public/frontend/assets/images/membership.png);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 0px -193px;
}

.memberGrid {
    position: relative;
    display: block;
}

.memberGrid:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: rgb(0 128 187 / 93%);
}

.memberRight {
    z-index: 99;
    position: relative;
    background: none;
}

.interUL {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.interLeft h2 {
    font-size: 25px;
    margin-bottom: 16px;
}

.interLeft ul {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.interLeft ul h2 {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: -20px;
    border: none;
}

.interLeft ul {
    margin-bottom: 25px;
}

.interLeft h3 {
    font-size: 17px;
    width: fit-content;
    padding-bottom: 4px;
    text-align: center;
    width: 100%;
}		
.interLeft {
    width: fit-content;
}		
	.interLeft h2 {
    font-size: 25px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    width: fit-content;
    margin-bottom: 20px;
}	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

        /* Responsive Design */
        @media (max-width: 768px) {
            .strategicSection_main_title {
                font-size: 2rem;
            }

            .strategicSection_subtitle {
                font-size: 1.2rem;
            }

            .strategicSection_focus_title {
                font-size: 2.5rem;
            }

            .strategicSection_focus_heading {
                font-size: 1.4rem;
            }

            .strategicSection_focus_number {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 1.2rem;
            }

            .strategicSection_focus_description {
                margin-left: 0;
            }

            .strategicSection_focus_sublist {
                margin-left: 20px;
            }
        }

		

        /* Responsive */
        @media (max-width: 991px) {
            .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;
            }
			
			.carousel-content h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
}

.carousel-content ul {
    padding: 0;
}

.homeAbout {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.homeAboutleft figure img {
    height: 473px;
}

.mb-100 {
    margin-bottom: 60px;
}

.commonHeading {
    font-size: 28px;
    line-height: 29px;
}

.serviceHeading {
    flex-direction: column;
}

.WhyHprHome {
    padding: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.whyHPRContent ul {
    padding: 0;
}

.whyHPRContent h3 {
    font-size: 18px;
    line-height: 20px;
}

.whyHPRContent {
    margin-top: 40px;
}

.whyHPRContent a {
    margin-left: 45px;
}

.strategic h2 {
    font-size: 28px;
    line-height: 29px;
}

.memberRight {
    padding: 36px;
}

.memberGrid {
    grid-template-columns: repeat(1, 1fr);
}

.memberLeft figure img {}

.membership.mb-100 {
    padding: 0;
}
.carousel-content h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
}

.carousel-content ul {
    padding: 0;
}

.homeAbout {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.homeAboutleft figure img {
    height: 473px;
}

.mb-100 {
    margin-bottom: 60px;
}

.commonHeading {
    font-size: 28px;
    line-height: 29px;
}

.serviceHeading {
    flex-direction: column;
}

.WhyHprHome {
    padding: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.whyHPRContent ul {
    padding: 0;
}

.whyHPRContent h3 {
    font-size: 18px;
    line-height: 20px;
}

.whyHPRContent {
    margin-top: 40px;
}

.whyHPRContent a {
    margin-left: 45px;
}

.strategic h2 {
    font-size: 28px;
    line-height: 29px;
}

    .memberRight {
        padding: 36px 20px;
    }

.memberGrid {
    grid-template-columns: repeat(1, 1fr);
}

.memberLeft figure img {}

.membership.mb-100 {
    padding: 0;
}

.zigzag1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}

.zigzagRight {
    padding: 0px 10px;
}

.zigzagOrder .zigzagRight {
    padding: 10px;
}

.zigzagOrder .zigzagLeft {
    order: 0;
}

.zigzag1.zigzagOrder {
    margin-top: 50px;
}

.footerGrid {
    grid-template-columns: repeat(1, 1fr);
}

.footer-container {
    padding: 10px 20px;
}
.slick-list {
    overflow: hidden;
}
.serviveSlider h2 {
    height: auto;
}

.serviceContent {
    margin-top: 30px;
    margin-bottom: 20px;
}
.homeAbout {
    width: 96%;
    margin: 0 auto;
}
    .strategic.mb-100 {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
.customContainer {
    padding-left: 24px;
}
.aboutContent h3 { 
    font-size: 28px;
    line-height: 29px;
}
.nav-sections {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.nav-card {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 30px 20px 30px;
}

h3 {}

.nav-sections .nav-card h3 {
    font-size: 20px;
}
.ecoOffering {
    grid-template-columns: repeat(1, 1fr);
}
.ecoOffering {grid-template-columns: repeat(1, 1fr);}

.ecoOffering h4 {
    font-size: 20px;
}

.ecoOffering .capabilities-list {
    margin-top: 20px !important;
}
.serviceContent {
    padding: 0px 10px;
}
.whoWeAre {
    padding: 60px 15px;
}
.insideMenu a.navbar-brand img {
    width: 200px;
}
.PMSGlobal h2 {
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 15px;
    margin-top: 35px;
}
.contactGrid {
    grid-template-columns: repeat(1, 1fr);
}
.contactGrid {
    padding: 15px 10px;
    padding-top: 0;
    margin-top: 45px;
}
.contactRight { 
    padding: 50px 20px; 
}
.contactGrid h3 {
    font-size: 28px;
    line-height: 29px;
}
.gridhpr .grid {
    grid-template-columns: repeat(1, 1fr);
}
.gridhpr .grid-item {
    padding: 15px;
}
.interBodyContetn h2 {
    font-size: 28px;
    line-height: 29px;
}
h2.membership-section-title {
    font-size: 28px;
    line-height: 29px;
}

section#benefits {
    margin-bottom: 10px;
}
section#associations {
    margin-bottom: 30px;
}
.scopeGrid { 
    grid-template-columns: repeat(1, 1fr); 
}
.scopeContent li { 
    font-size: 16px;
    line-height: 28px;
}
.careerContainer h2 {
    font-size: 30px;
}


.carousel {
    height: calc(100vh - 0px);
}

.carousel-content {
    transform: translate(-50%, 0%);
}

.carousel-content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

a.navbar-brand img {
    width: 219px;
    position: relative;
    top: 7px;
}

.serviceHeading .commonHeading { 
    margin-bottom: 20px;
}
    .footer-container {
        padding: 60px 20px;
    }
.footer-bottom .footer-container {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-container {
    padding-bottom: 5px;
}


































.menu .sidenav1 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0080BB;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

    .menu .sidenav1 a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        font-weight: 500;
    }

.menu .sidenav1 a:hover {
  color: #f1f1f1;
}

.menu .sidenav1 .closebtn1 {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
 .menu  .sidenav1 {padding-top: 15px;}
 .menu  .sidenav1 a {font-size: 18px;}
}

.dshow
{
    display:none;
}

.mshow
{
     display:block;
}

div#mySidenav1 {
    z-index: 9999;
}
div#mySidenav1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu .sidenav1 a.navbar-brand {
    margin-top: 0;
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
}

.menu .sidenav1 a.navbar-brand img {
    width: 160px;
}

button.navbar-toggler {}

.insideMenu button.navbar-toggler {
    /* background: #0080b5; */
}

.navbar-toggler-icon {
    mix-blend-mode: exclusion;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

a.navbar-brand img {
    top: 0;
}

.serviceGridInside {
    grid-template-columns: repeat(2, 1fr);
}

.serviceGridInside div img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.serviceGridInside h2 {
    font-size: 18px;
    line-height: 20px;
}
 .sidenav {
    background-color: #000;
}
.zigzag1 figure img {
    height: 200px;
    object-fit: cover;
}
.memberLeft figure img {
    height: 100%; 
}

.carousel-content h1 span {
    line-height: 22px;
    margin-top: 20px;
    font-size: 15px;
}

.carousel-content ul li {
    font-size: 13px;
}

.carousel-content {
    width: 95%;
}

.carousel-content h2 {
    font-size: 15px;
}

.interUL {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}





 }
 
 
 
 
 
 
 
 
 
 @media only screen and (min-width: 1110px) and (max-width: 1299px) 
 {
 
.carousel-content h1 { 
    font-size: 40px;  
}
 .serviveSlider figure img { 
    height: 212px; 
}
 
 
 
 
}
 
 
 
  @media only screen and (min-width: 1300px) and (max-width: 1399px) 
 {
 
 .carousel { 
    height: calc(100vh - 0px); 
}
 .carousel-content {  
    transform: translate(-50%, -10%); 
}
 .carousel-content h1 { 
    font-size: 40px;
    line-height: 45px; 
}
 .serviveSlider figure img { 
    height: 202px; 
}
.serviveSlider h2 {
    font-size: 18px;
    line-height: 21px;  
}










 
}
 
 
 
   @media only screen and (min-width: 1500px) and (max-width: 1750px) 
 {
 
 .carousel { 
    height: calc(100vh - 0px); 
}
 .carousel-content {  
    transform: translate(-50%, -10%); 
}
 .carousel-content h1 { 
    font-size: 40px;
    line-height: 45px; 
}
 .serviveSlider figure img { 
    height: 202px; 
}
.serviveSlider h2 {
    font-size: 18px;
    line-height: 21px;  
}













 
}
 		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		