* {
    margin: 0px;
    padding: 0px;
}

.p-0 {
    padding: 0px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

html,
body {
    overflow-x: hidden;
}


img {
    display: block;
}

.clr {
    clear: both;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.top-icon-div {
    background: #091835;
    padding: 5px 10px;
    border-radius: 3px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    z-index: 999;
    color: #fff;
}

.top-icon-div a {
    color: #fff;
}

.top-icon-div:hover {
    background: #FCD704;
}

.position-fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
}

.menu-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0px;
}

/* whatsapp icon  live chat */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 18px;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}

#whatsapp-button:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}


/*Header top section start*/
.datetime {
    padding-top: 20px;
    color: #bdbdbd;
    font-family: lato, sans-serif;
    float: right;
    font-size: 14px;
}

.datetime:hover {
    color: #ddd;
}

.header-top {
    padding: 12px 0px;
}

.wel-text {
    margin: 0px;
    color: #091835;
    font-family: Tahoma Bold;
    font-weight: 900;
    font-style: bold;
    font-size: 35px;
    /* margin-top: 38px; */
}

.contact-info {
    width: 100%;
    padding: 20px 0px;
}

.info-icon {
    float: left;
    width: 20%;
    position: relative;
    top: 10px;
    font-size: 25px;
    /* background: #ddd; */
    left: -8p;
    right: 0%;
    transform: translateX(15px);
}

.info-content {
    float: left;
    width: 80%;
}

.info-icon i {
    color: #033975;
}

.serach-form {
    padding-top: 33px;
    position: relative;
    bottom: 7px !important;

}

.serach-form input {
    /*width: 250px;*/
    width: 165px;
    padding: 3px;
    border-color: #091835;
    border-radius: 5px;
    /*position: relative;*/
    /*left: -60px;*/
}

.serach-form button {
    padding: 5px 15px;
    background: #FCD704;
    border-color: #FCD704;
    border-radius: 5px;
    /*position: absolute;*/
    /*right: -23px;*/
    /*top: 50%;*/
}

.header-icon {
    float: right;
    padding-top: 30px;
}

.header-icon li {
    float: left;
}

.header-icon li a {
    font-size: 17px !important;
    padding: 0px 2px;
}

.header-icon li a:last-child {
    padding-right: 0px;
}

.animation {
    width: 3px;
    height: 110px;
    opacity: .8;
    background: #ECF1F5;
    position: absolute;
    animation: mymove 5s infinite;

}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 200px;
    }
}

/*header top section end*/

/* Main-Menu-area start*/

/* .main-menu-area {

  background: #091835;
}

.main-menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu nav ul li {
  float: left;
  position: relative;
}

.main-menu nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.main-menu nav ul li a i {
  margin-left: 5px;
}

.main-menu nav ul li:hover>a {
  background: #333333;
}

.main-menu nav ul ul {
  background: #091835 none repeat scroll 0 0;
  border-top: 2px solid #FCD704;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
  vertical-align: top;
  visibility: visible;
  z-index: 5000;
}

.main-menu nav ul ul li a {
  font-size: 12px;
  padding: 10px 20px;
}

.main-menu nav ul ul li a:hover {
  color: #fff;
}

.main-menu nav ul li:hover>ul {
  opacity: 1;
  overflow: visible;
  transform: perspective(600px) rotateX(0deg);
  transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
  z-index: 999;
}

.main-menu nav ul .sub-menu {
  background: #091835;
}

.main-menu nav ul .sub-menu li {
  width: 240px;
}

.main-menu nav ul .sub-menu li .child-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 0px;
}

.main-menu nav ul .mega-menu {
  position: absolute;
  background: #2B82AD;
  width: 700px;
}

.main-menu nav ul .mega-menu .single-mega-menu {
  float: left;
  margin-right: 30px;
  padding: 20px 0 20px 15px;
  width: 200px;
}

.main-menu nav ul .mega-menu .single-mega-menu h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  z-index: 999;
}

.mean-container .mean-nav {
  background: #00405d none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a:hover {
  background: #062f3c none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 24px;
}

.mean-container .mean-bar {
  padding: 2px 0;
  position: relative;
}

.mean-bar:before {
  color: #fff;
  content: "Menu";
  font-family: roboto;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
  left: 10px;
} */

