/*navbar.css starts*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
:root {
  --font_family: 'Lato', sans-serif;
  --font_size_main_xl: 2rem;
  --font_size_main_xxl: 3rem;
  --font_size_main_lg: 1.7rem;
  --font_size_main_md: 1.4rem;
  --color_main: #7030A0;
  --color_black: #000000;
  --color_white: #FFFFFF;
  --color_green: #92D050;
  --color_yellow: #e0af32;
  --color_border: #bdbdbd;
  --color_background1: #f7edff;
}

* {
	box-sizing: border-box;
 	margin: 0;
 	padding: 0;
  font-family: var(--font_family);
}

html {
    font-size: 65%;
}

@media screen and (max-width: 992px) {

   html { 
      font-size: 60% !important;
   }

   #random {
    height: 20vw !important;
   }

}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:focus,a:visited,a:active{
  outline: none;
}


.img-responsive {
  height: 5vw;
  
}

.navbar {
  background-color: var(--color_white);
}

.navbar-nav, .dropdown-item {
  font-size: var(--font_size_main_lg);
}

.navbar-nav .nav-item .nav-link {
    color: var(--color_black);
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
    color: var(--color_main);
    font-weight: bold;
}

.dropdown-menu, .dropright {
  border: none;
  border-radius: 0;
}

.dropdown-menu li:first-child {
  margin-top: 2.1rem;
  border-top: 0.2rem solid var(--color_main);
}

.dropright .dropdown-menu {
  padding-top: 0rem;
  border-top: 0.2rem solid var(--color_main);
  margin-top: -0.2rem;
  margin-left: -0.05rem;
}

.dropdown:hover>.dropdown-menu, .dropright:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active, .dropright>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color_main);
}

.dropdown-item {
  font-size: var(--font_size_main_md);
  padding: 1rem;
  border-radius: 0.4rem;
  border: none;
}

.dropdown-toggle::after {
  display: none;
}

.text-decoration-none {
  text-decoration: none!important;
}

.fa-angle-down {
  font-weight: 700;
  margin-left: 0.3rem;
  font-size: 1rem;
}

.btn {
  border: 0.1rem solid var(--color_main);;
  background-color: var(--color_white);
  color: var(--color_main);
  font-weight: 700;
  display: flex;
  margin: 0rem auto 0rem auto;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: auto;
  font-size: var(--font_size_main_md);
}

.name {
  border: 0.1rem solid var(--color_main);
  border-radius: 0.2rem;
  background-color: var(--color_white);
  color: var(--color_main);
  font-weight: 700;
  display: flex;
  margin: 0rem auto 0rem auto;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: auto;
  font-size: var(--font_size_main_md);
}

.btn:hover, .btn:focus { 
  background-color: var(--color_main);
  color: var(--color_white);
}

@media only screen and (max-width: 992px) {

  .container {
    max-width: 95%;
  }

  .navbar-brand {
    margin: auto;
  }

  .img-responsive {
    height: 17vw;
    padding: 0rem 0rem 0rem 0rem;
  }

  .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }

  .custom-toggler .navbar-toggler-icon {
    font-size: var(--font_size_main_lg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(112,48,160, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .custom-toggler.navbar-toggler {
    border-color: var(--main_color);
  }

  .navbar-nav .nav-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid gray;
  }

  .dropdown-menu {
    border: none;
  }

  .dropright .dropdown-menu {
    border-top: none;
    margin-top: 0rem;
    margin-left: 1.5rem;
    border: none;
  }

  .dropdown-menu li:first-child {
    border-top: none;
    margin-top: 0;
  }

  .btn {
    margin: 5rem auto 5rem auto;
    padding: 1rem 2rem 1rem 2rem;
    font-size: var(--font_size_main_lg);
  }

  .nav-address {
    border: none;
    background-color: transparent;
    font-size: var(--font_size_main_lg);
    color: var(--color_black);
  }
}

.btn4 {
  border-radius: 0.3rem;
  border: none;
  padding: 1rem 1.2rem 1rem 1.2rem;
  background-color: var(--color_main);
  color: var(--color_white);
  text-align: center;
}
.btn4:hover {
  color: var(--color_white);
}

.text-display {
  font-size: var(--font_size_main_md);
  font-weight: bold;
}
/*navbar.css ends*/

/* about.css starts  */
#random {
  height: 5vw;
}

