/******************************************
    File Name: custom.css
******************************************/
* {
    font-family: 'Poppins', sans-serif;
}

/* ---- Added: global placeholder visibility fixes (non-invasive) ----
   Ensures input/textarea placeholders are visible and consistent across browsers.
   No other rules are changed or removed. */
input::placeholder,
textarea::placeholder {
    color: #6c757d;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

/* ----------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
}

.main-container {
    padding: 10px 15px;
}

.deepskyblue {
    background-image: url('../images/bg1.png');
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

div.full-slider .carousel .item {
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption button {
    animation-delay: 3s;
}

.full-slider div.item {
    background-size: cover;
    background-position: center center;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.p {
    padding-top: 125px;
    text-align: center;
}

.p a {
    text-decoration: underline;
}

.item {
    display: none;
    position: relative;
    transition: left 0.3s ease-in-out;
}

.slider-contant h3 {
    font-size: 58px;
    font-weight: 700;
    text-shadow: none;
    color: #fff;
    text-align: left;
    line-height: 52px;
    letter-spacing: -2px;
}

#carousel-example-generic .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
}

.color-yellow {
    color: #ff6600;
}

.carousel-caption p {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.btn.btn-primary.btn-lg {
    float: left;
    background: #1c72ce;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 160px;
    height: 50px;
    border-radius: 5px;
}

.btn.btn-primary.btn-lg:hover,
.btn.btn-primary.btn-lg:focus {
    background: #d8302f;
}

#carousel-example-generic .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    height: 100%;
    display: flex;
    align-items: center;
}

/* make header fixed so scroll anchors and scrollspy offset calculation work reliably */
/* set CSS variable for header height so JS and CSS can align (JS reads actual height) */
:root {
    --header-height: 150px;
}

/* apply scroll-padding-top so anchors account for fixed header */
html {
    scroll-padding-top: var(--header-height);
}

/* header updated: fixed positioning prevents it from blocking anchors and makes offsets predictable */
header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    min-height: 150px;
    background: transparent;
}

/* preserve the rest of header visuals */
.social-icons li a {
    height: 40px;
    width: 40px;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    float: left
}

.social-icons {
    list-style: none;
    float: left;
    width: auto;
    padding: 0;
    margin: 0
}

.social-icons li {
    float: left;
    margin: 0 15px 0 0
}

.header-top {
    margin: 15px 0 10px;
    float: right;
    width: 100%
}

.social-icons li a:focus,
.social-icons li a:hover {
    border-color: #d8302f;
    background: #d8302f;
    color: #fff !important
}

.header-bottom {
    float: left;
    width: 100%
}

.logo {
    float: left;
    padding: 7px 0 6px;
    margin: 0;
    position: relative
}

.menu {
    float: left;
    width: 100%;
    min-height: auto;
    background: #fff
}

.main-menu-section {
    float: right;
    width: 100%;
    padding: 0
}

.right_top_section {
    float: right;
    padding: 17px 0 0
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px
}

.left.carousel-control {
    right: 30px;
    left: inherit
}

.menu .navbar-header {
    float: left;
    display: none
}

