
/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
        line-height:30px;
        font-size:16px;
}

section {
    padding-bottom:80px;
    padding-top:75px;
}
 
.hr-set {
    border-top:2px solid #000;
    max-width:250px;
}
h3 {
    padding:15px 5px;
    font-weight:900;
    text-transform:uppercase;
}
h4 {
    padding:15px 5px;
    font-weight:900;
    text-transform:uppercase;
}
.icon-custom-1 {
    background-color: #fff;
padding: 25px;
border-radius: 10px;
cursor:pointer;
}
.icon-custom-2 {
      background-color: #49CD7D;
padding: 25px;
border-radius:50%;
width:100px;
height:100px;
cursor:pointer;
}
.icon-custom-1:hover {
     background-color: #000;
}
.icon-custom-2:hover {
     background-color: #000;
}
.color-1 {
    color: #49CD7D;
}
.color-2 {
    color: #fff;
}
.p-top-row {
    padding-top:40px;
}

 /* =============================================================
   MESU STYLES 
 ============================================================ */

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-brand:hover {
color: #FFF;
font-size: 14px;
letter-spacing: 0.5px;
font-weight: 900;
background-color:rgba(20, 152, 152, 1);
padding: 10px 0;
white-space: normal;
max-width: 100%;
overflow: visible;
text-overflow: initial;
line-height: 1.4;
display: block;
}

.navbar-brand {
    font-size: 14px;
    white-space: normal;
    max-width: 100%;
    overflow: visible;
    text-overflow: initial;
    padding: 10px 0 !important;
    line-height: 1.4;
    display: block;
}
.navbar-brand:hover {
    opacity: 0.9;
}

.navbar-header {
    width: 60%;
    float: left;
}

.navbar-collapse.collapse.move-me {
    width: 40%;
    float: right;
}

.navbar-nav > li > a {
    padding: 15px 8px;
    font-size: 13px;
}

@media (max-width: 992px) {
    .navbar-header {
        width: 100%;
        float: none;
    }
    .navbar-collapse.collapse.move-me {
        width: 100%;
        float: none;
    }
    .navbar-inverse .navbar-brand,.navbar-inverse .navbar-brand:hover {
        font-size: 13px;
        padding: 8px 0;
    }
    .navbar-brand {
        font-size: 13px;
        padding: 8px 0 !important;
    }
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-brand,.navbar-inverse .navbar-brand:hover {
        font-size: 12px;
    }
    .navbar-brand {
        font-size: 12px;
    }
    .navbar-nav > li > a {
        padding: 10px 8px;
        font-size: 12px;
    }
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: rgba(16, 16, 16, 0);
}
.navbar-inverse {
border-color: rgba(16, 16, 16, 0);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 0px;
}

body {
    padding-top: 100px;
}

@media (max-width: 992px) {
    body {
        padding-top: 120px;
    }
}
.set-links {
    padding: 15px 20px 10px 20px;
}
.navbar-inverse .navbar-nav > li > a {
    color:#fff;
    font-weight:900;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color:rgba(20, 152, 152, 1);
}
.active-menu-item {
    color:rgba(20, 152, 152, 1)!important;
}
.navbar-brand small {
    font-size:12px;
    font-weight:normal;
    letter-spacing:1px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/* =============================================================
   CONTACT BAR STYLES
 ============================================================ */
.contact-bar {
    background: linear-gradient(135deg, #149898 0%, #0d6e6e 100%);
    padding: 12px 0;
    border-bottom: 2px solid #0a5a5a;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1031;
}
.contact-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}
.contact-item i {
    font-size: 16px;
    margin-right: 8px;
    color: #fff;
    background: rgba(255,255,255,0.2);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.contact-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.contact-item a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}
.contact-divider {
    color: rgba(255,255,255,0.5);
    margin: 0 12px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .contact-bar .container {
        flex-direction: column;
        text-align: center;
    }
    .contact-item {
        justify-content: center;
    }
    .contact-divider {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact-bar {
        padding: 8px 0;
    }
    .contact-item {
        font-size: 12px;
    }
    .contact-item i {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
}
  /* =============================================================
   HOME SECTION STYLES -IN HOME / INDEX.HTML 
 ============================================================ */
#home-sec {
      background: url(../img/header.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
-moz-background-size:cover;
color:#fff;
}

    #home-sec .overlay {
        background-color:rgba(20, 152, 152, 0.9);
        min-height:350px;
    }
    #home-sec h1 {
        padding-top:150px;
        font-weight:900;
    }
#home-sec p {
    padding:10px;
}
/* =============================================================
   SEARCH DOMAIN SECTION STYLES  -IN HOME / INDEX.HTML 
 ============================================================ */
