
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #2478a7 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
    margin-right: 40px;
    margin-bottom: 20px;
}

.btn.btn-primary:hover {
    background: #0e4c6b !important;
    color: var(--bs-light) !important;
}

.btn.btn-dark {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn.btn-light {
    background:#3385b4 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: #136d9a !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}

.topbar-icon {
    color: white;
}


/*** Topbar End ***/
/* Sticky Search Bar */
.sticky-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    padding: 5px 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    z-index: 999;
}

.sticky-search input {
    border: none;
    outline: none;
    background: transparent;
    padding: 5px 10px;
    width: 180px;
    font-weight: 500;
}

.sticky-search .search-btn {
    background: #0e4c6b; /* your theme primary color */
    border: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.sticky-search .search-btn:hover {
    background: #1f78b4;
}



.sticky-top #navbarCollapse .navbar-nav{
    /* background-color: #eef3f8; */
    margin-right: 50px;
}
/*** Navbar ***/
.sticky-top,
.sticky-top .container {
    transition: 0.5s !important;
}

.navbar{
    height: 100px;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: black !important;
    font-weight: 600;
}

.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px !important;
}

.catalog{
  background-color: #136D9A;
  color: white !important;
  border-radius: 15px;
  padding: 7px 25px;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0px solid #136d9a;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
}


/* Search bar hidden by default */
.search-bar {
    display: none !important;
    transition: all 0.3s ease-in-out;
    /* margin-top: 20px; */
}

/* When navbar gets sticky */
.sticky-active .search-bar {
    display: flex !important;
    animation: fadeInDown 0.4s ease-in-out;
}

/* Small animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: #136d9a !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 20px !important;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

.search-button{
    margin-bottom: -2px !important;
}

.nav-div{
    background-color: #136d9a;
}

.navbar-brand{
    display: flex;
    align-items: center;
}

.navbar-brand h2{
    margin-bottom: 15px;
    color: #333;
    font-size: 28px;
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 15px !important;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        margin: 15px 0 !important;
    }

    .navbar-brand{
        margin-top: -60px;
    }


    .navbar-brand h2{
        display: none;
    }

    .navbar .navbar-toggler{
        margin-top: -70px;
    }

    .navbar-collapse{
        background-color: white;
        margin-top: -57px;
        padding: 20px;
    }
 

}

.topbar-row{
    height: 45px;
    width: 100% !important;
}

.topbar-text{
    color: rgba(255, 255, 255, 0.733) !important;
    font-size: 13px;
}

.dropdown .dropdown-menu a:hover {
    background: #0e4c6b !important;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    margin-top: 20px !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: white;
    background: #2478A7;
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 38%;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    background: #0e4c6b;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-top: -20px;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 8px;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3 {
    position: relative;
    overflow: hidden;
}

/* .header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    border: 100px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
} */

@keyframes RotateMoveCircle {
    0% {top: -400px;}
    50%   {right: -200px;}
    75%   {top: -200px;}
    100%  {top: -400px;}
}

/* .header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 70px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
} */

@keyframes RotateMoveRight {
    0%   {left: 0px;}
    50%   {left: 70px;}
    100%  {left: 0px;}
}

.header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1200px;
    top: -150px;
    left: -265px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

@keyframes RotateMoveLeft {
    0%   {left: -240px;}
    50%   {left: -300px;}
    100%  {left: -240px;}
}

/* .header-carousel .header-carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2 !important;
} */


.banner-one-div{
  /* background-color: #0e4c6b; */
  /* margin-right: 30px; */
  margin-left: -50px;
  /* background-color: #0e4c6b; */
  /* font-size: 25px; */
}


.banner-one-heading{
  /* background-color: #136d9a; */
  width: 65%;
  font-size: 63px;
  margin-top: -150px;
  letter-spacing: -1px;
  line-height: 70px;
}

.banner-one-para{
  /* background-color: #102147; */
  font-size: 10px;
  width: 50%;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item .carousel-caption {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }
    .header-carousel-item img {
        height: 220px;
        /* object-fit: cover; */
    }

    .owl-prev,
    .owl-next {
        top: 119px !important;
    }

    .owl-prev {
        left: 1%;
    }

    .owl-prev,
.owl-next{
  width: 40px;
  height: 40px;
}
}
/*** Header Carousel End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/aboutus-page-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    min-height: 400px;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

.bg-breadcrumb .bg-breadcrumb-single {
    position: absolute;
    width: 500px;
    height: 1200px;
    top: 0px;
    left: 0;
    margin-left: 30px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

@media (max-width:991px) {
  .about-main-div{
    min-height: 200px !important;
  }
}




@keyframes RotateMoveCircle {
    0% {top: -200px;}
    50%   {right: -100px;}
    75%   {top: -100px;}
    100%  {top: -200px;}
}



/*** Single Page Hero Header End ***/


