/* --------------------------------------- 
------- Industry Banking & Finance Page -------
------------------------------------------ */

.hero-section-indusBanking {
    position: relative;
    background: url("../img/Industry/Banking.jpg") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-overlay-indusBanking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0.6) 50%, rgba(8, 8, 41, 0.3) 100%);

}

/* sec-1 */
.banking-section {
    position: relative;
    background: url("../img/Hcc Web Images/bankingImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.banking-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.banking-section > div {
    position: relative; /* Ensures text appears above the gradient */
    z-index: 2;
    width: 50%;
}
.b-par1{
    font-weight: 200;
}
.main-indheading {
    font-size: 40px;
    font-weight: 500;
}
/* sec-2 */
.contain{
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.ind-head{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.industry-card {
    width: 220px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.ind-box {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: center;
    margin: 20px 0;
    max-width: 800px;
}
.ind-img{
    width: 30%;
    margin-bottom: 20px;
}
/* -------------new css for services box of index page ---------------- */
.ser-card {
    /* width: 220px;// small boxes  */
    width: 310px;
    height: 200px;
    background-image: url("../img/Hcc Web Images/Our Services.png");
    background-size: cover;
    background-position: center;
    /* background-position: center center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #ddd;
    text-align: center;
    padding-right: 17px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.ser-box {
    display: flex;
    /* flex-wrap: wrap; small boxes  */
    /* gap: 20px; small boxes */
    gap: 33px; 
    justify-content: center;
    /* margin: 20px 0; */
    max-width: 800px;
}
.ser-img{
    width: 30%;
    margin-bottom: 20px;
}
.ser-card .btn {
    background: linear-gradient(180deg, #F52717 0%, #C1282A 100%);
    border: none;
    border-radius: 26px;
    color: white;
    font-size: 12px;
    width: 85px;
    height: 33px;
    /* margin-left: 47px; */
    transition: background-color 0.2s;

}
.service-card {
    /* width: 220px; small boxes */
    width: 310px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.service-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    /* margin: 20px 0; */
    max-width: 800px;
}
.service-img{
    width: 30%;
    margin-bottom: 20px;
}
.service-card:hover{
    background-image: url("../img//Hcc Web Images/Our Services.png");
    background-size: cover;
    background-position: center;
}
.service-card:hover h5 {
    color: white !important;
  }
  .service-card:hover {
    transform: scale(1.05);
    }
.ind-headings{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 60%;
}
/* responsiveness for our services boxes of  index page  */
@media (max-width: 575px) {

  .ser-box {
    flex-direction: column; /* boxes vertically stack ho jayein */
    gap: 20px;
    max-width: 100%;
    align-items: center;
    margin-bottom: 15px;
  }
}
/* Tablet – 2 per row */
@media  (min-width: 576px)  and (max-width: 1028px)  {
  .service-card {
    width: 201px;
    height: 145px;
  }
  .ser-card{
    width: 201px;
    height: 145px;

  }
  .ser-card h5{
font-size: 12px;
  }
}



/* sec-3 */
.ind-overlay {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    text-align: center;

}

.industry-img {
    width: 20%;
    margin: 20px 12px;
}
.ind-images{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.ind-banner {
    position: relative;
    width: 970px;
    max-width: 100%;
    overflow: hidden;
}
.alumCard {
    width: 246px;
}

/* Queries */
@media (max-width:992px) {
    .industry-img {
        margin: 8px 8px;
    }      
}
@media (max-width:768px) {
    .industry-img {
        margin: 2px 8px;
    }      
}
@media (max-width:550px) {
    .ind-overlay {
        top: 21px;
    }
    .banking-section {
        margin-left: 15px;
        margin-right: 15px;
    }
    .industry-img {
        margin: 20px 20px;
    }
}
@media (max-width:450px) {
    .banking-section {
        padding: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cont{
        padding-bottom: 0;
        padding-top: 0;
    }
    .b-par2{
        font-size: 8px;
    }
    .ind-overlay {
        top: 0px;
    }
    .industry-img {
        margin: 0px 7px;
    }
    .cta-title {
        font-size: 1rem;
    }
}
@media (max-width: 355px) {
    .cta-title {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    .ind-images {
        width: 245px;
    }
    .industry-img {
        margin: 0px 4px;
    }
}

/* --------------------------------------- 
------- Industry Oil & Gas Page -------
------------------------------------------ */

.hero-section-gas {
    position: relative;
    background: url("../img/hero-carousel/gasBg.png") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-gas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0) 50%, rgba(8, 8, 41, 0.3) 100%);
}

/* sec-1 */
.gas-section {
    position: relative;
    background: url("../img/Hcc Web Images/gasImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.gas-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.gas-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}
.b-par1{
    font-weight: 200;
}
.indus-headings{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 80%;
}

/* Queries */
@media (max-width:550px) {
    .gas-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* --------------------------------------- 
------- Industry Manufacturing Page -------
------------------------------------------ */

.hero-section-manufacturing {
    position: relative;
    background: url("../img/Industry/manufacture-supply.jpg") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-manufacturing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0.6) 50%, rgba(8, 8, 41, 0.3) 100%);
}

/* sec-1 */
.manufacturing-section {
    position: relative;
    background: url("../img/Hcc Web Images/manufacturingImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.manufacturing-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.manufacturing-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}
.b-par1{
    font-weight: 200;
}

.indus-Manuheadings {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 85%;
}
.ind-imgs {
    width: 25%;
    margin-bottom: 20px;
}

/* Queries */
@media (max-width:550px) {
    .manufacturing-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .cta-title {
        font-size: 1.5rem;
    }
}

/* --------------------------------------- 
------- Industry Media Page -------
------------------------------------------ */

.hero-section-media {
    position: relative;
    background: url("../img/Industry/Media-entertain.jpg") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, .6) 50%, rgba(8, 8, 41, 0.3) 100%);
}

/* sec-1 */
.media-section {
    position: relative;
    background: url("../img/Hcc Web Images/mediaImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.media-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.media-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}

/* Queries */
@media (max-width:550px) {
    .media-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .media-section > div {
        width: 69%;
    }
}

/* --------------------------------------- 
------- Industry Government Page -------
------------------------------------------ */

.hero-section-gov {
    position: relative;
    background: url("../img/Industry/NGO.jpg") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-gov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0.6) 50%, rgba(8, 8, 41, 0.3) 100%);
}

/* sec-1 */
.gov-section {
    position: relative;
    background: url("../img/Hcc Web Images/govImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.gov-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.gov-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}

/* Queries */
@media (max-width:550px) {
    .gov-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .gov-section > div {
        width: 69%;
    }
    .out-content h1 {
        font-size: 25px;
    }
    .out-content {
        max-width: 370px;
    }
}

/* --------------------------------------------- 
------- Industry Energy & Utilities Page -------
------------------------------------------------ */
.hero-section-energy {
    position: relative;
    background: url("../img/hero-carousel/energyBg.png") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-energy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0) 50%, rgba(8, 8, 41, 0.3) 100%);
}

/* sec-1 */
.energy-section {
    position: relative;
    background: url("../img/Hcc Web Images/energyImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.energy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.energy-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}
/* sec-2 */
.energy-card{
    flex-wrap: nowrap;
}
.enCard{
    width: 200px;
    height: 200px;
}

/* Queries */
@media (max-width:860px) {
    .energy-card{
        flex-wrap: wrap;
    }
}
@media (max-width:550px) {
    .energy-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .energy-section > div {
        width: 69%;
    }
    .energy-card{
        flex-wrap: wrap;
    }
}
@media (max-width:430px) {
    .energy-card{
        flex-wrap: wrap;
    }
    .main-indheading {
        font-size: 25px;
    }
    .cta-title {
        font-size: 1rem;
    }
    .ind-images {
        width: 335px;
    }
}
@media (max-width: 330px) {
    .ind-images {
        width: 230px;
    }
}

/* --------------------------------------------- 
------- Industry Retail Page -------
------------------------------------------------ */
.hero-section-retail {
    position: relative;
    background: url("../img/Industry/Retail-ecom.jpg") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-retail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0.5) 50%, rgba(8, 8, 41, 0.3) 100%);
}

/* sec-1 */
.retail-section {
    position: relative;
    background: url("../img/Hcc Web Images/retailImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.retail-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.retail-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}

.ind-retImgs {
    width: 30%;
    margin-bottom: 16px;
}
/* sec-4 */
.retClient-sec{
    background: rgba(239, 241, 243, 1);
}
.hdd{
    margin-top: 0;
}

/* Queries */
@media (max-width: 768px) {
    .retail-section > div {
        width: 65%;
    }
}
@media (max-width:550px) {
    .retail-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .retail-section > div {
        width: 69%;
    }
}

/* ----------------------------------------------------------------------- 
------- Industries Page (Pharmaceutical and Life Sciences)----------------
-------------------------------------------------------------------------- */

.hero-section-pharm {
    position: relative;
    background: url("../img/Industry/pharma.jpg") no-repeat center center/cover;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-overlay-pharm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.02% 163.56% at 50% 50%, rgba(0, 0, 0, 0.6) 50%, rgba(8, 8, 41, 0.3) 100%);

}
.pharm-sec{
    max-width: 100%;
    width: 100%;
}

/* sec-1 */
.ind-section {
    position: relative;
    background: url("../img/Hcc Web Images/industriesImg.png") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    text-align: left;
    padding: 40px 40px;
    margin-top: 50px;
}
.ind-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 30px; 
    z-index: 1;
}
.ind-section > div {
    position: relative;
    z-index: 2;
    width: 50%;
}
.pharm-btn{
    margin-top: 20px;
}
.indBox{
    max-width: 900px;
}
.indheadings {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

/* Queries */
@media (max-width: 768px) {
    .ind-section > div {
        width: 65%;
    }
}
@media (max-width:550px) {
    .ind-section {
        padding: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .ind-section > div {
        width: 69%;
    }
    .main-indheading {
        font-size: 21px;
    }
    .contain{
        margin-bottom: 3px;
    }
    .ind-images {
        width: 260px;
    }
}
@media (max-width:350px) {
    .main-indheading {
        font-size: 18px;
    }
}