.main-menu-section .navbar.navbar-inverse {
    background: 0 0;
    border: none;
    margin: 0;
    float: left;
    width: auto
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse {
    padding: 0
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav {
    float: left;
    margin: 0 18px 0
}

.navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li {
    float: left
}

.navbar.navbar-inverse ul.nav.navbar-nav li a {
    float: left;
    padding: 28px 12px 26px;
    color: #222;
    font-weight: 500;
    font-size: 16px
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a {
    border: none
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:focus,
.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:hover,
.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li.active a {
    border-color: #d8302f
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li:focus,
.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li:hover {
    background: #fff
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li {
    float: left;
    margin: 0
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li li {
    margin: 0
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a {
    padding: 0
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a.carousel-control {
    position: absolute;
    top: 0
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a.left.carousel-control {
    right: 45px;
    left: inherit
}

.menu-inner {
    float: left;
    width: 100%
}

.main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul.menu-inner li {
    float: left;
    width: 100%;
    padding: 0
}

.navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a {
    opacity: 1;
    border: none;
    box-shadow: none
}

.navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:focus,
.navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:hover {
    color: #d8302f
}

/* The static "Updates :" text */
.heading-slider .headline {
    flex-shrink: 0;
    margin: 0;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.heading-slider b {
    height: 25px;
    margin: 3px 0 0 15px;
    font-weight: 400
}

/* Container holding Updates and the scrolling text */
.heading-slider {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* hides overflowing text */
    width: 100%;
    padding: 10px 0;
}

.typewrite {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    float: left
}

/* Wrapper for scrolling text */
.heading-slider h1 {
    position: relative;
    flex: 1;
    overflow: hidden;
    margin: 0;
    height: 30px;
    /* matches line height for smoother scrolling */
    font-size: inherit;
    /* inherit from parent */
    font-weight: normal;
    /* keep same style as body text */
    color: white;
    font-weight: 500;
    line-height: 30px;
    /* align vertically */
}


/* Track that contains two copies of the text */
.heading-slider h1 .scroll-track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: scroll-left 25s linear infinite;
    /* slower & smoother */
}

/* Each scrolling copy of the text */
.heading-slider h1 .scroll-text {
    display: inline-block;
    padding-right: 100px;
    /* gap between repeats */
}

/* Keyframes for smooth infinite scroll */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.headline i {
    color: #ffcb05
}

.full-slider {
    position: relative
}

div.full-slider .carousel-indicators {
    bottom: 45px;
    margin-bottom: 0
}

.full {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.about-us {
    float: left;
    width: 100%;
    background: url(../images/banner1.png);
    min-height: 220px;
    background-position: center center;
    background-size: cover
}

.about-us:after {
    background: rgba(0, 0, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.full {
    position: relative
}

footer#footer {
    min-height: auto;
    background: #111;
    float: left;
    width: 100%;
    padding: 0;
    border-top: solid #ddd 1px;
    position: relative;
    background-position: center top;
    background-size: cover
}

section#contant {
    float: left;
    width: 100%;
    padding: 50px 0 25px;
    background: #fff
}

/* Ensure About images match Entertainment behavior (stack full-width on small screens) */
.about-images img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    /* spacing between stacked images */
}

.content-widget {
    border: 1px solid #e1e1e1;
    margin: 0 0 30px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, .21);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, .21);
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, .21);
    float: left;
    width: 100%
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.news-post-widget {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    box-shadow: 0 10px 20px -25px rgba(50, 50, 50, 1);
    border: solid #e1e1e1 1px;
    padding: 0 0 15px 0
}

.news-post-widget .img-responsive {
    width: 100%;
    margin-bottom: 10px
}

section.main-heading {
    float: left;
    width: 100%
}

section.main-heading h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 21px;
    font-weight: 600;
    color: #222;
    padding: 0;
    margin: 0;
    position: relative
}

section.main-heading h2::after {
    width: 50px;
    height: 4px;
    background: #d8302f;
    margin: 15px auto 0;
    display: block;
    position: relative;
    content: ""
}

.footer-widget {
    float: left;
    width: 100%;
    padding: 50px 0 10px
}

.footer-widget p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 10px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px
}

.social-icons {
    margin-top: 0
}

.styled-text {
    font-size: 1.5em;
    color: rgb(235, 235, 235);
}

.footer-widget h3 {
    color: #fff;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: solid #333 1px;
    padding-bottom: 15px;
    padding-top: 7px
}

.footer-menu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 32px
}

.contact-footer {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    background: orange;
    top: 0;
    left: 0;
    min-height: 350px
}

.contact-footer iframe {
    float: left;
    width: 100%
}

.information {
    float: left;
    width: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 30px -20px #000;
    padding: 58px
}

.footer a:hover,
.footer-links a:hover {
    color: #d8302f !important
}

.information h3 {
    color: #222;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    border-left: solid #d8302f 5px;
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 0;
    line-height: 20px;
    margin-bottom: 10px
}

.address-list {
    float: left;
    width: 100%;
    margin-top: 10px
}

.address-list li {
    float: left;
    width: 100%;
    position: relative
}

.address-list li i {
    font-size: 24px;
    width: 25px;
    text-align: center;
    position: absolute;
    left: 0
}

.address-list li {
    float: left;
    width: 100%;
    position: relative;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px
}

.footer-bottom {
    float: left;
    width: 100%;
    text-align: center;
    min-height: 45px;
    line-height: 45px;
    border-top: solid #222 1px;
    background: #111;
    color: #fff
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    font-weight: 300
}

.inner-information {
    float: left;
    width: 100%;
    margin-top: 250px;
    color: #fff;
    text-align: center
}

.inner-information h3 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative
}

.inner-information h3::after {
    width: 50px;
    height: 5px;
    background: #ffcb05;
    margin: 0 auto;
    position: relative;
    padding: 0;
    content: "";
    display: block
}

.inner-information-text {
    float: left;
    width: 100%;
    background: #111;
    color: #fff
}

.inner-information-text h3 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    float: left;
    text-transform: uppercase
}

#quote-carousel {
    padding: 0;
    margin-top: 0
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-right: -19px;
    margin-bottom: 20px
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 50%;
    opacity: .4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle
}

#quote-carousel .carousel-indicators .active {
    opacity: 1;
    border: none
}

.item blockquote {
    border-left: none;
    margin: 0
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px
}

#quote-carousel p {
    font-size: 15px
}