/*** About Start ***/

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about-left-button{
    color: white;
    background-color: #136d9a;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 30px;
    margin-left: 170px;
    display: inline-block;
    margin-top: 30px;
      transition: transform 0.15s ease-in-out;
    /* margin-top: 60px; */
}


.about-left-button:hover{
    color: white;
}
.about-left-button:active {
  transform: scale(0.92);
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about-left-para{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.664);
    /* margin-bottom: 20px !important; */
}

.about-right-para{
    font-weight: 700;
    font-size: 17px;
}

.about-right-heading{
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    color: #3385b4;
}

.about{
    /* background-color: aqua; */
    /* margin-top: 80px; */
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: #F7FAFB;
}


.about-top-div img{
    border-radius: 40px;
} 

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}


@media (max-width:991px) {
    .about-left-para{
        text-align: justify;
    }

    .about-left-button{
        margin-left: 100px;
    }

    .about-right-heading{
        text-align: center;
        font-size: 31px;
    }

    .about-right-para{
        text-align: center;
    }

    .product-heading{
        margin-top: -40px;
    }
    
    
}
/*** About End ***/





/*** Service ***/
.service-item {
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 0 25px rgba(0, 0, 0, .08); */
  box-shadow: 0 4px 20px rgba(16, 33, 71, 0.12);
  text-align: center;
  transition: all 0.3s ease;
}

.choose-container{
    margin-top: 50px;
}

.service-item:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, .15); */
   box-shadow: 0 6px 25px rgba(16, 33, 71, 0.18);
}

.service-item .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e4c6b;
  transition: all 0.3s ease-in-out;
}

.service-item i {
  font-size: 30px;
}

.service-item p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #333;
}

.why-choose-heading {
  font-size: 36px;
  text-transform: uppercase;
  color: #0e4c6b;
  font-weight: 700;
}
.why-choose-heading>h2{
  font-size: 36px;
  text-transform: uppercase;
  color: #0e4c6b;
  font-weight: 700;
  display: inline-block;
  width: fit-content;
}
.why-choose-para {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .service-item {
    padding: 20px;
  }
  .service-item p {
    font-size: 14px;
    line-height: 20px;
  }
}

/*** Service Start ***/

.main-about-div{
    position: relative;
}

.position-image{
position: absolute;
width: 400px;
height: auto;
}

.product-heading{
    color: #0e4c6b;
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-para{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-button{
     background: rgb(126, 8, 8) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
    margin-top: 60px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

/* .service .service-item .service-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
} */


.product-h3{
    font-size: 22px;
}

.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content {
    position: relative;
}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #2073a3;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;
}


.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item .service-content:hover p{
  color: white;
}

.service .service-item:hover .service-content .service-content-inner h3 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}
.service .service-item:hover .service-content .service-content-inner:hover p {
    color:var(--bs-white) !important;
    transition: 0.5s;

}

.service-item:hover .service-icon{
    transform: scale(1.2);
}
/*** Service End ***/

/*** Project Start ***/
.project .project-carousel.owl-carousel {
    height: 100%;
}

.project .project-carousel .project-item {
    position: relative;
    overflow: hidden;
}

.project .project-carousel .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
    height: 100%;
}

