@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  outline: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'sofia_probold';
  src: url('../fonts/sofia_pro_bold_az-webfont.woff2') format('woff2'),
    url('../fonts/sofia_pro_bold_az-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'sofia_prolight';
  src: url('../fonts/sofia_pro_light_az-webfont.woff2') format('woff2'),
    url('../fonts/sofia_pro_light_az-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'sofia_proregular';
  src: url('../fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'),
    url('../fonts/sofia_pro_regular_az-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'sofia_prosemibold';
  src: url('../fonts/sofia_pro_semi_bold_az-webfont.woff2') format('woff2'),
    url('../fonts/sofia_pro_semi_bold_az-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

html,
body {
  padding: 38px 0 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  font-family: 'sofia_prolight', sans-serif;
  color: #000;
  overflow-x: hidden;
}

a,
button {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  box-shadow: none;
  outline: none
}

ul,
li {
  margin: 0;
  padding: 0;
}

p {
  font-size: 20px;
  color: #000000;
  line-height: 1.4rem;
  margin-bottom: 22px;
}

/* ~~~~~~~~~ Genaral  CSS ~~~~~~~~~ */

.mobLogo {
  display: none;
}

.logo {
  position: relative;
  z-index: 1;
  width: 180px;
}

.logo img {
  max-width: 100%;
}

.selectOuter:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 15px;
  height: 20px;
  background: #000;
}

.nav-link {
  white-space: nowrap;
}

.navbar {
  top: 0;
  padding-top: 0;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.topsection {
  position: relative;
  padding: 130px 0 50px;
  text-align: center;
  overflow: hidden;
  background: url(../images/web-top.png) center top no-repeat;
}

.content {
  width: 1420px;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.search {
  position: relative;
}

.search [type=button]:not(:disabled),
[type=reset]:not(:disabled),
.search [type=submit]:not(:disabled),
.search button:not(:disabled) {
  cursor: pointer;
  border: none;
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 16px;
}

.search .form-control {
  border-radius: 24px;
  border: 1px solid #666;
  padding-right: 45px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 3px;
}



.search .btn:hover {
   border-radius: 50%;
  background-color: #c70100;
}

.social {
  padding: 40px 15px;
  background-color: #019edb;
}

.social img {
  max-width: 100%;
}

.social .row {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

footer {
  padding: 60px 15px 30px;
  position: relative;
  background-color: #000000;
  background-size: cover;
  text-align: center;
}

.footercontent {
  width: 1050px;
  margin: 0 auto;
}

.footerboxicon {
  display: inline-block;
  width: 75px;
}

.footerboxicon img {
  max-width: 100%;
}

.footerboxText h4 {
  color: #019edb;
  text-transform: uppercase;
  text-align: left;
  font-size: 17px;
  font-weight: 700 !important;
}

.footerboxText a,
.footerboxText p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  text-align: left;
  font-weight: 400;
  display: block;
}

.copyright {
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}

.top {
  width: 125px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  margin-left: -62px;
  left: 50%;
  bottom: 0;
  cursor: pointer;
}

.trade_enquires {
  padding: 0 10px 30px;
}

.company_info {
  background-color: #dbdbdb;
  padding: 80px 0;
}

.textwidget {
  margin-top: 10px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 19px 20px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 19px 20px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 19px 20px -15px rgba(0, 0, 0, 0.75);
}

.cibox h2 {
  text-align: center;
  text-transform: capitalize;
}

img.img-fluid.img-radius {
  border-radius: 20px;
  image-rendering: 20px;
  width: 100%;
}

.textwidget-content p {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
}

a.link-know-morw {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #c70100;
}

a.link-know-morw:hover {
  transition: 0.3s;
  color: e90806;
}


.cibox h2 {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 600;
}


section.product-section {
  padding: 20px 0 50px 0;
}

.product-head h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}

.battery-img-area img {
  -webkit-box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
  -moz-box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
  box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
}

.battery-img-area {
  position: relative;
}

.battery-img-area:before {
  content: "";
  position: absolute;
  background-color: #e32326;
  height: 60px;
  width: 600%;
  bottom: 0;
  left: -1275px;
  z-index: -1;
}


.flaslight-img-area {
  position: relative;
}

.flaslight-img-area img {
  -webkit-box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
  -moz-box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
  box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
}

.flaslight-img-area:before {
  content: "";
  position: absolute;
  background-color: #e32326;
  height: 60px;
  width: 600%;
  bottom: 0;
  left: -1270px;
  z-index: -1;
}


.lighting-solution-img-area {
  position: relative;
}

.lighting-solution-img-area img {
  -webkit-box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
  -moz-box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
  box-shadow: -14px 17px 27px -27px rgba(97, 97, 97, 1);
}

.lighting-solution-img-area:before {
  content: "";
  position: absolute;
  background-color: #e32326;
  height: 60px;
  width: 600%;
  bottom: 0;
  left: -1295px;
  z-index: -1;
}

.gaping-arsetion {
  padding: 20px 0;
}


.contact-adders {
  text-align: left;
}

img.img-fluid.logo-footer {
  width: 200px;
  max-width: 100%;
}


.addres-area h6 {
  font-size: 18px;
  font-weight: 600;
  color: #ffff;
  padding: 16px 0;
  position: relative;
}
.addres-area h6.serv:before {
    content: "";
    display: block;
    position: absolute;
    left: 80px;
    width: 430px;
    height: 1px;
    background: #ccc;
    top: 29px;
}

.address-content,
.email-addres {
  list-style: none;
  /* Removes bullets */
  padding: 0;
  /* Optional: Removes default padding */
  margin: 0;
  /* Optional: Removes default margin */
  color: white;
  /* Sets text color to white */
}

.address-content li,
.email-addres li {
  margin-bottom: 5px;
  /* Optional: Adds spacing between list items */
  font-size: 14px;
}

.email-address a {
  color: white;
  /* Email text color */
  text-decoration: none;
  /* Removes underline */
}

.email-address a:hover {
  text-decoration: underline;
  /* Underline on hover for better UX */
}

ul.email-addres {
  padding-top: 20px;
}

ul.email-address li {
  list-style-type: none;
}

ul.email-address {

  padding-bottom: 10px;
}

.ftr_prt_frm form {
  display: flex;
  flex-direction: column;
  /* Stack inputs vertically */
  align-items: flex-start;
  /* Align items to the left */
  gap: 1px;
  /* Add spacing between elements */
}


.ftr_prt_frm {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: none;
  color: white;
  border-radius: 8px;
}

.ftr_prt_frm h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5em;
  color: #ffffff;
}

.ftr_prt_frm form input[type="text"],
.ftr_prt_frm form input[type="email"],
.ftr_prt_frm form input[type="tel"],
.ftr_prt_frm form textarea {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 1em;
  background-color: #ffffff;
  color: white;
}

.ftr_prt_frm form input[type="text"]:focus,
.ftr_prt_frm form input[type="email"]:focus,
.ftr_prt_frm form input[type="tel"]:focus,
.ftr_prt_frm form textarea:focus {
  border-color: #f4a261;
  /* Highlight on focus */
  outline: none;
  /* Removes default focus outline */
  background-color: #555;
}

.ftr_prt_frm form input[type="submit"] {
  width: auto;
  /* Let the button size adjust based on content */
  padding: 10px 50px;
  /* Adds padding for better appearance */
  background-color: #ff0000;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0;
  /* Remove margins */
  position: relative;
  /* Enable positioning */
  left: 0;
  /* Align to the left */
}

.ftr_prt_frm form input[type="submit"]:hover {
  background-color: #e76f51;
  /* Darker color on hover */
}


/* General container styles */
.img-area-content {
  padding: 20px;
  text-align: center;
  /* Default alignment (center) */
  color: #333;
  /* Text color */
  font-family: Arial, sans-serif;
}

/* Text alignment classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Paragraph styling */
.img-area-content p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  /* Spacing below paragraph */
}

/* Button styling */
.button {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #e32326;
  border-radius: 1px;
  background-color: #e32326;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Small button */
.small-button {
  padding: 5px 15px;
  /* Smaller padding */
  font-size: 0.9em;
  /* Smaller text */
}

/* Button hover effects */
.button:hover {
  background-color: #007bff;
  /* Button background on hover */
  color: white;
  /* Text color on hover */
}


/* Custom CSS */

#fullScreenDiv {
  height: 100%;
  width: auto;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #002840;
  position: relative;
}

#video,
#videoDiv {
  display: block;
}


#messageBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

#messageBox h3 {
  color: white;
  font-size: 60px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

#messageBox h3 a:link {
  color: white;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#messageBox div {
  text-align: center;
}