#quote-carousel .item blockquote p::before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 5px;
    font-size: 48px;
    position: relative;
    top: -10px
}

.testimonial img {
    max-width: 100%
}

p {
    font-size: 15px;
    text-align: center;
    color: #333;
    line-height: 28px
}

section#contant h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    color: #222
}

section#contant p.title {
    float: left;
    width: 100%;
    font-size: 15px
}

.main-heading {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 35px
}

section {
    float: left;
    width: 100%
}

section#contant p.title {
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 0
}

section#contant p {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    font-weight: 300
}

.main-heading p {
    color: #363636;
    line-height: normal;
    margin-top: 0
}

.social-icons.style-4 li a {
    height: 40px;
    width: 40px;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px
}

footer div.full p {
    text-align: left
}

.aboutus h3 {
    font-size: 22px;
    padding: 0;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px
}

.icon-list {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    line-height: 28px
}

.dark-section {
    float: left;
    width: 100%;
    background: #000;
    margin-top: 50px;
    min-height: auto;
    padding: 50px 0;
    background-position: cover;
    color: #fff
}

section.main-heading .dark-section h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 21px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 0;
    position: relative
}

.testimonial-slider {
    float: left;
    width: 80%;
    background: #fff;
    margin: 40px 10% 0 10%;
    padding: 40px 0
}

.testimonial-slider p {
    text-align: center !important
}

.testimonial-slider a.carousel-control {
    display: none
}

button.button {
    background: #1c72ce;
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500
}

.center {
    float: left;
    width: 100%
}

.footer-menu li {
    font-weight: 300;
    font-size: 14px
}

.footer-logo img {
    width: 180px;
    padding-top: 10px
}

.post-info {
    float: left
}

.post-info img {
    float: left;
    width: 80px;
    border-radius: 100%;
    box-shadow: none;
    border: solid #ccc 3px
}

.post-info span {
    float: left;
    margin: 8px 0 0 15px
}

body section#contant .post-info span h4 {
    font-size: 16px;
    margin: 0;
    color: #d8302f;
    text-align: left;
    padding: 10px 0 0 0
}

body section#contant .post-info span h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #999
}

.post-heading {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px
}

.post-heading h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0
}

.contact {
    float: left;
    width: 100%
}

.contact iframe {
    width: 100%
}

.contact-info {
    float: left;
    width: 100%;
    background: #f8f8f8;
    border: solid #ccc 1px;
    padding: 32px 35px 30px 35px;
    text-align: left;
    margin-top: 30px
}

.contact-us {
    margin-top: 30px
}

.contact-us {
    float: left;
    width: 100%;
    padding: 8px 15px;
    border: solid #ccc 1px;
    margin-bottom: 25px;
}

.contact-us input {
    padding: 8px 15px;
    width: 100%;
    height: 4rem;
    margin-bottom: 25px;
}

textarea {
    float: left;
    width: 100%;
    padding: 8px 15px;
    border: solid #ccc 1px;
    margin-bottom: 25px;
    height: 9rem;
}

/* ---- Added: redundant placeholder rules for contact inputs + select placeholder rules ----
   These are intentionally redundant with the global block above to maximize cross-browser visibility,
   and to add specific behavior for <select> placeholder options. */
.contact-us input::placeholder,
.contact-us textarea::placeholder {
    color: #6c757d;
    opacity: 1;
}

/* Ensure selects show readable text by default and that disabled placeholder options are muted */
select.form-control {
    color: #212529;
}

select.form-control option {
    color: #212529;
}

select.form-control option[disabled] {
    color: #6c757d;
}

/* When a select is empty + required some browsers render it as :invalid; style it so placeholder is visible */
select.form-control:invalid {
    color: #6c757d;
}

/* ----------------------------------------------------------------- */

#contactform {
    float: left;
    width: 100%
}

#contactform ul {
    float: left;
    width: 100%
}

#contactform ul li {
    float: left;
    width: 100%
}

#contactform ul li input.thbg-color {
    background: #d8302f;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: ease all .5s
}

#contactform ul li input.thbg-color:focus,
#contactform ul li input.thbg-color:hover {
    background: #111
}

.contact-info div.kode-section-title {
    float: left;
    width: 100%
}