.section_all h1, .section_all h2, .section_all h3, .section_all h4, .section_all h5, .section_all h6 {
    font-size: var(--font_size_main_xxl);
    font-weight: 700;
    margin-bottom: 3rem;
    color: var(--color_black);
}
.section_all a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
.section_all ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section_subtitle {
    color: var(--color_main);
    font-weight: bold;
    font-size: var(--font_size_main_lg);
    letter-spacing: 0.4px;
    
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.about_icon_box .text_custom {
    color: var(--color_green);
    font-size: var(--font_size_main_md);
}

.about_icon i {
    font-size: 26px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: var(--color_white);
    border-radius: 35px;
    color: var(--color_main);
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: var(--font_size_main_xl);
}

.about_header_main .about_para {
    text-align: justify;
    font-size: var(--font_size_main_md);
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.edu_desc {
    font-size: var(--font_size_main_lg);
}

/* about.css ends */

/*aeronsoft.css starts*/
.hero-section {
  position: relative;
  overflow: hidden;
  height: 37vw;
  width: 100%;
  min-height: 500px;
  margin: 0;
  padding: 0;
}

.hero-section img.hero-img {
  height: 42vw;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Mobile-specific image */
.hero-section img.mobile-hero-img {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 45rem;
  padding: 4rem 2rem;
  color: var(--color_white);
}

.hero-content h1 span {
  color: var(--color_yellow);
}

.hero-content h3 {
  font-size: var(--font_size_main_lg);
  font-weight: 400;
  margin-bottom: 1rem;
}

.hero-content h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-content h1 span {
  color: var(--color_main);
}

.hero-content p {
  font-size: var(--font_size_main_md);
  margin-top: 1rem;
  color: var(--color_border);
  line-height: 1.6;
}

.hero-content .banner-btn {
  margin-top: 1.8rem;
  padding: 0.8rem 2rem;
  font-size: var(--font_size_main_md);
  border-radius: 0.5rem;
  font-weight: 500;
  color: var(--color_white);
  width: 10vw;
  background-color: var(--color_main);
  float: left;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
  #random {
    height: 4vw;
  }
  .hero-section {
    height: 100vh !important; /* Full viewport height */
    min-height: 600px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0;
    margin: 0;
    position: relative;
  }

  /* Hide desktop image, show mobile image */
  .hero-section img.hero-img {
    display: none;
  }

  .hero-section img.mobile-hero-img {
    display: block;
    position: absolute !important; /* Changed from relative to absolute */
    inset: 0 !important; /* Cover entire section */
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    z-index: 1 !important; /* Behind the content */
    order: 2 !important;
  }

  .hero-content {
    text-align: center;
    padding: 3rem 1.5rem !important;
    order: 1 !important;
    background: none !important; /* Remove gradient background */
    position: relative;
    z-index: 2 !important; /* Above the image */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100% !important;
  }

  /* Add overlay to improve text readability */
  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 2;
  }

  .hero-content h1 {
    font-size: 2.5rem !important;
    position: relative;
    z-index: 3;
  }

  .hero-content h3,
  .hero-content p {
    position: relative;
    z-index: 3;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .hero-content .banner-btn {
    width: auto !important; /* Remove fixed width on mobile */
    float: none !important; /* Remove float on mobile */
    display: inline-block;
    position: relative;
    z-index: 3;
  }

  /* Adjust other mobile styles */
  .small-img {
    display: none;
  }

  .badge-box {
    left: 0;
    transform: none;
    bottom: -2rem;
  }

  .action-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1rem !important;
    width: 100%;
    text-align: left !important;
  }

  .phone-box {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    white-space: nowrap;
  }

  .explore-btn {
    display: inline-flex !important;
    white-space: nowrap;
    margin: 0 !important;
    width: auto !important;
    align-self: center !important;
  }

  .feature-box {
    padding: 2.2rem 1rem;
  }

  .row.g-4 .col-md-6.col-lg-3 {
    width: 50%;
  }

  .feature-title {
    font-size: var(--font_size_main_md) !important;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: 80vh !important;
    min-height: 500px !important;
  }

  .hero-content h1 {
    font-size: 2rem !important;
  }

  .hero-content {
    padding: 7rem 1rem !important;
  }

  .stats-wrapper .col-12 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

/* Rest of your existing CSS remains the same */
.service-about-section {
  margin-top: 7rem;
}

.image-box {
  position: relative;
  border-radius: 1rem;
  animation: fadeIn 1s ease-out;
  overflow: visible;
}

.image-box img.main-img {
  border-radius: 1rem;
}

.small-img-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
  z-index: 20;
  border: 0.3rem solid #fff;
  border-right: none;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
  animation: slideInRight 0.9s ease-out forwards;
}

.small-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.small-img-wrapper:hover .small-img {
  transform: scale(1.05);
}

.badge-box {
  position: absolute;
  bottom: 2rem;
  left: 0;
  transform: translateX(-50%);
  background: var(--color_main);
  color: var(--color_white);
  padding: 1.2rem 2.2rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 50;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
  animation: floatBadge 3s ease-in-out infinite;
}

.badge-box i {
  font-size: var(--font_size_main_xl);
}

.badge-box:hover {
  transform: translateX(-50%) scale(1.08);
}

.list-check {
  font-size: var(--font_size_main_md);
}

.list-check i {
  color: var(--color_yellow);
}

.action-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  animation: fadeIn 1.2s ease-out;
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.phone-icon-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--color_main);
  color: var(--color_white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.phone-icon-circle i {
  transform: rotate(90deg);
}

.phone-text .text-secondary {
  font-size: 1rem;
}

.explore-btn {
  border-radius: 0.6rem;
  transition: 0.4s ease;
}

.explore-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translate(80px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

.pricing-title {
  font-size: var(--font_size_main_xxl);
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.text-green {
  font-weight: bold;
  color: var(--color_green);
}

.pricing-card {
  background: none;
  border-radius: 1rem;
  padding: 2rem 2rem 3rem;
  border: 0.1rem solid var(--color_border);
  transition: border 0.1s, transform 0.3s;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.pricing-card h3 {
  color: var(--color_main);
  font-weight: bold;
}

.pricing-card:hover,
.pricing-card.featured:hover {
  border: 0.1rem solid var(--color_main);
  cursor: pointer;
  transform: translateY(-10px);
}

.pricing-card .price {
  font-size: var(--font_size_main_xl);
}

.feature-item {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.feature-item i {
  font-size: 1.2rem;
  color: var(--color_yellow);
}

.feature-box {
  background: white;
  padding: 3rem 1rem;
  margin: 1.4rem 0;
  border-radius: 0.8rem;
  text-align: center;
  box-shadow: 0 0.4rem 4rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.12);
}

.feature-title {
  font-size: var(--font_size_main_lg);
  font-weight: 600;
  margin-top: 1.2rem;
}

.icon-circle {
  width: 7rem;
  height: 7rem;
  border: 2px solid var(--color_main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon {
  font-size: var(--font_size_main_xxl);
  color: var(--color_main);
}

.image-text {
  font-size: 5rem;
  font-weight: 900;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.feature-container {
  height: 35vw;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
}

.desktop-layout {
  display: flex;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
  height: 25vw;
}

.sidebar {
  background-color: #fff;
  width: 28%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #eee;
}

.nav-container {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0rem 0;
}

.aeron-nav-link {
  padding: 1.7rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 0.2rem;
  background-color: #e9ecef;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  color: var(--color_black);
}

.aeron-nav-link:not(:first-child) {
  margin-top: 0.5rem;
}

.aeron-nav-link:hover,
.aeron-nav-link.active {
  background-color: #e9ecef;
  color: var(--color_main);
  border-left: 4px solid var(--color_main);
}

.aeron-nav-link i {
  margin-right: 2rem;
  width: 1.25rem;
  text-align: center;
}

.content {
  width: 69%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-container {
  text-align: center;
  padding: 2rem;
  border: 0.1rem solid var(--color_main);
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image-container img:hover {
  transform: scale(1.02);
}

/* Mobile Layout */
.mobile-header {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  text-align: center;
  background-color: #f8f9fa;
  flex-shrink: 0;
}

.mobile-header h3 {
  font-weight: 700;
  margin: 0;
  color: #2c3e50;
  font-size: 1.25rem;
}

.horizontal-nav-container {
  display: none;
  overflow-x: auto;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  flex-shrink: 0;
}

.horizontal-nav {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
}

.horizontal-aeron-nav-link {
  padding: 0.75rem 1rem;
  color: var(--color_main);
  font-size: var(--font_size_main_lg);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.horizontal-aeron-nav-link:hover,
.horizontal-aeron-nav-link.active {
  background-color: #e9ecef;
  color: #2c3e50;
  border-color: var(--color_main);
}

.horizontal-aeron-nav-link i {
  margin-right: 2rem;
  width: 1rem;
  text-align: center;
}

/* Mobile content (visible only on small screens) */
.mobile-content {
  display: none;
  padding: 3rem;
  text-align: center;
  height: 70vw;
}

.mobile-content img {
  max-width: 100%;
  height: 60vw;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
}

.mobile-image-title {
  margin-top: 0.75rem;
  font-weight: 600;
  color: #2c3e50;
}

/* Custom scrollbars */
.nav-container::-webkit-scrollbar,
.content::-webkit-scrollbar {
  width: 6px;
}

.nav-container::-webkit-scrollbar-track,
.content::-webkit-scrollbar-track {
  background: #c1c1c1;
  border-radius: 3px;
}

.nav-container::-webkit-scrollbar-thumb,
.content::-webkit-scrollbar-thumb {
  background: var(--color_main);
  border-radius: 3px;
}

.horizontal-nav-container::-webkit-scrollbar {
  height: 6px;
}

.horizontal-nav-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.horizontal-nav-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-container {
    height: 90vh;
    flex-direction: column;
  }

  .desktop-layout {
    display: none;
  }

  .mobile-header,
  .horizontal-nav-container {
    display: block;
  }

  .content {
    height: 100%;
    padding: 1rem;
    flex: 1;
  }

  .image-container {
    padding: 1rem;
  }

  .image-container img {
    max-height: 300px;
  }

  /* show mobile content */
  .mobile-content {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
}

@media (min-width: 769px) {
  .desktop-layout {
    display: flex;
  }

  .mobile-header,
  .horizontal-nav-container,
  .mobile-content {
    display: none;
  }
}

/* news Header */

.news-section {
  padding: 30px 0;
}

.section-subtitle {
  font-size: 15px;
  color: var(--theme-primary);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-primary);
}

.section-title {
  font-size: var(--font_size_main_xxl);
  font-weight: 600;
  color: var(--text-primary);
}

.main-news-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.left-card,
.right-card {
  height: 26.5vw;
}

.main-news-card img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 26.5vw;
  object-fit: cover;
}

.main-news-card:hover img {
  transform: scale(1.05);
}

.main-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  padding: 30px;
  border-radius: 0 8px 0 0;
  box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  max-width: 450px;
}

.date-badge {
  width: 64px;
  height: 74px;
  background: var(--theme-primary);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.date-badge .day {
  font-size: 24px;
  line-height: 1;
}

.date-badge .month {
  font-size: 17px;
  margin-top: 2px;
}

.news-post-meta {
  color: #979ea2;
  font-size: 15px;
}

.news-post-meta i {
  color: var(--theme-primary);
  margin-right: 8px;
}

.news-list-item {
  border: 0.1rem solid var(--color_main);
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.news-list-item:hover {
  transform: translateY(-5px);
}

.news-list-image {
  width: 8vw;
  min-width: 8vw;
  height: 8vw;
  overflow: hidden;
  position: relative;
}

.news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-list-image:hover img {
  transform: scale(1.1);
}

.news-list-content {
  padding: 20px;
  flex-grow: 1;
}

.news-list-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: var(--font_size_main_lg);
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.news-list-image:hover .news-list-date {
  opacity: 1;
}

.news-list-date small {
  display: block;
  font-size: 20px;
  margin-top: 3px;
}

.news-list-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_main);
  opacity: 0.9;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.news-list-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.news-title {
  font-size: var(--font_size_main_lg);
  font-weight: 600;
  color: var(--color_black);
  margin-bottom: 8px;
  text-decoration: none;
}

.news-title:hover {
  color: var(--color_main);
}

/* Updated CSS for mobile view */
@media (max-width: 768px) {
  .news-section {
    padding: 20px 0;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .left-card,
  .right-card {
    height: auto !important;
    min-height: auto;
    margin-bottom: 20px;
  }

  .main-news-card img {
    height: 250px;
    width: 100%;
  }

  .main-news-content {
    position: relative;
    max-width: 100%;
    border-radius: 0 0 8px 8px;
    margin-top: -10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .news-list-item {
    flex-direction: row;
    margin-bottom: 15px;
    height: auto;
    min-height: 100px;
  }

  .news-list-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .news-list-content {
    padding: 15px;
  }

  .news-title {
    font-size: 16px;
    line-height: 1.4;
  }

  .news-list-date {
    font-size: 24px;
  }

  .news-list-date small {
    font-size: 14px;
  }
}

/* Additional improvements for very small screens */
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }

  .main-news-card img {
    height: 200px;
  }

  .news-list-item {
    flex-direction: column;
    height: auto;
  }

  .news-list-image {
    width: 100%;
    min-width: 100%;
    height: 180px;
  }

  .news-list-content {
    width: 100%;
  }

  .news-title {
    font-size: 18px;
    text-align: center;
  }

  .main-news-content {
    padding: 15px;
  }

  .main-news-content .news-title {
    font-size: 18px;
    text-align: left;
  }
}

/* Fix for the row spacing on mobile */
.row.g-4 {
  margin: 0 -8px;
}

.row.g-4 > [class*="col-"] {
  padding: 0 8px;
}

/* Optional: Add smooth transitions */
.left-card,
.right-card {
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .right-card {
    display: flex;
    align-self: center;
    justify-content: space-around;
    flex-direction: column;
  }
}

/*aeronsoft.css ends*/


/*contact.css starts*/
#random {
  height: 5vw;
}
h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}
.sec-title-style1.max-width{
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;    
}
.sec-title-style1.pabottom50 {
    padding-bottom: 42px;
}
.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #131313;
    font-size: 25px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .title.clr-white{
    color: #ffffff;
}
.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0;
}
.sec-title-style1 .decor:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .decor:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .decor span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #FFA500;
    margin: 2px 0;
}


.sec-title-style1 .text{
    position: relative;
    display: block;
    margin: 7px 0 0;
}
.sec-title-style1 .text p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.sec-title-style1 .text.clr-yellow p{
    color: #FFA500;
}
.sec-title-style1 .text .decor-left{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: var(--color_green);
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-right{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: var(--color_green);
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .bottom-text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title-style1 .bottom-text p{
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.sec-title-style1 .bottom-text.clr-gray p{
    color: #cdcdcd;    
}
.contact-address-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 50px;
}
.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}
.contact-address-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;  
}
.single-contact-address-box {
    position: relative;
    display: block;
    background: linear-gradient(to right, var(--color_main) 30%, #8B5CF6);
    padding: 85px 30px 85px;
}
.single-contact-address-box .icon-holder i {
    font-size: var(--font_size_main_xxl);
    margin-right: 3rem;
}

.single-contact-address-box h3{
    color: #ffffff;
    margin: 0px 0 9px;
}
.single-contact-address-box h2{
    color: #FFA500;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}
.single-contact-address-box a{
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0.1rem solid var(--color_border);
    background: var(--color_white);
    transition: border 0.1s, transform 0.3s;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.single-contact-address-box.main-branch:hover {
  border: 0.1rem solid var(--color_main);
  cursor: pointer;
}

.single-contact-address-box.main-branch h3{
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}
.single-contact-address-box.main-branch .inner{
    position: relative;
    display: block;
    
}
.single-contact-address-box.main-branch .inner ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-contact-address-box.main-branch .inner ul li{
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid var(--color_border);
    padding-bottom: 23px;
    margin-bottom: 24px;
}
.single-contact-address-box.main-branch .inner ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-contact-address-box.main-branch .inner ul li .title{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li .title h4{
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.single-contact-address-box.main-branch .inner ul li .text{
    position: relative;
    display: block;
}
.single-contact-address-box.main-branch .inner ul li .text p{
    color: #131313;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed; 
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}
.contact-form .sec-title-style1{
    position: relative;
    display: block;
    padding-bottom: 51px;
    width: 50%;
}
.contact-form .text-box{
    position: relative;
    display: block;
    margin-top: 19px;
    width: 50%;    
}
.contact-form .text p{
    color: #848484;
    line-height: 26px;
    margin: 0;
}

.contact-form .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    color: #222222;
    border-color: #d4d4d4; 
}
.contact-form form input[type="email"]:focus{
    color: #222222;
    border-color: #d4d4d4;
}
.contact-form form textarea:focus{
    color: #222222;
    border-color: #d4d4d4;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: #FFA500;
    border: 1px solid #FFA500;
    color: #131313;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.contact-form form button:hover{
    color: #ffffff;
    background: #131313;
}

/*contact.css ends*/


/*education.css starts*/

#sliderproduct{
  width: 100%;
}

#sliderproduct .carousel-inner {
  overflow: visible;
}

#sliderproduct .col-sm-6.image {
  box-shadow: 0px 4px 8px 0px #959595;
  position: relative;
}

.item {
  padding: 20px 20px 40px 20px;
}

.col-sm-6.image .item img.img-fluid {
  width: 315px;
}
.col-sm-6.image h1 {
  margin-bottom: 20px;
  font-size: var(--font_size_main_xl);
  font-weight: bold;
}


#sliderproduct .top a {
  text-decoration: none;
  font-size: var(--font_size_main_md);
  padding: 10px 18px;
  background: var(--color_main);
  box-sizing: border-box !important;
  text-align: center;
  margin: 0px 5px;
  display: block;
  color: #fff;
  width: 80px;
}

#sliderproduct .col-sm-4.mr-auto {
  margin-top: 22px;
}

#sliderproduct p.cr1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

#sliderproduct .col-sm-6:last-child {
  padding-top: 27px;
  padding-bottom: 27px;
}
#sliderproduct .details p.d-inline-block {
  color: #e0794f;
}

#sliderproduct .details .fa {
  color: #e0794f;
  padding: 0px 3px;
}