/* Main-Menu-area end*/

/*slider area*/

/* .item {
  width: 100%;

}

.item img {
  width: 100%;
  height: 80vh !important;
  object-fit: cover;
} */
.item {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;

}

.item img {
    width: 100%;
    height: 400px !important;
    display: inline-block;
}


/*slider area*/
/*about area*/
.about-area {
    padding: 20px 0;
    background: #ffffff;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.about-content .sub-title {
    font-size: 28px;
    font-weight: 600;
    color: #091835;
    /* base dark */
    /* margin-bottom: 20px; */
    position: relative;
}

.about-content .sub-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ffb300;
    /* accent color underline */
    margin-top: 8px;
    border-radius: 2px;
}

.about-description p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.about-image-wrapper {
    overflow: hidden;
    border-radius: 12px;
    margin-top: 10px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    display: block;
    transition: transform 0.35s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-image-wrapper:hover {
    box-shadow: 0 12px 28px rgba(9, 24, 53, 0.18);
}

/* Additional text styling */
.about-additional-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .about-content .sub-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .about-content .sub-title {
        font-size: 20px;
    }

    .about-description p,
    .about-additional-text p {
        font-size: 14px;
    }

    .about-image-wrapper {
        margin-top: 20px;
    }
}

/* .about-area {
    padding: 20px 0px;
}

.about-btn {
    background: #091835;
    padding: 10px 15px;
    color: #fff;
}

.about-btn:hover {
    background: #F7B217;
    color: #fff;
}

.about-area h4:after {
    background: #005379 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 115px;
}

.about-contant p {
    text-align: justify;
} */

