  /* body{
    padding: 0 !important;
  } */
  .main-heading {
	color: #222;
	font-size: 40px;
	font-weight: 400;
}

   
    /* .about-us {
	margin-top: 96px;
    }	 */

    @media (max-width: 768px){
        .about-us {
	    margin-top: 10px;
    }
    }



.num-boxes {
	background-color: #0076BC;
	padding: 30px;
	border-radius: 8px;
	/* margin-top: 66px; */
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}



.mini-boxes {
	text-align: center;
	padding: 42px;
	background: var(--white-color);
	border-radius: 5px;
}



/* Director message page*/

 .message-content {
        padding: 2.5rem;
        background: linear-gradient(135deg, #e0f2f7, #cce7ff);
        border-radius: 18px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(0, 123, 255, 0.2);
        margin-top: 44px;
    }

    .director-messages {
        background-color: #EAEDF2;
        padding: 2.5rem;
        border-radius: 18px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 123, 255, 0.2);
        margin-top: 44px;
    }

    .our-director {
        font-weight: 700;
        font-size: 2rem;
        color: #06121F;
        position: relative;
        padding-bottom: 1rem;
    }

    .our-director::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 80px;
        height: 4px;
        background-color: #06121F;
        border-radius: 2px;
    }

    .circle img {
	border-radius: 47px 80px 0 37px;
}

.director-heading h2{
	font-weight: 700;
	color: #004085;
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	position: relative;
	padding-bottom: 0.75rem;
}

/* Breadcrumb css */
section.page-breadcrumb .container-fluid {
    position: relative;
    z-index: 99;
}
.page-breadcrumb {
    background: linear-gradient(135deg, #ff68b6 0%, #081d35 100%);
    padding: 121px 0 53px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
}
section.innerpages {
    margin: 50px 0;
}
 
	.page-breadcrumb::before {

		content: "";

		position: absolute;

		top: -50px;

		right: -50px;

		width: 200px;

		height: 200px;

		background: rgba(255, 255, 255, 0.1);

		border-radius: 50%;

	}
 
	.page-breadcrumb::after {

		content: "";

		position: absolute;

		bottom: -80px;

		left: -80px;

		width: 250px;

		height: 250px;

		background: rgba(255, 255, 255, 0.1);

		border-radius: 50%;

	}
 
 
	.page-breadcrumb span.breadcrumb_new a {

		color: var(--white-color);

	}
 
	.page-breadcrumb span.breadcrumb_new {

		color: var(--white-color);

	}
 
	.page-breadcrumb .extraa {

		margin: 54px 0;

	}
	@media (max-width: 768px){
.page-breadcrumb {
    padding: 80px 0 40px;
}
.page-breadcrumb::before {
    width: 160px;
    height: 160px;
}
.page-breadcrumb::after {
    width: 220px;
    height: 220px;
}


}

    /* pcd-pharma section*/

    
.pharma-frnachise {
	/* padding: 40px; */
	background-color: #ffff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.main-heading {
	font-size: 42px;
	line-height: 1.2381;
	font-weight: 694;
	letter-spacing: -.42px;
	color: #222;
	padding: 0px 0px 10px 0px;
}

.highlight-heading {
	font-weight: 600;
	font-style: italic;
	font-family: "DM Serif Text", serif;
}

.highlight-partner {
	padding: 2px 6px 4px 13px;
	background: pink;
}

.Partnership {
	background-color: #DBDBDB;
	border-left: 4px solid #0076BC;
	padding: 11px 7px 4px 34px;
	margin-top: 10px;
}

.franchise {
	/* padding: 40px; */
	background-color: #ffff;
}

.our-franchise {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	padding: 15px;
}

.num-header.d-flex.align-items-center.mb-3 {
	padding: 16px 0 0 19px;
}

.contacts {
    background-color: beige;
    border-radius: 55px;
    padding: 50px 0;
	margin-top: 30px;
}
.start-journey {
	font-size: 34px;
	font-weight: 700;
}

.cta-pcd{
    gap: 40px;
}

@media (max-width: 768px){

    .contacts {
    padding: 0;
}

.start-journey {
	font-size: 20px;
	font-weight: 700;
    padding-top: 22px;
}
    .pharma-frnachise {
	  padding: 0;
	
}

.franchise {
	 padding: 0; 
	
}
.director-heading h2{
	font-size: 1.5rem;
}
.message-content{
	padding: 1.5rem;

}
.director-messages{
		padding: 1.5rem;

}
.our-director {
    font-size: 1.5rem;
}
.Our-mission {
    padding: 10px !important;
    margin-bottom: 0px !important;
}
.card-icon-unique {
    font-size: 2.5rem;
}
.cta-pcd {
    gap: 0px;
}
}

/*mission-vission section-*/

  .main-box {
	background-color: #EFEFEF;
	padding: 40px 0;
	color: black;
	position: relative;
	overflow: hidden;
}

.Our-mission{
	background-color: #ffffff;
	border-radius: 25px;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	min-height: 320px;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(5px);
	
}

.our-vission{
	background-color: #ffffff;
	border-radius: 25px;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	min-height: 320px;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(5px);
	
}

.Integrity {
	background-color: #ffffff;
	border-radius: 25px;
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	min-height: 320px;
}

.card-icon-unique {
	font-size: 3.5rem; 
	color: #0A2E50;
	text-align: center;
	width: 100%;
	transition: color 0.4s ease, transform 0.4s ease;
	text-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
 
/* quality insurrance section*/

  section {
	position: relative;
	overflow: hidden;
}

.pharma-frnachise {
	/* padding: 40px; */
	background-color: #ffff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}



.highlight-partner {
	padding: 2px 6px 4px 13px;
	background: pink;
}

.Partnership {
	background-color: #DBDBDB;
	border-left: 4px solid #0076BC;
	padding: 11px 7px 4px 34px;
	margin-top: 10px;
}

.pcd-francise img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	
}

.Regulatory {
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
  height: 100%; 
}

.Regulatory span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.Regulatory p {
  font-size: 14px;
  color: #555;
}

/* Hover Effect */
.Regulatory:hover {
  border: 1px solid #0076BC;  
  background: #F0F8FF;       
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.Regulatory:hover span {
  color: #0076BC;   
}

.system-heading.text-center {
    margin-top: -3px;
    margin-bottom: 41px;
}


@media (max-width: 768px){
	section.innerpages {
    margin: 0px 0 !important;
}
.page-breadcrumb {
    padding: 120px 0 40px;
}
    .contacts {
    padding: 0;
}

.start-journey {
	font-size: 20px;
	font-weight: 700;
    padding-top: 22px;
}
    .pharma-frnachise {
	  padding: 0;
	
}

.franchise {
	 padding: 0; 
	
}
.director-heading h2{
	font-size: 1.5rem;
}
.message-content{
	padding: 1.5rem;

}
.director-messages{
		padding: 1.5rem;

}
.our-director {
    font-size: 1.5rem;
}
.Our-mission {
    padding: 10px !important;
    margin-bottom: 0px !important;
}
.card-icon-unique {
    font-size: 2.5rem;
}
    .pharma-frnachise {
	  padding: 0;
}
.franchise {
	 padding: 0; 
}
.Integrity {
    padding: 20px;
    margin-bottom: 15px;
}
.main-heading {
font-size: 30px !important;
}
.Regulatory {
    padding: 5px 0;
}



}