/********** Template CSS **********/
:root {
    --primary: #af1e29;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    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: 35px 15px;
    color: var(--light);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.fixed-top {
    transition: .5s;
	background: rgb(0 3 27);
}
@media (max-width: 443.351px) {
   .col-6 {
            width: 100%;
}
    }
.founder_text{
	font-size: 17px;
	text-align: center;
}


@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 (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%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
    }

    .header-carousel .owl-carousel-item img {
	   	position: relative;
        width: 100%;
        height: 9%;
        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 {
    margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-about{
	   margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../brin_img/About-us-banner.jpg) center center no-repeat;
/*    background-size: cover;*/
	padding-top: 20rem;
}

.page_banner{
	margin-top: 7%;
    height: 393px;
}

.page-recruitment{
	   margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../brin_img/fte_page_banner_image.jpg) center center no-repeat;
    background-size: cover;
	padding-top: 20rem;
}
.page-Payroll{
	   margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../brin_img/hr_payroll_management_banner.jpg) center center no-repeat;
    background-size: cover;
	padding-top: 20rem;
}
.page-Staff{
	   margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../brin_img/it_staff_aug_Banner.jpg) center center no-repeat;
    background-size: cover;
	padding-top: 20rem;
}
.page-Corporate{
	   margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../brin_img/corporate_training_banner.jpg) center center no-repeat;
    background-size: cover;
	padding-top: 20rem;
}
.page-Contact{
	   margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../brin_img/contact_us_banner.jpg) center center no-repeat;
    background-size: cover;
	padding-top: 20rem;
}



.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 ***/
.service_img{
	height: 180px;
}
.main-title {
  font-size: 25px;
  margin: 10px 0 20px;
}

.main-title .check {
  color: #9ad92d;
  margin-right: 8px;
}

.main-title .highlight {
  background: #fbe2e3;
  padding: 2px 10px;
  border-radius: 4px;
  color: #af1e29;
}

.vmv-panel {
  background: #af1e29;
  padding: 4px 30px;
  border-radius: 4px;
}

.vmv-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.vmv-icon {
  font-size: 26px;
  margin-top: 6px;
  color: #fff;
}
.vmv-icon i {
    font-size: 24px;
    line-height: 1;
    margin-top: 34px;
}

.section-title {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}

.about-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #f2f2f2;
}

.vmv-divider {
  height: 1px;
  background: rgba(255,255,255,0.35);
  margin: 22px 0;
}

/* Mobile */
@media (max-width: 576px) {
  .vmv-panel {
    padding: 25px 20px;
  }
}

.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;
}

/*
.img_logo{
	
	width: 50%;
}
*/

/*** 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;
}
.service{
	font-size: 18px;
}

.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;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.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: 150px;
    height: 150px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.18);
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: transparent !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #af1e29 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img * {
    height: 200px;
	width: 200px;
}

.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: 5px;
    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);
}

/*** recruitment ***/
.recruitment-section {
  position: relative;
  padding: 100px 0;
/*  background: url("	https://img.freepik.com/free-photo/modern-office-space-interior_158595-5206.jpg") center/cover no-repeat;*/
  background: url("../brin_img/rp/the-history.jpg") center/cover no-repeat;
}

/* STRONG gradient overlay */
.recruitment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(81, 93, 110, 0.95),  /* very strong blue */
    rgba(0, 0, 0, 0.9)        /* very dark */
  );
}

.recruitment-section .container-xxl {
  position: relative;
  z-index: 2;
}

/* Text */
.recruitment-section h1 {
  font-weight: 700;
  color: #ffffff;
}

.recruitment-section p {
  font-size: 21px;
  line-height: 1.8;
  color: #f2f2f2;
}

.quote-text {
  font-family: 'Lora', serif;
  font-size: 17px;
  color: #ffd78a;
  border-left: 4px solid #d8eb3e;
  padding-left: 15px;
}
.about-quote-text{
	font-family: 'Lora', serif;
  font-size: 17px;
}
.founder-text{
	font-family: 'Lora', serif;
  font-size: 17px;
  padding-left: -2px;
}

/*** recruitment ***/


/*** augmentation ***/
.it-augmentation-section {
  position: relative;
  padding: 100px 0;
  background: url("../brin_img/it/IT-Staff-Augmentation.jpg") center/cover no-repeat;
}

