@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Poppins:wght@600&family=Quicksand:wght@300..700&display=swap");

/* .navstyle {
    color: rgb(0, 27, 161) !important;
}

.navstyle:hover {
    text-decoration: none;
}

.font-h {
    font-family: Helvetica, normal;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    padding: 0 80px !important;
    font-size: 20px;

} */
 .navstyle {
  color: rgb(0, 27, 161) !important;
  text-decoration: none;
}

.navstyle {
  color: #001ba1 !important;
  transition: 0.1s;
  text-decoration: none !important;
}

.navstyle:hover {
  color: orangered !important;
  text-decoration: none !important;
}

/* Active Page */
.nav-link.active {
  color: orangered !important;

  text-decoration: none !important;
}


.font-h {
  font-family: Helvetica, normal;

}

.modal {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 5px; */
  padding: 0 70px !important;
  /* font-size: 18px; */

}

/* .navbar-nav {
  margin-top: 24px;
} */

.navbar-nav {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 0px;
  padding: 0;
  /* padding: 0 80px !important; */
  /* font-size: 18px; */
  gap: 20px;

}

.navbar {
  padding: 8px 0;
  background: #fff;
}

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
}

/* Tablet */
@media (max-width:991px) {

  .navbar-style {
    padding: 0 20px !important;
  }

  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }

  .navbar-collapse {
    margin-top: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
  }

  .navbar-nav {
    gap: 8px;
    padding: 0;
    margin: 0;
    text-align: center;
  }

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

}

/* Mobile */

@media (max-width:576px) {

  .navbar-style {
    padding: 0 12px !important;
  }

  .navbar-brand img {
    width: 110px;
    height: auto;
  }

  .navbar-collapse {
    margin-top: 8px;
    padding: 8px 0;
  }

  .navbar-nav {
    gap: 5px;
  }

  .navbar-nav .nav-link {
    padding: 8px 0;
    font-size: 16px;
  }

}


/* Hero */

/* Banner Section */
.industry-banner{
    margin-top: 85px;   
}

.industry-bannerimg{
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-top: -20px;
}

/* Banner Image */
.industry-bannerimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dark Overlay */
.industry-bannerimg::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/* Text Content */
.banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 80%;
    max-width: 900px;
    color: #fff;
}

.banner-content h1{
    font-size: 42px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.banner-content p{
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}

/* .animated-heading {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1.2s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */


.section-title {
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 30px;
  color: rgb(0, 27, 161);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: -14px;
}

/* .animate-title {
    opacity: 0;
    animation: fadeUp 2s ease-out forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */



.section-subtitle {

  font-size: 18px;

  color: black;

  max-width: 700px;

  margin: auto;

}
.portfolio-card {
    width: 100%;
    background: #fff;
    /* border-radius: 8px; */
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
    transition: 0.3s ease;
}

.portfolio-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.portfolio-title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 10px;
    color: #0a3d91;
}
.section-title span {
    display: inline;
}