.project .project-carousel .project-item .project-img img {
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 75%;
    height: 100%;
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .project-carousel .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project .project-carousel .project-item .project-content .project-content-inner {
    position: relative;
    z-index: 2;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner p,
.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4,
.project .project-carousel .project-item:hover .project-content .project-content-inner .project-icon i {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}

.project .project-carousel .project-item:hover .project-content::after {
    height: 100%;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 8px solid var(--bs-primary);
}
/*** Project End ***/

.presence-premium {
  background: linear-gradient(135deg, #f4f9ff, #eef3f8);
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Animated background waves */
.presence-premium::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  background: radial-gradient(circle, rgba(16,33,71,0.08), transparent 70%);
  animation: rotate 40s linear infinite;
  z-index: 0;
}

.presence-title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color:black;
  position: relative;
  z-index: 1;
}

.underline {
  width: 100px;
  height: 4px;
  background: rgb(236, 31, 31);
  margin: 12px auto;
  border-radius: 10px;
  animation: slide-in 2s infinite alternate;
}

.presence-desc {
  max-width: 750px;
  margin: 0 auto;
  font-size: 15px;
  color: #444;
  line-height: 24px;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

/* State Cards */
.state-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  color: #0e4c6b;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(16,33,71,0.15);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: visible; /* icon can move outside */
}

.state-card i {
  font-size: 32px;
  margin-bottom: 15px;
  color: #102147;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), color 0.5s ease;
  display: inline-block;
}

.state-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 12px 30px rgba(16,33,71,0.3);
}

.state-card:hover i {
  transform: translateY(-45px) scale(1.7); /* upar + zoom */
  color: #0e4c6b;
}

/* .state-card::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -50%;
  background: linear-gradient(45deg, rgba(16,33,71,0.15), transparent);
  transform: rotate(25deg);
  transition: 0.5s;
  opacity: 0;
} */

.state-card:hover::after {
  top: -20%;
  left: -20%;
  opacity: 1;
}

/* Animations */
@keyframes rotate {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

@keyframes slide-in {
  0% { transform: scaleX(0.5); opacity: 0.4; }
  100% { transform: scaleX(1); opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
  .presence-title { font-size: 26px; }
  .presence-desc { font-size: 14px; line-height: 20px; }
  .state-card { padding: 20px 15px; }
}

/*** Footer Start ***/
.footer {
    background-color: white !important;
}
.footer .footer-item a {
    line-height: 35px;
    color: rgba(0, 0, 0, 0.425);
    transition: 0.5s;
    font-weight: 600;
    
}

.footer .footer-item p {
    line-height: 35px;
    /* color:black !important ; */
}

.footer .footer-item a:hover {
    letter-spacing: 0.1px;
    color: #102147 !important;
}

.footer-para{
    line-height: 30px !important;
}

.footer-logo{
    margin-top: -80px;
}

.footer-logo-para{
    margin-top: -70px;
    
}

.footer .footer-item-post a {
    transition: 0.5s;
}

.footer .footer-item-post a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-post .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item-post .footer-btn a:hover {
    color: var(--bs-dark);
}

@media (max-width:991px) {
    .footer-container{
        margin-top: -30px;
    }

    .aboutus-about-head{
        text-align: center;
        font-size: 35px;
    }

    .aboutus-para{
        text-align: justify;
    }
    
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/



/* about us page about */
/*** About Start ***/

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}



.about-img::before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}






/* .about-img::after {
    content: "";
    width: 100%;
    height: 60%;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
} */


.aboutus-para{
    font-weight: 600;
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 2;
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 2;
}



.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: -0;
    right: 0;
    padding: 35px 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
    animation: mymove 5s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    from {top: -202px;}
    to {top: 102%;}
}

/*** About End ***/


/* vison & mission */

/* Section Styling */
.mv-premium-section {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background: linear-gradient(-45deg, #0d1b2a, #1b263b, #415a77, #1b263b);
  background-size: 400% 400%;
  animation: gradientBG 20s ease infinite;
}

/* Header */
.mv-header {
  text-align: center;
  margin-bottom: 60px;
}
.mv-header h2 {
  font-size: 44px;
  font-weight: 900;
  color: #e0e1dd;
  position: relative;
  z-index: 2;
}
.mv-header-underline {
  width: 150px;
  height: 5px;
  background: #e0e1dd;
  margin: 15px auto;
  border-radius: 12px;
  animation: slide-in 2s infinite alternate;
}

/* Cards Layout */
.mv-cards {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.mv-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 50px 40px 60px 40px;
  flex: 1 1 450px;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  transition: all 0.6s cubic-bezier(.68,-0.55,.27,1.55);
  cursor: pointer;
}
.mv-card h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1;
  font-weight: 700;
  position: relative;
}
.mv-card p {
  color: #c0c0c0;
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

/* Icons */
.mv-card .mv-icon {
  position: absolute;
  top: -30px;
  right: -5px;
  font-size: 90px;
  color: rgba(255,255,255,0.1);
  transition: all 0.8s ease;
}
.mv-card:hover .mv-icon {
  transform: translate(-10px, -10px) rotate(20deg) scale(1.3);
  opacity: 0.6;
}
.mv-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 70px rgba(0,0,0,0.6);
}

/* Different border accent for Mission & Vision */
.mv-mission { border-top: 6px solid #ff6f61; }
.mv-vision { border-top: 6px solid #ff6f61; }

/* Animated Background Shapes */
.mv-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  animation: float 12s ease-in-out infinite;
}
.shape1 { width: 400px; height: 400px; background: radial-gradient(circle, #ff6f61, transparent); top: -150px; left: -100px; }
.shape2 { width: 300px; height: 300px; background: radial-gradient(circle, #f4d35e, transparent); bottom: -120px; right: -80px; }

/* Animations */
@keyframes slide-in { 0% { transform: scaleX(0.5); opacity: 0.4; } 100% { transform: scaleX(1); opacity: 1; } }
@keyframes float { 0% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(20px) translateX(15px) rotate(15deg); } 100% { transform: translateY(0) translateX(0) rotate(0deg); } }
@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Responsive */
@media (max-width: 991px) { .mv-cards { flex-direction: column; gap: 40px; align-items: center; } .mv-card { max-width: 90%; } }
@media (max-width: 480px) { .mv-card { padding: 32px 20px 50px 20px; } .mv-header h2 { font-size: 32px; } }



/*  */

/* contact */
.form-select{
    padding-bottom: 0px;
    padding-top: 0px !important;
}



/* counter */
/* Section background with animated gradient */
.counter-section {
  position: relative;
  background: linear-gradient(135deg, #1e293b, #0f172a, #5AA4CD);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  overflow: hidden;
  color: #fff;
}

@keyframes gradientBG {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.counter-title {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.counter-subtitle {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  color: #e5e7eb;
}

/* Glassmorphism Card */
.counter-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px 20px;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  height: 300px;
}

.counter-card:hover {
  transform: translateY(-12px) rotateY(8deg);
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
  border-color: #38bdf8;
}

.counter-para{
    line-height: 14px;
}

/* Icon */
.counter-icon {
  font-size: 45px;
  margin-bottom: 15px;
  color: #38bdf8;
  transition: transform 0.5s ease;
}

.counter-card:hover .counter-icon {
  transform: scale(1.1) rotate(10deg);
  color: #60a5fa;
}

/* Counter Number */
.counter {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}

.counter:after {
  content: "+";
  color: #38bdf8;
  margin-left: 2px;
  font-size: 28px;
}

/* Description */
.counter-card p {
  font-size: 14px;
  color: #e2e8f0;
}

.counter-card small {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .counter-title { font-size: 28px; }
  .counter { font-size: 32px; }
  .counter-card { padding: 20px 15px; }
}


/* how we work */
/* How We Work Section Styles */
.hw-section {
  position: relative;
  padding: 100px 50px;
  /* background: linear-gradient(135deg, #0a2a47, #14406d); */
  background-color: white;
  color: black;
  overflow: hidden;
}

.hw-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px auto;
}

.hw-header h2{
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 15px;
}

.hw-header p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color:rgba(0, 0, 0, 0.747);

}

.hw-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  position: relative;
  z-index: 2;
}

.hw-step {
  background: rgba(255,255,255,0.05);
  border-left: 6px solid #0e4c6b;
  padding: 30px 25px 40px 25px;
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}

.hw-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  border-left-color: #0e4c6b;
}

.hw-step-number {
  font-size: 40px;
  font-weight: 900;
  color: rgb(129, 8, 8);
  position: absolute;
  top: -25px;
  right: 20px;
  opacity: 0.6;
  transition: all 0.5s ease;
}

.hw-step:hover .hw-step-number {
  transform: rotate(10deg) scale(1.2);
  opacity: 0.4;
}

.hw-step h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hw-step p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.hw-step .hw-step-why {
  font-size: 14px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.466);
}

/* Animated Background Shapes */
.hw-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: hw-float 15s ease-in-out infinite;
}

.hw-shape1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #ffbc42, transparent);
  top: -150px;
  left: -100px;
}