/* Gradient overlay */
.it-augmentation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(76, 95, 124, 0.95),   /* primary blue */
    rgba(0, 0, 0, 0.9)
  );
}

/* Keep content above overlay */
.it-augmentation-section .container-xxl {
  position: relative;
  z-index: 2;
}

/* Offer title */
.offer-title {
  color: #cfe2ff;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Text */
.it-augmentation-section p {
  color: #f1f1f1;
  line-height: 1.8;
  font-size: 21px;
}

/* Responsive */
@media (max-width: 768px) {
  .it-augmentation-section {
    padding: 70px 15px;
  }
}

/*** augmentation ***/


/*** about ***/
/*
.about-section-bg {
    position: relative;
    background:
        linear-gradient(
            to right,
            rgba(0, 3, 27, 1) 0%,
            rgba(0, 0, 0, 0.75) 45%,
            rgba(0, 0, 0, 0.35) 75%,
            rgba(0, 0, 0, 0.15) 100%
        ),
        url('../brin_img/about_us/who_we_are.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
*/
}

/* Content spacing */
.about-content {
    max-width: 720px;
}

/* Section tag */
.section-tag {
    color: #0d6efd;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Headings */
.section-title {
    font-size: 35px;
    font-weight: 600;
    margin: 30px 0 10px;
}

/* Paragraphs */
.about-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
}
.about-text-black{
	font-size: 18px;
}

/* Why us list */
.why-us i {
    color: #daea3e;
    margin-right: 8px;
}

/* Button hover */
.about-section-bg .btn {
    transition: all 0.3s ease;
}

.about-section-bg .btn:hover {
    transform: translateY(-2px);
}

.feature-card {
  background: #fff;
  padding: 10px;
}

.feature-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}

.feature-card h4 {
  font-weight: 600;
  margin-top: 15px;
}

.feature-card p {
  color: #666;
  font-size: 15px;
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .feature-img {
    height: 240px;
  }
}


/*** about ***/