.contact-info div.kode-section-title h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    margin-bottom: 5px
}

.kode-form-list {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px
}

.kode-form-list li {
    float: left;
    width: 100%
}

.kode-form-list li i {
    float: left;
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #222
}

section#contant p strong {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.social-icon {
    float: right;
    list-style: none;
    margin: 0
}

.c_date {
    font-size: 13px;
    font-weight: 400;
    margin-right: 0
}

@media (max-width:768px) {
    .header-top .right_top_section {
        display: none
    }

    .logo {
        float: left;
        padding: 15px 0 10px;
        margin: 0;
        position: relative;
        width: 100%;
        text-align: center
    }

    .logo img {
        width: 160px
    }

    .main-menu-section {
        float: right;
        width: 100%;
        padding: 0
    }

    .menu .navbar-header {
        float: left;
        display: block;
        width: 100%
    }

    #carousel-example-generic .carousel-caption {
        right: 0;
        display: block
    }

    .slider-contant h3 {
        font-size: 25px;
        font-weight: 700;
        text-shadow: none;
        color: #fff;
        text-align: left;
        line-height: 1.1
    }

    .slider-contant {
        display: none
    }

    .menu {
        float: left;
        width: 100%;
        min-height: auto;
        background: #fff;
        border-radius: 0;
        padding: 0 20px
    }

    .main-menu-section .navbar.navbar-inverse {
        background: 0 0;
        border: none;
        margin: 0;
        float: left;
        width: 100%
    }

    button.navbar-toggle {
        margin-right: 0
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 20px;
        height: 3px;
        border-radius: 0
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 3px
    }

    .navbar-toggle {
        padding: 9px 9px
    }

    /* NOTE: previously .news was hidden on small screens. That rule is REMOVED so animation measures correctly */
    /* #team-slider div.container { ... } etc. continue unchanged */

    #team-slider div.container {
        padding: 0
    }

    #team-slider div.container div.col-md-3 {
        padding: 0
    }

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
        color: #fff;
        line-height: normal;
        font-weight: 300;
        padding: 15px 0;
        width: 100%;
        text-align: center
    }

    .navbar-collapse {
        float: left;
        width: 100%
    }

    .testimonial-slider {
        float: left;
        width: 100%;
        background: #fff;
        margin: 40px 0 0 0;
        padding: 40px 0
    }

    section.main-heading .dark-section h2 {
        font-size: 25px
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        list-style: none;
        margin: 0
    }

    .post-heading h3 {
        font-size: 15px;
        line-height: 25px
    }

    section#contant p {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 13px;
        text-align: left;
        font-weight: 400
    }

    .contact-info {
        padding: 20px 20px 20px 20px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .navbar-collapse {
        float: left;
        width: 100%;
        margin: 0;
        border-top: solid #ccc 1px !important
    }

    .navbar-collapse .nav.navbar-nav {
        margin: 0
    }

    .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav {
        float: left;
        margin: 0 12px 0;
        padding: 5px 0
    }

    .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li {
        float: left;
        margin: 0;
        width: 100%
    }

    .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a {
        float: left;
        width: 100%;
        padding: 10px 0
    }

    .post-info span {
        float: left;
        margin: 10px 0 0 0
    }

    .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav {
        margin: 0
    }
}

/* Make About & Entertainment images sit on their own lines at <= 1060px */
@media (max-width: 1060px) {

    /* Force columns inside the two sections to become full-width blocks */
    section#about .row>[class*="col-"],
    section#entertainment .row>[class*="col-"],
    section#entertainment .row>[class*="col-"] {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        clear: both !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    /* Ensure each image is block-level, fills available width, and has spacing */
    section#about .about-image-wrap,
    section#entertainment .ent-image-wrap {
        display: block !important;
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    section#about .about-img,
    section#entertainment .ent-img,
    section#about img.img-responsive,
    section#entertainment img.img-responsive {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        float: none !important;
        object-fit: cover;
    }

    /* Make sure text doesn't float beside images */
    section#about .about-text,
    section#entertainment .entertainment-text {
        clear: both !important;
        box-sizing: border-box;
    }

    /* Optional: tighten vertical rhythm on smaller narrow screens */
    @media (max-width: 480px) {

        section#about .about-image-wrap,
        section#entertainment .ent-image-wrap {
            margin-bottom: 0.75rem !important;
        }
    }
}

/* Leave desktop layout alone; small padding so images don't butt text on md+ */
@media (min-width: 1061px) {
    section#about .about-images {
        padding-left: 15px;
    }

    section#entertainment .entertainment-images {
        padding-right: 15px;
    }
}