#messageBox img {
  /* filter: drop-shadow(0 0 0.75rem #000); */
  height: 50%;
}

#messageBox .inner-messageBox {
  display: flex;
  flex-direction: column;
  height: 90%;
  justify-content: end;

}


.addres-area p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
}

.addres-area li a {
  color: #ffffff;
}

.left-col p {
  text-align: left;
}

.footer-social {
  background: #222222;
  padding: 5px 0;
}

.footer-social p {
  color: #BBB;
  padding: 5px 0;
  font-size: 14px;
}

.footer-social p a {
  color: #fff;
}

.right-col {
  text-align: end;
}

.social-icon a {
  color: #BBB;
  height: 28px;
  width: 28px;
  margin-right: 4px;
  line-height: 38px;  
  text-align: center;
  display: inline-block;
  border: 0px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
  border: 1px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 13px;
}
.footer-social .social-icon a { font-size: 15px;}
.footer-social .social-icon a:hover {
    font-size: 15px;
    background: #300f99;
    color: #fff;
    border: 1px solid #300f99;
}

/* About */


.btns {
    font-size: 0.75rem;
    font-weight: 300;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-transform: uppercase;
    margin-right: 40px;
    color: #37179c;
    border: 0.5px solid #37179c;
    border-radius: 5px;
}


span.first-char {
  font-size: 45px;
}

.sec-space {
  padding: 50px 0;
}

.about-img img {
  width: 100%;
  /* height: 100%; */
  border-radius: 70% 30% 41% 60% / 55% 40% 54% 40%;
}


/* Gallery */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.p-relative {
  position: relative;
}

.fix {
  overflow: hidden;
}

.carousel-wrap {
  margin: 0;
  padding: 0;
  position: relative;
}

.tp-gallery-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


.tp-gallery-shape-2 {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 100%;
}


.tp-gallery-shape-1 img {
  width: 100%;
}

.tp-gallery-shape-2 img {
  width: 100%;
}

.owl-carousel .item:before {
  background: rgb(0, 0, 0);
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6110819327731092) 35%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}


h2.client-heading {
  position: absolute;
  z-index: 4;
  text-align: center;
}

#owl-demo2 .item:hover img {
  background: #3c1d9f;
}


.hm-icon img {
  width: 70px;
}

.nav-pills .nav-link {
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  background: #fcfcfc;
}

.nav-pills .nav-link.active {
  background: #3c1d9f;
  border: 1px solid #000;

}

.nav-pills .nav-link.active .tp-studio-service-title~p {
  color: #fff;
}

.tp-studio-service-content h4 a {
  color: #3c1d9f;
}

.tab-pane .btn-outline-primary {
  color: #3c1d9f !important;
  border: 1px solid #3c1d9f !important;
}

.tab-pane h4 {
  color: #3c1d9f;
  font-size: 30px;
}

.nav-pills .nav-link.active .tp-studio-service-content {
  color: #fff;
}

.nav-pills .nav-link.active .tp-studio-service-content h4 a {
  color: #fff;
}

.nav-pills .nav-link.active .hm-icon img {
  filter: none;
}


.hm-icon img {
  filter: invert();
}

.nav-btn-sec {
  display: flex;
  /* flex-direction: column; */
  justify-content: start;
}

.tp-studio-service-content {
  color: #000;
  text-align: justify;
  padding-left: 20px;
}


header {
  height: 45px;
}

article.offcanvas-body {
  padding-top: 10px !important;
}


/* css for services page */

.banner-overlay {
  position: fixed;
  transform: translateX(0px);
  background-color: #3c1d9f;
  transition: 0.2s ease-in;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 35%;
}

.banner-desc {
  padding-right: 50px;
  width: 30%;
  position: fixed;
  display: flex;
  align-items: center;
  height: 85vh;
  top: 11%;
}

.banner-desc .people-form {
  display: block;
  width: 100%;
  float: left;
  max-width: 100%;
}

.banner-desc .title {
  color: rgb(255, 255, 255);
  font-size: 6rem;
  font-weight: 700;
  line-height: 70px;
  max-width: 100%;
  margin: 10px 0px 25px;
}

.banner-desc p {
  line-height: 30px;
  color: #fff;
}

.home-link {
  padding-top: 20px;
}