.hw-shape2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #00d2ff, transparent);
  bottom: -120px;
  right: -80px;
}

@keyframes hw-float {
  0% { transform: translateY(0) translateX(0) rotate(0deg); }
  50% { transform: translateY(20px) translateX(15px) rotate(15deg); }
  100% { transform: translateY(0) translateX(0) rotate(0deg); }
}

/* Responsive */
@media (max-width: 991px) {
  .hw-steps {
    grid-template-columns: 1fr;
  }
  .hw-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .hw-step {
    padding: 25px 15px 30px 15px;
  }
  .hw-header p {
    font-size: 16px;
  }
}


/* our promises */

.our-promise-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fdf6f0, #f0fbff);
  font-family: 'Poppins', sans-serif;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0e4c6b;
}

.section-header p {
  max-width: 700px;
  margin: 10px auto 0;
  color: #444;
  font-size: 15px;
  line-height: 1.3;
}

.promise-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.promise-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.promise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.promise-card .icon {
  font-size: 40px;
  color: #0e4c6b;
  margin-bottom: 20px;
  transition: transform 0.4s ease, color 0.4s ease;
}

.promise-card:hover .icon {
  transform: scale(1.1) rotate(3deg);
  color: #1f78b4;
}

.promise-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0e4c6b;
  margin-bottom: 10px;
}

.promise-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.3;
  /* font-weight: 600; */
}

/* Responsive */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }
  .promise-card {
    padding: 25px 15px;
  }
  .promise-card h3 {
    font-size: 18px;
  }
}

/* Why Choose Section - Theme Matched */
.why-choose-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #eaf6fc, #d7f0fa); /* theme-based soft gradient */
  color: #2073a3; /* theme primary color */
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(14,76,107,0.05) 0%, transparent 70%);
  animation: rotateBG 20s linear infinite;
}

@keyframes rotateBG {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

.why-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

.why-header h1 {
  font-size: 33px;
  font-weight: 700;
  color: #0e4c6b; /* theme primary color */
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.why-header p {
  font-size: 19px;
  line-height: 1.4;
  color: #444; /* dark grey for readability */
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px);}
  100% { opacity: 1; transform: translateY(0);}
}

