/*
* Updated CSS for Omega Global Header
* Color Scheme: Deep Navy Blue (#1F305E) and Deep Red (#C0392B)
*/
body{
font-family: "Roboto", Helvetica, Arial, sans-sarif;
font-size: 16px; /* Font size increased for better readability */
line-height: 1.6;
color: #333333;
background-color: #f8f8f8; /* Light background */
}
a {
color: #1F305E; /* Link color set to Navy Blue */
text-decoration: none !important;
transition: color 0.3s;
}
a:hover {
color: #C0392B; /* Hover color set to Red */
}
.container{
width: 100%;
}
/* --- Top Bar Style Start --- */
/* Note: The HTML structure for Top Bar should use class="top-bar" */
.top-bar{
background-color: #C0392B; /* Deep Red for attention */
padding: 5px 0;
color: #ffffff;
}
#top { /* Kept for backward compatibility with your old #top selector */
background-color: #C0392B;
padding: 5px 0;
}
#top .offer { /* Kept original .offer style */
color: #fff;
}
#top a{ /* Links in the top bar */
color: #fff;
}
.contact-number { /* For the text right alignment in Top Bar */
color: #ffffff;
font-size: 14px;
}
.top-bar a.btn{ /* Button in the Top Bar */
background-color: #1F305E; /* Navy Blue button */
border-radius: 5px;
border: none;
color: #ffffff;
padding: 3px 10px;
font-size: 14px;
font-weight: 500;
transition: background-color 0.3s;
}
.top-bar a.btn:hover{
background-color: #2C3E50; /* Darker Blue on hover */
}
/* Keeping original menu styles for completeness */
#top ul.menu{
margin: 0;
text-align: right;
font-size: 12px;
list-style: none;
}
#top ul.menu > li{
display: inline-block;
}
#top ul.menu > li a{
color: #eeeeee;
}
#top ul.menu > li + li:before{
content: "|\00a0";
padding: 0 5px;
color: #f7f7f7;
}
/* --- Top Bar Style End --- */
/* --- Header Style --- *//* === NAVBAR (Fixed Height 70px) === */
.navbar {
  background: #ffffff;
  position: relative;
  min-height: 70px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* Logo Section */
.navbar-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* For mobile alignment */
}

.navbar-brand {
  padding: 5px 10px;
  height: 70px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: auto;
  width: auto;
  max-width: 180px;
  margin-top: 0;
  transition: all 0.3s ease;
}

/* Nav Links */
.navbar ul.nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #000 !important;
  padding: 25px 12px;
  transition: all 0.3s ease;
  line-height: 20px;
}

.navbar ul.nav > li > a:hover {
  color: #C0392B !important;
  background: transparent !important;
}

/* Quote Button */
.quote-btn {
  background-color: #C0392B !important;
  border-radius: 20px;
  color: #fff !important;
  padding: 6px 16px !important;
  margin-top: 18px;
  margin-left: 10px;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

.quote-btn:hover {
  background-color: #E74C3C !important;
  transform: scale(1.05);
}

/* Mobile Toggle */
.navbar-default .navbar-toggle {
  border: none;
  background: transparent;
  margin-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #C0392B; /* Red bars for toggle */
  height: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

/* MOBILE RESPONSIVE DESIGN */
@media (max-width: 767px) {
  .navbar {
    min-height: 70px;
  }

  /* Logo and Toggle alignment in same line */
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    flex: 1;
  }

  .navbar-brand img {
    max-width: 60%;
    height: auto;
  }

  .navbar-toggle {
    order: 2;
    margin-right: 5px;
  }

  /* Menu background */
  .navbar-collapse {
    background: #1F305E;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar ul.nav > li > a {
    color: #fff !important;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
  }

  .navbar ul.nav > li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }

  .quote-btn {
    margin: 10px auto;
    display: block;
    width: 80%;
    text-align: center;
    padding: 10px 0 !important;
    background-color: #C0392B !important;
    border-radius: 25px;
  }
}

/* Top Bar */
.top-bar {
  background-color: #C0392B;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
}