.back-link {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.back-link i {
  margin-right: 5px;
}

section.team-section .wrapper {
  height: 100vh;
  justify-content: flex-end;
}

.flex-wrp {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.people-found {
  position: relative;
  top: 84px;
  width: 66%;
  align-self: flex-start;
  padding: 30px 40px;
}

.expertise-section .title-def {
  padding-bottom: 35px;
  font-size: 2.8rem;
  color: rgb(0, 119, 165);
  font-weight: 300;
  position: relative;
  width: 100%;
  margin: 10px 0px 0px 15px;
  padding: 0 0 20px;
}

.expertise-section .recog {
  padding-bottom: 20px;
  background: none;
}

.expertise-section .affliations h2 {
  font-size: 3rem;
  color: rgb(0, 60, 140);
  padding-bottom: 5px;
  font-weight: 300;
}

.serviceBody ul {
  margin: 0;
  padding: 0;
}

.serviceBody ul li {
  width: 33.33%;
  display: inline-block;
  padding: 18px;
}

.serviceBody ul li a {
  color: #000;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  min-height: 80px;
  display: flex;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 5px 21px;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}

.serviceBody ul li a:hover {
  background-color: #3c1d9f;
  color: #fff;
}

.expertise-section .affliations h2 {
  font-size: 2.2rem;
  color: rgb(0, 60, 140);
  padding-bottom: 5px;
  font-weight: 300;
}

.title-def {
  font-size: 4rem;
  color: rgb(0, 119, 165);
  font-weight: 300;
  position: relative;
  width: 100%;
  margin: 10px 0px;
}

section.team-section {
  padding: 0 30px;
}

.serviceLogo,
.servicePage .allPage {
  display: none;
}

.servicePage .serviceLogo {
  display: inline-block;
}

.servicePage .search {
  margin-right: 50px;
}

.menu-toggle {
  position: absolute;
  cursor: pointer;
  padding: 0px 0px 0px 25px;
  right: 40px;
  top: 36px;
  z-index: 99999;
  display: none;
}

.servicePage .menu-toggle {
  display: block;
}

.menu-toggle span {
  background-color: rgb(0, 0, 0);
  display: inline-block;
  height: 25px;
  width: 3px;
  position: relative;
  border-radius: 5px;
}

.menu-toggle span::before,
.menu-toggle span::after,
.menu-toggle span::before,
.menu-toggle span::after {
  background-color: rgb(0, 0, 0);
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 3px;
  left: -10px;
  position: absolute;
  border-radius: 5px;
  transition: 0.7s;
}

.menu-toggle span::after {
  left: inherit;
  right: 20px;
}

.menu-toggle.act span {
  background-color: transparent;
}

.menu-toggle.act span::before {
  background-color: rgb(255, 255, 255);
  transform: rotate(45deg);
  left: 0px;
}

.menu-toggle.act span::after {
  background-color: rgb(255, 255, 255);
  transform: rotate(-45deg);
  right: 0px;
}

.white-shadow {
  position: relative;
  height: calc(100vh - 80px);
}

/* .white-shadow:before {
  width: 100vw;
  height: 100vh;
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  z-index: 10;
} */

.white-shadow:before, .white-shadow.fixedbar:before {
    width: 100vw; 
    height: 100vh !important; 
    position: fixed; 
    content: ""; 
    background-color: rgba(255,255,255,0.9); 
    left: 0; 
    top: 0; 
    z-index: 10;
}
 

.servicePage.white-shadow .serviceLogo,
.servicePage.serviceInner.white-shadow .mainLogo {
  display: none;
}

.servicePage.white-shadow .navbar-expand-xl .offcanvas .offcanvas-body {
  justify-content: flex-end;
  padding-top: 31px !important;
}

.servicePage footer,
.servicePage .footer-social {
  display: none;
}

.servicePage.serviceInner footer,
.servicePage.serviceInner .footer-social {
  display: block;
}

.serviceBody {
  width: 60%;
  margin-left: 38%;
}

.serviceBody ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.tp-studio-service-item .tp-studio-service-content h4 {
  color: #3c1d9f;
}

.nav-link.active .tp-studio-service-item .tp-studio-service-content h4 {
  color: #fff;
}

.sitopSection,
.simidSection {
  padding: 30px 0;
}

.sitopLeft {
  padding-right: 30px;
}

.sitopSection h1 {
  color: rgb(0, 119, 165);
  font-weight: 300;
  font-size: 42px;
}

.breadCrumb {
  margin: 20px 0 40px 5px;
}

.breadCrumb ul {
  margin: 0;
  padding: 0;
}

.breadCrumb ul li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin-left: 0 !important;
}

.breadCrumb ul li:first-child {
  padding-right: 30px;
  font-size: 15px;
}

.breadCrumb ul li a {
  color: rgb(42 42 42);
  font-weight: 500;
  font-size: 14px;
}

.breadCrumb ul li a i {
  color: #3c1d9f;
}

.breadCrumb ul li:first-child:after {
  content: "";
  display: inline-block;
  width: 15px;
  background-color: rgb(0, 160, 220);
  height: 1px;
  margin: 0px 10px;
  position: absolute;
  right: -4px;
  top: 49%;
  left: auto;
}

.sideBar ul li a:hover,
.sideBar ul li:hover,
.sideBar ul li.active a,
.sideBar ul li.active {
  color: #e63a37;
}

.serviceInner.servicePage.fixedbar:after {
  display: none;
}

.simidSection .col-xl-4 {
  margin: 10px 0;
}

.simidSecCard {
  border: 1px solid #fff;
  padding: 20px 20px 0px;
  height: 100%;
  border-radius: 7px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}

.simidSecCard:hover {
  background-color: #fff;
}

.simidSection {
  background-color: #3c1d9f;
}

.simidSection h2 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
}

.simidSection h3 {
  color: #8ddefd;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
  line-height: 27px;
}

.simidSecCard p,
.simidSecCard ul li {
  color: #efefef;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
  font-size: 19px;
  line-height: 25px;
}

.simidSecCard ul li {
  margin-left: 18px;
  list-style-type: circle;
  margin-bottom: 21px;
  font-size: 19px;
  line-height: 25px;
}

.simidSecCard:hover p,
.simidSecCard:hover ul li {
  color: #666;
}

.simidSecCard:hover h3 {
  color: #3c1d9f;
}

.sitopSection h6 {
  margin-top: 20px;
}


/* mithun css start */

.page-banner-area {
  position: relative;
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.page-banner-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(58 2 144 / 18%);
  z-index: -1;
}

.page-banner-area .container {
  position: relative;
  z-index: 2;
}

.page-banner-area .title {
  max-width: 50%;
}

.page-banner-area .title h3 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-banner-area .title ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-banner-area .title ul li {
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  color: #ffffffff;
}

.page-banner-area .title ul li:not(:last-child)::after {
  content: '/';
  position: absolute;
  right: -15px;
  color: #ffffffff;
}

.page-banner-area .title ul li a {
  color: #ffffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-banner-area .title ul li a:hover {
  color: #ffffffff;
  text-decoration: underline;
}

.page-banner-area .title ul li a.active {
  font-weight: 600;
}

.abtIm {
  order: 2;
  text-align: center;
}


/* mithun css close */

.sitopSection ul li {
  margin-left: 20px;
  margin-top: 10px;
}

.sitopSection h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
}

.sideBar {
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5rem), calc(100% - 5rem) 100%, 0 100%);
  max-width: 500px;
  width: 100%;
  margin-bottom: 0;
  position: sticky;
  min-height: 10px;
}

.sideBar {
  padding: 25px 20px 15px 25px;
  border-radius: 10px;
}

.sideBar h2 {
  color: #3c1d9f;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.sideBar ul {
  margin: 0;
}

.sideBar ul li {
  margin: 10px 0 10px 24px;
  list-style-type: circle;
  line-height: 19px;
  padding-left: 0;
}

.sideBar ul li a {
  color: #333;
  font-size: 16px;
  line-height: 19px !important;
  font-weight: 400;
}


/*---------------- Industries Served ------------------*/

.industries-left-content ul {
  margin-bottom: 15px;
  margin-left: 20px;
}


.industries-left-content ul h5 {
  margin-top: 15px;
}


.industries-left-content ul li::marker {
  color: #3c1d9f;
}

.industries-main #filters {
  padding-left: 18px;
}

.industries-main #filters button {
  border: 1px solid #bdbdbd;
  background: #fff;
}

.industries-main #filters {
  padding: 20px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industries-main #filters button {
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 6px 12px;
  cursor: pointer;
  transition: background 0.3s ease;
  border: none;
  color: rgb(60 29 159);
  font-weight: 500;
}


/* Grid Container */
.industries-main .profile-wrp {
  overflow: hidden;
  /* padding: 10px 18px; */
}

.industries-main .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  transition: height 0.5s ease;
}

/* Grid Items */
.industries-main .element-item {
  list-style: none;
  min-height: 100px;
  height: 100px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  opacity: 1;
  transform: scale(1);
}

/* Hidden state handled by Isotope */
.industries-main .element-item.isotope-hidden {
  pointer-events: none;
  opacity: 0;
  transform: scale(0.95);
}


