/* Custom CSS for SCP Website */

/* Hero Section */
.section-hero {
    background-image: url('../images/college1.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.section-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-hero h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-hero p {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.section-hero .btn {
    position: relative;
    z-index: 1;
    padding: 10px 30px;
    font-size: 16px;
}

/* Background colors */
.bg-light {
    background-color: #f8f9fa;
}

/* Panels */
.panel {
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.panel:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.panel-heading {
    font-weight: bold;
    font-size: 18px;
}

/* Icons */
.fa-3x {
    margin-bottom: 15px;
    color: #337ab7;
}

/* Sections */
.section-inner {
    padding: 60px 0;
}
.branding-text h2 {
    font-size: 18px;
    font-weight: normal;
    color: #555;  /* Light grey color for "Rahmath Education Trust (R)" */
    margin: 0;
    padding: 0;
}

.branding-text h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #F00;  /* Red color for "SULTAN" */
}

.branding-text h1 span {
    color: #4B0082;  /* Purple color for "COLLEGE OF PHARMACY" */
}

.branding-text p {
    font-size: 16px;
    color: #555;  /* Light grey color for the accreditation text */
    font-weight: normal;
}
.branding-logo {
    margin-left: -10px;  /* Shift the logo's container to the left */
}
.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