.cust-resp {
    height: 460px !important;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    background: #FFFFFF;
    margin-bottom: 20px;
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

/*about area*/

/*category area*/
.category-area {
    background: #f7f3f0;
    /* padding: 20px 0; */
}

/* .category-area h2 {
    margin: 0;
    padding: 15px 0;
    font-size: 38px;
    color: #000000;
} */

.category-card {
    align-items: center;
    gap: 10px;
    height: 70px;
    padding: 3px 5px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* IMAGE LEFT */
.categoryimage {
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.categoryimage img {
    height: 32px;
    width: auto;
    transition: transform 0.3s ease;
}

.category-card:hover .categoryimage img {
    transform: scale(1.1);
}

.category-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 22px rgba(9, 24, 53, 0.25);
}


@media (max-width: 576px) {
    .category-card {
        min-height: 65px;
    }

    .categoryimage {
        flex: 0 0 40px;
        height: 40px;
    }
}


/* TITLE RIGHT */
.caption {
    flex: 1;
}

.category-title {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #091835;

    /* no overflow */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* LINK FIX */
.link-hover {
    text-decoration: none;
}

.link-hover:hover {
    background: transparent;
}

.thumbnail {
    min-height: 220px;
    margin-bottom: 10px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all linear .3s;
}

.thumbnail:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    -o-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    -ms-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

/* title */
.caption h4 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 10px 0 0;
    overflow: hidden;
}

/* .category-area {
    background: #000000;
    padding: 0px 0px;

}

.category-area h2 {
    margin: 0px;
    padding: 15px 0px;
    font-size: 40px;
    color: #ffffff;
}

.thumbnail {
    min-height: 270px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all linear .3s;
}

.thumbnail:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    -o-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    -ms-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.link-hover:hover {
    background: #f1f1e4;
}

.btnmy {
    background: #e42139;
    position: relative;
    left: 50%;
    width: 100px;
    padding: 8px 10px;
    text-align: center;
}

.btnmy a {
    color: #fff;
    text-decoration: none;

}

.categoryimage {
    height: 220px;
    overflow: hidden;
}

.categoryimage img {
    height: 130px;
width: 60%;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
transition: all 0.4s ease;
}

.categoryimage:hover img {
    height: 170px;
    width: 80%;
}

*/
/*category area*/

/*product area*/
.owl-carousel .owl-prev {
    position: absolute;
    left: 0px;
    font-size: 40px !important;
    top: 45%;
    transform: translateY(-50%);
}

/*.owl-carousel .owl-prev span{
  position: relative;
  left: -73px;
}*/
.owl-carousel .owl-next {
    position: absolute;
    right: 0px;
    font-size: 40px !important;
    top: 45%;
    transform: translateY(-50%);
}


.pro-heading:after {
    background: #005379 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 115px;
}


/*product section design start*/

/* producr card  */

.single-home-area {
    background: linear-gradient(145deg, #ffffff, #f7f7f7);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease;
}

.single-home-area:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* IMAGE AREA */
.product-item-img {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    /* padding: 20px; */
    text-align: center;
}

.product-item-img img {
    max-height: 160px;
    transition: transform 0.4s ease;
}



.single-home-area {
    overflow: hidden;
}


.single-home-area:hover img {
    transform: scale(1.1);
}

/* CONTENT */
.single-item-content {
    padding: 2px;
}

.single-item {
    padding-bottom: 4px !important;
}

.single-item-content p {
    margin-bottom: 4px;
}

.single-item-content .product-name {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    color: #222;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: color 0.3s ease;
}

.single-home-area:hover .single-item-content .product-name {
    color: #ff5722;
}

.single-item-content span:last-child {
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    color: #fff !important;
    padding: 2px 8px;
    border-radius: 6px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 360px) {
    .product-item-img .primary-img-home {

        height: 130px !important;
    }

    .product-item-img {
        height: 140px !important;
        padding: 5px;
    }


}

/* Tablets */
@media (max-width: 991px) {
    /* .product-item-img img {
        max-height: 150px;
    } */
}

/* Mobile */
@media (max-width: 767px) {
    .single-home-area {
        border-radius: 12px;
    }

    .product-item-img {
        /* padding: 12px; */
    }

    /* .product-item-img img {
        max-height: 130px;
    } */

    .single-item-content {
        padding: 2px;
    }

    .product-name {
        font-size: 9px !important;
    }

    .single-item-content span {
        font-size: 9px;
    }

    .single-item-content p {
        font-size: 9px;
    }

    .pro-desc-text {
        font-size: 11px;
        -webkit-line-clamp: 1;
    }

    .product-buttons .buy-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
}

/* Small Mobile */
/* @media (max-width: 480px) {
    .product-item-img img {
        max-height: 160px;
    }
} */


/* product card end  */
/* .overlay {
    position: absolute;
    top: 10px;
}

.por-offer {
    background: #EA49A9;
    width: 120px;
    padding: 8px;
    border-radius: 5px;
    color: #fff;

}

.por-offer p {
    margin: 0px;
    font-family: times;
}

.single-item-area {
    background: #fff;
    margin: 0 auto 30px;
    width: 100%;
}

.single-item {
    border: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.product-item-img {
    position: relative;
}

.product-item-img img {

    width: 100%;
    height: auto;
}

.product-item-img .secondary-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
}

.product-item-img>a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}

.single-item-area:hover .product-item-img .secondary-img {
    opacity: 1;
}

.single-item-area:hover a::before {
    opacity: 1;
}



.product-item-action {
    margin-top: -19px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.product-item-action a {
    background: #ffa726 none repeat scroll 0 0;
    border: 2px solid #ffa726;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 35px;
    margin: 0 6px;
    text-align: center;
    width: 38px;
}

.product-item-action a:hover {
    background: none;
}

.single-item-area:hover .product-item-action {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
}

.single-item-content h2 {
    font-size: 15px;
    font-weight: 700;
    color: #898989;
    padding: 0px;
    height: 50px;
    line-height: 22px;
    margin-top: 12px;
}

.single-item-content h2:hover {
    color: #FFA726;
}

.single-item-content h3 {
    clear: both;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.single-item .best-product-rating {
    float: right;
    margin-top: -2px;
}

.item-action-button>a {
    background: #2b82ad none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 151.499px;
}

#submit {
    background: #091835 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0px;
    margin-top: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 151.499px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: block;
}

#submit:hover {
    background: #FFA726;

}

.item-action-icon {
    float: left;
}

.item-action-icon a {
    background: #2b82ad none repeat scroll 0 0;
    border-left: 1px solid #005c89;
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 37px;
    transition: all .3s;
}

.item-action-button a:hover {
    background: #FFA726;
} */

/*product section design end*/

/* product cart & buy button start*/
/* Divider */
.section-divider {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #b89646, transparent);
    margin: 20px 0;
    border-radius: 50px;
}

/* Buttons Layout */
.product-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 0 10px;
}

.btn-wrap {
    flex: 1;
}

/* Add to Cart */
.cart-btn {
    width: 100%;
    padding: 10px 0;
    background: #f2f2f2;
    border-radius: 6px;
    color: #333 !important;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.cart-btn:hover {
    background: #dddddd;
}

/* Buy Now */
.buy-btn {
    width: 100%;
    padding: 6px 0;
    background: #e85920;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.buy-btn:hover {
    background: #ffb300;
}

/* .product-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.cart-btn,
.buy-btn {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.cart-btn {
  background: #ff9800;
  color: #fff;
}

.cart-btn:hover {
  background: #e08600;
}

.buy-btn {
  background: #28a745;
  color: #fff !important;
  text-decoration: none;
}

.buy-btn:hover {
  background: #1f8a34;
} */


/* product cart & buy button end*/
/*home slider product*/
.single-home-area {
    background: #fff;
    margin-bottom: 10px;
    width: 263px;
    /* width: 100%; */
}

.single-item {
    border: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.product-item-img {
    position: relative;
    overflow: hidden;

}

.product-item-img .primary-img-home {
    width: 100% !important;
    height: 150px;
    margin: 0px auto;
    border-radius: 6px;
    /* transform: translateY(9%); */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/* .product-item-img:hover .primary-img-home {
    width: 250px !important;
    height: 220px !important;
    margin: 0px auto;

} */

.product-item-action {
    margin-top: -19px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.product-item-action a {
    background: #ffa726 none repeat scroll 0 0;
    border: 2px solid #ffa726;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 35px;
    margin: 0 6px;
    text-align: center;
    width: 38px;
}

.product-item-action a:hover {
    background: none;
}

/* .single-home-area:hover .product-item-action {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
} */

.single-item-content h2 {
    font-size: 16px;
    font-weight: 700;
    color: #898989;
    padding: 0px;
    height: 50px;
    line-height: 22px;
    margin-top: 12px;
}

.single-item-content h2:hover {
    color: #FFA726;
}

.single-item-content h3 {
    clear: both;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.single-item .best-product-rating {
    float: right;
    margin-top: -2px;
}

.item-action-button>a {
    background: #2b82ad none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 151.499px;
}

#submit {
    background: #091835 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0px;
    margin-top: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 151.499px;
    /* text-align: center; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: block;
}

#submit:hover {
    background: #FFA726;

}

.item-action-icon {
    float: left;
}

.item-action-icon a {
    background: #2b82ad none repeat scroll 0 0;
    border-left: 1px solid #005c89;
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 37px;
    transition: all .3s;
}

.item-action-button a:hover {
    background: #FFA726;
}

/*home slider product*/

/*single product*/
.product-type {
    background: #ffffff;
    /* clean sidebar base */
    border-radius: 12px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.product-type h2 {
    background: #0b2d6e;
    /* vibrant teal header */
    color: #ffffff;
    font-size: 15px;
    /* compact header */
    font-weight: 700;
    padding: 8px 0;
    /* reduced height */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 12px 12px 0 0;
}

.product-type ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.product-type ul li {
    margin: 3px 10px;
    /* smaller gap */
    border-radius: 8px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.product-type ul li a {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    /* compact height */
    font-size: 13px;
    color: #2d3436;
    text-decoration: none;
    font-weight: 500;
    background: #f8f9fa;
    border-left: 4px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

/* Icon Dot */
.product-type ul li a i {

    padding-right: 3px;

}

/* Hover Effect */
.product-type ul li a:hover {
    background: #ffeaa7;
    /* pastel hover */
    border-left: 4px solid #0b2d6e;
    /* accent border */
    transform: translateX(5px) scale(1.03);
    /* subtle slide & scale animation */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Active Item */
.product-type ul li a.active {
    background: #ffeaa7;
    /* deep blue active */
    color: #fff;
    border-left: 4px solid #0b2d6e;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Optional: Slide-in animation for list items */
.product-type ul li {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.5s forwards;
}

.product-type ul li:nth-child(1) {
    animation-delay: 0.05s;
}

.product-type ul li:nth-child(2) {
    animation-delay: 0.1s;
}

.product-type ul li:nth-child(3) {
    animation-delay: 0.15s;
}

/* Add more nth-child if more categories */

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.product-item-img {
    height: 160px;
    padding: 5px !important;

}

.product-item-img .primary-img-product {
    width: 100% !important;
    height: 160px !important;
    margin: 0px auto;
    padding: 5px !important;
    border-radius: 10px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

}

.product-item-img:hover .primary-img-product {
    width: 100% !important;
    height: 220px !important;
    margin: 0px auto;

}

/*single product*/


/*similer product area*/

.similar-item-area {
    background: #fff;
    margin-bottom: 30px;
    width: 260px;
    /*width: 100%;*/
}

.single-item {
    border: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.product-item-img {
    position: relative;
}

.product-item-img img {

    width: 262px;
    height: auto;
}

.product-item-img .secondary-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
}

.product-item-img>a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}

.similar-item-area:hover .product-item-img .secondary-img {
    opacity: 1;
}

.similar-item-area:hover a::before {
    opacity: 1;
}

.product-item-action {
    margin-top: -19px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.product-item-action a {
    background: #ffa726 none repeat scroll 0 0;
    border: 2px solid #ffa726;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 35px;
    margin: 0 6px;
    text-align: center;
    width: 38px;
}

.product-item-action a:hover {
    background: none;
}

.similar-item-area:hover .product-item-action {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
}

.single-item-content h2 {
    font-size: 15px;
    font-weight: 500;
    color: #898989;
    padding: 0px;
    height: 42px;
    line-height: 22px;
    margin-top: 8px;
}

.single-item-content h2:hover {
    color: #FFA726;
}

.single-item-content h3 {
    clear: both;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.single-item .best-product-rating {
    float: right;
    margin-top: -2px;
}

.item-action-button>a {
    background: #2b82ad none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 151.499px;
}

#submit {
    background: #091835 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0px;
    margin-top: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 151.499px;
    /* text-align: center; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: block;
}

#submit:hover {
    background: #FFA726;

}

.item-action-icon {
    float: left;
}

.item-action-icon a {
    background: #2b82ad none repeat scroll 0 0;
    border-left: 1px solid #005c89;
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 37px;
    transition: all .3s;
}

.item-action-button a:hover {
    background: #FFA726;
}

/*similer product area*/

/*product area*/
.product-section {
    padding: 20px 0px;

}

/*contact area*/
.contact-us-area {
    font-family: roboto, arial;
    padding: 15px 15px;
}

.map-area {
    margin: 0 0 30px;
}

.contact-information {
    margin: 0 0 30px;
}

.contact-details {}

.contact-head {}

.contact-head h2 {
    font-family: raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0;
}

.contact-head h2:after {
    background: #959595 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    width: 150px;
}

.contact-head p {
    text-align: justify;
    margin-bottom: 30px;
}

.contact-bottom p {
    border-top: 1px solid #d7d7d7;
    padding: 15px 0;
    margin-bottom: 0;
}

.contact-bottom p:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.contact-bottom i {
    width: 15px;
}

.contact-social-icon {
    margin: 30px 0 0;
    float: left;
}

.contact-social-icon a {
    background: #FFA726;
    padding: 5px;
    display: block;
    width: 30px;
    text-align: center;
    color: #fff;
}

.contact-social-icon a:hover {
    background: #091835;
    color: #fff;
}

.contact-leave-message .contact-head h2 {
    padding-left: 15px;
}

.contact-leave-message .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.contact-leave-message .form-group label {
    font-weight: normal;
    padding: 0 0 2px;
}

.contact-leave-message .form-group {
    margin-bottom: 3px;
}

.contact-leave-message .form-group input,
.contact-leave-message .form-group textarea {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: none;
}

.contact-leave-message .form-group input[type=file] {
    padding: 0;
}

.contact-leave-message button {
    background: #091835 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin: 15px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .4s;
}

.contact-leave-message button:hover {
    background: #ffa726 none repeat scroll 0 0;
    color: #fff;
}

.contact-icon li {
    float: left;
}

.contact-icon li a {
    padding-right: 4px;
    font-size: 16px;
}

/*contact area*/
/*footer area*/
.footer-top {
    /*background: #FAD503;*/
    /*background: #FCD704;*/
    background: #000;
    padding: 40px 0px;

}

.footer-top h2 {
    color: #fff;
    padding-bottom: 10px;
    margin: 0px;
}

.footer-top h3 {
    margin: 0px;
    color: #fff;
    padding-bottom: 20px;
}

.footer-buttom {
    background: #F7B217;
    color: #fff;
    padding: 10px 0px;
}

.footer-buttom a {
    color: #211D1E;
}

.footer-buttom a:hover {
    color: #fff;
}

.footer-icon li {
    float: left;
}

.footer-icon li a {
    font-size: 25px;
    padding: 10px;
}

.qcodeimg img {
    width: 100px;
    height: 100px;
    margin: 0px auto;
}

.office-time {
    padding: 5px 20px;

}

.office-time ul li {
    color: #fff;
    font-size: 18px;
    padding: 5px 0px;
}

.office-time ul li span {
    float: right;
}

/*footer area*/

/*brand area*/
.barand-area {
    padding: 0px 0px;

}

/*brand area*/

/*service area*/
.service-area {
    background: #F1F1F1;
    padding: 0px 0px;
}

.service-box {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.service-box .box-text {
    padding: 0 20px;
    /* height: 100px; */
}

.service-row {
    display: flex;
    flex-wrap: wrap;
}

.service-row>[class*="col-"] {
    display: flex;
}

.service-box {
    width: 100%;
    display: flex;
}

.service-box .box-text {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-box .box-text h4 {
    text-align: center;
    font-size: 25px;
    font-family: times;
}

.service-box .box-text .ser-contant {
    text-align: justify-all;
}

.service-box .box-text .ser-contant p {
    text-align: justify;
}

@media (max-width: 767px) {
    .service-row {
        display: block;
    }

    .service-row>[class*="col-"] {
        display: block;
    }

    .service-box {
        display: block;
    }
}




/*service area*/

.seemore {
    /* position: relative; */
    /* display: flex;
    justify-content: center; */
    /* padding: 10px 0px; */
}

.seemore a {
    background: #e85920;
    padding: 4px 15px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.seemore a:hover {
    background: #ffa726;
}

.brand-img {
    border: 1px solid #091835;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.brand-img img {
    height: 120px;
    width: 100%;
}

.pro-desc-text {
    padding: 5px 10px !important;
    min-height: 50px;
    text-align: justify-all;
}

/*gallery*/
.galleryimage img {
    height: 180px !important;
    width: 80% !important;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(9%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.galleryimage img:hover {
    height: 195px !important;
    width: 100% !important;
    position: relative;
    top: -50%;
    transform: translateY(0px);
}

/*gallery*/

/* custom header  */
.header-top-bar {
    background: #0b2d6e;
    padding: 5px 0;
    padding-left: 8px;
    color: #ffffff;
    font-size: 12px;
    border-bottom: 1px solid #444444;
}

.header-top-bar .container-fluid {
    display: flex;
    align-items: center;
}

.header-top-bar .row {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-top-bar .col-md-6,
.header-top-bar .col-sm-6,
.header-top-bar .col-xs-12 {

    align-items: center;
}

.header-top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.header-top-bar a:hover {
    color: #ffb300;
}

.header-top-bar i {
    font-size: 14px;
}

.header-main-section {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header-row {
        display: block;

    }
}

.header-main-section.sticky {
    padding: 6px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-container a {
    display: block;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 8px;
    /* background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 123, 255, 0.02) 100%); */
}

.logo-container a:hover {
    transform: scale(1.08);
    /* box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15); */
    /* background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%); */
}

.logo-container img {
    max-height: 100px;
    border-radius: 5px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.company-name {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.2;
    background: #f08418;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    gap: 15px;
    flex-wrap: wrap;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.search-container input {
    width: 100%;
    padding: 8px 40px 8px 12px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.3s ease;
    outline: none;
    background: #f8f9fa;
}

.search-container input:focus {
    border-color: #f08418;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-container button {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #f08418;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.search-container button:hover {
    background: #f08418;
    transform: translateY(-50%) scale(1.05);
}

.social-icons {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

.social-icons li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* user dropdown  */
.user-dropdown {
    padding: 10px;
    margin-top: 5px;
    position: relative;
}

.dropdown-toggle {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.dropdown-menu {
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100%;
    left: 0;
    margin: 0;
}



/* end user dropdown  */

/* Navigation Menu */
.main-navigation {
    background: #0b2d6e;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.main-navigation.sticky {
    position: fixed;
}

.main-navigation nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-navigation nav ul li {
    position: relative;
}

.main-navigation nav ul li>a {
    display: block;
    padding: 15px 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.main-navigation nav ul li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffb300;
    transition: width 0.3s ease;
}

.main-navigation nav ul li>a:hover,
.main-navigation nav ul li>a.active {
    background: #0b2d6e;
    color: #ffb300;
}

.main-navigation nav ul li>a:hover::before,
.main-navigation nav ul li>a.active::before {
    width: 100%;
}

.main-navigation nav ul li>a i {
    margin-right: 8px;
    font-size: 14px;
}

/* Dropdown Menu */
.main-navigation nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 250px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 999;
    border-radius: 0 0 4px 4px;
    border-top: 3px solid #ffb300;
}

.main-navigation nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation nav ul li .sub-menu li {
    width: 100%;
}

.main-navigation nav ul li .sub-menu li a {
    padding: 6px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    background: transparent;
}

.main-navigation nav ul li .sub-menu li a::before {
    display: none;
}

.main-navigation nav ul li .sub-menu li a:hover,
.main-navigation nav ul li .sub-menu li a.active {
    background: #f8f9fa;
    color: #ffb300;
    padding-left: 30px;
    transition: all 0.3s ease;
}


.main-navigation nav ul li .child-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #ffffff;
    min-width: 250px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
    border-top: 3px solid #ffb300;
}

.main-navigation nav ul li .sub-menu li:hover .child-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media(max-width: 991px) {


    .header-actions {
        justify-content: center;
        padding: 0 0 5px 0;
    }

    .logo-container {
        flex-direction: column;
        text-align: center;
        gap: 2px;
    }


    .logo-container img {
        max-height: 50px;
        border-radius: 5px;
    }

    .company-name {
        font-size: 12px;
    }
}

.user-dropdown {
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .mean-expand {
        height: 20px;
    }

    .main-navigation nav ul {
        flex-direction: column;
        align-items: flex-start;
        display: none;
        width: 100%;
        background: #222222;
    }

    .main-navigation nav ul.active {
        display: block;
    }

    .main-navigation nav ul li {
        width: 100%;
    }

    .main-navigation nav ul li>a {
        padding: 12px 18px;
        border-bottom: 1px solid #333;
        font-size: 13px;
    }

    /* Remove desktop highlight line */
    .main-navigation nav ul li>a::before {
        display: none;
    }

    /* Submenu (dropdown style) */
    .main-navigation nav ul li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background: #2b2b2b;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        padding: 0;
        border-top: none;
        box-shadow: none;
    }

    .main-navigation nav ul li.active .sub-menu {
        display: block;
    }

    .main-navigation nav ul li .sub-menu li a {
        padding: 10px 25px;
        font-size: 13px;
        color: #f1f1f1;
        border-bottom: 1px solid #3a3a3a;
    }

    .main-navigation nav ul li .sub-menu li a:hover {
        background: #3a3a3a;
        color: #ffb300;
    }

    /* Child menu inside submenu (vertical) */
    .main-navigation nav ul li .child-menu {
        position: relative;
        left: 0;
        top: 0;
        background: #333;
        min-width: 100%;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        padding: 0;
        border-top: none;
    }

    .main-navigation nav ul li .sub-menu li.active .child-menu {
        display: block;
    }

    .main-navigation nav ul li .child-menu li a {
        padding: 10px 35px;
        font-size: 12px;
        color: #ddd;
        border-bottom: 1px solid #444;
    }

    .header-actions {
        justify-content: center;
        padding: 0 0 5px 0;
    }

    .logo-container {
        flex-direction: column;
        text-align: center;
        gap: 2px;
    }

    .logo-container img {
        max-height: 50px;
        border-radius: 5px;
    }

    .company-name {
        font-size: 13px;
    }
}

.user-dropdown {
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

/* end header  */

/* custom footer  */
.footer-wrapper {
    background: #1849a6;
    color: #d0d6df;
    position: relative;
    overflow: hidden;
}

.footer-wrapper::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -120px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.25) 0%, rgba(0, 123, 255, 0) 70%);
    transform: rotate(35deg);
    pointer-events: none;
}

.footer-wrapper::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(0, 174, 255, 0.18) 0%, rgba(0, 174, 255, 0) 70%);
    transform: rotate(-25deg);
    pointer-events: none;
}

.footer-content {
    padding: 20px 13px 10px;
    position: relative;
    z-index: 1;

}

.footer-section {
    margin-bottom: 15px;
    padding-right: 15px;
}

.footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #ffb300 0%, rgba(0, 123, 255, 0) 100%);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* .footer-logo {
      display: flex;
      justify-content:center;
} */
.footer-brand img {
    max-height: 55px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.footer-tagline {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    text-align: justify;

}

.office-hours {
    background: #091835;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 3px 5px;
    margin-top: 12px;
    backdrop-filter: blur(6px);
}

.office-hours strong {
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.office-hours span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}

/* .map-wrapper {
    padding-top: 50px;
}

.map-wrapper iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.2);
} */

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

.contact-list li i {
    color: #ffffff;
    font-size: 16px;
    margin-top: 3px;
}

.footer-social {
    display: flex;
    justify-content: start;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.footer-social li a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social li a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 123, 255, 0.25);
}

.footer-widget {
    margin-bottom: 25px;
}



.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;

}

.footer-links li a {
    margin-left: 5px;
    color: #fff;

}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom {
    background: #0b2d6e;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
}

.footer-bottom span,
.footer-bottom a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffffff;
}


.footer-credit a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
    background: #091835;
    padding: 2px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-credit a:hover {
    color: #ffc107;
    /* hover accent */
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .footer-credit {
        font-size: 13px;
        padding: 8px 12px;
    }
}



@media (max-width: 991px) {
    .footer-content {
        padding: 45px 5px 30px;
    }

    .footer-brand {
        align-items: center;
        text-align: center;
    }

    .footer-tagline {
        text-align: center;
    }

    .footer-social {
        justify-content: start;
    }


}

@media (max-width: 575px) {
    .map-wrapper iframe {
        height: 180px;
    }
}

/* end custom footer  */
.page-breadcrumb-area {
    background: linear-gradient(135deg, #0b2d6e, #1a5cd6);
    color: #fff;
    padding: 10px 0 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
    font-family: 'Poppins', sans-serif;
}

/* Floating decorative shapes */
.page-breadcrumb-area::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: rotate(45deg);
}

.page-breadcrumb-area::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -60px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: rotate(-30deg);
}

/* Page Title */
.page-breadcrumb-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    animation: fadeInDown 1s ease forwards;
}

/* Breadcrumb styles */
.breadcrumb {
    background: transparent;
    display: inline-flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease forwards;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    /* elegant separator */
    color: #fff;
    margin: 0 4px;
    font-size: 14px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.breadcrumb a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.breadcrumb a:hover::after {
    width: 100%;
}

.breadcrumb a:hover {
    color: #fffacd;
    /* subtle gold highlight */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

/* Active breadcrumb */
.breadcrumb-item.active {
    font-weight: 700;
    color: #ffb300;
}

/* Animations */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .page-breadcrumb-title {
        font-size: 32px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        margin: 0 5px;
    }
}

.section-area {
    padding: 15px 0;
}

/* section title */
.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.section-title .title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #cf843a;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 18px;
    }
}