.industries-main #filters button.active {
  color: #e63a37;
  border-color: rgb(144 118 226);
  font-weight: 600;
  border-bottom: 1px solid #e63a37;
}

.dropdown-item {
  font-size: 14px;
}

.servicePage .dropdown-item {
  font-size: 18px;
}

.first-letter-big::first-letter {
  font-size: 55px;
  text-transform: uppercase;
}

/*------------------

    Thumb Scrollbar

-------------------*/

::-webkit-scrollbar {

  width: 6px;

  height: 3px;

  border-left: 5px;

  background: rgba(0, 0, 0, 0.1);

}


::-webkit-scrollbar-thumb {

  background: #db3b36;

  border-radius: 0;

}


:root {
  --primary: #3c1d9f;
  --primary-light: rgba(58, 2, 144, 0.1);
  --secondary: #6c63ff;
  --dark: #001415;
  --light: #f8f9fa;
  --white: #ffffff;
  --text: #333333;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 8px 30px rgba(58, 2, 144, 0.15);
  --border-color: #141ea8;
  --gray: #e9ecef;
  --light-purple: #dadfff75;
  --dark-purple: #32195cff;
  --mid-purple: #5b4d72ff;
  --primary-color: #3a0095;
  --secondary-color: #d4af37;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --primary-colorr: #3a0095;
  --secondary-colorr: #424242ff;
  --dark-colorr: #0a192f;
  --light-colorr: #f8f9fa;
  --gray-colorr: #6c757d;
}


.history-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

.section-header h2 span {
  color: var(--primary);
  display: inline-block;
}

.section-header h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--primary);
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Animated Vertical Line */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, var(--primary), var(--secondary));
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 6px;
  z-index: 1;
}

/* Flip Card Container */
.timeline-container {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  perspective: 1000px;
  margin-bottom: 30px;
}

.left {
  left: 0;
  padding-right: 80px;
  padding-left: 0;
}

.right {
  left: 50%;
  padding-left: 80px;
  padding-right: 0;
}

/* Flip Card */
.flip-card {
  position: relative;
  width: 100%;
  height: 280px;
  border: 2px solid var(--border-color);
  border-radius: 18px;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
  background: var(--white);
  box-shadow: var(--shadow);
}

.timeline-container:hover .flip-card {
  transform: rotateX(180deg);
  box-shadow: var(--shadow-hover);
}

/* Flip Card Faces */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

/* Front of Card */
.flip-card-front {
  background-color: var(--white);
  transform: rotateX(0deg);
}

/* Back of Card */
.flip-card-back {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: rotateX(180deg);
  color: var(--white);
}

/* Image Container */
.timeline-image-container {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  border: 5px solid var(--white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.timeline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.timeline-container:hover .timeline-image {
  transform: scale(1.1);
}

/* Content Styling */
.flip-card-front h3 {
  color: var(--primary);
  font-size: 1.5rem;
  margin: 10px 0;
  text-align: center;
  font-weight: 600;
}

.flip-card-front .year-badge {
  background: var(--primary);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.95rem;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.flip-card-back h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.flip-card-back h3::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flip-card-back p {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}

/* Timeline Dots */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  background-color: var(--white);
  border: 6px solid var(--primary);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 8px var(--primary-light);
  transition: all 0.3s ease;
}

.timeline-container:hover::after {
  background-color: var(--secondary);
  border-color: var(--white);
  transform: translateY(-50%) scale(1.1);
}

.right::after {
  left: -15px;
  right: auto;
}

.flip-card-back p {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  max-height: 212px;
  overflow: overlay;
  padding-right: 10px;
}

.history-section .industries-main .element-item {
  width: 25%;
  display: inline-block;
  padding: 10px;
  height: auto;
  height: 300px;
}

.history-section .industries-main .element-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #a6a3a380;
}

.postbox__item {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.postbox__thumb {
  height: 125px;
}

.postbox__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.postbox__content {
  margin-top: 20px;
}

.postbox__title {
  font-size: 24px;
  line-height: 27px;
}

.postbox__title a {
  color: #3c1d9f;
}

.postbox__text p {
  font-size: 18px;
  color: #000000;
  line-height: 1.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.postbox__meta {
  color: rgb(195 9 9);
  font-size: 15px;
  margin-bottom: 8px;
}

.postbox__read-more a {
  color: rgb(210 69 60);
  text-decoration: underline;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}

.postbox__wrapper .col-lg-6 {
  margin-bottom: 30px;
}

.serviceBody ul.pagination li {
  width: auto;
  padding: 6px;
}

.serviceBody ul.pagination li a {
  color: #000;
  min-height: 46px;
  display: flex;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 5px 16px;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
  border-radius: 5px;
}

.serviceBody ul.pagination li.active a {
  color: #fff;
  background-color: #3c1d9f;
}

.timeLineSec.timeline::after {
  display: none;
}


/* Contact Us */
.team-inner section {
  padding: 40px 0px;
}

.offices {
  padding: 40px 0px;
}

.office-slider {
  display: flex;
  flex-wrap: wrap;
}

.office-slider .slides {
  width: 33.33%;
  padding: 10px 10px 30px;
  margin-top: 30px;
}

.office-slider .slides .img-wrp {
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: flex-end;
}

.office-slider .slides h4 {
  font-size: 1.5rem;
  color: #3c1d9f;
  font-weight: 500;
  position: relative;
}

.office-slider .slides h4::before {
  content: "";
  display: inline-block;
  width: 25%;
  bottom: -7px;
  left: 0px;
  height: 1px;
  background-color: #e63a37;
  position: absolute;
}

.office-slider .slides p {
  line-height: 25px;
  margin: 12px 0px 0;
}

.office-slider .contact-icon {
  margin-right: 10px;
}

.office-slider .contact-icon i {
  color: #393939;
  font-size: 17px;
}

.office-slider .call-wrp p a {
  color: #3c1d9f;
}


.contact-form-sec {
  padding: 0 0 40px;
}

.contact-form2 {
  background-color: #f9f8f8;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #8080802b;
  height: 100%;
}

.contact-form2 button {
  background: transparent;
}

.form-control {
  margin-bottom: 17px;
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  outline: none;
  box-shadow: none;
}

.form-group label {
  font-size: 15px;
  margin-left: 10px;
  color: #000;
}

.cn-contactform-2-map {
  width: 100%;
  height: 420px
}

.cn-contactform-2-map iframe {
  width: 100% !important;
  height: 100% !important;
  list-style: 0;
}

.contact-item-wrap {
  height: 100%;
}


/* career page */
.career-sec {
  padding: 40px 0;
}

.tp-hero-title {
  color: #e63a37;
}

.job-content {
  width: 100%;
  display: flex;
  border: 1px solid #6666665c;
  background-color: #3c1d9f0f;
  padding: 20px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.job-content .apply-btn {
    background-color: #3c1d9f;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    font-size: 15px;
}

.job-content-left h6 {
  /* font-size: 14px; */
  font-weight: 500;
  color: #3c1d9f;
}

.job-content-left h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.section-title {
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600;
}

.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: var(--secondary-color);
}

.section-title.text-start:after {
  left: 0;
  right: auto;
}

.highlight-box {
  background-color: var(--light);
  border-left: 4px solid var(--secondary-color);
  padding: 25px;
  margin: 30px 0;
  border-radius: 4px;
}

/* ===== About/Legacy Section ===== */
.about-section {
  padding: 80px 0;
  background-color: white;
}

.legacy-section {
  position: relative;
  padding: 15px;
}

.legacy-slider {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  height: 620px;
  margin: 0 30px 12px 0;
  float: left;
  width: 48%;
}

.legacy-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(0.95);
}

.legacy-slider .slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.legacy-slider .legacy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.legacy-slider .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(68, 68, 68, 0.9), transparent);
  color: white;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease 0.3s;
}

