/********** Template CSS **********/
:root {
    --primary: #243F91;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}
/*.bni 
{
    max-height: 700px;
} */
.abt 
{
    position: relative;
    bottom: 100px;
    padding: 50px;
}

@media only screen and (max-width:425px) {
    .abt {
        margin-top: 170px;
    }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.footer
{
    background-image:url(img/ftr.png);
}
.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.minor {
    font-size: 20px;
}
.navbar-brand p {
    color: white;
    font-size: 25px;
    font-weight: 600;
}
@media only screen and (max-width:425px) {
    .navbar-brand p {
        color: white;
        font-size: 20px;
        font-weight: 600;
    }
}
.page-kitchen {
   
        height: 400px;
         background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Commercial\ kitchen\ equipment.png) center center no-repeat;
         background-size: cover;
     
}
.page-hotel {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/hotel\ and\ kirchen.jpg) center center no-repeat;
     background-size: cover;
 
}
.page-bakery {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bakery-equipment-head.jpeg) center center no-repeat;
     background-size: cover;
 
}
.page-Refrigerator  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/commercial\ Refrigerator-head.webp) center center no-repeat;
     background-size: cover;
 
}
.page-canteen  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/canteen\ kitchen\ equipment-header.jpg) center center no-repeat;
     background-size: cover;
 
}
.page-counter  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/fast-food-counter-img.png) center center no-repeat;
     background-size: cover;
 
}
.page-ducting  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/ducting.jpg) center center no-repeat;
     background-size: cover;
 
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.main-head {
    font-size: 40px;
}
.top-bring {margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*------------------ PRODUCT PAGES */
.major {
    font-size: 2rem;
}
.cards p {
    color: black;
    font-size: 17px;
}
  .des {background-color: white;
    padding-top: 50px;
  }
@media (max-width: 600px) {

    .pro
   {
      margin-top: -250px;

   }
  }
  .whatsap-products 
  {
       margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    
        .whatsap-products
      {
           margin-left: 190px;
           margin-bottom: 10px;
      }
  
  }
  

.pro-images
{
   margin-top: 50px;
   
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 transition: 0.3s;
}
.pro-images h3
{
   margin-top: 20px;
   
  
}
.productss {
 background-color: rgb(240, 237, 237);
 padding-bottom:100px ;
 padding-top:50px ;
}
.pro h1
{
    margin-top: 30px;
}

/*** 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;
}
.bake {
    background-color: #243F91;
    color: white;
    text-align: center;
    font-size: 20px;
}
.did {
    background-color: #243F91;
    color: white;
    text-align: center;
    font-size: 30px;
}
/*** Button ***/
.btn {
    font-weight:bold;

    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 10px;
    color: var(--light);
    outline: none;
    font-size: 12px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:white;
}

.navbar.fixed-top {
    transition: .5s;
    background-color: #243F91;

}

.dropdown-item{
    font-size: 12px;
}
@media (max-width: 500px) {
     .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 250px;
    }

    .header-carousel .owl-carousel-inner {
        height: 200px;
    }
    .hero {
        margin-top: 130px;
    }
.owl-carousel .owl-item img
    {
        max-width: 100%;
      margin-top: 60px;

    }
    .header-carousel {
        height: 200px;
    }
    .header-carousel .owl-nav {
        top: -40px;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (max-width:500px)
{
   .gst img
   {
        height: 100px;
     width: 800px;
   }
}
.whatahsp {
    position: fixed;
    z-index: 10;
    bottom: 100px;
    width:65px;
    margin-left: 5px;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}.hero 
{
    position: relative;
    margin-top: 50px;
}

@media (min-width:501px ) and (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 430px;
    }
 .hero {
        margin-top: 130px;
    }
    .header-carousel .owl-carousel-inner {
        height: 430px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
   height: 400px;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/mrkt.png) center center no-repeat;
    background-size: cover;
}
.page-header2 {
   height: 400px;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/ct.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
}

.product-item:hover {
    background: var(--primary) !important;
}

.product-item:hover * {
    color: var(--light);
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    /* height: 100px; */
}

.team-item .team-title {
    background: var(--light);
    transition: .5s;
    padding: 10px 20px 20px;
    border-radius: 0 0 6px 6px;
}

.team-item:hover .team-title {
    background: #243f91;
}
.team-item .team-title h5, .team-item .team-title a{transition: .3s;}
.team-item:hover .team-title h5{color: #fff;}
.blog_img img{transition: .3s;}
.team-item:hover img{transform:scale(1.1);}
.read_more{
    background: #243f91;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    transition: .3s;
}
.team-item:hover .read_more{color:#243f91;background: #fff;}
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
   
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer a {
    color: white;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}



.copyright {
    background: #111111;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998; /* Higher than most other elements */
  }

  /* Modal */
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: none;
    padding: 20px;
    width: 800px;
    max-width: 90%;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
    z-index: 9999; /* Higher than most other elements */
    text-align: center;
  }
   /* Style for form inputs */
.modal-body form input,
.modal-body form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

/* Add focus effect */
.modal-body form input:focus,
.modal-body form textarea:focus {
  border-color: #1c87c9;
  outline: none;
  box-shadow: 0 0 5px rgba(28, 135, 201, 0.5);
}

/* Style for the submit button */
.modal-body form .btn {
  padding: 10px;
  background-color: #1c87c9;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.modal-body form .btn:hover {
  background-color: #155d8c;
}

/* Label styling */
.modal-body form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

/* Add consistent spacing for form items */
.modal-body form .mb-3 {
  margin-bottom: 20px;
}

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
  }

  .close-btn:hover {
    color: red;
  }
  .floating-icons {
    position: fixed;
    bottom: 120px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
  }

  .floating-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1cba9f;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 24px;
  }

  .floating-icons a:hover {
    background-color: #17a589;
  }

