@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  outline: 1px solid var(--secondary-color);
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color:  #08345C;

  --secondary-color:  #ca7715;
  
  --accent-color: #0055ff;
}

*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
select:focus,
a:hover {
  outline: none;
  box-shadow: none;
}
section {
  padding: 80px 0 80px;
}

.fs-16 {
    font-size: 16px !important;
}

.inlineHeader {
  display: flex;
  padding: 0px 0;
  align-items: center;
  justify-content: space-between;
}

.large_heading {
  font-size: 3.5rem;
  line-height: 64px;
}

.heading {
  font-size: 48px;
}

.sub_heading {
  font-size: 38px;
}
.small_heading {
  font-size: 28px;
}

.title {
  font-size: 18px;
}
.text {
  font-size: 16px;
}

.fontWeight300 {
  font-weight: 300;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight500 {
  font-weight: 500;
}

.fontWeight600 {
  font-weight: 600;
}

.fontWeight700 {
  font-weight: 700;
}

.fontWeight800 {
  font-weight: 800;
}

.fontWeight900 {
  font-weight: 900;
}

.header.stricky-fixed {
  position: fixed;
  z-index: 999;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  background: #fff;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  padding: 10px 0;
}
.header.stricky-fixed .leftLogo img {
  filter: none;
  -webkit-filter: none;
}
.header.stricky-fixed .topHeader {
  display: none;
}
.header.stricky-fixed .rightMenu ul li a {
  color: #000;
}
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }

  50% {
    margin-top: -130px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }

  50% {
    margin-top: -130px;
  }
}
.text_secondary {
  color: var(--secondary-color);
}
.text_primary {
  color: var(--primary-color);
}
.bgPrimary {
  background: var(--primary-color);
}

.bgSecondary {
  background: var(--secondary-color);
}