.legacy-slider .slide.active .slide-caption {
  transform: translateY(0);
  opacity: 1;
}

.legacy-slider .slide-caption h4 {
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav:hover {
  background: rgba(142, 27, 27, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: var(--secondary-color);
  transform: scale(1.2);
}

/* ===== Stats Section ===== */
.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--mid-purple) 0%, var(--dark-purple) 100%);
  color: white;
  position: relative;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/counter-who-we-are.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.stat-item {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.stat-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: var(--secondary-color);
  transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
  background: rgba(212, 175, 55, 0.2);
  transform: scale(1.1) rotate(10deg);
}

.stat-number {
  font-size: 3rem;
  font-weight: 300;
  color: var(--secondary-color);
  margin-bottom: 10px;
  line-height: 1;
}

.stat-item p {
  font-size: 1.1rem;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  color: #fff;
}

.stat-item p::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.stat-item:hover p::after {
  width: 100%;
  background: var(--secondary-color);
}

/* ===== Leadership Section ===== */
.leadership-section {
  padding: 80px 0;
  background-color: white;
}

.leader-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
}

.leader-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.leader-img-container {
  position: relative;
  height: 385px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-animation {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 2px dashed rgba(142, 27, 27, 0.3);
  animation: rotate 20s linear infinite;
}

.leader-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.leader-card:hover .leader-img {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.social-links {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  z-index: 3;
}

.social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(142, 27, 27, 0.9);
  color: white;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.leader-card:hover .social-icon {
  opacity: 1;
  transform: translateY(0);
}

.social-links .social-icon:nth-child(1) {
  transition-delay: 0.1s;
}

.social-links .social-icon:nth-child(2) {
  transition-delay: 0.2s;
}

.social-links .social-icon:nth-child(3) {
  transition-delay: 0.3s;
}

.social-links .social-icon:hover {
  background: var(--secondary);
  transform: translateY(-3px) scale(1.1);
}

.leader-body {
  padding: 30px;
  text-align: center;
}

.leader-name {
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.leader-title {
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.leader-bio {
  margin-bottom: 25px;
  color: #555;
  line-height: 1.7;
}

.timeline {
  position: relative;
  padding-left: 30px;
  margin: 40px 0;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--secondary);
}

.timeline-item {
  position: relative;
  padding-bottom: 30px;
}

.timeline-year {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid var(--secondary);
}

/* ===== Services Section ===== */
.services-section {
  padding: 80px 0;
  background-color: var(--light-purple);
}

.section-subtitle {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
}

.service-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--primary);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #6c2ecfff, var(--primary));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.service-title {
  color: var(--dark);
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-text {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.service-features li {
  margin-bottom: 10px;
  color: #555;
  position: relative;
  padding-left: 30px;
}

.service-features i {
  color: var(--secondary);
  position: absolute;
  left: 0;
  top: 3px;
}

/* ===== Animations ===== */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.founder-img {
  border: 5px solid var(--secondary-color);
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.quote-box {
  border-left: 5px solid var(--secondary-color);
  padding: 0px;
  margin: 30px 0;
  font-style: italic;
  text-align: center;
}

.timeline {
  position: relative;
  padding-left: 50px;
  margin: 40px 0;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--secondary-color);
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 3px solid var(--secondary-color);
}

.section-title {
  color: var(--primary-color);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: left;
}

.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: var(--secondary-color);
}

/* New sticky and animation styles */
.sticky-col {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.scrollable-col {
  height: calc(100vh - 40px);
  overflow-y: auto;
  padding-right: 15px;
  height: 580px;
}

.scrollable-col::-webkit-scrollbar {
  width: 5px;
}

.scrollable-col::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollable-col::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Animation classes */
.fade-in {
  animation: fadeIn 1s ease-in;
}

.slide-up {
  animation: slideUp 0.8s ease-out;
}

.mt-10 {
  margin-top: 100px;
}


/* Founder Info Card Design */
.text-center.mt-3 {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 0px;
  padding: 25px 20px;
  margin-top: 0px !important;
  box-shadow: 0 5px 15px rgba(224, 224, 224, 0.08);
  border: 0px solid rgba(233, 233, 233, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.text-center.mt-3 h3 {
  color: var(--primary-color);
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}


.text-center.mt-3 p.text-muted {
  color: #6c757d !important;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-style: italic;
}

.text-center.mt-3 p:last-child {
  color: var(--dark-color);
  font-size: 1.0rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px 15px;
  background-color: rgba(212, 175, 55, 0.1);
  border-radius: 0px;
  display: inline-block;
}

.achievements-list {
  list-style-type: none;
  padding-left: 0;
}

.achievements-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.achievements-list li:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--accent-color);
  position: absolute;
  left: 0;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.awards-section {
  background-color: var(--light-bg);
  padding: 10px 0;
}

.award-item {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.award-item:before {
  content: '\f521';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--accent-color);
  position: absolute;
  left: 0;
}

.awardItemArea {display: block;}
.awardItemArea ul {display: flex; justify-content: space-between; flex-wrap: wrap; list-style-type: none;}
.awardItemArea ul li {
  width: calc(50% - 15px);
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.awardItemArea ul li:before {
  content: '\f521';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--accent-color);
  position: absolute;
  left: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.memberships-section {
  padding: 10px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.section-title.memberships-title {
  text-align: left;
  margin-bottom: 50px;
  font-size: 2.2rem;
  color: #3a0095;
  position: relative;
}

.membership-badge {
  display: inline-flex;
  align-items: center;
  background-color: white;
  border-radius: 0px;
  padding: 12px 25px;
  margin: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c3e50;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.membership-badge:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #690bffff, #3a0095);
  transition: width 0.3s ease;
}

.membership-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  color: #3a0095;
}

.membership-badge:hover:before {
  width: 100%;
  opacity: 0.1;
}

.membership-badge i {
  margin-right: 10px;
  color: #d4af37;
  font-size: 1.1rem;
}

/* Responsive Grid Layout */
.memberships-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.membership-badge {
  animation: fadeInUp 0.5s ease-out forwards;
  opacity: 0;
}

.membership-badge:nth-child(1) {
  animation-delay: 0.1s;
}

.membership-badge:nth-child(2) {
  animation-delay: 0.2s;
}

.membership-badge:nth-child(3) {
  animation-delay: 0.3s;
}

.membership-badge:nth-child(4) {
  animation-delay: 0.4s;
}

.membership-badge:nth-child(5) {
  animation-delay: 0.5s;
}

.membership-badge:nth-child(6) {
  animation-delay: 0.6s;
}

.membership-badge:nth-child(7) {
  animation-delay: 0.7s;
}

.membership-badge:nth-child(8) {
  animation-delay: 0.8s;
}

.membership-badge:nth-child(9) {
  animation-delay: 0.9s;
}

.team-hero {
  background: linear-gradient(rgba(10, 25, 47, 0.9), rgba(10, 25, 47, 0.9)), url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: white;
}

.section-title-our-time {
  position: relative;
  margin-bottom: 50px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: left;
}

.section-title-our-time:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
}

.team-filter {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.team-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 18px;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.team-img {
  height: 280px;
  width: auto;
  /* object-fit: cover; */
  width: 100%;
  transition: all 0.3s ease;
}

.team-card:hover .team-img {
  opacity: 0.9;
}

.team-info {
  padding: 25px 25px 0px 25px;
  position: relative;
}

.team-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--primary-color);
}

.team-position {
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 0.9rem;
}

.team-bio {
  color: var(--gray-color);
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  /* Adjust as needed to match your design */
  max-height: calc(2 * 1.4em);
  /* Fallback for browsers that don't support line-clamp */
}


.badge-role {
  position: absolute;
  top: 10px;
  left: 20px;
  background: var(--primary-color);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

h3.team-name {
  padding: 2px 0 0px;
}

.btn-view-profile {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.7rem;
    transition: all 0.3s ease;
}

.btn-view-profile:hover {
  background: var(--primary-color);
  color: var(--light-color);
  transform: translateX(5px);
  /* Optional: Adds a slight movement to the right */
}

.card-margin {
  margin: bottom 10px;
  padding: 20px;
}

.social-icons i {
  color: #3a0095;
  font-size: 14px;
}

/* Add this to your existing CSS */
.team-filter {
  background: white;
  padding: 10px;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-controls {
  display: flex;
  gap: 10px;
}

.form-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}


h3.fw-semibold {
  font-size: 30px;
  padding-left: 10px;
}


/* Team Card Image Container */
.image.card {
  width: 100%;
  height: 380px;
  /* Fixed height for consistency */
  overflow: hidden;
  /* Hide any image overflow */
  position: relative;
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Horizontal center */
  background: #f5f5f5;
  /* Fallback background color */
  border: none;
}

/* Team Image Styles */
.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the container without distortion */
  object-position: center center;
  /* Center the image */
  transition: all 0.3s ease;
}

/* Alternative for portrait images that shouldn't be cropped */
.team-img.contain {
  object-fit: contain;
  /* Show full image without cropping */
}

/* Hover Effects */
.team-card:hover .team-img {
  transform: scale(1.05);
  /* Slight zoom on hover */
}

@supports not (object-fit: cover) {
  .team-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.awards-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.section-title {
  color: #3a0095;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600;
}

.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #d4af37;
}

.container-1650 {
  max-width: 1650px;
}

.ab-2-portfolio-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
}

.ab-2-portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ab-2-portfolio-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.ab-2-portfolio-thumb:hover img {
  transform: scale(1.05);
}

.ab-2-portfolio-thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 0, 149, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.ab-2-portfolio-thumb:hover::after {
  opacity: 1;
  content: 'View Award';
}

/* Fancybox Customization */
.fancybox__toolbar {
  background: rgba(0, 0, 0, 0.7);
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: rgba(58, 0, 149, 0.7);
  --f-button-hover-bg: #d4af37;
  --f-button-active-bg: #d4af37;
}

.fancybox__caption {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
}

.history-section .timeline:before {
  display: none;
}

.history-section .timeline {
  padding-left: 0;
  margin: 40px auto;
}

.leadership-section .timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: var(--secondary-color);
}

.leadership-section .timeline-item:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid var(--secondary);
}