#sliderproduct .rating {
  margin: 23px 0px;
}

#sliderproduct .details .btn {
  float: none;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 22px;
  background: var(--color_green);
  color: #fff;
  border-radius: 81px;
  font-size: 14px;
  display: inline-block;
}

#sliderproduct .details h2 {
  margin: 25px 0px 30px 0px;
  font-size: 18px;
  font-weight: 700;
}

#sliderproduct .details p.cr4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;
}
#sliderproduct .carousel-item{
  transition: 0.5s;
}


#sliderproduct a.carousel-control-prev, #sliderproduct a.carousel-control-next {
  border-radius: 50%;
  background-color: var(--color_main);
  width: 35px;
  height: 35px;
  font-size: var(--font_size_main_lg);
  text-align: center;
  line-height: 35px;
  opacity: 1;
  top: 50%;
  transform: translate(-50%,-50%);
}

#sliderproduct ol.carousel-indicators {
  display: none;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background: var(--color_yellow);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
}

.container-timeline {
  padding: 30px 60px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container-timeline.left {
  left: 0;
}

.container-timeline.right {
  left: 50%;
}

.container-timeline .icon {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 30px;
  right: -30px;
  padding: 9px 0;
  background: #ffffff;
  border: 5px solid var(--color_yellow);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  color: var(--color_yellow);
  z-index: 1;
}

.container-timeline.right .icon {
  left: -30px;
}

.container-timeline .date {
  position: absolute;
  display: inline-block;
  height: 30px;
  min-width: 60px;
  top: 45px;
  padding: 6px 8px;
  background: var(--color_yellow);
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  z-index: -1;
}

.container-timeline.left .date {
  right: -86px;
  border-radius: 0 30px 30px 0;
}

.container-timeline.right .date {
  left: -86px;
  border-radius: 30px 0 0 30px;
}

.container-timeline::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50px;
  right: 28px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent var(--color_yellow) transparent transparent;
}