/* Responsive adjustments */
@media (max-width: 768px) {
  button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .modal {
    width: 90%;
  }

  .floating-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  button {
    font-size: 12px;
    padding: 2px 4px;
  }

  .modal {
    padding: 5px;
    width: 300px;
  }

  .floating-icons {
    bottom: 10px;
    right: 10px;
  }

  .floating-icons a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}



/* product page content */
/* ===== Section Styling ===== */
.aksink-section {
    padding: 80px 20px;
    background: #f4f7ff;
}

.aksink-container {
    max-width: 1200px;
    margin: auto;
}

.aksink-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* ===== Content Styling ===== */
.aksink-content {
    flex: 1;
}

.aksink-heading {
    font-size: 40px;
    font-weight: 700;
    color: #243F91;
    margin-bottom: 20px;
}

.aksink-subheading {
    font-size: 26px;
    font-weight: 600;
    color: #243F91;
    margin-top: 30px;
}

.aksink-highlight {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #243F91;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    margin: 15px 0;
}

.aksink-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* ===== Image Styling ===== */
.aksink-image {
    flex: 1;
    text-align: center;
}

.aksink-image img {
    width: 100%;
    width: 500px;
    height: 600px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.aksink-image img:hover {
    transform: scale(1.05);
}

/* ===== Responsive Design ===== */
@media (max-width: 992px) {
    .aksink-row {
        flex-direction: column;
        text-align: center;
    }

    .aksink-heading {
        font-size: 32px;
    }

    .aksink-subheading {
        font-size: 22px;
    }

    .aksink-highlight {
        font-size: 16px;
    }

    .aksink-image img {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .aksink-section {
        padding: 50px 15px;
    }

    .aksink-heading {
        font-size: 26px;
    }

    .aksink-content p {
        font-size: 14px;
    }
}

/* key features */
.akf-section {
    padding: 50px 20px;
    background: #f4f6fb;
}

.akf-container {
    max-width: 1200px;
    margin: auto;
}

.akf-heading {
    text-align: center;
    margin-bottom: 60px;
}

.akf-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #243F91;
}

/* Grid Layout */
.akf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Design */
.akf-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 14px;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid #e5e9f5;
    position: relative;
    overflow: hidden;
}

.akf-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(36,63,145,0.15);
    border-color: #243F91;
}

/* Icon Styling */
.akf-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #243F91;
    color: #ffffff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s;
}

.akf-card:hover .akf-icon {
    background: #1a2e6b;
    transform: scale(1.1);
}

/* Text */
.akf-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
    .akf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .akf-section {
        padding: 60px 15px;
    }

    .akf-heading h2 {
        font-size: 26px;
    }

    .akf-grid {
        grid-template-columns: 1fr;
    }

    .akf-card {
        padding: 30px 20px;
    }

    .akf-card p {
        font-size: 14px;
    }
}

/* application */
.akapp-section {
    padding: 70px 20px;
    background: linear-gradient(135deg, #243F91 0%, #1a2e6b 100%);
}

.akapp-container {
    max-width: 1200px;
    margin: auto;
}

.akapp-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Left Side */
.akapp-left {
    flex: 1;
    color: #ffffff;
}

.akapp-left h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.akapp-left p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Image Styling */
.akapp-image img {
    width: 100%;
    max-width: 450px;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    transition: 0.4s ease;
}

.akapp-image img:hover {
    transform: scale(1.05);
}

/* Right Side */
.akapp-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.akapp-item {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #243F91;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    position: relative;
    transition: 0.4s ease;
}

.akapp-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #585553;
    border-radius: 10px 0 0 10px;
}

.akapp-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
    .akapp-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .akapp-image img {
        margin: 0 auto 40px;
    }

    .akapp-right {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .akapp-section {
        padding: 60px 15px;
    }

    .akapp-left h2 {
        font-size: 28px;
    }

    .akapp-left p {
        font-size: 16px;
    }

    .akapp-right {
        grid-template-columns: 1fr;
    }

    .akapp-item {
        font-size: 14px;
        padding: 18px;
    }
}


/* why choose */
.akwhy-section {
    padding: 60px 20px;
    background: #f4f6fb;
}