.leadership-section .timeline {
  padding-left: 31px;
  margin: 40px 0 0;
  padding-bottom: 0;
}

.leadership-section .timeline.timeLineSec .timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.leadership-section .timeline.timeLineSec {
  padding-top: 0;
}

.legacy-slider .slide-caption p {
  color: #fff;
}

.legacyGap {
  padding: 0 30px;
}

.resourcesText ul {
  margin-bottom: 25px;
}

.fancybox__image {
  border: 1px solid #fff;
}

.previous-post {
  width: 100%;
  height: auto;
  padding: 5px 0 15px;
  display: flex;
  border-bottom: solid 1px #ccc;
}

.previous-image {
  width: 25%;
  max-height: 100px;
}

.previous-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.previous-content {
  width: 70%;
  height: auto;
  margin-left: 5%;
}

.previous-content h4 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 18px;
}

.previous-content h6 {
  padding-bottom: 0;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

.previous-content h6 i {
  margin-right: 5px;
}

.sideBar.blogBar ul li {
  margin: 10px 0;
  line-height: 19px;
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
}

.sideBar.blogBar {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0 100%);
  margin-bottom: 30px;
}

.sideBar.blogBar ul li:last-child .previous-post {
  border-bottom: none;
  padding-bottom: 0;
}

.previous-content h5 {
  font-size: 14px;
}

.previous-content h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 18px;
  color: #3c1d9f;
  font-weight: 600;
}

.simidSection input[type="text"],
.simidSection input[type="email"],
.simidSection input[type="tel"],
.simidSection textarea {
  padding: 5px 15px;
  border-radius: 8px;
  height: 60px;
  width: 100%;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border: 3px solid #ccc;
}

.simidSection textarea {
  height: 250px;
  margin-top: 15px;
}

.simidSection .submit {
  padding: 5px 15px;
  border-radius: 8px;
  height: 60px;
  width: 180px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border: 3px solid #e13838;
  background: #c90600;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}

/* Profle Inner Section  */
.profile-inner-wrapper {
  padding: 50px 0;
}

.profile-inner-wrapper .profile-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  align-items: start;
}

.profile-inner-wrapper .profile-sidebar {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  height: 100%;
}

.profile-inner-wrapper .profile-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 5px solid #ecf0f1;
}

.profile-inner-wrapper .profile-sidebar .title {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.profile-inner-wrapper .profile-sidebar .social-icon {
  margin: 10px 0;
}

.profile-inner-wrapper .profile-sidebar .social-icon a {
  display: inline-block;
  margin: 0 10px;
  color: #000000;
  transition: color 0.3s;
  font-size: 16px;
  border: 1px solid;
  line-height: 25px;
}

.profile-inner-wrapper .profile-sidebar .social-icon a:hover {
  background: #3a028f;
  color: #fff;
}

.profile-inner-wrapper .contact-info {
  margin-top: 20px;
  text-align: left;
}

.profile-inner-wrapper .contact-info p {
  margin-bottom: 12px;
}

.profile-inner-wrapper .profile-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 30px;
    height: 100%;
}

.profile-inner-wrapper .tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ecf0f1;
  margin-bottom: 30px;
}

.profile-inner-wrapper .tab-btn {
  padding: 3px 8px;
  border: 1px solid #000000;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #7f8c8d;
  position: relative;
  transition: all 0.3s;
}

.profile-inner-wrapper .tab-btn:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e63a37;
  transition: width 0.3s;
}

.profile-inner-wrapper .tab-btn.active {
  color: #e63a37;

}

.profile-inner-wrapper .tab-btn.active:after {
  width: 100%;
}

.profile-inner-wrapper .tab-btn:hover:not(.active) {
  color: #3498db;
}

.profile-inner-wrapper .tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.profile-inner-wrapper .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile-inner-wrapper .section h2 {
  color: #2c3e50;
  margin-bottom: 20px;
}

.profile-inner-wrapper .section p {
  margin-bottom: 15px;
}

.profile-inner-wrapper ul {
  padding-left: 25px;
}

.profile-inner-wrapper ul li {
  margin-bottom: 20px;
}

