/* Influx Infotech CSS */
/* This file contains custom styles for Influx Infotech */
.pt10  { padding-top: 10px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }

.pb10  { padding-bottom: 10px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
            width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    }
}
.navbar-brand img {
    width: 250px;
}
.header-top {
    padding: 5px 0 5px 0;
    position: relative;
    background: var(--theme-color);
    z-index: 1;
}
.header-top-social a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: var(--color-white);
    font-size: 16px;
    background: var(--theme-color);
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}
.header-top-contact ul li a:hover {
    color: var(--theme-color3);
    font-weight: 400;
}
.header-top-social span {
    color: #333;
    font-weight: 400;
}
@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 22px;
        padding: 25px 0 25px 0;
        font-size: 13px;
        font-weight: 500;
        color: var(--color-dark);
        text-transform: uppercase;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 5px 20px;
        font-weight: 400;
        color: var(--color-white);
        position: relative;
        overflow: hidden;
        text-transform: capitalize;
        transition: all .3s ease-in-out;
    }
}
.theme-btn-oa {
    font-size: 12px;
    color: var(--color-white);
    padding: 6px 10px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color3);
    box-shadow: var(--box-shadow);
    z-index: 1;
}
.theme-btn-oa:hover {
    color: var(--color-white);
    background-color: var(--theme-color);
}
.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: rgba(11, 28, 57, .2);
    z-index: -1;
}
@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 11px;
        padding: 25px 0 25px 0;
        font-size: 13px;
        font-weight: 500;
        color: var(--color-dark);
        text-transform: uppercase;
    }
}
@media (min-width: 992px) {
    .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-left: 15px;
    }
}
.header-top-contact ul li a {
    color: var(--color-white);
    font-weight: 400;
    font-size: 13px;
}
.header-top-social span {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
.feature-icon img {
    width: 60px;
    filter: brightness(0) invert(1);
}
.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 88px;
    color: var(--color-white);
    background: var(--theme-color3);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.counter-area::before {
    content: "";
    position: absolute;
    background: #04331a;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
}
.site-title span {
    color: var(--theme-color);
}
.site-title {
    font-weight: 800;
    text-transform: none;
    font-size: 55px;
    color: var(--color-dark);
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color3);
    position: relative;
    border-bottom: 2px solid var(--theme-color3);
}
.about-experience {
    display: flex;
    align-items: center;
    text-align: center;
    background: var(--theme-color3);
    padding: 15px 20px 15px 15px;
    color: var(--color-white);
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-item-icon {
    width: 70px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 12px;
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 45px;
    color: var(--theme-color);
    box-shadow: -5px 5px 0 var(--theme-color-light);
}
.theme-btn {
    font-size: 13px;
    color: var(--color-white);
    padding: 10px 17px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color3);
    box-shadow: var(--box-shadow);
    z-index: 1;
    line-height: 32px;
}
.about-phone .number span {
    color: var(--theme-color3);
    font-weight: 500;
}
.team-social a {
    display: block;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50px 50px 50px 0;
    background: var(--theme-color3);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.team-social-btn {
    position: absolute;
    right: -5px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    border-radius: 50px 50px 0 50px;
    cursor: pointer;
    background: var(--theme-color3);
    color: var(--color-white);
    transition: var(--transition);
}
.team-item:hover .team-social-btn{
  background: var(--theme-color);
}
.course-title {
    margin-bottom: 10px;
    padding-top: 10px;
}
.course-tag {
    position: absolute;
    right: -15px;
    top: 15px;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 40px 40px 40px 0;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: var(--box-shadow2);
    z-index: 1;
    font-size: 14px;
}
.course-title a:hover {
    color: var(--theme-color);
}
.course-img a {
    color: #fff;
}
.course-item {
    position: relative;
    background: var(--color-white);
    padding: 12px;
    border-radius: 50px 50px 50px 0;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow);
}
.course-area.py-120.pt60.pb60 {
    background-color: #0000000a;
}
.choose-area {
    position: relative;
    background: var(--theme-color);
    z-index: 1;
}
.site-title span {
    color: var(--theme-color2);
}
.cta-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    border-radius: 80px 80px 80px 0;
    z-index: -1;
}
.footer-area {
    background: #0d5931;
    position: relative;
    z-index: 1;
}
.footer-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #083f22;
    color: white;
    text-align: center;
    padding: 4px 0;
    z-index: 99;
}
.footer-bar .col-md-3 {
    display: flex;
    align-items: center;
    width: max-content;
}
.footer-bar .col-md-9 {
  display: flex;
  align-items: center;
}
footer.footer-bar h3 {
    background-color: var(--theme-color2);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    padding: 4px 12px;
}
.footer-bar .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* force single row */
}