.containerFull {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.header {
  padding: 5px 0;
}
.btnTheme {
  display: inline-block;
  padding: 13px 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.btnTheme::before {
  width: 0;
  height: 100%;
  background: var(--primary-color);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btnTheme:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.btnTheme:hover {
  color: #fff;
}
.hoverWhite:before {
  background: #fff;
}
.hoverWhite:hover {
  color: #222 !important;
}
.hoverSecondary:hover {
  color: #fff !important;
}
.hoverSecondary:before {
  background: var(--secondary-color);
}
.rightHeader li {
  position: relative;
  padding-left: 4rem;
}
.rightHeader li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  width: 45px;
  height: 45px;
  border-radius: 10px;

  background-color: var(--primary-color);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: bootstrap-icons;
  font-size: 20px;
  line-height: 1;
}

.text_accent {
  color: var(--accent-color);
}
.rightHeader li.phone:before {
  content: "\f5c1";
}
.rightHeader ul {
  display: flex;
  gap: 40px;
}
.rightHeader li.address:before {
  content: "\F3E8";
}
.rightHeader li.hours:before {
  content: "\F597";
}
.topHeader {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.leftMenu ul {
  display: flex;
}
.leftMenu ul li a {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 500;
  color: #333;
}
.leftMenu ul li a:hover {
  color: var(--primary-color);
}
.columnBanner {
  width: 50%;
}
.bannerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.bannerText h1 {
  color: #fff;
}
.text_light {
  color: #ccc;
}
.bgAccent {
  background: var(--accent-color);
}
.leftBanner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.leftBanner ul li {
  color: #fff;
  font-size: 1rem;
}
.leftBanner ul li i {
  color: var(--secondary-color);
}
.bgGray {
  background: #f1f1f1;
}
.leftAbout img {
  max-width: 100%;
}
.itemForm input,
.itemForm textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px 15px;
  font-size: 15px;
  height: 45px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.itemForm label {
  display: block;
  font-weight: 600;
}
.itemForm {
  margin-top: 15px;
}
.itemForm input:focus {
  border-color: var(--primary-color);
}
.itemForm textarea {
  height: 90px;
}
.bgAction {
  background: url(../images/bg/call-action.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.bgAction:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.itemServices {
  padding: 30px;
}
.iconServices {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.iconServices2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.iconServices i,
.iconServices2 i {
  color: #fff;
}
.itemServices {
  margin-bottom: 25px;
}
.itemServices .small_heading,
.whyChoose .small_heading {
  font-size: 22px;
}
.leftServices {
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
}
.itemTestimonial p i {
  color: var(--secondary-color);
}
.accordion-header .small_heading {
  font-size: 20px;
  font-weight: 600;
}
.itemLeftContact p a {
  color: #000;
}
.rightContact {
  padding: 30px;
  background: #fff;
}
.footer {
  background: var(--primary-color);
  padding: 60px 0 0 0;
}
.mainFooter {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgb(108 117 125);


}
.itemFooter ul li a {
  display: inline-block;
  color: #eee;
  font-size: 17px;
  padding: 5px 0;
}
.itemFooter ul li a:hover {
  color: var(--secondary-color);
}
.textLight {
  color: #eee;
}
.itemFooter p a {
  display: inline-block;
}
.itemFooter p a:hover {
  color: var(--secondary-color);
}
.socialLink ul {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

.socialLink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: var(--secondary-color);
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.socialLink ul li a:hover {
  background-color: #fff;

  transform: translateY(-3px);
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 5px;
  background-color: var(--primary-color);
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
  color: #fff;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.whatsAppIcon {
  position: fixed;
  bottom: 90px;
  right: 5px;
  z-index: 99;
}

.whatsAppIcon a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #40c351;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
}
.aboutImg {
  border-radius: 16px;
  position: relative;
  z-index: 2;
  height: 500px;
}
.aboutImg2 {
  height: 600px;
}
.infoIcon {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 15px;
  flex-shrink: 0;
}

.infoContent h3 {
  margin-bottom: 4px;
}
.whyChooseSection {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/banner/home.jpg") center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.featureItem {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.diamond {
  width: 75px;
  height: 75px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}
.border1 {
  border: 4px solid #fff;
}
.border2 {
  border: 4px solid var(--primary-color);
}
.diamond img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transform: rotate(-45deg);
}
.learning-box {
  border: 2px dashed #ccc;
  padding: 30px;
  border-radius: 12px;
}

.learning-list {
  list-style: none;
  padding-left: 0;
}

.learning-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
}

.learning-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary-color);
  font-weight: 700;
}

.itemPlan {
  border-radius: 10px;
  padding: 40px;
  border: 1px solid #e0e0e0;
}
.itemPlan ul {
  margin-top: 15px;
  height: 130px;
}
.itemPlan ul li {
  text-align: left;
  font-size: 18px;
  padding: 10px;
  padding-left: 80px;
  font-weight: 500;
  position: relative;
}
.itemPlan ul li:before {
  content: "\f00c";
  position: absolute;
  top: 10px;
  left: 54px;
  font-size: 17px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.whiteIcon li:before {
  color: #fff !important;
}
.btnWhite {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid transparent;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  padding: 13px 35px;
  font-size: 0.9rem;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
}
.btnWhite:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.ribbon {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ribbon:after {
  content: "Popular";
  position: absolute;
  top: 37px;
  left: -56px;
  width: 200px;
  padding: 5px 10px;
  background: var(--secondary-color);
  transform: rotate(-54deg);
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.cloudEffect {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cloudEffect:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -220px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--secondary-color);
  z-index: -1;
}
.cloudEffect:before {
  content: "";
  position: absolute;
  left: -45px;
  top: -43px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--secondary-color);
  z-index: -1;
}
.iconMenu {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff;
}
.rides {
  position: relative;

  background-image: url("../images/banner/home.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ridesOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.rides .containerFull {
  position: relative;
  z-index: 2;
}

.ridesCarImg {
  max-width: 100%;
  height: auto;
}

.heroIcon {
  width: 48px;
  height: 48px;
  background: #ffb703;
  color: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.faq {
  overflow: hidden;
}
.ansItem {
  margin-top: 15px;
  padding-left: 2.5rem;
}
.itemFaq {
  padding: 15px 0;
  margin: 0 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.itemFaq h4 {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.faq-img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.itemFaq h4:after {
  content: "\f4fe";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.itemFaq.active h4:after {
  content: "\f2ea";
}
.rightFaq img {
  max-width: 100%;
}
.rightFaq {
  position: relative;
}
.boxRightFaq {
  position: absolute;
  bottom: -60px;
  left: -40px;
  padding: 30px;
  width: 65%;
}
.itemFaq .small_heading {
  font-size: 22px;
}
.rightFaq p {
  line-height: 38px;
}
.contactBg {
  background: url(../images/bg/faq.jpg) no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contactBg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.itemForm select {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  border: 1px solid #000;
  background-color: transparent;
  color: #333!important;
  border-radius: 5px;
}

.itemForm select option {
  color: #000;
}
form select:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--primary-color);  
}

.leftContact {
  padding: 50px;
}
.itemLeftContact {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.iconContact {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.itemLeftContact:hover {
  border-color: var(--secondary-color);
}
.itemLeftContact:hover .iconContact {
  background: var(--secondary-color);
  border-color: transparent;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.rightContact {
 background-color: #f1f1f1;
  padding: 40px;
}
.itemForm input,
.itemForm textarea {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  border: 1px solid #000;
  color: #333;
  background: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.itemForm textarea {
  min-height: 140px;
  padding: 15px;
  width: 100%;

  border: 1px solid #000;
  color: #333;
  background: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.itemForm input:focus,
.itemForm textarea:focus {
  background: transparent;
}
.itemForm {
  margin-top: 25px;
}
.itemForm input::placeholder,
.itemForm textarea::placeholder {
  color: #333;
}
.teamRight {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 50px 30px;
}
.innerTeam {
  padding: 0 20px;
}
.innerTeam img {
  max-width: 100%;
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.teamItem {
  height: 100%;
}
.teamRight .slick-dots {
  bottom: -45px;
}
.successList li {
  margin-bottom: 10px;
  font-size: 16px;
}
.sliderTestimonial .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.itemTestimonial {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 40px !important;
  border-radius: 18px !important;
}

.iconQuote {
  width: 30px;
}
.iconQuote img {
  max-width: 100%;
}
.swiper-pagination {
  display: none !important;
}
.iconsCol {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 50%;
  background: #fff;
}
.stars i {
  color: #fff;
  font-size: 14px;
  margin-right: 2px;
}
.aboutHero {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../images/bg/overseas-license.png") center/cover no-repeat;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aboutHero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.aboutHero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 50px;
  max-width: 10 00px;
}
.icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
}
.content-section {
  position: relative;
  background: url("../images/banner/banner.jpg") center center / cover no-repeat
    fixed;
  text-align: center;
  overflow: hidden;
}

.content-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(202, 119, 21, 0.9);
  z-index: 1;
}
.content-section::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
  pointer-events: none;
}
.content-section .containerFull {
  position: relative;
  z-index: 2;
}
.job-category {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.borderRight {
  border-right: 1px solid #ccc;
}
.borderBottom {
  border-bottom: 1px solid #ccc;
}
.practiceIcon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practiceIcon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

.bgImmigration:hover {
  background: url(../images/banner/about.png) no-repeat;
  background-size: cover;
}
.bgGrey {
  background-color: #f1f1f1;
}
.job-category:before {
  content: "";
  background: rgb(0 0 0 / 80%);

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.job-category:hover * {
  color: #fff !important;
}
.job-category:hover:before {
  opacity: 1;
}
.job-category:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.iconBoxImg {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.iconBoxImg img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.social-review-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
}

.google-review {
  height: 40px;
  width: auto;
  border-radius: 5px;
}
.mapWrapper {
  width: 100%;
  height: 100%;

  height: 500px;
}

.experience-box-static {
  background: var(--primary-color);
  color: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  text-align: center;
  margin-top: 15px;
}
.about-img-small {
  height: 450px;
  object-fit: cover;
}
.about-img-small2 {
  height: 250px;
  object-fit: cover;
}
.footerCopyright {
  background-color:#fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.stats-bar {
  padding: 30px 0;
  background: #fff;
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
}

.stat-icon {
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon i {
  font-size: 22px;
  color: #fff;
}

.stat-text {
  text-align: left;
}
.training-card {
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.training-image {
  width: 100%;
  height: 400px;
  background: #ffa53c;
  overflow: hidden;
}

.training-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.training-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.training-icon {
  width: 50px;
  height: 50px;
background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.training-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.training-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
}

.training-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary-color);
  font-weight: bold;
}
.experience-circle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.experience-circle h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 6px 0;
  color: #ffa53c;
}

.experience-circle p {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}
.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffb703;
  font-weight: 700;
}
.industriesList ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.industriesList ul li{
    padding:10px 30px;
    border-radius:40px;
    border:1px solid #ccc;
    font-size:15px;
    font-weight:600;
    color:#333;
}
.industriesList ul li:hover{
    color:#fff;
    background:var(--primary-color);
    border-color:transparent;
}
.text-clr{
  color:  #ffa53c;
}
.img-1{
     filter: brightness(0) invert(1);
}

/* --- Floating Action Button (FAB) Redesign --- */
.edit-fab-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px; /* MOVED TO LEFT to avoid overlapping WhatsApp/GoTop */
    z-index: 99999;
}

#edit-toggle-btn {
    background: var(--secondary-color);
    color: white;
    border: 2px solid #fff; /* ADDED border for better visibility */
    padding: 12px 28px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

#edit-toggle-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(202, 119, 21, 0.5);
    background: #fff;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Toggle state when editing is active */
#edit-toggle-btn.editing-active {
    background: #1e293b; 
    border-color: #1e293b;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* --- Modal Layout & Overlay --- */
.modal-overlay {
    display: none; 
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Darker background */
    backdrop-filter: blur(5px);
    z-index: 10000;
    padding: 20px;
    overflow-y: auto; /* Allows scrolling on small screens */
}

.modal-overlay.active {
    display: flex; /* Centers the modal */
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-out;
}

.edit-card {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 90vh; /* Prevents modal from being taller than screen */
}

/* --- Internal Modal Elements --- */
.modal-header {
    background: var(--primary-color); /* Matches your theme */
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.close-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}

.close-icon:hover {
    opacity: 1;
}

.modal-body {
    padding: 25px;
    overflow-y: auto; /* Scroll inside modal if content is long */
}

/* Form Elements */
.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.form-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    transition: border-color 0.2s;
}

.form-input:focus {
    border-color: var(--secondary-color);
    outline: none;
}

textarea.form-input {
    min-height: 120px;
    resize: vertical;
}

/* --- Editor Specific Styles (Missing in your previous code) --- */
.quill-wrapper {
    background: #fff;
    height: 250px;
    border-radius: 0 0 8px 8px;
}

.image-preview-box {
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
}

#current-image-preview {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 4px;
}

/* --- Footer & Actions --- */
.modal-footer-actions {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.action-group {
    display: flex;
    gap: 10px;
}

.ai-btn {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s;
}

.ai-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4);
}

/* --- Editable Highlights on Page --- */
.editable-highlight {
    position: relative;
    cursor: pointer !important;
    transition: all 0.2s ease;
}

.editable-highlight:hover {
    outline: 2px dashed var(--secondary-color);
    outline-offset: 2px;
    background-color: rgba(202, 119, 21, 0.1);
}

/* --- Floating Action Button (FAB) - Redesigned & Right Aligned --- */
.edit-fab-wrapper {
    position: fixed;
    bottom: 30px; 
    right: 90px; /* Sits to the left of your Go-Top button (avoiding overlap) */
    z-index: 99999;
}

#edit-toggle-btn {
    background: var(--secondary-color); /* Red background as per your design */
    color: white;
    border: none;
    padding: 5px 20px 5px 5px; /* Adjusted padding to hug the icon circle */
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(202, 119, 21, 0.4);
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 52px; /* Fixed height for perfect pill shape */
    transition: all 0.3s ease;
}

/* The Circle Icon Container (Dark Blue) */
#edit-toggle-btn span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #08345C; /* Dark Blue circle from your primary color */
    color: #fff; /* Icon color */
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px;
}

#edit-toggle-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(202, 119, 21, 0.6);
    background: var(--secondary-color); /* Darker red on hover */
}

/* State when "Stop Editing" is active */
#edit-toggle-btn.editing-active {
    background: #1e293b; /* Dark Navy to indicate active state */
}

#edit-toggle-btn.editing-active span:first-child {
    background: #334155; /* Lighter slate for the icon circle */
}


/* --- Modal Layout & Overlay (Essential for functionality) --- */
.modal-overlay {
    display: none; 
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 10000;
    padding: 20px;
    overflow-y: auto;
}

.modal-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-out;
}