.container-timeline.right::before {
  left: 28px;
  border-color: transparent transparent transparent var(--color_yellow);
}

.container-timeline .content {
  padding: 30px 45px;
  background: #ffffff;
  position: relative;
  border: 5px solid #eeeeee;
  border-radius: 25px 0 25px 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.container-timeline.right .content {
  border-radius: 0 25px 25px 25px;
}

.container-timeline .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: var(--color_main);
}

.container-timeline .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #454545;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .container-timeline {
    width: 100%;
    padding-left: 125px;
    padding-right: 30px;
  }

  .container-timeline.right {
    left: 0%;
  }

  .container-timeline.left .icon, 
  .container-timeline.right .icon {
    width: 45px;
    height: 45px;
    top: 37.5px;
    font-size: 18px;
    left: 67.5px;
  }

  .container-timeline.left::before,
  .container-timeline.right::before {
    left: 110px;
    border-color: transparent transparent transparent var(--color_yellow);
  }

  .container-timeline.left .date,
  .container-timeline.right .date {
    right: auto;
    left: 15px;
    border-radius: 30px 0 0 30px;
  }

  .container-timeline.left .content,
  .container-timeline.right .content {
    border-radius: 0 25px 25px 25px;
    padding: 15px;
  }

  #sliderproduct a.carousel-control-prev, #sliderproduct a.carousel-control-next {
  border-radius: 50%;
  background-color: var(--color_main);
  width: 20px;
  height: 20px;
  font-size: var(--font_size_main_lg);
  text-align: center;
  line-height: 20px;
  opacity: 1;
  
}
}