.top-bar .btn {
  background-color: #1F305E;
  border-radius: 20px;
  color: #fff;
  padding: 3px 12px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.top-bar .btn:hover {
  background-color: #2C3E50;
}

/* Slider*/
/* === Modern Product Showcase Section === */
.texr-part:nth-child(odd) {
background: #f8f9fc; /* Light gray background for contrast */
}
.texr-part:nth-child(even) {
background: #ffffff;
}
.text-container {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
position: relative;
overflow: hidden;
}
.text-container-col-md {
padding: 20px;
}
/* === Image Box === */
.text-index1 {
position: relative;
overflow: hidden;
border-radius: 15px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.text-index1 img {
width: 100%;
height: auto;
border-radius: 15px;
transition: transform 0.7s ease, filter 0.7s ease;
}
.text-index1:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.text-index1:hover img {
transform: scale(1.08);
filter: brightness(1.1);
}
/* === Text Box === */
.text-index {
background: #ffffff;
padding: 40px;
border-radius: 15px;
position: relative;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.4s ease;
z-index: 1;
}
.text-index::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 5px;
width: 100%;
background: linear-gradient(90deg, #C0392B, #1F305E);
border-radius: 15px 15px 0 0;
}
.text-index:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.text-index h2 {
font-size: 28px;
font-weight: 700;
color: #1F305E;
text-transform: uppercase;
margin-bottom: 20px;
position: relative;
letter-spacing: 0.5px;
}
.text-index h2::after {
content: "";
display: block;
width: 60px;
height: 3px;
background: #C0392B;
margin: 10px auto;
border-radius: 3px;
}
.text-index p {
font-size: 16px;
color: #555555;
line-height: 1.8;
text-align: justify;
}
/* === Subtle Floating Animation === */
@keyframes floatUp {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
.text-index1, .text-index {
animation: floatUp 6s ease-in-out infinite;
}
/* === Responsive === */
@media (max-width: 991px) {
.text-container {
flex-direction: column;
}
.text-index, .text-index1 {
width: 100%;
margin-bottom: 25px;
}
.text-index {
padding: 25px;
}
.text-index h2 {
font-size: 22px;
}
}
.box {
position: relative;
background: #ffffff;
margin: 0 0 30px;
border: solid 1px #e6e6e6;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
transition: all 0.4s ease-in-out;
transform-style: preserve-3d;
}

/* Background Icon Effect */
#advantage .box .icon {
position: absolute;
font-size: 180px;
color: rgba(220, 53, 69, 0.08); /* Light red background tone */
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
transition: all 0.5s ease;
pointer-events: none;
}
#advantage .box:hover .icon {
transform: translate(-50%, -50%) scale(1.15);
color: rgba(220, 53, 69, 0.12);
}
/* Box Title */
#advantage .box h3 {
position: relative;
margin: 0 0 20px;
font-weight: 700;
text-transform: uppercase;
color: #1F305E;
letter-spacing: 0.5px;
z-index: 2;
transition: all 0.3s ease;
}
#advantage .box:hover h3 {
color: #C0392B;
text-shadow: 0 2px 8px rgba(192, 57, 43, 0.3);
}
#advantage .box h3 a {
color: inherit;
text-decoration: none;
}
/* Box Description */
#advantage .box p {
position: relative;
color: #555555;
z-index: 2;
font-size: 15px;
line-height: 1.8;
margin-top: 10px;
transition: all 0.3s ease;
}
#advantage .box:hover p {
color: #333;
}
/* Subtle gradient highlight overlay */
#advantage .box::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 70%);
z-index: 1;
transition: all 0.6s ease;
opacity: 0;
}
#advantage .box:hover::before {
opacity: 1;
transform: rotate(15deg);
}
/* Responsive Adjustments */
@media (max-width: 991px) {
#advantage {
padding: 50px 0;
}
.box {
margin-bottom: 25px;
}
#advantage .box h3 {
font-size: 20px;
}
#advantage .box p {
font-size: 14px;
}
}
/*hot box*/
#hot h2{
text-transform: uppercase;
font-size: 36px;
color: #ec942c;
font-weight: 100;
text-align: center;
}
/*hot end*/
/*Product style start*/
.single{
width: 282px;
}
@media(max-width: 768){
.single{
width: 60%;
margin: 0 auto;
}
}
#content .product{
background: #fff;
text-align: -webkit-center;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 30px;
}
#content .product img{
width: auto;
height:250px;
}
#content .product .text p .price{
font-size: 18px;
text-align: center;
font-weight: 300;
}
#content .product .text .buttons{
clear: both;
text-align: center;
}
#content .product .text h3{
text-align: center;
font-size: 20px;
}
#content .product .text h3 a{
color: rgb(85,85,85);
}
#content .product .text{
padding: 10px 10px 0px;
height:100px;
}
#content .product .text .buttons .btn{
margin-bottom: 10px;
}
#content .product .text .price{
text-align: center;
}
/*Product Category*/
#content .panel .sidebar-menu{
box-sizing: border-box;
box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
#content .panel .sidebar-menu ul.nav.category-menu{
margin-bottom: 20px;
}
#content .panel.sidebar-menu ul.nav.category-menu li a{
text-transform: uppercase;
font-weight: bold;
}
#content .panel.sidebar-menu h3{
padding: 5px 0;
margin: 0;
}
/* Breadcrumb Section */
.breadcrumb{
padding: 8px 15px;
margin-bottom: 20px;
background-color: #ffffff;
border-radius: 0;
box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.breadcrumb > li + li:before{
content:">\00a0";
color: #cccccc;
}
@media (max-width: 991px){
.breadcrumb{
padding: 8px 0;
text-align: center;
}
}
/* Shop Product Style */
@media (max-width: 768px){
.single{
width: 70%;
margin: auto;
}
}
@media (max-width: 550px){
.single{
width: 95%;
margin: 0 auto;
}
}
@media (max-width: 768px){
.single .img-responsive{
width: 70%;
margin: auto;
}
}
@media (max-width: 550px){
.single .img-responsive{
width: 95%;
margin: 0 auto;
}
}
/* Details Page Style */
#content #productmain{
margin-bottom: 30px;
}
#content #productmain .price{
font-size: 30px;
font-weight: 300;
text-align: center;
margin-top: 40px;
}
#content #mainimage{
box-shadow: 0 1px 5px rgba(0,0,0,0.7);
}
#content .thumb a{
display: block;
box-shadow: 0 1px 5px rgba(0,0,0,0.2);
border: solid 2px transparent;
margin-bottom: 30px;
}
#content .headline{
height: 350px;
}
#content #order-summary table{
margin-top: 20px;
}
#content #order-summary table td{
color: #999999;
}
#content #order-summary table tr .total td,
#content #order-summary table tr .total th{
font-size: 18px;
color: #555555;
font-weight: 700;
}
/*cart Style */
#content #cart .table tbody tr td img{
width: 50px;
}
#content #cart .table tbody tr td input{
width: 40px;
text-align: right;	
}
#content #cart .table tbody tr td{
vertical-align: middle;
}
#content #cart .table tfoot{
font-size: 18px;
}
.box .box-footer{
background: #f7f7f7;
margin: 30px,-20px -20px;
padding: 20px;
border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box.box-footer:after{
content: " ";
display: table;
}
.box .box-footer:after{
clear: both;
}
.box .box-header{
background: #f7f7f7;
margin:-20px -20px 20px;
padding: 20px;
border-bottom: solid 1px #eeeeee;
}
/* === Modern 3D Gradient Footer === */
#footer {
background: linear-gradient(145deg, #1F305E, #0b1736);
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
border-top: 4px solid #C0392B;
}
#footer::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 70%);
animation: footer-glow 8s linear infinite;
z-index: 0;
}
@keyframes footer-glow {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* Column spacing */
#footer .col-md-3 {
z-index: 2;
margin-bottom: 30px;
}
/* Headings */
#footer h3,
#footer h4 {
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
position: relative;
letter-spacing: 0.5px;
}
#footer h3::after,
#footer h4::after {
content: "";
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 3px;
background: linear-gradient(90deg, #C0392B, #1F305E);
border-radius: 2px;
}
/* Links */
#footer ul {
padding-left: 0;
list-style: none;
margin-top: 15px;
}
#footer ul li {
margin-bottom: 10px;
}
#footer ul a {
color: #ddd;
text-decoration: none;
position: relative;
transition: all 0.3s ease;
}
#footer ul a::before {
content: "";
position: absolute;
width: 0%;
height: 2px;
bottom: -3px;
left: 0;
background-color: #C0392B;
transition: all 0.3s ease;
}
#footer ul a:hover {
color: #fff;
}
#footer ul a:hover::before {
width: 100%;
}
/* Contact Text */
#footer p {
color: #ccc;
font-size: 15px;
line-height: 1.7;
}
#footer strong {
color: #fff;
}
/* Logo Section */
#footer img {
width: 85%;
margin-top: 20px;
transition: all 0.5s ease;
border-radius: 10px;
box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}
#footer img:hover {
transform: scale(1.05);
box-shadow: 0 15px 30px rgba(255,255,255,0.2);
}
/* Subscription Form */
#footer .input-group {
margin-top: 10px;
border-radius: 30px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(255,255,255,0.2);
}
#footer input.form-control {
border: none;
border-radius: 0;
padding: 10px 15px;
font-size: 14px;
}
#footer .btn {
background: #C0392B;
border: none;
color: #fff;
padding: 10px 18px;
font-weight: 600;
transition: background 0.3s;
}
#footer .btn:hover {
background: #E74C3C;
}
/* Social Icons */
#footer .social {
margin-top: 15px;
text-align: left;
}
#footer .social a {
color: #fff;
background: rgba(255,255,255,0.1);
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
line-height: 40px;
text-align: center;
font-size: 18px;
margin-right: 10px;
transition: all 0.3s ease;
}
#footer .social a:hover {
background: #C0392B;
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}
/* === Copyright Bar === */
.copyrights {
background: #0b0b0b;
border-top: 1px solid rgba(255,255,255,0.1);
padding: 15px 0;
text-align: center;
font-size: 14px;
color: #bbb;
position: relative;
}
.copyrights a {
color: #C0392B;
font-weight: 600;
transition: color 0.3s ease;
}
.copyrights a:hover {
color: #E74C3C;
}
.copyrights i {
color: #E74C3C;
animation: pulse 1.5s infinite;
}
/* Heart pulse animation */
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.3); }
}
/* === Responsive === */
@media (max-width: 767px) {
#footer {
text-align: center;
}
#footer .social {
text-align: center;
}
#footer h3::after,
#footer h4::after {
left: 50%;
transform: translateX(-50%);
}
}
#footer {
background-size: 400% 400%;
animation: footerGradientMove 12s ease infinite;
}
@keyframes footerGradientMove {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Style the Image Used to Trigger the Modal */
.myImg {
cursor: pointer;
transition: 0.3s;
}
.myImg:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}
/* The Close Button */
.close {
position: absolute;
margin-top: 100px;
right: 100px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}
@media only screen and (max-width: 700px){
.close {
position: absolute;
margin-top: -40px;
right: 20px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
}