/* Responsive */
@media (max-width: 768px) {
  .why-header h1 {
    font-size: 28px;
  }
  .why-header p {
    font-size: 16px;
  }
}

/*  */


/* ======= Main Section ======= */
.full-width-section {
  width: 100%;
  background-color: #F5F5F5;
  color: white;
  overflow: hidden;
}

.inner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 60px;
}

/* ======= Columns ======= */
.content-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
  /* border-radius: 12px; */
  /* padding: 40px 30px; */
  text-align: left;
  height: 350px; /* reference height for Canva */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s ease;
  overflow: hidden;
}

.content-box:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.12);
}

/* ======= Background Letters ======= */
.big-letter {
  position: absolute;
  font-size: 350px;
  font-weight: 900;
  color: #DCDCDC;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  user-select: none;
}

/* ======= Text ======= */
.content-text {
  position: relative;
  z-index: 2;
  text-align: left;
  /* background-color: #38bdf8; */
  margin-top: 80px;
  padding-left: 40px;
}

.content-text h3 {
  font-size: 24px;
  font-weight: 600;
  color:rgb(56, 55, 55);
}

.content-text p {
  font-size: 12px;
  /* opacity: 0.9; */
  font-weight: 600;
  line-height: 15px;
  color: #999696;
}

/* ======= Image Boxes ======= */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 12px; */
}

/* ======= Animations ======= */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======= Responsive ======= */
@media (max-width: 992px) {
  .content-box {
    height: auto;
    margin-bottom: 20px;
  }
  .content-text p{
    font-size:10px ;
  }

  .content-text h3{
    font-size: 21px;
  }
}