.footer-bar .col-md-4 {
  flex: 0 0 auto;
  white-space: nowrap;
}

.footer-bar .col-md-8 {
  flex: 1;
  overflow: hidden;
}

.footer-bar h3,
.footer-bar p {
  margin: 0;
}
.copyright .copyright-wrapper {
    padding: 15px 0px;
    border-top: 1px solid var(--border-white-color);
    padding-bottom: 50px;
}
#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 54px;
}
#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 10px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: var(--color-white);
    background-color: var(--theme-color2);
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-right: 30px;
}
.notice-board {
  background: #fff;
  border-radius: 8px;
  height: 340px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.notice-header {
    background: #146439;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}
.notice-list {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.notice-list li {
    background: #f2f2f2;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
}
@media (max-width: 767px) {
  .notice-header {
    font-size: 14px;
  }
  .notice-list li {
    font-size: 13px;
  }
}
.notice-list i {
  color: #dc3545;
  margin-right: 6px;
}
.rotate-pin {
  transform: rotate(-20deg);
  display: inline-block;
}
.partner-item {
  text-align: center;
}

.partner-item img {
  max-width: 120px;
  margin: 0 auto 8px;
}

.partner-item p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  .partner-item img {
    max-width: 90px;
  }

  .partner-item p {
    font-size: 13px;
  }
}
.site-heading {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.ts-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 63 34 / 81%);
}
.copyright .copyright-text {
    color: var(--footer-text-color);
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
}
.copyright .copyright-text a {
    color: var(--theme-color2);
    font-weight: normal;
}
.copyright .copyright-text a:hover {
    color: var(--theme-color3);
    font-weight: normal;
}
.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 21px;
    z-index: 1;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}