.akwhy-container {
    max-width: 1100px;
    margin: auto;
}

/* Header */
.akwhy-header {
    text-align: center;
    margin-bottom: 60px;
}

.akwhy-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #243F91;
    margin-bottom: 20px;
}

.akwhy-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    max-width: 800px;
    margin: auto;
}

/* Grid Layout */
.akwhy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Item Styling */
.akwhy-item {
    background: #ffffff;
    padding: 25px 25px 25px 60px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #243F91;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

/* Check Icon Circle */
.akwhy-item::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #243F91;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.akwhy-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(36,63,145,0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .akwhy-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .akwhy-grid {
        grid-template-columns: 1fr;
    }

    .akwhy-header h2 {
        font-size: 28px;
    }

    .akwhy-header p {
        font-size: 16px;
    }

    .akwhy-item {
        font-size: 14px;
        padding: 20px 20px 20px 55px;
    }
}

/* other content css */
.akgrade-section {
    padding: 60px 20px;
    background: #f4f6fb;
}

.akgrade-container {
    max-width: 1200px;
    margin: auto;
}

/* ===== Grades Section ===== */
.akgrade-top {
    text-align: center;
    margin-bottom: 80px;
}

.akgrade-top h2 {
    font-size: 40px;
    font-weight: 700;
    color: #243F91;
    margin-bottom: 20px;
}

.akgrade-intro {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

.akgrade-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.akgrade-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 14px;
    width: 320px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    border-top: 5px solid #243F91;
}

.akgrade-card h3 {
    font-size: 28px;
    color: #243F91;
    margin-bottom: 15px;
}

.akgrade-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.akgrade-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(36,63,145,0.15);
}

.akgrade-bottom {
    font-size: 17px;
    max-width: 800px;
    margin: auto;
    color: #444;
}

/* ===== Custom Solutions Box ===== */
.akcustom-box {
    background: linear-gradient(135deg, #243F91 0%, #1a2e6b 100%);
    padding: 50px;
    border-radius: 18px;
    color: #ffffff;
}

.akcustom-box h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.akcustom-box p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Grid */
.akcustom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.akcustom-item {
    background: rgba(255,255,255,0.12);
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    backdrop-filter: blur(4px);
    transition: 0.3s;
}

.akcustom-item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-5px);
}

.akcustom-end {
    font-size: 16px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .akgrade-cards {
        flex-direction: column;
        align-items: center;
    }

    .akcustom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .akgrade-section {
        padding: 60px 15px;
    }

    .akgrade-top h2,
    .akcustom-box h2 {
        font-size: 26px;
    }

    .akgrade-card {
        width: 100%;
        padding: 30px 20px;
    }

    .akcustom-box {
        padding: 40px 20px;
    }

    .akcustom-box p,
    .akgrade-bottom {
        font-size: 15px;
    }
}

/* fnq */

.akfaq-section {
    padding: 100px 20px;
    background: #f4f6fb;
}

.akfaq-container {
    max-width: 900px;
    margin: auto;
}

.akfaq-heading {
    text-align: center;
    margin-bottom: 50px;
}

.akfaq-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #243F91;
}

/* FAQ Item */
.akfaq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Question */
.akfaq-question {
    width: 100%;
    padding: 20px 25px;
    background: #ffffff;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #243F91;
    transition: 0.3s;
}

.akfaq-question span {
    font-size: 20px;
    font-weight: bold;
}

/* Hover */
.akfaq-question:hover {
    background: #243F91;
    color: #ffffff;
}

/* Answer */
.akfaq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    transition: max-height 0.4s ease;
}

.akfaq-answer p {
    padding: 20px 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 576px) {
    .akfaq-section {
        padding: 60px 15px;
    }

    .akfaq-heading h2 {
        font-size: 26px;
    }

    .akfaq-question {
        font-size: 14px;
        padding: 15px 18px;
    }

    .akfaq-answer p {
        font-size: 14px;
        padding: 15px 18px;
    }
}



/* market area */


/* Container & Section */
.cksink-section {
  background-color: #0b1e3d; /* Dark blue theme */
  color: #ffffff;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.cksink-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Blocks */
.cksink-block {
  margin-bottom: 40px;
  line-height: 1.7;
}

/* Headings */
.cksink-title-manufacturer {
  font-size: 1.3rem;
  color: #00bfff; /* Light blue accent */
  margin-bottom: 15px;
}

.cksink-title-supplier {
  font-size: 1.6rem;
  color: #00d4ff;
  margin-bottom: 15px;
}

.cksink-title-exporter {
  font-size: 1.45rem;
  color: #1ec2ff;
  margin-bottom: 15px;
}

/* Paragraph */
.cksink-block p {
  margin-bottom: 15px;
  color: #e0e6f0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .cksink-section {
    padding: 40px 15px;
  }
  .cksink-title-manufacturer,
  .cksink-title-supplier,
  .cksink-title-exporter {
    font-size: 1.2rem;
  }
  .cksink-block p {
    font-size: 0.95rem;
  }
}

/*  */