.profile-inner-wrapper ul li::marker {
  color: #3c1d9f;
}

.profile-inner-wrapper .call-wrp p {
  text-align: left;
  margin-bottom: 5px;
}

.profile-inner-wrapper .call-wrp p a {
  color: #3c1d9f;
}



/* Career Inner Section */
.career-inner-wrappers {
  padding: 50px 0;
}

.career-inner-wrappers .jobpost {
  width: 100%;
  border: 1px solid #666666;
  background-color: #1a1a1a;
  padding: 0 20px 20px;
  border-radius: 10px;
}

.career-inner-wrappers .jobpost h2,
.career-inner-wrappers .job-content-details h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0 10px;
}

.career-inner-wrappers .jobpostlogo {
  display: block;
  border: 1px solid #555;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 10px;
}

.career-inner-wrappers .jobpost p {
  color: #a1a1a1;
}

.career-inner-wrappers .jobpost p,
.job-content-details p {
  font-weight: 400;
  margin: 0 0 10px;
}

.career-inner-wrappers .jobpost .apply-btn {
  background-color: #3c1d9f;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.career-inner-wrappers .job-content-details {
  margin-left: 50px;
}

.career-inner-wrappers .job-content-details h3 {
  font-size: 25px;
  font-weight: 600;
  color: #3c1d9f;
  margin: 20px 0 10px;
}

.career-inner-wrappers .back.crpost {
  margin: 40px 0 20px 47px;
}

.career-inner-wrappers .back a {
  color: #3c1d9f;
  font-size: 17px;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}

.career-inner-wrappers .jobpostlogo img {
  max-width: 100%;
}


/* Scroll */
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #00000051;
    text-indent: -9999px;
    display: none;
    z-index: 9999;
}

.news-block .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(9,25,47,.125);
    border-radius: .25rem;
    height: 100%;
    min-height: 350px;
    margin-bottom: 15px;
}
.news-block .card.attorney-item .card__background, .news-block .card.card-news .card__background {
    padding-right: 3rem;
    background-color: #efefef;
    clip-path: polygon(0 0,100% 0,100% calc(100% - 4rem),calc(100% - 4.5rem) 100%,0 100%);
    transition: all .3s ease;
    padding-bottom: 1rem;
}
.news-block .card.attorney-item .meta, .news-block .card.card-news .meta, .news-block .card.industry-item .meta {
    color: #6e6e6e;
    flex-wrap: wrap;
}
.news-block .card.card-news .meta span {
    padding-left: 5px;
    padding-right: 5px;
}
.news-block .card.attorney-item .card-news-descr, .news-block .card.card-news .card-news-descr, .news-block .card.industry-item .card-news-descr {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: transparent;
}
.news-block .card.card-news .card-news-descr {
    margin-top: auto;
    margin-bottom: -2rem;
}
.news-block .card.card-news .title {
    margin-top: auto;
    padding-top: 0;
}
.news-block .card .arrow {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0.4rem;
    bottom: 0.9rem;
    z-index: 10;
    pointer-events: none;
}
.news-block .card .arrow:before {
    content: "";
    display: block;
    background: #36169c;
    height: .2rem;
    width: 1.3rem;
    position: relative;
    left: .9rem;
    -webkit-animation: none;
    animation: none;
    order: 2;
}
.news-block .card .arrow:after {
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
    border-top: .2rem solid #36169c;
    border-right: .2rem solid #36169c;
    rotate: 45deg;
    order: 3;
}
.news-block .card.attorney-item .card-news-descr, .news-block .card.card-news .card-news-descr, .news-block .card.industry-item .card-news-descr {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: transparent;
}
.news-block .card.card-news .card-news-descr p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: transparent;
}
.news-block .card.card-news .meta h6 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.news-block .card.card-news .title.h5 {
    font-size: 1.2rem;
}