.hr-payroll-bg {
    position: relative;
    background-image:
        linear-gradient(
            rgba(15, 23, 42, 0.85),
            rgba(15, 23, 42, 0.85)
        ),
        url('../brin_img/hr/Payroll-Services.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Text color for better readability */
.hr-payroll-bg h1,
.hr-payroll-bg h6,
.hr-payroll-bg p,
.hr-payroll-bg small {
    color: #ffffff;
	font-size: 21px;
}

/* Section label color */
.hr-payroll-bg .text-primary {
    color: #af1e29 !important;
}

/* Icon circle styling */
.hr-payroll-bg .btn-square {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Optional: card spacing consistency */
.hr-payroll-bg .col-sm-6 {
    margin-bottom: 10px;
}



/*** Contact ***/
.contact-section {
  background: #ffffff;
}

.contact-card {
  background: #000;
  border-radius: 16px;
}

.contact-section h2 {
  line-height: 1.3;
}

.form-control {
  border-radius: 10px;
  padding: 12px 14px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dc3545;
}

.btn-danger {
  background: linear-gradient(135deg, #dc3545, #b21f2d);
  border: none;
}

.btn-danger:hover {
  opacity: 0.9;
}

.contact-info p {
  margin-bottom: 6px;

}

/*** Contact ***/

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


/* SECTION 6 – CONTACT GRADIENT BACKGROUND */
.section-6.contact {
    position: relative;
	background: #00031b;
/*
    background: linear-gradient(
        135deg,
        #0f2027 0%,
        #203a43 45%,
        #2c5364 100%
    );
*/
    padding: 80px 0;
    overflow: hidden;
	margin-top: 70px;
}

/* Optional subtle overlay for better readability */
.section-6.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

/* Keep content above gradient */
.section-6.contact .container {
    position: relative;
    z-index: 1;
}

/* Text color adjustments */
.section-6.contact h2,
.section-6.contact p,
.section-6.contact label {
    color: #ffffff;
	margin-left: 29px;
}
.fw-bold{
	margin-left: 25px;
}

/* Form fields */
.section-6.contact .form-control {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 6px;
    padding: 12px 14px;
}

/* Textarea height */
.section-6.contact textarea.form-control {
    min-height: 120px;
}

/* Primary button */
.section-6.contact .primary-button {
    background: linear-gradient(90deg, #ff9800, #ff5722);
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.section-6.contact .primary-button:hover {
    background: linear-gradient(90deg, #ff5722, #ff9800);
    transform: translateY(-2px);
}

/* Right-side content */
.section-6.contact .contacts h4,
.section-6.contact .contacts p {
    color: #ffffff;
}

/* Mobile spacing fix */
@media (max-width: 767px) {
    .section-6.contact {
        padding: 60px 0;
    }
}

.copyright {
    background: #111111;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}


/* ===============================
   MOBILE RESPONSIVE – 375px START
================================ */

@media (max-width: 375px) {

  /* ===== General ===== */
  body {
    font-size: 14px;
  }

  h1, .display-6 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
  }

  .container,
  .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* ===== Carousel ===== */
  .owl-carousel-item img {
    height: 100vh;
    object-fit: cover;
  }

  .owl-carousel-inner {
    padding-top: 120px;
  }

  .img_logo {
    width: 80% !important;
    margin-bottom: 20px;
  }

  .owl-carousel-inner p {
    font-size: 14px;
    padding-right: 0;
  }

  .owl-carousel-inner .btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  /* ===== Services ===== */
  .product-item h3.service {
    font-size: 16px;
  }

  .product-item img {
    height: auto;
  }

  /* ===== Founder's Desk ===== */
  .img-twice {
    display: block;
  }

  .img-twice .col-6 {
    width: 100%;
  }

  .founder_text {
    font-size: 13px;
    margin-top: 15px;
  }

  .container-xxl img[alt=""] {
    width: 100% !important;
/*	  margin-top: -95px !important;*/
  }

  /* Signature */
  img[src*="signature"] {
    width: 70% !important;
    margin-top: 10px;
  }

  /* ===== Director’s Note ===== */
  .director-note img {
    width: 100%;
    margin-bottom: 20px;
  }

  /* ===== Testimonials / Clients ===== */
  .testimonial-item img {
    max-width: 120px;
  }

  .testimonial-item h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  /* ===== Buttons ===== */
  .btn-primary {
    padding: 10px 24px;
    font-size: 14px;
  }

  /* ===== Back to top ===== */
  .back-to-top {
    width: 40px;
    height: 40px;
  }
}

/* =========================
   HERO BANNER – 375px ONLY
   ========================= */
@media (max-width: 375px) {

    .header-carousel,
    .owl-carousel-item {
        height: 100vh;
    }

    .owl-carousel-item img.img-fluid {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    /* Overlay */
    .owl-carousel-inner {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background: rgba(0, 0, 0, 0.55);
        text-align: center;
        padding-top: 85px;
    }

    .owl-carousel-inner .container {
        padding: 0 16px;
    }

    /* Logo */
    .img_logo {
        width: 80% !important;
        max-width: 260px;
        margin: 0 auto 20px;
        display: block;
    }

    /* Text */
    .owl-carousel-inner p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    /* Button */
    .owl-carousel-inner .btn {
        padding: 10px 26px;
        font-size: 14px;
        border-radius: 30px;
    }

    .owl-carousel-inner .col-lg-8 {
        margin: 0 auto;
    }
}

@media (max-width: 414px) {

    .header-carousel,
    .owl-carousel-item {
        height: 100vh;
    }

    .owl-carousel-item img.img-fluid {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    /* Overlay */
    .owl-carousel-inner {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background: rgba(0, 0, 0, 0.55);
        text-align: center;
        padding-top: 85px;
    }

    .owl-carousel-inner .container {
        padding: 0 16px;
    }

    /* Logo */
    .img_logo {
        width: 80% !important;
        max-width: 260px;
        margin: 0 auto 20px;
        display: block;
    }

    /* Text */
    .owl-carousel-inner p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    /* Button */
    .owl-carousel-inner .btn {
        padding: 10px 26px;
        font-size: 14px;
        border-radius: 30px;
    }

    .owl-carousel-inner .col-lg-8 {
        margin: 0 auto;
    }
}
@media (max-width: 430px) {

    .header-carousel,
    .owl-carousel-item {
        height: 100vh;
    }

    .owl-carousel-item img.img-fluid {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    /* Overlay */
    .owl-carousel-inner {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background: rgba(0, 0, 0, 0.55);
        text-align: center;
        padding-top: 85px;
    }

    .owl-carousel-inner .container {
        padding: 0 16px;
    }

    /* Logo */
    .img_logo {
        width: 80% !important;
        max-width: 260px;
        margin: 0 auto 20px;
        display: block;
    }

    /* Text */
    .owl-carousel-inner p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    /* Button */
    .owl-carousel-inner .btn {
        padding: 10px 26px;
        font-size: 14px;
        border-radius: 30px;
    }

    .owl-carousel-inner .col-lg-8 {
        margin: 0 auto;
    }
}
@media (max-width: 495px) {

    .header-carousel,
    .owl-carousel-item {
        height: 100vh;
    }

    .owl-carousel-item img.img-fluid {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    /* Overlay */
    .owl-carousel-inner {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background: rgba(0, 0, 0, 0.55);
        text-align: center;
        padding-top: 85px;
    }

    .owl-carousel-inner .container {
        padding: 0 16px;
    }

    /* Logo */
    .img_logo {
        width: 80% !important;
        max-width: 260px;
        margin: 0 auto 20px;
        display: block;
    }

    /* Text */
    .owl-carousel-inner p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    /* Button */
    .owl-carousel-inner .btn {
        padding: 10px 26px;
        font-size: 14px;
        border-radius: 30px;
    }

    .owl-carousel-inner .col-lg-8 {
        margin: 0 auto;
    }
}

.industry-section {
/*  background: #f5f7f8;*/
  padding: 60px 20px;
}

.industry-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.industry-card {
  background: #fff;
  border-radius: 6px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.industry-card img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.industry-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}


/* Header Section */
.contact-header {
  padding: 40px 15px 10px;
}

.logo-img {
  max-width: 120px;
}

.tagline {
  font-size: 25px;
}

/* Left Heading */
.left-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
	color: #504c4d;
	margin-left: 155px !important;
}

/* Contact Info */
.contact-info {
  padding-left: 80px;   /* Desktop alignment */
}

.contact-info h5 {
  margin-bottom: 18px;
  font-family: 'Font Awesome 5 Brands';
	color: #504c4d;
}

.contact-info a {
  text-decoration: none;
  color: #504c4d;
}


/* ============================= */
/* Tablet Responsive */
@media (max-width: 991px) {

  .contact-info {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .left-heading {
    text-align: center;
    font-size: 38px;
/*	 color: #504c4d;*/
	  margin-left: 20px;
  }
}


/* ============================= */
/* Mobile 375px Professional */
@media (max-width: 375px) {

  .logo-img {
    max-width: 90px;
  }

  .main-title {
    font-size: 22px;
  }

  .tagline {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .left-heading {
    font-size: 20px;
    line-height: 1.5;
	          margin-top: -39px;
  }

  .contact-info h5 {
    font-size: 19px;
    line-height: 1.6;
  }

}

/* ===== Section Spacing ===== */
.industry-section {
  padding: 60px 15px;
  background: #f9f9f9;
}

/* ===== Header ===== */
.industry-header {
  text-align: center;
  margin-bottom: 40px;
}

.industry-logo {
  margin-bottom: -10px;
  max-width: 120px;
  height: auto;
}

.main-title {
  font-size: 32px;
  font-weight: 700;
}

.highlight {
  color: #dc3545; /* red */
}

/* ===== Grid Layout ===== */
.industry-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

/* ===== Card ===== */
.industry-card {
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.industry-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}

.industry-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Hover Effect */
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* ===== Responsive Breakpoints ===== */

/* Tablets */
@media (min-width: 576px) {
  .industry-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Medium devices */
@media (min-width: 768px) {
  .industry-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large devices */
@media (min-width: 992px) {
  .industry-container {
    grid-template-columns: repeat(4, 1fr);
  }
}


.excellence-section {
    padding: 70px 20px;
    text-align: center;
}


.main-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
}

/* Grid Layout */
.excellence-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

/* Card */
.excellence-item {
    padding: 20px;
    transition: 0.3s ease;
}

.excellence-item:hover {
    transform: translateY(-8px);
}

/* Icon */
.icon {
    font-size: 45px;
    margin-bottom: 20px;
}

/* Custom Colors */
.cloud i { color: #0d6efd; }
.java i { color: #f89820; }
.data i { color: #198754; }
.sap i { color: #0dcaf0; }
.security i { color: #0d6efd; }
.salesforce i { color: #00a1e0; }

/* Heading */
.excellence-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

/* Text */
.excellence-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 992px) {
    .excellence-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small Tablet */
@media (max-width: 768px) {
    .excellence-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 560px) {
    .excellence-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 26px;
    }
	.page_banner{
		margin-top: 100px;
		height: 200px;
	}
}