.footer-list li a {
    color: var(--color-white);
    transition: var(--transition);
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.partner-item img {
    max-width: 170px;
    margin: 0 auto 8px;
    border-radius: 30px;
}
.partner-item p {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.partner-item {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

/* Background image layer */
.partner-item {
  position: relative;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  padding: 18px;
  background: transparent;
}

/* Birthday background image */
.partner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/img/birthday-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* Keep content above everything */
.partner-item * {
  position: relative;
  z-index: 2;
}
.birthday-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}   


/* SECTION */
.units-section{
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url('../img/home-bg.jpg') center/cover no-repeat;
  padding: 70px 20px;
}

/* HEADING */
.units-heading {
    text-align: center;
    color: #fff !important;
    margin-bottom: 20px;
}

.units-heading h1 {
    text-align: center;
    color: #fff !important;
    margin-bottom: 20px;
    font-size: 40px !important;
    margin-bottom: 10px;
}

.units-heading h1{
  font-size:36px;
  font-weight:700;
}

.units-heading p {
    margin-top: 10px;
    color: #f9df19;
    font-size: 23px;
}

/* GRID */
.units-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.unit-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
  transition:.4s ease;
}

.unit-card:hover{
  transform:translateY(-10px);
}

.unit-img img {
    width: 100%;
}

/* CARD CONTENT */
.unit-content {
    padding: 20px;
    text-align: center;
}

.unit-content h2 a {
    color: var(--theme-color) !important;
    font-size: 30px;
    margin-bottom: 5px;
}

.unit-info {
    font-size: 15px;
    color: #444;
    margin-bottom: 0px;
    font-weight: 700;
}

.unit-info i {
    color: var(--theme-color3);
    font-size: 17px;
    margin-right: 5px;
}

.unit-btn{
  display:inline-block;
  margin-top:5px;
  padding:5px 20px;
  background:var(--theme-color);
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  font-size:14px;
  transition:.3s;
}

.unit-btn:hover{
  background:var(--theme-color2);
  color: #000;
}

/* RESPONSIVE */
@media(max-width:992px){
  .units-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .units-grid{
    grid-template-columns:1fr;
  }
  .units-heading h1{
    font-size:28px;
  }
}
.hero-single .hero-content .hero-sub-title {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid var(--theme-color2);
}
.hero-single .hero-content {
    height: 100%;
    padding-left: 60px;
    padding-right: 20px;
}
.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}
.widget .category-list {
    padding-left: 10px;
    color: var(--theme-color);
}
.widget .category-list a:hover {
    padding-left: 10px;
    color: var(--theme-color3);
}
.widget .category-list a i {
    margin-right: 5px;
    color: var(--theme-color3);
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    color: var(--color-dark);
}
/* .category-list ul{
  list-style:none;
  margin:0;
  padding:0;
}

.category-list li{
  margin-bottom:10px;
}

.category-list a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-decoration:none;
  color:#333;
}

.category-list i{
  margin-right:8px;
  color:#0b6b3a;
}

.category-list span{
  color:#777;
} */

.widget .category-list a {
    display: block;
    padding: 5px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da !important;
    transition: var(--transition);
}

.blog-details ol li {
    list-style: decimal-leading-zero;
    color: #000;
    font-size: 15px;
}
.blog-details p {
    color: #000;
    font-size: 16px;
}
/* Table Wrapper (for responsiveness) */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

/* Main Table */
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Table Header */
table thead {
    background-color: #2c3e50;
    color: #ffffff;
}

table thead th {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ddd;
}

/* Table Body */
table tbody td {
    padding: 10px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
}

/* Alternate Row Color */
table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover Effect */
table tbody tr:hover {
    background-color: #f1f1f1;
    transition: background 0.3s ease;
}

/* Table Footer (Optional) */
table tfoot td {
    padding: 10px;
    font-weight: bold;
    background-color: #ecf0f1;
    border: 1px solid #ddd;
}

/* Mobile Friendly */
@media (max-width: 768px) {
    table thead {
        display: none;
    }

    table, table tbody, table tr, table td {
        display: block;
        width: 100%;
    }

    table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
    }

    table td {
        text-align: right;
        position: relative;
        padding-left: 50%;
    }

    table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        color: #555;
    }
}
.blog-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 10px;
}
.teachers-area {
    background-color: #f5f5f5;
}

.teacher-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.teacher-item:hover {
    transform: translateY(-6px);
}

.teacher-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.teacher-subject {
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}

.teacher-designation {
    font-size: 13px;
    color: #0d6efd;
}
.feature-content ul li {
    list-style: disc !important;
    display: list-item;
    /* padding-left: 10px; */
    margin-left: 10px;
    color: #000;
}







.category-box {
    max-width: 600px;
}
 /* 
.category-item {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
 */

.category-text {
    margin-bottom: 5px;
    color: #555;
    font-size: 15px;
}

.category-btn {
    display: inline-block;
    padding: 5px 18px;
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    width: 100%;
}

.category-btn:hover {
    background: #f17d02;
}

/* Special Apply Now Button */

.apply-btn {
    display: inline-block;
    padding: 5px 18px;
    background: #f17d02;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    width: 100%;
}

.apply-btn:hover {
    background: #e64a19;
}

.category-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}