#search-domain {
    padding-bottom:50px;
    padding-top:50px;
}
.input-cls {
    height: 70px;
    border: 3px solid #2EB1D0;
    font-size:30px;
    color:#2EB1D0;
    padding-left:40px;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}
.btn-set {
    font-size:30px;
    border: 5px double #fff;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}
/* =============================================================
   SERVICES SECTION STYLES  -IN HOME / INDEX.HTML 
 ============================================================ */

#services-sec {
    background-color:#202020;
    color:#fff;
}

   /* =============================================================
   CLIENT TESTIMONIAL SECTION STYLES  -IN HOME / INDEX.HTML 
 ============================================================ */
#testimonial-sec {
  background-color:#43698E;
}

.carousel-indicators .active {
width: 25px;
height: 25px;
background-color: #fff;
}
.carousel-indicators li {
width: 25px;
height: 25px;
border: 1px solid #fff;
}
   #carousel-example .slide-custom {
    min-height:300px;
    padding:20px;
    line-height:30px;
}

#carousel-example h1, h2 {
    color:#000;
}
#carousel-example h4 {
    line-height:30px;
    font-size:14px;
    color: #fff;
}
#carousel-example h4 i{
   padding:5px;
}
#carousel-example .pad-top {
     padding-top:80px;
}
#carousel-example {
    margin-top:50px;

}

#carousel-example .user-img {
border: 5px solid #49CD7D;
overflow: hidden;
border-radius: 50%;
display: inline-block;
margin-left:20px;
}

#carousel-example .img-u {
   max-height: 90px;
max-width: 90px;

}

#carousel-example .c-black {
    color:#49CD7D;
    font-style: italic;
font-size: 20px;
padding: 5px;
}
/* =============================================================
   FEATURES SECTION STYLES  -IN HOME / INDEX.HTML 
 ============================================================ */
#features-sec {
    background-color:#EFEFEF;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
#footer-sec {
    background-color:#121212;
    padding-bottom:30px;
    padding-top:30px;
    color: #DFD1D1;
}
.social-links a,.social-links a:hover{
    color:#fff;
    text-decoration:none;
}

.social-links a i {
    background-color:#000;
    padding:15px 20px;
    margin:5px;
}
.copy-txt {
    background-color:#202020;
    padding:15px;
    color:#7C7C7C;
}

.set-foot {
    text-align:center;
    padding-right:0;
}

/* =============================================================
   PAGE HEADLINE STYLES
 ============================================================ */
.headline-sec {
      background: url(../img/header.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
-moz-background-size:cover;
color:#fff;
}
.headline-sec .overlay {
        background-color:rgba(20, 152, 152, 0.9);
        min-height:170px;
    }
    .headline-sec h3 {
        padding-top:100px;
        font-weight:900;
        padding-left:100px;
    }

     /* =============================================================
   PRICING STYLES --pricing.html page
 ============================================================ */

#pricing-sec h3 {
   color:#2784DF;
}
.pricing-div ul{
    padding-top:30px;
    list-style:none;
    
    
}

    .pricing-div ul li {
        padding-left:0px;
        padding-bottom:20px;
        
    }
        .pricing-div ul li i {
            padding-right:10px;
        }
.pricing-div  .price {
    font-size:30px;
    font-weight:800;
    display:block;
}
.set-wth {
    max-width:400px;
}

/* =============================================================
   NEW STYLES FOR DAILY NECESSITIES WEBSITE
 ============================================================ */
.top-contact-bar {
    background-color: #1a1a1a;
    padding: 8px 0;
    font-size: 14px;
    color: #ccc;
    border-bottom: 1px solid #333;
}
.top-contact-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.top-contact-bar a {
    color: #49CD7D;
    text-decoration: none;
    margin: 0 10px;
}
.top-contact-bar a:hover {
    color: #fff;
}
.top-contact-bar i {
    margin-right: 5px;
}