.news-block .card.attorney-item:hover, .news-block .card.attorney-item:hover .meta, .news-block .card.card-news:hover, .news-block .card.card-news:hover .meta, .news-block .card.industry-item:hover, .news-block .card.industry-item:hover .meta {
    color: #fff;
}
.news-block .card:hover .card__background {
    background-color: #36169c;
    clip-path: polygon(0 0,100% 0,100% 100%,100% 100%,0 100%);
    transition: all .3s ease;
}
.news-block .card.attorney-item:hover, .news-block .card.attorney-item:hover .meta, .news-block .card.card-news:hover, 
.news-block .card.card-news:hover .meta, .news-block .card.industry-item:hover, .news-block .card.industry-item:hover .meta {
    color: #fff;
}
.news-block .card:hover a {
    color: #fff;
}
.news-block .card.attorney-item:hover .card-news-descr, .news-block .card.card-news:hover .card-news-descr, .news-block .card.industry-item:hover .card-news-descr {
    color: #fff;
    order: 3;
    margin-bottom: 1px;
}
.news-block .card.card-news:hover .card-news-descr, .news-block .card.card-news:hover .card-news-descr~.title {
    animation: move-news .3s linear alternate 1;
    position: relative;
}
.news-block .card.card-news:hover .card-news-descr {
    margin-top: 0;
    transition: none;
}
.news-block .card:hover .arrow {
    display: flex;
    align-items: center;
    right: 0.9rem;
}
.news-block .card:hover .arrow:before {
    content: "";
    display: block;
    background: #fff;
    height: .1rem;
    width: 1.1rem;
    position: relative;
    left: .7rem;
    -webkit-animation: none;
    animation: none;
    order: 2;
}
.news-block .card:hover .arrow:after {
    content: "";
    display: block;
    height: 0.7rem;
    width: 0.7rem;
    border-top: .1rem solid #fff;
    border-right: .1rem solid #fff;
    rotate: 45deg;
    order: 3;
}
.news-block .card.attorney-item:hover .card-news-descr, .news-block .card.card-news:hover .card-news-descr, .news-block .card.industry-item:hover .card-news-descr {
    color: #fff;
    order: 3;
    margin-bottom: 1px;
}
.news-block .card.card-news:hover .card-news-descr p {
    color: #fff;
    order: 3;  
}
.news-block {
    padding: 40px 0 75px;
}
.redLight{color:#ff8b87;}
.fl-content {
    text-align: center;
    margin-top: 5px;
}
.rd-big img {width: 100%;}
.rd-big {margin-bottom: 20px;}
.viewAll {font-size: 15px; font-weight: 500; color: #37179c;}
.btns.white-btn:hover {
    color: #fff;
    border: 0.5px solid #9f0802;
    background: #d81008;
}
.block-header .btns.white-btn {margin-right: 0;}

.sitopLeft h3 {
    font-size: 1.25rem;
    position: relative;
    padding-left: 20px;
    margin-bottom: 17px;
    margin-top: 27px;
}
.sitopLeft h3:before {
    background: #3c1d9f;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    top: 13px;
}
.sitopLeft ul {
    margin-left: 20px;
    margin-bottom: 25px;
}
.sitopSection h6 {
    font-weight: 500;
}
.profile-content .tm-details-text-inner {
    max-height: 440px;
    overflow: auto;
    padding-right: 30px;
    margin-top: 20px;
}
.profile-sidebar .back-link {
    position: relative;
    color: #F44336;
    font-size: 18px;
    font-weight: 600;
}
.profile-sidebar h3 {
    font-size: 1.3rem;
}
#video {
    width: 100%;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.team-card .social-icons i {
    font-size: 16px;
    border: 1px solid #0a63bc;
    padding: 8px 10px;
    border-radius: 4px;
    color: #0a63bc;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.team-card .social-icons i:hover {
    background: #0a63bc;
     color: #fff;
}
.career-sec h5.tp-hero-title {margin-bottom: 30px;}
.form-control {
    display: block;
    width: 100%;
    padding: .55rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control, .form-select {
    padding: .55rem;
    font-size: 17px;
    line-height: 1.5;
}
.form-select {margin-bottom: 17px;}
.upResume {
    font-size: 15px;
    margin: -16px 0 20px;
    color: #3c1d9f;
}
.bluSec {
    background-color: #3c1d9f;
}
.leaderContent {padding: 50px 15px 0;}
.awards-section.awardArea {padding: 50px 0; background-color: #f5f5f5;}
.profMember{padding: 50px 0;}
.bluSecInner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.bluSecCol {
  width: calc(50% - 15px);
  border: 1px solid #fff;
  padding: 20px 20px 0px;
  border-radius: 7px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}
.bluSecCol h3 {
    color: #8ddefd;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    line-height: 27px;
    margin-top: 0 !important;
}
.bluSecCol p {
    color: #efefef;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    font-size: 19px;
    line-height: 25px;
}
.bluSecCol:hover {
    background-color: #fff;
}
.bluSecCol:hover h3 {
    color: #3c1d9f;
}
.bluSecCol:hover p {
    color: #666;
}
.applyButtonArea {
    text-align: center;
    margin-top: 30px !important;
}
.applyButtonArea .btns {margin-right: 0 !important;}
.bluePadding {padding: 20px;}
.sitopLeft .simidSecCard h3 {padding-left: 0; margin-top: 0;}
.sitopLeft .simidSecCard h3:before {display: none;}
.bluePadding .col-lg-6 {margin: 10px 0;}
.simidSection.bluePadding h2 {
    margin-bottom: 18px;
}
.simidSection.bluePadding {
    margin-bottom: 20px;
}
.industries-left-content .simidSecCard ul li::marker {
    color: #fff;
}
.industries-left-content .simidSecCard:hover ul li::marker {
    color: #666;
}
.industries-left-content .simidSecCard ul li {margin-left: 0;}




/* Service Features Design- Last */
.simidSection .container .row .service-features{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0 25px;
}
.simidSection .container  .service-features-title{
 padding: 0 13px;
}
.simidSection .service-features ul {
    border: 1px solid #fff;
    padding: 20px 20px 0px;
    height: 100%;
    border-radius: 7px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    height: 100%;
}
.simidSection .service-features ul li {
    margin-left: 18px;
    list-style-type: circle;
    margin-bottom: 21px;
    font-size: 19px;
    line-height: 25px;
    color: #fff; 
    padding-left: 0px;
}
.simidSection .service-features ul li p {
    list-style-type: none;
    margin-bottom: 21px;
    font-size: 19px;
    line-height: 25px;
    color: #fff; 
    padding-left: 0px;
}
.simidSection .service-features ul li:first-child{
  list-style-type: none;
  margin-left: 0px;
}

.simidSection .service-features ul:hover {
    background-color: #fff;
}
.simidSection ul:hover h3 {
    color: #3c1d9f;
}
.simidSection .service-features ul:hover li {
    color: #666;
}
.simidSection .service-features ul:hover li p{
    color: #666;
}

.simidSection.half-services .container .row .service-features{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }




  .sitopSection{
    padding-top: 0;
  }
  .fullSection{
    margin-bottom: 30px;
  }

@media (max-width:991px){
  .simidSection .container .row .service-features{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .simidSection.half-services .container .row .service-features{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }


  .fullSection{
    margin-bottom: 0px;
  }



}
@media (max-width:767px){
  .simidSection .container .row .service-features{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

}





          /* Thank you */
          .thank-you-container {
            max-width: 700px;
            margin: 5% auto;
            padding: 50px;
            border-radius: 5px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            text-align: center;
            border-top: 8px solid #3c1d9f;
            position: relative;
            overflow: hidden;
        }
       
        /* Gold Accent */
        .thank-you-container:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            /* background: #006cbc; */
        }
       
        /* Header Styles */
        .thank-you-container  .thank-you-header h1 {
            color: #3c1d9f;
            /* font-size: 2.8rem; */
            margin-bottom: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
       
        .thank-you-container  .thank-you-header p {
            color: #666;
            /* font-size: 1.2rem; */
            font-style: italic;
        }
       
        /* Content Styles */
        .thank-you-container  .thank-you-content {
            margin: 40px 0;
            padding: 20px 0;
            /* border-top: 1px dashed #d4af37; */
            border-bottom: 1px dashed #e63a37;
            margin-top: 0;
        }
       
        .thank-you-container  .thank-you-content img {
            max-width: 180px;
            margin: 0 auto 25px;
            filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
        }
       
        .thank-you-container  .thank-you-content p {
            /* font-size: 1.1rem; */
            max-width: 80%;
            margin: 0 auto;
        }
       
        /* Button Styles */
       .thank-you-container  .action-buttons {
            margin: 30px 0;
        }
       
       .thank-you-container  .btn {
            display: inline-block;
            padding: 12px 35px;
            background-color: #3c1d9f;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            border: 2px solid #006cbc;
            text-transform: uppercase;
            font-size: 0.9rem;
        }
       
        .thank-you-container .btn:hover {
            background-color: #006cbc;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(165, 42, 42, 0.3);
        }
       
        /* Footer */
       .thank-you-container  .thank-you-footer {
            margin-top: 40px;
            font-size: 0.9rem;
            color: #777;
        }
       
       .thank-you-container  .thank-you-footer a {
            color: #006cbc;
            text-decoration: none;
            font-weight: 600;
        }
       
        .thank-you-container .legal-note {
            font-size: 0.8rem;
            margin-top: 20px;
            color: #999;
            font-style: italic;
        }


        @media (max-width:767px){
          .thank-you-container {
            padding: 20px;
          }
        }


        /* Searchbar */
        .ui-autocomplete {
          background-color: #fff;
          border: 1px solid #ddd;
          border-radius: 6px;
          padding: 5px 0;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          max-height: 300px;
          overflow:hidden;
          z-index: 9999 !important;

      }

      /* Each item */
      .ui-menu-item-wrapper {
          padding: 10px 15px;
          font-size: 15px;
          color: #333;
          cursor: pointer;
      }

      /* Hover effect */
      .ui-menu-item-wrapper:hover {
          background-color: #3c1d9f !important;
          color: #fff !important;
      }

      .legacyContent .legacyGap p:first-of-type{
        font-size: 1.25rem !important;
      }


      li.industries-list{
        width: 33.33%;
        display: inline-block;
        padding: 18px;
      }
      li.industries-list a:hover{
        background-color: #3c1d9f;
        color: #fff;
      }

      li.industries-list a{
          color: #000;
          border: 1px solid #e6e6e6;
          background-color: #fff;
          padding: 0;
          height: 100%;
          -webkit-transition: 0.7s;
          transition: 0.7s;
          min-height: 80px;
          display: flex;
          align-items: center;
          display: flex;
          height: 100%;
          padding: 5px 21px;
          font-size: 16px;
          transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -khtml-transition: all ease-in-out 0.5s;
      }