.edit-card {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* --- Internal Modal Elements --- */
.modal-header {
    background: var(--primary-color);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.close-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}

.close-icon:hover { opacity: 1; }

.modal-body {
    padding: 25px;
}

/* Editor Inputs */
.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.form-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    transition: border-color 0.2s;
}

.form-input:focus {
    border-color: var(--secondary-color);
    outline: none;
}

/* Rich Text & Image Wrappers */
.quill-wrapper {
    background: #fff;
    height: 250px;
    border-radius: 0 0 8px 8px;
}

.image-preview-box {
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
}

#current-image-preview {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 4px;
}

/* Footer Actions */
.modal-footer-actions {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.action-group {
    display: flex;
    gap: 10px;
}

.ai-btn {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s;
}

.ai-btn:hover {
    transform: scale(1.05);
}

/* Highlight Effect on Page */
.editable-highlight {
    position: relative;
    cursor: pointer !important;
    transition: all 0.2s ease;
}

.editable-highlight:hover {
    outline: 2px dashed var(--secondary-color);
    outline-offset: 2px;
    background-color: rgba(202, 119, 21, 0.1);
}

/* Toast Notification */
#editor-toast {
    visibility: hidden;
    min-width: 280px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 12px 24px;
    position: fixed;
    z-index: 100002;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s, bottom 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#editor-toast.show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

/* AI Modal Specifics */
.ai-layer { z-index: 10001; }
.ai-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 450px;
    text-align: center;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}