/* commercial sink */
/* Overall Section Styling */
.sink-section {
  background: linear-gradient(135deg, #f0f8ff, #ffffff);
}

/* Image Wrapper */
.sink-image-wrapper {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(27, 107, 154, 0.15);
  transition: transform 0.5s ease;
}

.sink-image-wrapper:hover {
  transform: scale(1.01);
}

.sink-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sink-image-wrapper:hover img {
  transform: scale(1.03);
}

/* Content */
.sink-title {
  color: #1B6B9A;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.1rem;
  position: relative;
  animation: fadeSlide 0.8s ease forwards;
}

.sink-description {
  color: #333;
  line-height: 2.1;
  font-weight: 600;
  animation: fadeSlide 1s ease forwards;
}

/* Button */
.sink-btn {
  display: inline-block;
  background-color: #1B6B9A;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: fadeSlide 1.2s ease forwards;
}

.sink-btn:hover {
  background-color: #15587C;
  transform: translateY(-3px);
  color: white;
}



/* Modal Styling */
.modal-content {
  background: #ffffff;
  border-radius: 15px;
}

.modal-title {
  color: #1B6B9A;
  font-weight: 700;
}

.submit-btn {
  background-color: #1B6B9A;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #15587C;
}

/* Animations */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .sink-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .sink-title {
    font-size: 1.7rem;
    text-align: center;
  }

  .sink-description {
    text-align: justify;
  }

  .sink-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

/* sub products */
/* Background with premium tone */
.subproduct-section {
  background: linear-gradient(135deg, #f8fafc, #eaf4fb);
}

/* Section Title */
.section-title {
  color: #12567e;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
}

.section-title::after {
  content: '';
  width: 90px;
  height: 3px;
  background: #c02028;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Product Row Animation */
.product-row {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.8s ease forwards;
}

.product-row:nth-child(1) { animation-delay: 0.2s; }
.product-row:nth-child(2) { animation-delay: 0.4s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Product Image Styling */
.product-img-wrapper {
  width: 450px;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 30px rgba(27, 107, 154, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  background: linear-gradient(145deg, #ffffff, #f2f8fd);
}

.product-img-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(27, 107, 154, 0.25);
}

.product-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Product Title */
.product-title {
  color: #12567e;
  font-weight: 800;
  font-size: 1.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* Product Points */
.product-points {
  list-style: none;
  padding-left: 0;
}

.product-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #202020;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.7;
  transition: all 0.3s ease;
}

.product-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1B6B9A;
  font-weight: bold;
}

.product-points li:hover {
  transform: translateX(5px);
  color: #15587C;
}

/* Responsive Design */
@media (max-width: 992px) {
  .product-img-wrapper {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 768px) {
  .product-row {
    flex-direction: column !important;
    text-align: center;
  }

  .product-img-wrapper {
    width: 100%;
    height: 300px;
  }

  .product-title {
    margin-top: 15px;
    font-size: 1.6rem;
  }

  .product-points li {
    text-align: left;
  }
}


/* benefits */
/* Dark metallic theme */


/* Section Styling */
.benefits-section {
  background: linear-gradient(145deg, #111c26, #216798);
  padding: 80px 0;
}

.section-title-bne {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  text-transform: capitalize;
  position: relative;
}

.section-title-bne::after {
  content: '';
  display: block;
  width: 90px;
  height: 3px;
  background:white;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Benefit Cards */
.benefit-card {

  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.8s ease forwards;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(27, 107, 154, 0.3);
  border-color: #1B6B9A;
}

/* Card Icon */
.icon {
  font-size: 2.5rem;
  color: #1B6B9A;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.benefit-card:hover .icon {
  transform: scale(1.2);
}

/* Card Text */
.benefit-card p {
  font-size: 1rem;
  color: #e5e8eb;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 600;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .benefit-card {
    padding: 25px 15px;
  }
  .icon {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.7rem;
  }
  .benefit-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .benefit-card {
    padding: 20px;
  }
  .icon {
    font-size: 2rem;
  }
}


/* why chosse */


/* Section Styling */
.why-choose-section {
  background: linear-gradient(135deg, #ffffff, #e9f3fa);
  position: relative;
  overflow: hidden;
}

/* Decorative Floating Circles */
.why-choose-section::before,
.why-choose-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(27, 107, 154, 0.03);
  z-index: 0;
  animation: float 6s ease-in-out infinite alternate;
}

.why-choose-section::before {
  width: 160px;
  height: 160px;
  top: 20%;
  left: 10%;
}

.why-choose-section::after {
  width: 220px;
  height: 220px;
  bottom: 10%;
  right: 15%;
}

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}

/* Title Styling */
.why-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1B6B9A;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s ease forwards;
}

.why-title::after {
  content: '';
  width: 80px;
  height: 3px;
  background: #b42222;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Text Styling */
.why-text {
  font-size: 1.06rem;
  line-height: 1.8;
  color: #444;
  max-width: 800px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 8px 25px rgba(27, 107, 154, 0.1);
  transition: all 0.4s ease;
  z-index: 1;
  position: relative;
  animation: fadeUp 1.2s ease forwards;
  /* font-weight: 500; */
}

.why-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(27, 107, 154, 0.2);
}

/* Animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .why-title {
    font-size: 1.6rem;
  }

  .why-text {
    font-size: 1rem;
    padding: 20px;
    max-width: 95%;
    text-align: justify;
  }

  .why-choose-section::before {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 5%;
  }

  .why-choose-section::after {
    width: 130px;
    height: 130px;
    bottom: 5%;
    right: 10%;
  }
}


/* key feture */



/* Section Styling */
.keyfeatures-section {
  background: linear-gradient(120deg, #ffffff, #ecf6fb);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative floating pattern */
.keyfeatures-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(27,107,154,0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite alternate;
}

.keyfeatures-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(27,107,154,0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite alternate-reverse;
}

@keyframes float {
  from { transform: translateY(0); }
  to { transform: translateY(-15px); }
}

/* Section Title */
.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #165d86;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #ad2121;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Features Wrapper */
.features-wrapper {
  max-width: 950px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 50px;
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Each Feature Line */
.feature-item {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(5px);
  border-left: 4px solid #1B6B9A;
  padding: 18px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(27,107,154,0.1);
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
}

.feature-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #1B6B9A;
  transition: width 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(27,107,154,0.2);
}

.feature-item:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .features-wrapper {
    gap: 20px 30px;
  }
}

@media (max-width: 768px) {
  .features-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-item {
    text-align: left;
    font-size: 0.98rem;
  }

  .section-title {
    font-size: 1.7rem;
  }
}


/*  */
.image-gallery {
  background: #f9fafc;
}

.image-gallery h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-items: center;
  align-items: center;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 280px;
  width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  background: #fff;
}

.gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* Animation on scroll */
.gallery-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s forwards;
}

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item {
    height: 270px;
  }
}


/* gallery */

.animated-gallery-title {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 1px;
  color: #0e4c6b;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.animated-gallery-item {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.animated-gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Image container */
.animated-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.animated-img {
  width: 100%;
  height: 220px; /* You can adjust this */
  object-fit: cover;
  transition: transform 0.6s ease;
}

.animated-img-wrap:hover .animated-img {
  transform: scale(1.1);
}

/* Overlay animation */
.animated-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.animated-img-wrap:hover .animated-overlay {
  opacity: 1;
}

/* Caption styling */
.animated-caption {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
  width: 70%;
}

.animated-img-wrap:hover .animated-caption {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .animated-img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .animated-img {
    height: 315px;
  }
}


/* how we work */
.work-section {
  text-align: center;
  padding: 80px 20px;
  overflow-x: hidden;
}

.main-heading {
  font-size: 3.3rem;
  color: #115f86;
  font-weight: 700;
  margin-bottom: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Layout Container */
.layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  flex-wrap: wrap;
}

/* Blueprint Image */
.blueprint img {
  width: 360px;   /* Recommended width for Canva editing */
  height: 580px;  /* Recommended height */
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 180, 216, 0.164);
  transition: transform 0.4s ease;
}

.blueprint img:hover {
  transform: scale(1.05);
}

/* Steps */
.steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.step {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #115f86;
  padding: 20px 20px;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.9s ease-in-out;
  /* background-color: #92c0db; */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.step span{
  color: black;
  font-weight: 700;
}
.step.visible {
  opacity: 1;
  transform: translateY(0);
}


.left{
  /* background-color: #00d2ff; */
  margin-left: 60px;
}


.right{
  /* background-color: #00d2ff; */
  margin-right: 70px;
}
/* Alternate animation sides */
.left .step {
  transform: translateX(-100px);
}
.right .step {
  transform: translateX(100px);
}
.step.visible {
  transform: translateX(0);
}

/* Hover glow effect */
.step:hover {
  background: rgba(0, 180, 216, 0.15);
  box-shadow: 0 0 20px rgba(0, 180, 216, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .layout {
    flex-direction: column;
    gap: 50px;
  }

  .blueprint img {
    width: 90%;
    height: auto;
  }

  .steps {
    align-items: center;
  }

  .step {
    max-width: 90%;
    text-align: center;
  }
}

/* Animated expanding-contracting line */
.heading-line {
  width: 100px;
  height: 4px;
  background:rgba(148, 7, 7, 0.507);
  margin: 10px auto 50px;
  border-radius: 2px;
  margin-top: -50px;
  animation: expandContract 2s ease-in-out infinite;
}

@keyframes expandContract {
  0%, 100% {
    width: 100px;   /* minimum width */
    opacity: 0.8;
  }
  50% {
    width: 200px;   /* maximum width */
    opacity: 1;
  }
}


@media (max-width: 600px) {
  .main-heading {
    font-size: 2rem;
  }

  .step {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .left{
    margin-left: 0px;
  }

  .right{
    margin-right: 0px;
  }
}


.industries-premium {
  position: relative;
  /* background: radial-gradient(circle at top right, #136D9A, #0b2d3e 60%); */
  background-color: #F6F6F6;
  color: black;
  padding: 100px 7%;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* 🌈 Floating gradient particles (premium feel) */
.industries-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
  animation: floatGlow 12s ease-in-out infinite alternate;
}
@keyframes floatGlow {
  0% { transform: translateY(0px) scale(1); opacity: 0.8; }
  100% { transform: translateY(-20px) scale(1.05); opacity: 1; }
}

/* 🏷️ Header */
.industries-header {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.industries-underline{
  margin-top: -10px;
}

.industries-header h2 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: -50px;
  color: #115F86;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation: fadeDown 1s ease forwards;
}

.header-underline {
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, red, #ff7f7f);
  margin: 0 auto;
  border-radius: 2px;
  animation: underlineSlide 1.5s ease forwards 0.3s;
}

@keyframes underlineSlide {
  from { width: 0; opacity: 0; }
  to { width: 140px; opacity: 1; }
}

/* 🧊 Glass Container */
.industries-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 70px 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  z-index: 2;
  animation: fadeIn 1.5s ease;
}

/* 🎥 Left Visual */
.industries-visual {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 800px;
  transform-style: preserve-3d;
  animation: slideLeft 1.2s ease;
}

.industries-frame {
  position: relative;
  width: 440px;
  height: 440px;
  border-radius: 30px;
  overflow: hidden;
  /* transform: rotateY(-5deg); */
  box-shadow: 0 0 30px rgba(19, 109, 154, 0.4);
}

.industries-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.industries-frame:hover img {
  transform: scale(1.1);
}

/* Floating decorations */
.floating-circle, .floating-ring {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: floatItem 6s ease-in-out infinite alternate;
}

.floating-circle {
  width: 120px;
  height: 120px;
  background: #136D9A;
  top: -6%;
  left: -40px;
}

.floating-ring {
  width: 180px;
  height: 180px;
  border: 3px solid red;
  bottom: -50px;
  right: -40px;
  z-index: -1;
}

@keyframes floatItem {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-25px) rotate(10deg); }
}

/* 📄 Right Info */
.industries-info {
  flex: 1.2;
  animation: slideRight 1.2s ease;
}

.industries-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.industries-info li {
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(25px);
  animation: listReveal 1s forwards;
  animation-delay: calc(var(--i, 1) * 0.1s);
  transition: color 0.3s ease;
}

.industries-info li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: red;
  font-size: 1.2rem;
}

.industries-info li:hover {
  color: #115F86;
}

/* ✨ Keyframes */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes listReveal {
  to { opacity: 1; transform: translateY(0); }
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .industries-main {
    flex-direction: column;
    padding: 50px 0px;
    text-align: center;
  }

  .industries-frame {
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
    transform: none;
  }

  .industries-info li {
    padding-left: 0;
  }

  .industries-info li::before {
    display: none;
  }
}


/* certificate */


/* 🌟 Section Base */
.certificate-gallery {
  background: #3d5f7a;
  padding: 100px 7%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

/* 💡 Soft light background */
.certificate-gallery::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 800px;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
  z-index: 0;
}

/* 🏷️ Header */
.gallery-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.gallery{
  /* color: rgb(247, 101, 101); */
  background-color: red;
  margin-top: -2px;
}

.gallery-header h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.gallery-underline {
  width: 140px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff4d4d, #ffd6d6);
}

/* 🖼️ Row */
.gallery-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}