.navbar-brand {
    font-size: 18px;
    white-space: nowrap;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 30px !important;
}
.navbar-brand:hover {
    opacity: 0.9;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 900;
    color: #333;
    margin-bottom: 15px;
}
.section-title p {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}
.section-title .line {
    width: 80px;
    height: 3px;
    background-color: #49CD7D;
    margin: 15px auto;
}

.service-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.service-card h4 {
    color: #333;
    font-size: 18px;
    margin: 15px 0;
}
.service-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}
.service-card .icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #49CD7D, #2EB1D0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.service-card .icon-box i {
    font-size: 30px;
    color: #fff;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.product-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}
.product-item:hover {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.product-item h5 {
    font-weight: 700;
    margin: 10px 0;
    color: #333;
}
.product-item p {
    font-size: 13px;
    color: #666;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.brand-tag {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

.about-content {
    padding: 40px 0;
}
.about-content h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}
.about-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.feature-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}
.feature-box i {
    font-size: 40px;
    color: #49CD7D;
    margin-bottom: 15px;
}
.feature-box h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.feature-box p {
    font-size: 14px;
    color: #666;
}

.cta-section {
    background: linear-gradient(135deg, #149898, #2EB1D0);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.cta-section h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.9;
}
.cta-section .btn-cta {
    background: #fff;
    color: #149898;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.cta-section .btn-cta:hover {
    background: #333;
    color: #fff;
}

.contact-info-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #49CD7D;
    transition: all 0.3s ease;
}
.contact-info-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.contact-info-box h4 {
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 18px;
}
.contact-info-box p {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
}
.contact-info-box i {
    color: #49CD7D;
    margin-right: 10px;
    width: 20px;
}

/* Contact page form styles */
.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.contact-form-box h3 {
    color: #333;
    margin-bottom: 25px;
    font-size: 24px;
}
.contact-form-box label {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.contact-form-box .form-control {
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 15px;
    transition: border-color 0.3s;
}
.contact-form-box .form-control:focus {
    border-color: #49CD7D;
    box-shadow: 0 0 0 2px rgba(73, 205, 125, 0.2);
}
.contact-form-box .btn-submit {
    background: linear-gradient(135deg, #49CD7D, #2EB1D0);
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-form-box .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(73, 205, 125, 0.3);
}

.contact-page-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #49CD7D;
    display: inline-block;
}

.footer-links a {
    color: #DFD1D1;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: #49CD7D;
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: 14px;
        max-width: 200px;
    }
    .top-contact-bar .container {
        flex-direction: column;
        text-align: center;
    }
    .section-title h2 {
        font-size: 24px;
    }
}

/* =============================================================
   INLINE STYLE REPLACEMENTS
 ============================================================ */

/* Service card dark background */
.service-card-dark {
    background: #2a2a2a;
    color: #fff;
}

/* Green heading for service cards */
.service-card-dark h4 {
    color: #49CD7D;
}

/* Light text for service cards */
.service-card-dark p {
    color: #ccc;
}

/* Green button for service cards */
.btn-green {
    background: #49CD7D;
    color: #fff;
    border: none;
    margin-top: 15px;
}

.btn-green:hover {
    background: #3ab86a;
    color: #fff;
}

/* Green icon box */
.icon-box-green {
    background: linear-gradient(135deg, #49CD7D, #2EB1D0);
}

/* Green link */
.link-green {
    color: #49CD7D;
}

.link-green:hover {
    color: #3ab86a;
}

/* Footer paragraph padding */
.footer-about {
    padding-right: 50px;
}

/* Icon colors */
.icon-green {
    color: #49CD7D;
}

/* White heading */
.heading-white {
    color: #fff;
}

/* Light text */
.text-light {
    color: #ccc;
}

/* Section title white */
.section-title-white h2 {
    color: #fff;
}

.section-title-white p {
    color: #ccc;
}

/* Section title dark */
.section-title-dark h2 {
    color: #333;
}

/* Alert margin */
.alert-section {
    margin-bottom: 30px;
}

/* Client grid spacing */
.client-grid-item {
    margin-bottom: 20px;
}

.client-grid-item p {
    margin-top: 10px;
}