/* Mobile */
@media (max-width: 425px) {
    .section-title span {
        display: block;
    }
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
 .row.gy-3 {
        --bs-gutter-y: -1.9rem;
    }

/* =========================
   LAPTOP L - 1440px
========================= */
@media (max-width: 1440px) {
    .portfolio-card img {
        height: 220px;
    }

    .portfolio-title {
        font-size: 19px;
    }
}


/* =========================
   LAPTOP - 1024px
========================= */
@media (max-width: 1024px) {
    .portfolio-card img {
        height: 210px;
    }

    .portfolio-title {
        font-size: 18px;
    }
}


/* =========================
   TABLET - 768px
========================= */
@media (max-width: 768px) {
    .portfolio-card img {
        height: 200px;
    }

    .portfolio-title {
        font-size: 18px;
    }

    .portfolio-card {
        margin-bottom: 20px;
    }
}


/* =========================
   MOBILE L - 425px
========================= */
@media (max-width: 425px) {
    .portfolio-card img {
        height: 190px;
    }

    .portfolio-title {
        font-size: 17px;
        margin: 12px 8px;
    }
}


/* =========================
   MOBILE M - 375px
========================= */
@media (max-width: 375px) {
    .portfolio-card img {
        height: 180px;
    }

    .portfolio-title {
        font-size: 16px;
    }
}


/* =========================
   MOBILE S - 320px
========================= */
@media (max-width: 320px) {
    .portfolio-card img {
        height: 165px;
    }

    .portfolio-title {
        font-size: 15px;
        margin: 10px 5px;
    }
}

/* .portfolio-section {
    background: #fff;
}

.portfolio-card {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.portfolio-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
   
}

.portfolio-title {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1238c4;
}

.portfolio-card:hover {
    transform: translateY(-5px);
}
 */



/*  AT A GLANCE */

/* .industry-section {
    padding: 0px 0;
}

.industry-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 28px;
    margin-top: 30px;
    color: #1239c8;

}
 */

/*    GLANCE CARD */

/* .glance-card {

    display: flex;
    align-items: center;
    gap: 25px;

    background: #fff;

    border: 2px solid #2d72db;

    border-radius: 18px;

    padding: 4px;

    margin-bottom: 28px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

    transition: .3s;

}

.glance-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);

}


.icon-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #eaf3ff;
    border: 2px solid #2d72db;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    color: #1239c8;

    margin-right: 25px;
    flex-shrink: 0;
}

.card-text h4 {

    color: black;

    font-size: 18px;

    max-width: 700px;

    margin: auto;


}

/*    RIGHT SIDE */

/* .right-box img {

    width: 100%;

    border-radius: 15px;

}

.expertise {

    background: #fff;

    padding: 30px;

    margin-top: 30px;

    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

}

.industry-section img {
    width: 100%;
    border-radius: 12px;
    transition: .4s;
    margin-top: 56px;

}

.expertise h3 {

    color: #1239c8;

    font-size: 27px;

    margin-bottom: 20px;

    font-weight: 700;

}

.expertise ul {

    padding-left: 20px;

} */ 

/* .expertise ul li {
    color: black;

    font-size: 18px;

    max-width: 600px;

    margin: auto;

    margin-bottom: 15px;


} */

/*  INDUSTRIES */

/* .serve-section {

    padding: 80px 0;

    background: #eef5ff;

}

.serve-section h2 {

    font-size: 27px;

    color: #1239c8;

    font-weight: 700;

}

.serve-section p {

    font-size: 18px;

    margin-top: 15px;

}

.industry-card {

    background: #fff;

    border-radius: 18px;

    padding: 40px 20px;

    text-align: center;

    transition: .35s;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}

.industry-card:hover {

    background: #1239c8;

    color: #fff;

    transform: translateY(-8px);

}

.industry-card i {

    font-size: 55px;

    color: #1239c8;

    margin-bottom: 20px;

}

.industry-card:hover i {

    color: #fff;

}

.industry-card h4 {

    font-size: 18px;

    font-weight: 600;

} */

/* RESPONSIVE */
/* ===========================
   RESPONSIVE CSS
=========================== */

/* Large Devices (992px - 1199px) */
@media (max-width:1199px) {

    .navbar-style{
        padding:0 40px !important;
    }

    .industry-bannerimg{
        height:420px;
    }

    .industry-title{
        margin-top:0;
        text-align:center;
    }

    .expertise{
        margin-top:30px;
    }

}


/* Tablet Devices */
@media (max-width:991px){

    .navbar-style{
        padding:0 20px !important;
        font-size:18px;
    }

    .industry-banner{
        margin-top:75px;
    }

    .industry-bannerimg{
        height:350px;
        margin-top:0;
    }

    .banner-content{
        width:90%;
    }

    .banner-content h1{
        font-size:32px;
    }

    .banner-content p{
        font-size:16px;
        line-height:1.6;
    }

    .section-title{
        font-size:30px;
    }

    .section-subtitle{
        font-size:16px;
    }

    .industry-title{
        font-size:30px;
        margin-top:40px;
        text-align:center;
    }

    .glance-card{
        flex-direction:column;
        text-align:center;
        padding:20px;
    }

    .icon-circle{
        margin-right:0;
        margin-bottom:10px;
    }

    .card-text h4{
        font-size:18px;
    }

    .industry-section img{
        margin-top:30px;
    }

    .expertise{
        margin-top:30px;
        padding:25px;
    }

    .portfolio-card img{
        height:220px;
    }

    .industry-card{
        margin-bottom:25px;
    }

}


/* Mobile Devices */
@media (max-width:767px){

    .navbar-style{
        padding:0 15px !important;
        font-size:16px;
    }

    .industry-banner{
        margin-top:70px;
    }

    .industry-bannerimg{
        height:250px;
    }

    .banner-content{
        width:95%;
    }

    .banner-content h1{
        font-size:24px;
        margin-bottom:12px;
    }

    .banner-content p{
        font-size:14px;
        line-height:1.5;
    }

    .section-title{
        font-size:24px;
    }

    .section-subtitle{
        font-size:15px;
        padding:0 10px;
    }

    .industry-title{
        font-size:24px;
        margin-top:30px;
        text-align:center;
    }

    .glance-card{
        gap:15px;
        padding:18px;
    }

    .icon-circle{
        width:65px;
        height:65px;
        min-width:65px;
        font-size:22px;
    }

    .card-text h4{
        font-size:16px;
        line-height:1.5;
    }

    .portfolio-card img{
        height:200px;
    }

    .portfolio-title{
        font-size:18px;
        margin-top: -7px;
        margin-bottom: -82px;
        font-weight: 500;
    
    }

    .expertise{
        padding:20px;
    }

    .expertise h3{
        font-size:24px;
    }

    .expertise ul li{
        font-size:16px;
        line-height:1.6;
    }

    .serve-section{
        padding:50px 0;
    }

    .serve-section h2{
        font-size:26px;
    }

    .serve-section p{
        font-size:15px;
    }

    .industry-card{
        padding:25px 15px;
    }

    .industry-card i{
        font-size:40px;
    }

    .industry-card h4{
        font-size:18px;
    }

}


/* Small Mobile */
@media (max-width:575px){

    .industry-bannerimg{
        height:220px;
    }

    .banner-content h1{
        font-size: 26px;
    }

    .banner-content p{
        font-size:13px;
    }

    .section-title{
        font-size:22px;
        margin-top: -25px;
    }

    .industry-title{
        font-size:22px;
    }

    .portfolio-card img{
        height:180px;
    }

    .glance-card{
        padding:15px;
        border-radius:12px;
    }

    .icon-circle{
        width:55px;
        height:55px;
        min-width:55px;
        font-size:18px;
    }

    .card-text h4{
        font-size:15px;
    }

    .expertise h3{
        font-size:22px;
    }

    .expertise ul li{
        font-size:15px;
    }

}

/* @media(max-width:992px) {

    .industry-title {

        font-size: 38px;

        text-align: center;

    }

    .glance-card {

        flex-direction: column;

        text-align: center;

    }

    .card-text h4 {

        font-size: 24px;

    }

    .expertise {

        margin-top: 40px;

    }

}

@media(max-width:768px) {

    .industry-banner {

        padding: 60px 20px;

    }

    .industry-banner h1 {

        font-size: 36px;

    }

    .industry-banner p {

        font-size: 16px;

    }

    .icon-circle {

        width: 80px;

        height: 80px;

        min-width: 80px;

        font-size: 30px;

    }

    .card-text h4 {

        font-size: 20px;

    }

    .serve-section h2 {

        font-size: 34px;

    }

}

@media(max-width:576px) {

    .industry-title {

        font-size: 30px;

    }

    .glance-card {

        padding: 18px;

    }

    .industry-card {

        padding: 30px 15px;

    }

    .industry-card h4 {

        font-size: 20px;

    }

} */