/* 🎖️ Certificate Card */
.certificate-card {
  position: relative;
  width: 320px;   /* ✅ Balanced width */
  height: 460px;  /* ✅ Taller for portrait shape */
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.certificate-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
  border-radius: 16px;
}

/* ✨ Subtle glass overlay */
.certificate-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.2), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Hover effect */
.certificate-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(255, 77, 77, 0.25);
}

.certificate-card:hover .certificate-overlay {
  opacity: 1;
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
  .gallery-row {
    flex-wrap: wrap;
    gap: 40px;
  }

  .certificate-card {
    width: 280px;
    height: 400px;
  }

  .gallery-header h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 600px) {
  .gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .certificate-card {
    width: 260px;
    height: 370px;
  }
}


/* infrausture */

/* 🌆 INFRASTRUCTURE SECTION */
.infrastructure-section {
  position: relative;
  width: 100%;
  height: 500px !important; /* ✅ Compact height */

  display: flex;
  align-items: center; /* ✅ Vertical center */
  justify-content: center; /* ✅ Horizontal center */
  overflow: hidden;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

/* 🖤 Dark Overlay */
.infrastructure-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 1;
}

/* 📄 Content Wrapper */
.infrastructure-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  gap: 30px;
  flex-wrap: wrap;
  margin-left: 80px;
  margin-top: 80px;
}