.testimonial{
    border: 0.1rem solid var(--color_border);
            border-right: 4px solid var(--color_main);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
        }
        
        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 60px;
            left: 20px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--color_green);
            margin: 0;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 17px;
            color: var(--color_main);
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #2A3D7D;
            background: #fff !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: var(--color_main) !important;
          border-color:var(--color_main);
        }
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }

/*education.css ends*/

/*exam-pattern.css starts*/

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input.purple-border {
    border: 1px solid #9e9e9e;
}
.input-group.md-form.form-sm.form-2 input[type=text]:focus:not([readonly]).purple-border {
    border: 1px solid #ba68c8;
    box-shadow: none;
}
.form-2 .input-group-addon {
    border: 1px solid #ba68c8;
}
.danger-text {
    color: #ff3547; 
}  
.success-text {
    color: #00C851; 
}
.table-bordered.red-border, .table-bordered.red-border th, .table-bordered.red-border td {
    border: 1px solid #ff3547!important;
}        
.table.table-bordered th {
    text-align: center;
}

th, td {
	font-size: var(--font_size_main_md);
	cursor: auto;
}

.about_para {
	font-size: var(--font_size_main_md);
}

/*exam-pattern.css ends*/


/*footer.css starts*/

.bg-footer {
  background-color: #233243;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.bg-footer:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(31, 47, 64);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}
.bg-footer:after {
  position: absolute;
  content: '';
  background-color: rgb(31, 47, 64);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}
.footer-heading {
    margin-top: 3rem;
    font-size: var(--font_size_main_md);
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: var(--font_size_main_md);
    transition: all 0.5s;
}

.footer-link a:hover {
    color: var(--color_white);
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.instagram {
    color: #ffffff;
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.telegram {
    background-color: #229ED9;
    color: #ffffff;
}

.youtube {
    background-color: #FF0000;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
    font-size: var(--font_size_main_md);
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid var(--color_yellow);
}
/*footer.css ends*/


/*home.css starts*/

img {
    pointer-events: none;
}

#random {
  height: 5vw;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.main-container {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.main-container h1 {
  font-size: var(--font_size_main_xl);
  font-weight: 700;
  margin-bottom: 3rem;
  color: var(--color_black);
}

.main-container .card {
  border: 0.1rem solid var(--color_border);
  transition: border 0.1s, transform 0.3s;
}

.main-container .card:hover {
  border: 0.1rem solid var(--color_main);
  cursor: pointer;
}

.main-container .home-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main-container .card .card-body h2 {
  color: var(--color_main);
}

.main-container .card-body .card-text {
  font-size: var(--font_size_main_md);
}

.main-container .btn1 {
  border-radius: 2.5rem;
  border: 0.1rem solid var(--color_green);
  background-color: var(--color_white);
  color: var(--color_yellow);
  font-weight: 700;
  display: flex;
  margin: 0rem auto 0rem auto;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: auto;
  font-size: var(--font_size_main_md);;
}

.main-container .card-body .btn1:hover, .card-body .btn1:focus {
  background-color: var(--color_green);
  color: var(--color_white);
}

.main-container .card img:hover {
  opacity: 0.6;
}

.main-container .card-p {
  color: var(--color_black);
}

section {
  display: block;
  margin: 2rem auto 2rem auto;
  max-width: 100%;
  background: linear-gradient(to right, var(--color_main) 30%, #8B5CF6);
  color: var(--color_white);
  line-height: 1.5;
}

.about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.about-us h3 {
  font-weight: 600;
  white-space: nowrap;
  font-size: var(--font_size_main_xl);
  margin-bottom: 0.5rem;
}
.about-us p {
  font-size: var(--font_size_main_md);
}

.image-wrapper {
  height: 100%;
  width: 100%;
  clip-path: polygon(50%, 0%, 0% 0%);
}
.image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}

.social-media-container {
  border: none;
  display: block;
  margin: 5rem auto 5rem auto;
}

.social-media {
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.social-media li{
  list-style: none;
}

.social-media li a{
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: var(--font_size_main_xxl);
  text-align: center;
  text-decoration: none;
  color: var(--color_black);;
  margin: 0 40px;
  transition: .5s;
}

.social-media li a span{
  position: absolute;
  transition: transform .5s;
}

.social-media li a span:nth-child(1),
.social-media li a span:nth-child(3){
  width: 100%;
  height: 1px;
  background: var(--color_main);;
}

.social-media li a span:nth-child(1){
  top: 0;
  left: 0;
  transform-origin: right;
}

.social-media li a:hover span:nth-child(1){
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s;
}

.social-media li a span:nth-child(3){
  bottom: 0;
  left: 0;
  transform-origin: left;
}

.social-media li a:hover span:nth-child(3){
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s;
}

.social-media li a span:nth-child(2),
.social-media li a span:nth-child(4){
  width: 1px;
  height: 100%;
  background: var(--color_main);
}

.social-media li a span:nth-child(2){
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}

.social-media li a:hover span:nth-child(2){
  transform: scaleY(1);
  transform-origin: top;
  transition: transform .5s;
}

.social-media li a span:nth-child(4){
  top: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.social-media li a:hover span:nth-child(4){
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform .5s;
}

.contain {
  border: 1px solid var(--color_main);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.wrapper > * {
  padding: 1em;

}

.contact-wrapper {
  margin: auto 0;
}

.form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.form  form div {
  margin: 0;
  font-size: 1.4rem;
}

.form  .form-input,
.form  textarea {
  width: 100%;
  border: 1px solid var(--color_border);
  border-radius: 5px;
  font-size: var(--font_size_main_md);
}

.full-width {
  grid-column: 1 / 3;
}

.btn2, .form .form-input, textarea {
  padding: 1em;
}

.btn2 {
  float: left;
  border-radius: 2.5rem;
  color: var(--color_white);
  border: 0.2rem solid var(--color_green);
  background-color: var(--color_green);
  font-weight: 700;
  display: flex;
  margin: 0rem auto 0rem auto;
  padding: 0.5rem 2rem 0.5rem 2rem;
  width: auto;
  font-size: 1.4rem;
}

.btn2:hover, .btn2:focus {
  background-color: var(--color_white);
  border: 0.2rem solid var(--color_green);
  color: var(--color_yellow);
}

.form textarea:focus, .form input:focus{
  outline: none;
}

.contacts {
  margin-top: 0rem;
}
.contacts ul li{
  list-style: none;
  font-size: 1.7rem;
}

.highlight-text {
    font-weight: bold;
}

button:focus, button:hover {
  outline: none;
}

@media only screen and (max-width: 992px) {
  
  html {
     font-size: 150%;
  }

  #random {
    height: 19.5vw;
  }

    
  .main-container h1.text-center {
    margin-top: 2.5rem;
   }

  .card {
    margin-bottom: 3rem;
  }

  .social-media li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: var(--font_size_main_xl);
    margin: 0 20px;
  }
}

@media only screen and (min-width: 800px) {
  .contain {
    padding: 0;
  }

  section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .about-us {
    padding: 3vw 0 3vh 3vw;
  }

  .about-us h3 {
    font-size: var(--font_size_main_xl);
  }
  .about-us p {
    font-size: var(--font_size_main_md);
  }

  .image-wrapper {
    filter: hue-rotate(20deg);
    clip-path: polygon(0% 100%, 50% 0%, 100% 0%, 100% 100%);
  }

  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}
/*home.css ends*/

/*limit.css starts*/

.limit  span{
			margin: -0.7vw auto;
			display: block;
		}
.limit span.down{
			font-size: 70%;
		}
.limit{
		text-align: center;
		vertical-align: middle;
		position: relative;
		margin: 0 0.2vw;
		display: inline-block;
		}
.limit span.b1{
		margin-bottom: 0.5vw;
		}
.limit span.b2{
			border-top: solid #000000;
			border-width: thin; 
		}
.limit span.by{
			display: none;
		}

/*limit.css ends*/


/*login.css starts*/

.login {
	border: 0.1rem solid var(--color_border);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3rem 2rem 3rem 2rem;
}


/* login page css */
.login .input-group input {
	font-size: var(--font_size_main_md);
	padding: 2rem 0.8rem 2rem 0.8rem;
}

.login .input-group input:focus {
    outline: none;
    box-shadow: none;
    border: 0.1rem solid var(--color_main);
}

.login input::-webkit-input-placeholder {
    font-size: var(--font_size_main_md);
}

.login .input-group-text {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.login .fas {
	color: var(--color_main);
	font-size: var(--font_size_main_md);
}

.login .btn2 {
	border-radius: 0.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.login .title {
	text-align: center;
    position: relative;
    display: block;
    color: var(--color_black);
    font-size: var(--font_size_main_xxl);
    line-height: 46px;
    font-weight: 700;
}

.login .bottom-text {
	font-size: var(--font_size_main_md);
}

.login .register:hover {
	font-weight: bold;
	color: var(--color_main);
}


/* registration page css */

.form-group label {
	font-size: var(--font_size_main_md);
}

.form-group .form-control {
	font-size: var(--font_size_main_md);
	padding: 2rem 0.8rem 2rem 0.8rem;
}

.login .form-group input:focus, .login .form-group select:focus {
    outline: none;
    box-shadow: none;
    border: 0.1rem solid var(--color_main);
}

.form-group select {
	height: 4.2rem;
	font-size: var(--font_size_main_md);
}
/*login.css ends*/

/*privacy-term.css starts*/

#random {
  height: 5vw;
}

.section-all h1 {
    font-size: var(--font_size_main_xl);
    font-weight: 700;
    color: var(--color_main);
}

p {
    text-align: justify;
    font-size: var(--font_size_main_md);
}

/*privacy-term.css ends*/


/*product.css starts*/

.product .card {
  padding: 2rem 2rem 2rem 2rem;
  border: none;
}

.product .card:hover {
  border: none;
  cursor: auto;
}

.product h1 {
  font-weight: bold;
  color: var(--color_black);
  font-size: var(--font_size_main_lg);
}

.product .section_subtitle {
  opacity: 0.8;
  font-weight: normal;
  color: var(--color_black);
 font-size: var(--font_size_main_md); 
}

.product .card .card-body p {
  color: var(--color_main);
  font-size: var(--font_size_main_md);
}

.product .card img {
  box-sizing: border-box;
  border: 0.1rem solid var(--color_border);
}

.product .card img:hover {
  opacity: none;
}

.product-slide .card-title, .app-feature .card-title {
  font-weight: bold;
  color: var(--color_main);
  font-size: var(--font_size_main_lg);
}

.product-slide .card-text, .app-feature .card-text {
  color: var(--color_black);
  font-size: var(--font_size_main_md);
}

.team-image img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
  border: 0.07rem solid var(--color_yellow);
}

.team-content h5 {
  color: var(--color_main);
  font-size: var(--font_size_main_md);
}

.appliance .card-title {
  text-align: center;
  font-weight: bold;
  color: var(--color_main);
  font-size: var(--font_size_main_xl);
}

.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 10px;
    border-radius: 15px;
}

.post-slide .post-content h3{ 
  font-size: var(--font_size_main_lg);
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
/*product.css ends*/


/*project.css starts*/

.more {
  display: none;
}

.post {
  text-align: justify;
}

.post:not(:last-child) {
  margin-bottom: 30px;
}

.read {
  margin-top: 15px;
  display: block;
  background-color: var(--color_main);
  color: white;
  border:none;
  outline: none;
  padding: 6px 16px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: var(--font_size_main_md);
}
/*project.css ends*/


/*robotics.css starts*/

.robotics-section h2 {
  color: var(--color_main);
  font-size: var(--font_size_main_lg);
  font-weight: bold;
}

.workshop-info {
  border-left: 6px solid var(--color_yellow);
  border-right: 6px solid var(--color_yellow);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

/*robotics.css ends*/


/*subject.css starts*/

#random {
  height: 5vw;
}

.list-group-item {
  border: 0.1rem solid var(--color_border);
}

.sub-heading {
  color: var(--color_main);
  font-weight: bolder;
  font-size: var(--font_size_main_lg);
}

.sub-block {
  border: 0.1rem solid var(--color_border);
  padding: 0.7rem;
}

.sub-block h3 {
  color: var(--color_green);
  font-weight: bold;
  font-size: var(--font_size_main_md);
 
}

.sub-block p {
  color: var(--color_black);
  font-size: var(--font_size_main_md);
 
}
/*subject.css ends*/


/*trainee.css starts*/

#random {
  height: 5vw;
}

/*trainee.css ends*/


/*viewCourse.css starts*/

.table-course td {
	font-size: var(--font_size_main_md);
	padding-left: 1rem;
}

.table-course {
	border-collapse: separate;
    border-spacing: 1em;
}

.table-bordered {
	border: 0.1rem solid var(--color_green);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table-bordered tr {
	background-color: var(--color_white);
}

.td-topic {
	background-color: var(--color_main);
	font-size: var(--font_size_main_lg);
	color: var(--color_white);
}

.td-left {
	font-size: var(--font_size_main_lg);
	color: var(--color_yellow);
	font-weight: bold;
}

.td-right {
	font-size: var(--font_size_main_md);
	color: var(--color_black);
	font-weight: normal;
}

.table-course ul {
	list-style-type: square;
	margin-left: 2.5rem;
}
/*viewCours.css ends*/


/*viewSyllabus.css starts*/

.image-parent {
  max-width: 100px;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
}

.sub-text {
	font-size: var(--font_size_main_lg);
	color: var(--color_black);
	font-weight: bold;
	cursor: pointer;
}

.sub-text:hover {
	font-weight: bold;
	color: var(--color_main);
}

/*viewSyllabus.css ends*/

/*viewWorkshop.css starts*/

.container-robotics {
  max-width: 900px;
}

.workshop {
  overflow: hidden;
}

.workshop .card-title,
.workshop-info .card-title {
  padding: 0rem 1rem 0rem 1rem;
  color: var(--color_main);
}

.workshop-img-wrapper {
  padding: 0;
  text-align: right;
}

.workshop-img {
  float: right;
  width: 180px;
  border-left: 6px solid var(--color_green);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  display: block;
}

.workshop-details-card {
  font-size: var(--font_size_main_md);
}

.workshop-details-card .card {
  border-right: 6px solid var(--color_green);
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.workshop-details-card h4 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.workshop-details-card p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.workshop-details-card ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin: 0;
}

.workshop-details-card ol li {
  margin-bottom: 0.75rem;
}

.workshop-details-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.workshop-details-card ul li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

.workshop-details-card ul li::before {
  content: "✓";
  flex: 0 0 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: var(--color_green);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workshop-details-card ul li > * {
  margin: 0;
}

.workshop-details-card i {
  color: var(--color_main);
  margin-right: 0.4rem;
}

@media (max-width: 576px) {
  .workshop-img {
    width: 140px;
  }

  .workshop-details-card ul li {
    gap: 0.6rem;
  }
}

@media (max-width: 576px) {
  .workshop-details-card {
    font-size: var(--font_size_main_md);
  }

  .workshop-details-card p,
  .workshop-details-card li,
  .workshop-details-card ul,
  .workshop-details-card ol,
  .workshop-details-card strong,
  .workshop-details-card h4 {
    font-size: inherit !important;
    line-height: 1.6;
  }

  .workshop-details-card h4 {
    font-weight: 600;
    margin-bottom: 0.6rem;
  }

  .workshop-details-card ul li {
    align-items: center;
    gap: 0.6rem;
  }

  .workshop-img {
    width: 140px;
  }
}

.benefit-card {
  border: 0.05rem solid var(--color_main);
  background: white;
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  background: linear-gradient(135deg, rgb(209, 137, 209), var(--color_main));
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.benefit-icon i {
  font-size: 2rem;
  color: white;
}

.benefit-card h4 {
  color: var(--color_main);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.benefit-card p {
  color: var(--color_black);
  opacity: 0.7;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .benefit-card {
    padding: 1.5rem;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.25rem;
  }

  .benefit-icon i {
    font-size: 2rem;
  }

  .benefit-card h4 {
    font-size: var(--font_size_main_md);
  }
}

@media (max-width: 576px) {
  .benefit-card {
    margin-bottom: 1rem;
  }
}

/*viewWorkshop.css ends*/