/* 🧾 Left Side (Text) */
.infra-text {
  flex: 1.1;
  min-width: 280px;
}

.infra-text h2 {
  font-size: 3.4rem;
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 5px solid #ff4d4d;
  padding-left: 15px;
}

.infra-text p {
  font-size: 1.27rem;
  line-height: 1.9;
  /* background-color: #115F86; */
  width: 90%;
  color: #eaeaea;
  margin-top: 10px;
}

/* ⚙️ Right Side (Points) */
.infra-points {
  flex: 1;
  min-width: 280px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.infra-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.infra-points li {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 28px;
  color: #f8f8f8;
}

.infra-points li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #ff4d4d;
  font-size: 1.3rem;
}

.infra-points li:hover {
  color: #4a6c88;
  transition: 0.3s;
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
  .infrastructure-section {
    height: 639px !important;
    padding: 60px 0;
  }

  .infrastructure-content {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    width: 90%;
  }

  .infrastructure-content{
    margin-top: 34px;
    margin-left: 24px;
  }

  .infra-text h2 {
    font-size: 2rem;
    text-align: center;
  }

  .infra-text p {
    font-size: 1rem;
    text-align: center;
    margin-left: 20px;
  }

  .infra-points {
    width: 100%;
    padding: 14px 17px;
  }
}

@media (max-width: 600px) {
  .infra-text h2 {
    font-size: 1.8rem;
  }

  .infra-text p {
    font-size: 0.95rem;
  }

  .infra-points li {
    font-size: 0.95rem;
  }
}


/* market area */



/* -----------------------------
   Laserform Kitchen Section CSS
------------------------------ */

.kitchen-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
}

/* General block styling */
.kitchen-block {
  background: #fff;
  border-radius: 12px;
  border-left: 6px solid #136D9A;
  margin-bottom: 30px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(19, 109, 154, 0.15);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Hover animation */
.kitchen-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(19, 109, 154, 0.3);
}

.kitchen-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(19, 109, 154, 0.05);
  transition: all 0.6s ease;
}

.kitchen-block:hover::before {
  left: 0;
}

/* Headings */
.kitchen-block h3,
.kitchen-block h4,
.kitchen-block h5 {
  color: #136D9A;
  font-weight: 600;
  margin-bottom: 15px;
}

.manufacturer-block h3 { font-size: 1.6rem; }
.supplier-block h4 { font-size: 1.5rem; }
.exporter-block h5 { font-size: 1.4rem; }

/* Paragraphs */
.kitchen-block p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* Responsive design */
@media (max-width: 768px) {
  .kitchen-block {
    padding: 20px;
  }

  .manufacturer-block h3,
  .supplier-block h4,
  .exporter-block h5 {
    font-size: 1.3rem;
  }
}

