:root {
  --primary-300: #3e81fc; /* Lighter */
  --primary: #226CF5!important; /* Base */
  --primary-500: #0d57e5; /* Mid-dark */
  --primary-900: #0a3b9e; /* Darkest */
  --text-34: #343434;
  --text-3: #333333;
  --white: #ffffff;
  --black: #000000;
  --medium-gray: #8C94A3;
  --transparent: transparent;
  --primary-gradient: linear-gradient(97.05deg, var(--primary) 60.03%, #CBF3FF 108.41%);
  --transition3: all linear .3s;
  --font-inter: "Inter", sans-serif;
  --font-poppins: "Inter", sans-serif!important;
  --font-roboto: "Inter", sans-serif!important;
   --font-family: "Inter", sans-serif!important;
}

ol,
ul {
  list-style-type: none;
  padding: 0px;
}

body {
  font-family: "Inter", sans-serif!important;
  color: var(--text-34);
  overflow-x: hidden;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1400px) {
  header .container {
    max-width: 1400px;
  }
}
/* ****************************************** */
/* ************** Common css ************* */
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-900);
}

.btnGroup {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  font-family: var(--font-inter);
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--primary);
  transition: var(--transition3);
  font-size: 18px;
  line-height: 20px;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn:hover {
  color: var(--white) !important;
  background: var(--primary-900) !important;
  border-color: var(--primary-900) !important;
}
.btn .icon {
  margin-right: 10px;
  fill:#fff!important;
}

.btn-secondary {
  color: var(--white);
  background-color: #ff8f00!important;
  border: 1px solid #ff8f00;
}
.btn-secondary:hover {
  color: var(--white) !important;
  background-color: #ff4d00!important;
  border-color: #B87A00 !important;
}

.btn-primary {
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
}
.btn-primary:hover {
  color: var(--white) !important;
  background: var(--primary-900) !important;
  border-color: var(--primary-900) !important;
}

.btn-primary-border {
  color: var(--primary);
  background: var(--transparent);
  border: 1px solid var(--primary);
}
.btn-primary-border:hover {
  color: var(--white) !important;
  background: var(--primary-900) !important;
  border-color: var(--primary-900) !important;
}


.btn-primarys-border {
  color: #ffffff!important;
  background: hsl(236, 100%, 50%);
  border: 1px solid var(--primary);
}
.btn-primarys-border:hover {
  color:#fff!important;
  background: #0a70ff!important;
  border-color: var(--primary-900) !important;
}

.subTitleRound {
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #FFD6C4;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
}

.sectionGradientBg {
  background: var(--primary-gradient);
  border-radius: 15px;
  padding: 35px 45px;
}

.title {
  font-family: var(--font-poppins);
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contactForm {
  padding: 24px;
  border: 1px solid #BDBDBD;
  background: var(--white);
  border-radius: 16px;
}
.contactForm .form-body {
  padding: 0;
}
.contactForm .form-body .form-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-3);
  margin-bottom: 16px;
}
.contactForm .form-body .form-text {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
  margin-bottom: 30px;
}
.contactForm .form-body .formArea .formGroup {
  margin-bottom: 16px;
}
.contactForm .form-body .formArea .formGroup:last-child {
  margin-bottom: 0;
}
.contactForm .form-body .formArea .formGroup .form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6F6F;
  margin-bottom: 3px;
}
.contactForm .form-body .formArea .formGroup .inputGroup {
  display: flex;
  gap: 4px;
}
.contactForm .form-body .formArea .formGroup .form-select,
.contactForm .form-body .formArea .formGroup .form-control {
   font-family: "Inter", sans-serif!important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 4px;
  border: 1px solid #454242;
  padding: 12px 24px;
  color: #000000;
  outline: none;
  box-shadow: none;
}
.contactForm .form-body .formArea .formGroup .form-select::placeholder,
.contactForm .form-body .formArea .formGroup .form-control::placeholder {
  color: #454242;
  opacity: 1;
}
.contactForm .form-body .formArea .formGroup .form-select::-ms-input-placeholder,
.contactForm .form-body .formArea .formGroup .form-control::-ms-input-placeholder {
  color: #1c1c1c;
}
.contactForm .form-body .formArea .formGroup .form-select:focus,
.contactForm .form-body .formArea .formGroup .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary);
}
.contactForm .form-body .submitArea {
  margin-top: 30px;
}
.contactForm .form-body .submitArea .btn {
  width: 100%;
}

.dataTableArea .headerArea {
  text-align: center;
}
.dataTableArea .headerArea .subTitleRound {
  background: #F2FFCB;
}
.dataTableArea .headerArea p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
  margin-top: 16px;
  margin-bottom: 0;
}
.dataTableArea .contentArea {
  margin-top: 24px;
}
.dataTableArea .contentArea .dataTableContent .tableTop {
  margin-bottom: 16px;
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne {
  margin-bottom: 16px;
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 0;
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList {
  display: flex;
  margin-bottom: 0;
  gap: 18px;
  flex-wrap: wrap;
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item:hover .single,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item:hover .deopDown,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item:hover .single:hover,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item:hover .deopDown:hover, .dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item.active .single,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item.active .deopDown,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item.active .single:hover,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item.active .deopDown:hover {
  color: var(--white);
  background: var(--primary-900);
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item .single,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item .deopDown {
  padding: 8px 16px;
  color: var(--primary);
  border-radius: 4px;
  min-width: 88px;
  border: 1px solid var(--primary);
  display: block;
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item .single:hover option,
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item .deopDown:hover option {
  color: var(--primary);
  background: var(--white);
}
.dataTableArea .contentArea .dataTableContent .tableTop .partOne .filterList .item .deopDown:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary);
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter label {
  position: relative;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter label::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #D6CFCF;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter input,
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter label {
  width: 100%;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter input {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter input::placeholder {
  color: #D6CFCF;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary);
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_filter input[type=search]::-webkit-search-cancel-button {
  margin-right: 30px;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_length label span {
  color: var(--black);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-right: 16px;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_length label select {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
}
.dataTableArea .contentArea .dataTableContent .tableTop .dataTables_length label select option {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.dataTableArea .contentArea .dataTableContent .table th, .dataTableArea .contentArea .dataTableContent .table td {
  border: 0;
  padding: 14px 8px;
}
.dataTableArea .contentArea .dataTableContent .table th.center, .dataTableArea .contentArea .dataTableContent .table td.center {
  text-align: center;
}
.dataTableArea .contentArea .dataTableContent .table th.sorting:before, .dataTableArea .contentArea .dataTableContent .table th.sorting:after, .dataTableArea .contentArea .dataTableContent .table td.sorting:before, .dataTableArea .contentArea .dataTableContent .table td.sorting:after {
  font-size: 10px;
}
.dataTableArea .contentArea .dataTableContent .table thead th, .dataTableArea .contentArea .dataTableContent .table thead td {
  background: rgba(103, 80, 164, 0.0509803922);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2399999946px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.dataTableArea .contentArea .dataTableContent .table tbody th, .dataTableArea .contentArea .dataTableContent .table tbody td {
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.dataTableArea .contentArea .dataTableContent .table tbody th .btn, .dataTableArea .contentArea .dataTableContent .table tbody td .btn {
  padding: 6px 49px;
}
.dataTableArea .contentArea .dataTableContent .table.dataTable.no-footer {
  border-bottom: 0;
}
.dataTableArea .contentArea .dataTableContent .tableBottom {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 12px;
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button,
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .ellipsis {
  padding: 11px;
  margin: 0 2px;
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1000000015px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1C1B1F;
  border-radius: 4px;
  transition: var(--transition3);
  display: inline-block;
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button .icon {
  height: 14px;
  width: 10px;
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button .icon path {
  fill: #1C1B1F;
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button.current, .dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button:hover {
  background: var(--primary-300);
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button.disabled, .dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button.disabled:hover {
  background: var(--transparent);
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button.disabled path, .dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_paginate .paginate_button.disabled:hover path {
  fill: #787879;
}
.dataTableArea .contentArea .dataTableContent .tableBottom .dataTables_info {
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1000000015px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #49454E;
}

.openingModal .modal-content {
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
}
.openingModal .modal-content .modal-header {
  border: 0;
}
.openingModal .modal-content .modal-header .modal-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
}
.openingModal .modal-content .modal-header .modal-title span {
  color: var(--primary);
}
.openingModal .modal-content .modal-body {
  text-align: center;
}
.openingModal .modal-content .modal-body p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #787878;
}
.openingModal .modal-content .modal-body .btnGroup {
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.openingModal .modal-content .modal-body .btnGroup .btn .icon {
  width: 20px;
  height: 20px;
}
.openingModal .modal-content .modal-body .btnGroup .btn .icon path {
  fill: var(--primary);
}
.openingModal .modal-content .modal-body .btnGroup .btn:hover .icon path {
  fill: var(--white);
}
.openingModal .modal-content .modal-body .btnGroup .btn.call {
  padding-left: 90px;
  padding-right: 90px;
}
.openingModal .modal-content .modal-body .btnGroup .btn.details {
  padding-left: 36px;
  padding-right: 36px;
}
.openingModal .modal-content .modal-body .phone {
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
  margin: 0;
}
.openingModal .modal-content .modal-body .phone span:last-child::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
.openingModal .modal-content .modal-body .skipBtn {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #AEAEAE;
  display: inline-block;
  margin-top: 24px;
  cursor: pointer;
}

header {
  position: relative;
}
header .header-top {
  background: #363636;
  padding: 5px;
  color: var(--white);
}
header .header-top span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
header .header-top .phone-list span:not(:first-child)::before {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
header .header-main .navbar {
  background: var(--white) !important;
}
header .header-main .navbar .navbar-brand img {
  height: 42px;
}
header .header-main .navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .header-main .navbar .nav-item .nav-link {
  padding: 10px;
  transition: var(--transition3);
  color: #0F172A;
}
header .header-main .navbar .nav-item .nav-link.active, header .header-main .navbar .nav-item .nav-link:hover {
  color: var(--primary-900);
}
header .header-main .navbar .nav-item .nav-link {
  transition: var(--transition3);
}
.shadows {
  border: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(53, 48, 48, 0.42);
}
header .header-main .navbar .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* text-align: center; */
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 20px;
  color: #0F172A;
  transition: var(--transition3);
}
header .header-main .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  color: var(--white);
  background: var(--primary-900);
}
header .header-main .navbar .nav-item .dropdown-menu li:not(:first-child) .dropdown-item {
  border-top: 1px solid #F0EFEF;
}
header .header-main .navbar .nav-item .searchArea {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: none;
  padding: 10px;
  background: var(--white);
}
header .header-main .navbar .nav-item .searchArea #searchInput {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 10px 30px;
}
header .header-main .navbar .nav-item .searchArea #searchInput:focus, header .header-main .navbar .nav-item .searchArea #searchInput:active {
  outline: none !important;
  box-shadow: none !important;
}
header .header-main .navbar .nav-item .searchArea #searchClose {
  border:none!important;
   outline:none!important;
   box-shadow:none!important; 
  background:transparent!important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header .header-main .navbar .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  border: 0;
  vertical-align: middle;
  margin-left: 9px;
}
header .header-main .navbar .menu-left .nav-item {
  margin: 0px 10px;
}
header .header-main .navbar .menu-left .nav-item .search {
  padding: 0;
  margin: 10px 0px;
  color: #0F172A;
}
header .header-main .navbar .menu-left .nav-item .search:hover {
  background: var(--transparent);
  color: #0F172A;
}
header .header-main .navbar .menu-right {
  gap: 10px;
}
header .header-main .navbar .menu-right .nav-item .btn {
  font-size: 14px;
  padding: 10px 20px;
}

footer {
  background: #1D2026;
}
footer .footer-top {
  padding: 55px 0px;
}
footer .footer-top .title {
  font-family: var(--font-inter);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 30px;
}
footer .footer-top .btnGroup .btn-icon .icon {
  width: 20px;
  height: 20px;
}
footer .footer-top .btnGroup .btn-icon .icon path {
  fill: var(--primary);
}
footer .footer-top .card {
  border-radius: 16px;
}
footer .footer-top .card .card-body {
  padding: 15px;
}
footer .footer-top .card .card-body .card-title {
  color: var(--text-34);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 5px;
}
footer .footer-top .card .card-body .card-text {
  color: var(--text-34);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 15px;
}
footer .footer-top .card .card-body .btn {
  padding: 6px 52px;
}
footer .footer-main {
  padding: 50px 0px;
  border-top: 1px solid #2d3139;
}
footer .footer-main .footer-logo {
  margin-bottom: 20px;
}
  footer .footer-main .footer-logo img {
  height: 40px;
}
footer .footer-main .contact {
  display: block;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--medium-gray);
}
footer .footer-main .contact .phone-list span:not(:first-child)::before {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
footer .footer-main .social-media {
  display: flex;
  margin-bottom: 0;
  margin-top: 25px;
  gap: 10px;
}
footer .footer-main .social-media .item a {
  display: inline-block;
  background: rgba(54, 59, 71, 0.4);
  height: 46px;
  width: 46px;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  color: var(--white);
  transition: var(--transition3);
}

footer .footer-main .social-media .item a:hover {
  border-radius: 50%;
  background: var(--primary);
}
footer .footer-main .footerMenuArea .footerMenuTitle {
  display: block;
  height: 14px;
  margin-bottom: 20px;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  text-transform: uppercase;
}
footer .footer-main .footerMenuArea .footerMenuList .item {
  color: #8C94A3;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 10px;
}
footer .footer-main .footerMenuArea .footerMenuList .item a {
  color: inherit;
}
footer .footer-main .footerMenuArea .footerMenuList .item:last-child {
  margin-bottom: 0;
}

.footerArea {
  padding-top: 40px;
}
.footerArea .pagination-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
}
.footerArea .pagination-container .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footerArea .pagination-container .pagination .pagination-btn {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}
.footerArea .pagination-container .pagination .pagination-btn:hover {
  background: #f0f0f0;
}
.footerArea .pagination-container .pagination .pagination-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.footerArea .pagination-container .pagination .pagination-btn:disabled:hover {
  background: transparent;
}
.footerArea .pagination-container .pagination .pagination-page {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}
.footerArea .pagination-container .pagination .pagination-page:hover {
  background: #f0f0f0;
}
.footerArea .pagination-container .pagination .pagination-page.active {
  border-color: #ddd;
}
.footerArea .pagination-container .pagination .pagination-dots {
  font-size: 14px;
  color: #888;
}
.footerArea .pagination-container .items-per-page {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #444;
}
.footerArea .pagination-container .items-per-page .per-page-select {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.footerArea .pagination-container .items-per-page .per-page-select:hover {
  border-color: #ddd;
}

@-webkit-keyframes scrollClintsSlider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
    transform: translateX(-1750px);
  }
}
@keyframes scrollClintsSlider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
    transform: translateX(-1750px);
  }
}
.heroSection .heroTop {
  background: linear-gradient(170.58deg, var(--primary) 1.27%, #CBF3FF 92.88%);
  min-height: 538px;
  text-align: center;
  padding-top: 56px;
}
.heroSection .heroTop .subTitle {
  font-size: 20px;
  font-weight: 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--white);
  margin-bottom: 8px;
}
.heroSection .heroTop .pageTitle {
  font-size: 34px!important;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 56px;
}
.heroSection .heroTop .btnGroup {
  justify-content: center;
  margin-bottom: 43px;
}
.heroSection .heroTop .btnGroup .btn {
  padding-left: 118px;
  padding-right: 118px;
}
.heroSection .heroTop .heroImg {
  margin-bottom: -124px;
}
.heroSection .heroBottom .heroOfferPart {
  padding-top: 40px;
  padding-bottom: 40px;
}
.heroSection .heroBottom .heroOfferPart .item {
  background: var(--white);
  border: 1px solid #B5B5B5;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.heroSection .heroBottom .heroOfferPart .item.upcoming {
  padding: 24px 26px;
  text-align: center;
}
.heroSection .heroBottom .heroOfferPart .item.upcoming .row {
  align-items: center;
}
.heroSection .heroBottom .heroOfferPart .item.upcoming .row .col-3,
.heroSection .heroBottom .heroOfferPart .item.upcoming .row .col-9 {
  padding: 0;
}
.heroSection .heroBottom .heroOfferPart .item.upcoming .row .col-3 {
  padding-right: 24px;
}
.heroSection .heroBottom .heroOfferPart .item.upcoming .itemTitle {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.heroSection .heroBottom .heroOfferPart .item.upcoming .itemTitle span {
  color: var(--primary);
}
.heroSection .heroBottom .heroOfferPart .item.upcoming .btn {
  padding: 14px 48px;
}
.heroSection .heroBottom .heroOfferPart .item.best {
  padding: 34px 40px;
  text-align: center;
  position: relative;
}
.heroSection .heroBottom .heroOfferPart .item.best .row .col-9 {
  padding: 0;
}
.heroSection .heroBottom .heroOfferPart .item.best .itemTitle {
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
  margin-bottom: 16px;
}
.heroSection .heroBottom .heroOfferPart .item.best .itemDis {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
  margin: 0;
}
.heroSection .heroBottom .heroOfferPart .item.best .ribbon {
  color: var(--white);
  width: 90px;
  padding: 10px 19px;
  position: absolute;
  right: 24px;
  top: 0;
  background-color:#ff3b3c;
}
.heroSection .heroBottom .heroOfferPart .item.best .ribbon span {
  display: block;
  font-size: 14px;
}
.heroSection .heroBottom .heroOfferPart .item.best .ribbon strong {
  display: block;
  font-size: 24px;
  line-height: 26px;
}
.heroSection .heroBottom .heroOfferPart .item.best .ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 59%;
  height: 0;
  margin: auto;
  border: 45px solid #ff3b3c;
  border-top: 25px solid var(--white);
  transform: rotate(180deg);
  border-bottom: 0px;
}
.heroSection .heroBottom .heroClintePart {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.heroSection .heroBottom .heroClintePart .leftPart {
  width: 22%;
}
.heroSection .heroBottom .heroClintePart .rightPart {
  width: 78%;
}

.heroSection .heroBottom .heroClintePart .rightPart .slider {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.heroSection .heroBottom .heroClintePart .rightPart .slider:before, .heroSection .heroBottom .heroClintePart .rightPart .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.heroSection .heroBottom .heroClintePart .rightPart .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.heroSection .heroBottom .heroClintePart .rightPart .slider::before {
  left: 0;
  top: 0;
}
.heroSection .heroBottom .heroClintePart .rightPart .slider .slide-track {
  -webkit-animation: scrollClintsSlider 40s linear infinite;
  animation: scrollClintsSlider 40s linear infinite;
  display: flex;
  width: 3500px;
}
.heroSection .heroBottom .heroClintePart .rightPart .slider .slide {
  height: 56px;
  padding: 0px 40px;
}
.heroSection .heroBottom .heroClintePart .rightPart .slider .slide img {
  height: 100%;
}

.languagesSection {
  padding-top: 55px;
}
.languagesSection .headerArea {
  text-align: center;
}
.languagesSection .headerArea .subTitleRound {
  background: #CBF3FF;
}
.languagesSection .headerArea .title {
  text-align: center;
  color: var(--text-3);
  margin-bottom: 20px;
}
.languagesSection .contentArea .LanguagesRow {
  margin: 0;
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea {
  padding-top: 24px;
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card {
  border-radius: 16px;
  min-height: 276px;
  transition: var(--transition3);
  height: 100%;
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card .card-body {
  text-align: center;
  padding: 25px 15px;
  transition: var(--transition3);
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card .card-body .flag-icon {
  width: 36px;
  height: 36px;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.368627451);
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card .card-body .card-title {
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 10px;
  margin-bottom: 20px;
  color: var(--text-34);
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card .card-body .card-text {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 25px;
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card .card-body .btn {
  width: 100%;
}
.languagesSection .contentArea .LanguagesRow .LanguagesArea .card:hover {
  transform: scale(1.075);
  border: 1px solid #8d8d8d!important;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1294117647);
  z-index: 11;
}

.successScoreSection {
  padding-top: 80px;
  padding-bottom: 80px;
}
.successScoreSection .title {
  line-height: 45px;
  text-align: left;
}
.successScoreSection .sectionGradientBg {
  color: var(--white);
}
.successScoreSection .sectionGradientBg .numbers {
  font-family: var(--font-inter);
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.01em;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 12px;
}
.successScoreSection .sectionGradientBg .numberTitle {
  font-family: var(--font-inter);
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.successScoreSection .centerContent {
  padding-top: 80px;
  padding-bottom: 80px;
}
.successScoreSection .centerContent .previewImg {
  width: 100%;
  height: 100%;
  /* background: url("../../storage/successscorebg.png"); */
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.successScoreSection .centerContent .previewImg img {
  max-width: 520px;
}
.successScoreSection .centerContent .title {
  color: var(--text-3);
  margin-bottom: 15px;
}
.successScoreSection .centerContent p {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 25px;
}
.successScoreSection .centerContent .card {
  background: #E6FBFC;
  border-radius: 8px;
  border: 0;
  padding: 16px 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: var(--transition3);
}
.successScoreSection .centerContent .card .iconArea {
  border: 2px solid;
 
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 80px;

  border-color: #0400ff5e;

}
.successScoreSection .centerContent .card .iconArea .icon {
  height: 36px;
  width: 36px;
  margin: 0 auto;
  transition: var(--transition3);
}
.successScoreSection .centerContent .card .iconArea .icon path {
  transition: var(--transition3);
  stroke: var(--white);
}
.successScoreSection .centerContent .card .card-title {
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-34);
  margin-bottom: 0;
  margin-top: 15px;
}
.successScoreSection .centerContent .card:hover {
  background: var(--primary);
}
.successScoreSection .centerContent .card:hover .iconArea {
  background: var(--white);
}
.successScoreSection .centerContent .card:hover .iconArea .icon path {
  stroke: var(--primary);
}
.successScoreSection .centerContent .card:hover .card-title {
  color: var(--white);
}
.successScoreSection .whyChoose .item {
  padding: 16px;
  border-radius: 16px;
  height: 100%;
  transition: var(--transition3);
}
.successScoreSection .whyChoose .item .iconArea {
  background: var(--white);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
  transition: var(--transition3);
}
.successScoreSection .whyChoose .item .iconArea .icon {
  height: 36px;
  width: 36px;
  margin: 0 auto;
  transition: var(--transition3);
}
.successScoreSection .whyChoose .item .iconArea .icon path {
  transition: var(--transition3);
  stroke: var(--primary);
}
.successScoreSection .whyChoose .item .card-title {
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}
.successScoreSection .whyChoose .item:hover {
  background: var(--white);
}
.successScoreSection .whyChoose .item:hover .iconArea {
  background: var(--primary);
}
.successScoreSection .whyChoose .item:hover .iconArea .icon path {
  stroke: var(--white);
}
.successScoreSection .whyChoose .item:hover .card-title {
  color: var(--primary);
}

.brochuresection {
  background: var(--primary-gradient);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.brochuresection .subTitleRound {
  background: #E7D4FF;
}
.brochuresection .title {
  color: var(--white);
  margin-bottom: 20px;
}
.brochuresection .btn {
  width: 100%;
}
.brochuresection .btn .flag-icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.368627451);
}
.brochuresection .btn .countryName {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.frequentAskSection {
  padding-top: 80px;
  padding-bottom: 80px;
}
.frequentAskSection .headerArea .title {
  color: var(--text-3);
  text-align: center;
}
.frequentAskSection .contentArea {
  padding-top: 24px;
}
.frequentAskSection .contentArea .accordion-flush .accordion-item {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 25px;
  overflow: hidden;
}
.frequentAskSection .contentArea .accordion-flush .accordion-item .accordion-button {
  padding: 24px;
  background: #F4F4F4;
  color: #191D23;
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.frequentAskSection .contentArea .accordion-flush .accordion-item .accordion-body {
  color: var(#575759);
  padding: 24px;
  padding-top: 16px;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 25.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.frequentAskSection .contentArea .accordion-flush .accordion-item:last-child {
  margin-bottom: 0;
}
.frequentAskSection .contentArea .accordion-flush .accordion-item:has(.accordion-collapse.show) {
  border-color: var(--white);
  background: var(--white);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
}
.frequentAskSection .contentArea .accordion-button:focus {
  box-shadow: none;
}
.frequentAskSection .contentArea .accordion-button:not(.collapsed) {
  color: #191D23;
  background-color: var(--white);
  box-shadow: unset;
}
.frequentAskSection .contentArea .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 14px;
  background: var(--white);
  color: var(--primary);
  text-align: center;
}
.frequentAskSection .contentArea .accordion-button:not(.collapsed)::after {
  content: "\f078";
  transform: unset;
  background: var(--primary);
  color: var(--white);
}

.testimonialSection {
  background: var(--primary-gradient);
  padding-top: 80px;
  padding-bottom: 80px;
}
.testimonialSection .headerArea {
  text-align: center;
}
.testimonialSection .headerArea .title {
  color: var(--white);
}
.testimonialSection .contentArea {
  padding-top: 24px;
}
.testimonialSection .contentArea .testimonial {
  background: var(--white);
  padding: 24px;
  border-radius: 8px;
}
.testimonialSection .contentArea .testimonial .row {
  margin: 0;
}
.testimonialSection .contentArea .testimonial .row .col-auto,
.testimonialSection .contentArea .testimonial .row .col {
  padding: 0;
}
.testimonialSection .contentArea .testimonial .row .col-auto {
  padding-right: 12px;
}
.testimonialSection .contentArea .testimonial .row .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonialSection .contentArea .testimonial .clintImg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.testimonialSection .contentArea .testimonial .name {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1D2026;
  margin-bottom: 0;
}
.testimonialSection .contentArea .testimonial .stars {
  display: block;
  color: #FD8E1F;
  font-size: 12px;
}
.testimonialSection .contentArea .testimonial .testimonialBody {
  margin-top: 12px;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.testimonialSection .footerArea {
  padding-top: 24px;
  text-align: center;
}
.testimonialSection .footerArea .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.exploreWebinarSection {
  padding-top: 80px;
}
.exploreWebinarSection .contentArea {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #B5B5B5;
}
.exploreWebinarSection .contentArea .title span {
  color: var(--primary);
}
.exploreWebinarSection .contentArea p {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.exploreWebinarSection .contentArea .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.blogsSection {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blogsSection .headerArea {
  text-align: center;
}
.blogsSection .headerArea .subTitleRound {
  background: #F2FFCB;
}
.blogsSection .contentArea {
  padding-top: 24px;
}
.blogsSection .contentArea .blog {
  border: 0;
}
.blogsSection .contentArea .blog .thumbnail {
  border-radius: 8px;
  max-height: 208px;
}
.blogsSection .contentArea .blog .blog-body {
  padding-top: 24px;
}
.blogsSection .contentArea .blog .blog-body .blog-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.8000000119px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 4px;
}
.blogsSection .contentArea .blog .blog-body .blog-date {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.200000003px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A0A0A0;
  margin-bottom: 16px;
}
.blogsSection .contentArea .blog .blog-body .blog-url {
  color: var(--primary);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2399999946px;
  text-align: left;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.blogsSection .contentArea .blog .blog-body .blog-url::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  margin-left: 8px;
}
.blogsSection .contentArea .blog .blog-body .blog-url span {
  text-decoration-line: underline;
}

.overviewSection {
  background: var(--primary-gradient);
  padding-top: 80px;
  padding-bottom: 80px;
}
.overviewSection .headerArea {
  text-align: center;
}
.overviewSection .headerArea .title {
  color: var(--white);
}
.overviewSection .contentArea {
  padding-top: 24px;
}
.overviewSection .contentArea .item {
  padding: 16px;
  border-radius: 16px;
  background: var(--white);
  margin-bottom: 24px;
}
.overviewSection .contentArea .item:last-child {
  margin-bottom: 0;
}
.overviewSection .contentArea .item .itemFlages,
.overviewSection .contentArea .item .itemIcons {
  display: flex;
  margin-bottom: 16px;
}
.overviewSection .contentArea .item .itemFlages .flag-icon {
  width: 36px;
  height: 36px;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.368627451);
}
.overviewSection .contentArea .item .itemFlages .flag-icon:not(:first-child) {
  margin-left: -15px;
}
.overviewSection .contentArea .item .itemIcons {
  width: 36px;
  height: 36px;
}
.overviewSection .contentArea .item .itemTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-34);
  margin-bottom: 16px;
}
.overviewSection .contentArea .item .itemList .listItem,
.overviewSection .contentArea .item .itemText {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.overviewSection .contentArea .item .itemText {
  margin-bottom: 15px;
}
.overviewSection .contentArea .item .itemList {
  list-style-type: disc;
  margin-left: 17px;
  margin-bottom: 0;
}
.overviewSection .contentArea .item .itemList .listItem span {
  font-weight: 500;
}

.pageHeader {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--primary-gradient);
}
.pageHeader .leftSide .subTitle {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DDDDDE;
  margin-bottom: 0;
}
.pageHeader .leftSide .pageTitle {
  font-size: 50px;
  font-weight: 600;
  line-height: 61px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 24px;
}
.pageHeader .leftSide p {
  font-family: "Inter", sans-serif!important;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DDDDDE;
  margin-bottom: 30px;
}
.pageHeader .leftSide p:last-child {
  margin-bottom: 0;
}

.mainSection {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mainSection .mainWrapper,
.mainSection .sidebarWrapper {
  flex: 0 0 auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.mainSection .mainWrapper {
  width: 70%;
}
.mainSection .sidebarWrapper {
  width: 30%;
}
.mainSection .sidebarWrapper .card {
  padding: 24px;
  border: 1px solid #B5B5B5;
  border-radius: 16px;
}
.mainSection .sidebarWrapper .card .card-img-top {
  padding-bottom: 24px;
  height: 150px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.mainSection .sidebarWrapper .card .card-body {
  text-align: center;
  padding: 0;
}
.mainSection .sidebarWrapper .card .card-body .card-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
  margin-bottom: 8px;
}
.mainSection .sidebarWrapper .card .card-body .card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
  margin-bottom: 24px;
}
.mainSection .sidebarWrapper .card .card-body .btn {
  width: 60%;
}
.mainSection .sidebarWrapper .item {
  margin-bottom: 40px;
}
.mainSection .sidebarWrapper .item:last-child {
  margin-bottom: 0;
}
.mainSection .sidebarWrapper .partTitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 16px;
  color: var(--primary);
}
.mainSection .sidebarWrapper .linkList .linkItem {
  margin-bottom: 16px;
}
.mainSection .sidebarWrapper .linkList .linkItem a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #242424;
  transition: var(--transition3);
}
.mainSection .sidebarWrapper .linkList .linkItem a:hover {
  color: var(--primary);
}
.mainSection .sidebarWrapper .linkList .linkItem:last-child {
  margin-bottom: 0;
}
.mainSection .sidebarWrapper .cardTwo {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mainSection .sidebarWrapper .cardTwo .card-body .card-title {
  font-weight: 600;
  line-height: 33.6px;
  color: var(--black);
}
.mainSection .sidebarWrapper .cardTwo .card-body .subCardTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #F86F03;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.mainSection .sidebarWrapper .sideBlogArea .blogList .blogItem {
  margin-bottom: 24px;
}
.mainSection .sidebarWrapper .sideBlogArea .blogList .blogItem:last-child {
  margin-bottom: 0;
}
.mainSection .sidebarWrapper .sideBlogArea .blogList .blogItem .col-5 {
  padding-right: 0;
}
.mainSection .sidebarWrapper .sideBlogArea .blogList .blogItem .blogThumbnail {
  width: 100%;
  border-radius: 8px;
}
.mainSection .sidebarWrapper .sideBlogArea .blogList .blogItem .blogTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #231F40;
  margin-bottom: 15px;
}
.mainSection .sidebarWrapper .sideBlogArea .blogList .blogItem .blogLink {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
}

#aboutusPage .pageHeader {
  background: var(--white);
}
#aboutusPage .pageHeader .subTitle {
  color: #8E8C8C;
}
#aboutusPage .pageHeader .pageTitle {
  color: var(--black);
  margin-bottom: 0;
}
#aboutusPage .pageHeader .leftSide {
  padding-right: 44px;
}
#aboutusPage .pageHeader .rightSide p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0F172A;
  margin-bottom: 0;
  position: relative;
  padding-left: 26px;
}
#aboutusPage .pageHeader .rightSide p::before {
  content: "";
  background: var(--primary);
  position: absolute;
  width: 4px;
  height: 80%;
  top: 10%;
  left: 8px;
  border-radius: 50px;
}
#aboutusPage .pageHeader .bottomSide {
  padding-top: 62px;
}
#aboutusPage .pageHeader .bottomSide img {
  width: 100%;
}
#aboutusPage .mainSection .title {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 24px;
}
#aboutusPage .mainSection .aboutBody p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
}
#aboutusPage .mainSection .aboutBody .imgArea img {
  width: 100%;
  border-radius: 11px;
}
#aboutusPage .mainSection .aboutBody .imgArea span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6F6F;
  margin-top: 4px;
}
#aboutusPage .mainSection .aboutBody .peraTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
  margin-bottom: 8px;
  margin-top: 24px;
}
#aboutusPage .ourVisionSection {
  background: var(--primary-gradient);
  padding-top: 60px;
  padding-bottom: 114px;
}
#aboutusPage .ourVisionSection .container {
  position: relative;
}
#aboutusPage .ourVisionSection .headerArea .title {
  color: var(--white);
  margin-bottom: 16px;
}
#aboutusPage .ourVisionSection .headerArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DDDDDE;
  margin: 0;
}
#aboutusPage .ourVisionSection .contentArea {
  padding-top: 98px;
}
#aboutusPage .ourVisionSection .contentArea .col-md-3:nth-child(2n) {
  padding-top: 112px;
}
#aboutusPage .ourVisionSection .contentArea .card {
  padding: 24px;
  padding-bottom: 156px;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 20px;
}
#aboutusPage .ourVisionSection .contentArea .card::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 0px;
  background: var(--primary-900);
  width: 45px;
  height: 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#aboutusPage .ourVisionSection .contentArea .card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: rgba(29, 78, 216, 0.1019607843);
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
#aboutusPage .ourVisionSection .contentArea .card .card-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
}
#aboutusPage .ourVisionSection .contentArea .card .card-icon path {
  fill: var(--primary);
}
#aboutusPage .ourVisionSection .contentArea .card .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
  margin-bottom: 12px;
}
#aboutusPage .ourVisionSection .contentArea .card .card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #242424;
  margin-bottom: 0;
}
#aboutusPage .ourVisionSection .dot-grid {
  display: grid;
  grid-template-columns: repeat(9, auto);
  grid-gap: 10px;
  width: 152px;
  height: 152px;
  position: absolute;
  right: 0;
  top: -109px;
}
#aboutusPage .ourVisionSection .dot-grid .dot {
  width: 5px;
  height: 5px;
  background-color: var(--primary-900);
  border-radius: 50%;
  margin: 0 auto;
}
#aboutusPage .ourTeamction {
  padding-top: 60px;
  padding-bottom: 108px;
  background: #F1F5F9;
}
#aboutusPage .ourTeamction .headerArea {
  text-align: center;
}
#aboutusPage .ourTeamction .headerArea .title {
  margin-bottom: 16px;
}
#aboutusPage .ourTeamction .headerArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #696969;
  margin-bottom: 0;
}
#aboutusPage .ourTeamction .contentArea .member {
  padding-top: 58px;
  padding-bottom: 42px;
  position: relative;
}
#aboutusPage .ourTeamction .contentArea .member .memberImg {
  width: 75%;
  border-radius: 20px;
}
#aboutusPage .ourTeamction .contentArea .member .memberInfo {
  padding: 44px 16px;
  background: var(--white);
  border-radius: 15px;
  position: absolute;
  width: 60%;
  height: 44%;
  right: 0;
  bottom: 0;
  text-align: center;
}
#aboutusPage .ourTeamction .contentArea .member .memberInfo .name {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 4px;
}
#aboutusPage .ourTeamction .contentArea .member .memberInfo .desig {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: block;
  color: var(--primary-300);
  margin-bottom: 12px;
}
#aboutusPage .ourTeamction .contentArea .member .memberInfo .about {
  font-family: var(--font-inter);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0F172A;
  margin-bottom: 0;
}
#aboutusPage .joinCommunity {
  padding-top: 82px;
  padding-bottom: 82px;
}
#aboutusPage .joinCommunity .card {
  background: var(--primary);
  padding: 16px 16px;
  border-radius: 16px;
  border: 0;
  text-align: center;
}
#aboutusPage .joinCommunity .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
}
#aboutusPage .joinCommunity .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 24px;
}
#aboutusPage .joinCommunity .card .card-body .btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding: 12px 70px;
}

#corporatetrainingPage .pageHeader .rightSide .imageContainer {
  width: 100%;
  height: 220px;
  position: relative;
}
#corporatetrainingPage .pageHeader .rightSide .imageContainer img {
  width: 100%;
  border-radius: 53px;
  position: absolute;
  top: 33%;
  height: 380px;
  z-index: 1;
}
#corporatetrainingPage .mainSection .mainWrapper .title {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 24px;
}
#corporatetrainingPage .mainSection .mainWrapper .aboutBody p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
}
#corporatetrainingPage .mainSection .mainWrapper .aboutBody .peraTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
  margin-bottom: 8px;
  margin-top: 24px;
}
#corporatetrainingPage .mainSection .sidebarWrapper {
  padding-top: 200px;
}

#contactusPage .parent {
  position: relative;
}
#contactusPage .parent .pageHeader .rightSide .mapContainer {
  width: 100%;
  height: 220px;
}
#contactusPage .parent .pageHeader .rightSide .mapContainer .map {
  width: 50%;
  border-radius: 16px;
  position: absolute;
  height: 95%;
  top: 5%;
  right: 5%;
}
#contactusPage .parent .contactInfoArea {
  padding-top: 40px;
}
#contactusPage .parent .contactInfoArea .info {
  margin-bottom: 0;
}
#contactusPage .parent .contactInfoArea .info .item {
    font-family: "Inter", sans-serif!important;
  font-size: 16px;
  font-weight: 600;
  line-height: 29.02px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
}
#contactusPage .parent .contactInfoArea .info .item i {
  margin-right: 10px;
}
#contactusPage .parent .contactInfoArea .addressArea .item {
  padding-top: 40px;
}
#contactusPage .parent .contactInfoArea .addressArea .item .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
  margin-bottom: 16px;
}
#contactusPage .parent .contactInfoArea .addressArea .item .address {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin: 0;
}
#contactusPage .contactFormArea {
  padding-top: 82px;
  padding-bottom: 82px;
}
#contactusPage .contactFormArea .contactForm {
  height: 100%;
}
#contactusPage .contactFormArea .officeHours {
  padding: 24px;
  border: 1px solid #BDBDBD;
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 40px;
}
#contactusPage .contactFormArea .officeHours .card-body {
  padding: 0;
}
#contactusPage .contactFormArea .officeHours .card-body .card-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-3);
  margin-bottom: 16px;
}
#contactusPage .contactFormArea .officeHours .card-body .hoursList {
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
}
#contactusPage .contactFormArea .officeHours .card-body .hoursList .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.96px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
}
#contactusPage .contactFormArea .joinCommunity {
  background: var(--primary);
  padding: 16px 16px;
  border-radius: 16px;
  border: 0;
  text-align: center;
}
#contactusPage .contactFormArea .joinCommunity .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
}
#contactusPage .contactFormArea .joinCommunity .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 24px;
}
#contactusPage .contactFormArea .joinCommunity .card-body .btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding: 12px 70px;
}

#blogsPage .pageHeader .leftSide .subscribeArea .form-control {
  padding: 12px 24px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#blogsPage .pageHeader .leftSide .subscribeArea .form-control::placeholder {
  color: #D3D2D2;
  opacity: 1;
}
#blogsPage .pageHeader .leftSide .subscribeArea .form-control::-ms-input-placeholder {
  color: #D3D2D2;
}
#blogsPage .pageHeader .leftSide .subscribeArea .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary);
}
#blogsPage .pageHeader .leftSide .subscribeArea .btn {
  padding: 14px 18px;
  font-weight: 600;
  height: 100%;
}
#blogsPage .pageHeader .leftSide .subscribeArea p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 0;
  margin-top: 3px;
}
#blogsPage .pageHeader .leftSide .subscribeArea p a {
  text-decoration: underline;
}
#blogsPage .pageHeader .leftSide .categoriesArea {
  padding-top: 32px;
}
#blogsPage .pageHeader .leftSide .categoriesArea .areaTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin-bottom: 16px;
}
#blogsPage .pageHeader .leftSide .categoriesArea .categoryList {
  margin: 0;
}
#blogsPage .pageHeader .leftSide .categoriesArea .categoryList .item {
  float: left;
  margin-right: 16px;
}
#blogsPage .pageHeader .leftSide .categoriesArea .categoryList .item:last-child {
  margin: 0;
}
#blogsPage .pageHeader .leftSide .categoriesArea .categoryList .item a {
  display: inline-block;
  padding: 5px 26px;
  background: var(--white);
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  border-radius: 20px;
}
#blogsPage .pageHeader .rightSide .imageContainer {
  width: 100%;
  height: 220px;
  position: relative;
}
#blogsPage .pageHeader .rightSide .imageContainer img {
  width: 100%;
  border-radius: 53px;
  position: absolute;
  top: 33%;
  height: 470px;
  z-index: 1;
}
#blogsPage .recentBlogSection {
  padding-top: 40px;
}
#blogsPage .recentBlogSection .contentArea {
  padding-top: 40px;
}
#blogsPage .recentBlogSection .contentArea .blogList {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 82px;
  column-gap: 68px;
  overflow: hidden;
}
#blogsPage .recentBlogSection .contentArea .blogList .item {
  overflow: hidden;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogThumbnail {
  width: 100%;
  height: 359px;
  margin-bottom: 32px;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogThumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .blogTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-3);
  margin-bottom: 8px;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .date {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.200000003px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: block;
  color: #A0A0A0;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .blogCon {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 24px;
  color: #090914;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .readMore {
  display: block;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2399999946px;
  text-align: left;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
  transition: var(--transition3);
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .readMore::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  margin-left: 10px;
  text-decoration: none;
  transition: var(--transition3);
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .readMore:hover {
  color: var(--primary-900);
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .readMore:hover::after {
  margin-left: 15px;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogBody .readMore span {
  text-decoration-line: underline;
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child {
  grid-column: span 2;
  display: flex;
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogThumbnail {
  width: 47%;
  height: 100%;
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogThumbnail img {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogBody {
  width: 53%;
  padding: 44px;
  background: var(--primary-gradient);
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogBody .blogTitle {
  color: var(--white);
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogBody .blogCon,
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogBody .date {
  color: #DDDDDE;
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogBody .readMore {
  color: var(--white);
}
#blogsPage .recentBlogSection .contentArea .blogList .item:first-child .blogBody .readMore:hover {
  color: var(--white);
}
#blogsPage .allBlogSection {
  padding-top: 82px;
  padding-bottom: 82px;
}
#blogsPage .allBlogSection .contentArea {
  padding-top: 40px;
}
#blogsPage .allBlogSection .contentArea .blogList {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 40px;
  column-gap: 24px;
  overflow: hidden;
}
#blogsPage .allBlogSection .contentArea .blogList .item {
  overflow: hidden;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogThumbnail {
  width: 100%;
  height: 208px;
  margin-bottom: 24px;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogThumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .blogTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-3);
  margin-bottom: 4px;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .date {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.200000003px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: block;
  color: #A0A0A0;
  margin-bottom: 16px;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .readMore {
  display: block;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2399999946px;
  text-align: left;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
  transition: var(--transition3);
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .readMore::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  margin-left: 10px;
  text-decoration: none;
  transition: var(--transition3);
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .readMore:hover {
  color: var(--primary-900);
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .readMore:hover::after {
  margin-left: 15px;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogBody .readMore span {
  text-decoration-line: underline;
}

#blogDetailsPage .pageHeader .breadcrumb {
  margin-bottom: 0!important;
}
#blogDetailsPage .pageHeader .breadcrumb .breadcrumb-item {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DDDDDE;
}
#blogDetailsPage .pageHeader .breadcrumb .breadcrumb-item:not(:first-child) {
  padding-left: 16px;
}
#blogDetailsPage .pageHeader .breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #DDDDDE;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  padding-right: 16px;
}
#blogDetailsPage .pageHeader .breadcrumb .breadcrumb-item a {
  text-decoration-line: underline;
}
#blogDetailsPage .mainSection {
  padding-top: 40px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogTitle {
  font-size: 48px;
  font-weight: 600;
  line-height: 61px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 24px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .date {
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.200000003px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A0A0A0;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares {
  display: flex;
  align-items: center;
  gap: 16px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares span {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary);
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares .shareList {
  margin-bottom: 0;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares .shareList .item {
  float: left;
  margin-right: 9px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares .shareList .item:last-child {
  margin: 0;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares .shareList .item a i {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  color: var(--primary);
  font-size: 12px;
  transition: var(--transition3);
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .shares .shareList .item a:hover i {
  background: var(--primary);
  color: var(--white);
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogThumbnail {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogBody {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  border-bottom: 1px solid #6F6B80;
  padding: 2rem!important;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogBody p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 24px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogBody h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 8px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogBody ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogBody ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 5px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .blogBody ul li b {
  margin-right: 5px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .bottomShare {
  padding-top: 24px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .bottomShare .shares .shareList .item a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .tags {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .tags span {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .tags .tagList {
  margin: 0;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .tags .tagList .item {
  float: left;
  margin-right: 16px;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .tags .tagList .item:last-child {
  margin: 0;
}
#blogDetailsPage .mainSection .mainWrapper .blogDetails .tags .tagList .item a {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 5px 16px;
  background: #ECECEC;
  color: #000000;
  border-radius: 20px;
}
#blogDetailsPage .mainSection .sidebarWrapper .cardTwo .card-title {
  margin-bottom: 36px;
}
#blogDetailsPage .mainSection .sidebarWrapper .btn {
  font-weight: 600;
}

#offersPage .pageHeader .rightSide .imageContainer {
  width: 100%;
  height: 220px;
  position: relative;
}
#offersPage .pageHeader .rightSide .imageContainer img {
  width: 100%;
  border-radius: 53px;
  position: absolute;
  top: 3%;
  height: 320px;
  z-index: 1;
}
#offersPage .mainSection {
  padding-top: 40px;
}
#offersPage .mainSection .mainWrapper {
  padding-right: 0px;
}
.offerBody {
  padding-left: 20px;
}
#offersPage .mainSection .mainWrapper .offer {
  padding: 10px;
    padding-top: 10px;
  border: 1px solid #E9EAEB;
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.0784313725);
  margin-bottom: 40px;
}
#offersPage .mainSection .mainWrapper .offer:last-child {
  margin: 0;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerTitle {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181D27;
  margin-bottom: 16px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerPrice {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181D27;
  margin-bottom: 4px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerType {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #535862;
  margin-bottom: 32px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerFrtureList {
  margin-bottom: 40px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerFrtureList .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerFrtureList .item:last-child {
  margin: 0;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerFrtureList .item::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  background: #D1FADF;
  color: #12B76A;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .offerFrtureList .item span {
  font-weight: 500;
  margin-right: 5px;
}
#offersPage .mainSection .mainWrapper .offer .offerBody .btn {
  padding: 12px 93px;
}
#offersPage .mainSection .sidebarWrapper {
  padding-top: 160px;
}
#offersPage .overComing {
  padding-bottom: 80px;
}
#offersPage .overComing .contactForm {
  border: 0;
  padding-bottom: 0;
  height: 100%;
}
#offersPage .overComing .contactForm .form-body .subTitleRound {
  background: #CBF3FF;
}
#offersPage .overComing .contactForm .form-body .submitArea .btn {
  width: auto;
  padding: 14px 75px;
}
#offersPage .overComing .upcomingBatch {
  border: 1px solid #B5B5B5;
  padding: 24px;
  padding-right: 14px;
  border-radius: 16px;
  height: 100%;
}
#offersPage .overComing .upcomingBatch .upcomingTitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
  margin-bottom: 24px;
}
#offersPage .overComing .upcomingBatch .upcominglist .item {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 24px;
}
#offersPage .overComing .upcomingBatch .upcominglist .item:last-child {
  margin: 0;
}
#offersPage .overComing .upcomingBatch .upcominglist .item p {
  font-size: 12px;
  font-weight: 500;
  line-height: 21.72px;
  letter-spacing: 0.13em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #727272;
  margin-bottom: 0;
}
#offersPage .overComing .upcomingBatch .upcominglist .item h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-34);
  margin-bottom: 0;
}
#offersPage .overComing .upcomingBatch .upcominglist .item span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #727272;
}

#testimonialsPage .pageHeader .rightSide .imageContainer {
  width: 100%;
  height: 220px;
  position: relative;
}
#testimonialsPage .pageHeader .rightSide .imageContainer img {
  width: 100%;
  border-radius: 53px;
  position: absolute;
  top: 5%;
  height: 543px;
  z-index: 1;
}
#testimonialsPage .testimonial {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
#testimonialsPage .testimonial .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.200000003px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #090914;
  margin-bottom: 4px;
}
#testimonialsPage .testimonial .rating {
  color: #FD8E1F;
  font-size: 12px;
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
#testimonialsPage .testimonial .feedback {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #090914;
  margin-bottom: 0;
}
#testimonialsPage .testimonialsSection {
  padding-top: 82px;
  padding-bottom: 82px;
}
#testimonialsPage .testimonialsSection .footerArea {
  padding-top: 82px;
}
#testimonialsPage .testimonialTop {
  padding-top: 40px;
  padding-bottom: 82px;
}
#testimonialsPage .testimonialTop .gap75 {
  row-gap: 75px;
}
#testimonialsPage .clientsSetion .clientsArea {
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(100.81deg, #CCF3FF 54.99%, #2BB7E3 117.99%);
}
#testimonialsPage .clientsSetion .clientsArea .contentArea {
  display: flex;
  padding-top: 40px;
}
#testimonialsPage .clientsSetion .clientsArea .contentArea .clientList {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 88px;
}
#testimonialsPage .clientsSetion .clientsArea .contentArea .clientList .client img {
  height: 40px;
}
#testimonialsPage .testimoCardSection .card {
  background: var(--primary-gradient);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 0;
}
#testimonialsPage .testimoCardSection .card .col-md-6 {
  padding: 0;
}
#testimonialsPage .testimoCardSection .card .card-img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#testimonialsPage .testimoCardSection .card .card-body {
  height: 100%;
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
#testimonialsPage .testimoCardSection .card .card-body .testimonial {
  padding: 0;
}
#testimonialsPage .testimoCardSection .card .card-body .testimonial .feedback,
#testimonialsPage .testimoCardSection .card .card-body .testimonial .name {
  color: var(--white);
}

@media (min-width: 768px) {
  #testimonialsPage .testimonialTop .row > :nth-child(2) {
    margin-right: 33.33333333%;
  }
}
#webinarpage .heroSection {
  margin-bottom: 150px;
}
#webinarpage .heroSection .heroTop {
  padding-top: 40px;
}
#webinarpage .heroSection .heroTop .pageTitle {
  margin-bottom: 24px;
}
#webinarpage .heroSection .heroTop p {
  font-size: 16px;
  font-weight: 600;
  line-height: 29.02px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DDDDDE;
  margin-bottom: 56px;
}
#webinarpage .heroSection .heroTop .btnGroup {
  margin-bottom: 0;
}
#webinarpage .heroSection .heroTop .heroImg {
  width: 100%;
}
#webinarpage .webinarSection {
  padding-top: 80px;
  padding-bottom: 80px;
}
#webinarpage .webinarSection.latest {
  padding: 0;
}
#webinarpage .webinarSection .headerArea {
  text-align: center;
}
#webinarpage .webinarSection .headerArea .title {
  margin-bottom: 16px;
}
#webinarpage .webinarSection .headerArea p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
  margin-bottom: 0;
}
#webinarpage .webinarSection .contentArea {
  padding-top: 24px;
}
#webinarpage .webinarSection .contentArea .webinar {
  padding: 16px;
  border-radius: 16px;
}
#webinarpage .webinarSection .contentArea .webinar .card-img-top {
  border-radius: 16px;
  margin-bottom: 24px;
}
#webinarpage .webinarSection .contentArea .webinar .card-body {
  padding: 0;
}
#webinarpage .webinarSection .contentArea .webinar .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 4px;
}
#webinarpage .webinarSection .contentArea .webinar .card-body .date {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.200000003px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: block;
  color: #A0A0A0;
  margin-bottom: 16px;
}
#webinarpage .webinarSection .contentArea .webinar .card-body .card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 28.96px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 24px;
}
#webinarpage .webinarSection .contentArea .webinar .card-body .btn {
  width: 100%;
  padding: 12px;
}

#tramsPage .pageHeader .pageTitle {
  margin-bottom: 0;
}
#tramsPage .tramsSection {
  padding-top: 82px;
  padding-bottom: 82px;
}
#tramsPage .tramsSection .title {
  font-weight: 600;
  line-height: 61px;
}
#tramsPage .tramsSection .tramsBody {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6F6B80;
}
#tramsPage .tramsSection .tramsBody p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 24px;
}
#tramsPage .tramsSection .tramsBody h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 8px;
}
#tramsPage .tramsSection .tramsBody ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
}
#tramsPage .tramsSection .tramsBody ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 5px;
}
#tramsPage .tramsSection .tramsBody ul li b {
  margin-right: 5px;
}

#freedemoclassPage .pageHeader .rightSide .imageContainer {
  width: 100%;
  height: 220px;
  position: relative;
}
#freedemoclassPage .pageHeader .rightSide .imageContainer img {
  width: 100%;
  /* border-radius: 53px; */
  position: absolute;
  top: 10%;
  height: auto;
  z-index: 1;
}
#freedemoclassPage .downloadPricingSection {
  padding-top: 40px;
  /* padding-bottom: 82px; */
}
#freedemoclassPage .downloadPricingSection .btnGroup {
  gap: 24px;
  margin-bottom: 36px;
}
#freedemoclassPage .downloadPricingSection .btnGroup .btn {
  flex: 1;
  text-align: center;
}
#freedemoclassPage .downloadPricingSection .btnGroup .btn .icon {
  width: 20px;
  height: 20px;
}
#freedemoclassPage .downloadPricingSection .btnGroup .btn .icon path {
  fill: #fff!important;
}
#freedemoclassPage .downloadPricingSection .btnGroup .btn:hover .icon path {
  fill: var(--white);
}
#freedemoclassPage .downloadPricingSection p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29.02px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #575759;
  margin-bottom: 0;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg {
  padding: 30px 44px;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg img {
  width: 100%;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .title {
  color: var(--white);
  margin-bottom: 24px;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea {
  display: flex;
  align-items: center;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .nav-pills {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .nav-pills .nav-item {
  margin-bottom: 4px;
  width: 100%;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .nav-pills .nav-item .nav-link {
  padding: 8px 34px 8px 18px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-34);
  background: #F0F0F0;
  width: 100%;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .nav-pills .nav-item .nav-link.active {
  background: var(--white);
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .tab-content {
  background: var(--white);
  flex: 1;
  padding: 48px 32px;
  border-radius: 8px;
  margin-left: -10px;
  min-height: 310px;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .tab-content .tab-pane h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-34);
  margin-bottom: 0;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .tab-content .tab-pane span {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #727272;
  display: block;
  margin-bottom: 16px;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .tab-content .tab-pane .options {
  margin: 0;
  list-style-type: disc;
  margin-left: 20px;
}
#freedemoclassPage .languageLevelSecton .sectionGradientBg .labelsArea .tab-content .tab-pane .options .item {
  font-size: 16px;
  font-weight: 300;
  line-height: 28.96px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--black);
  margin-bottom: 4px;
}
#freedemoclassPage .packagesSection {
  /* padding-top: 106px;   */
  /* padding-bottom: 82px; */
}
#freedemoclassPage .packagesSection .headerArea {
  text-align: center;
  padding-bottom: 24px;
}
#freedemoclassPage .packagesSection .headerArea .subTitleRound {
  background: #F2FFCB;
}
#freedemoclassPage .packagesSection .headerArea .title {
  margin-bottom: 16px;
}
#freedemoclassPage .packagesSection .headerArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #696969;
}
#freedemoclassPage .packagesSection .contentArea .col-lg-4 {
  margin-bottom: 32px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem {
  padding: 32px;
  padding-top: 40px;
  box-shadow: 0px 4px 6px -2px rgba(10, 13, 18, 0.031372549);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.0784313725);
  border: 1px solid #E9EAEB;
  border-radius: 16px;
  height: 100%;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181D27;
  margin-bottom: 16px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .pricingList .item {
  text-align: center;
  margin-bottom: 16px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .pricingList .item .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #535862;
  display: block;
  margin-bottom: 4px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .pricingList .item .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181D27;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .packageFrtureList {
  margin-bottom: 40px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .packageFrtureList .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #535862;
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .packageFrtureList .item::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  background: #D1FADF;
  color: #12B76A;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .packageFrtureList .item:last-child {
  margin-bottom: 0;
}
#freedemoclassPage .packagesSection .contentArea .packageItem .btn {
  margin-top: auto;
}
#freedemoclassPage .offerPackageSection {
  padding-top: 40px;
  padding-bottom: 80px;
  background: var(--primary-gradient);
}
#freedemoclassPage .offerPackageSection .headerArea {
  text-align: center;
  padding-bottom: 64px;
}
#freedemoclassPage .offerPackageSection .headerArea .title {
  color: var(--white);
  margin-bottom: 16px;
}
#freedemoclassPage .offerPackageSection .headerArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--white);
  margin: 0;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem {
  padding: 32px;
  padding-top: 40px;
  border-radius: 16px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .card-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181D27;
  margin-bottom: 16px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .packageName {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181D27;
  margin-bottom: 4px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .classType {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #535862;
  margin-bottom: 32px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .packageFrtureList {
  margin-bottom: 40px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .packageFrtureList .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #535862;
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .packageFrtureList .item::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  background: #D1FADF;
  color: #12B76A;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .packageFrtureList .item:last-child {
  margin-bottom: 0;
}
#freedemoclassPage .offerPackageSection .contentArea .offerItem .btn {
  margin-top: auto;
}
#freedemoclassPage .overComing {
  padding-top: 82px;
  padding-bottom: 82px;
}
#freedemoclassPage .overComing .contactForm {
  border: 0;
  padding-bottom: 0;
  height: 100%;
}
#freedemoclassPage .overComing .contactForm .form-body .subTitleRound {
  background: #CBF3FF;
}
#freedemoclassPage .overComing .contactForm .form-body .submitArea .btn {
  width: auto;
  padding: 14px 75px;
}
#freedemoclassPage .overComing .upcomingBatch {
  border: 1px solid #B5B5B5;
  padding: 24px;
  padding-right: 14px;
  border-radius: 16px;
  height: 100%;
}
#freedemoclassPage .overComing .upcomingBatch .upcomingTitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #444444;
  margin-bottom: 24px;
}
#freedemoclassPage .overComing .upcomingBatch .upcominglist .item {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 24px;
}
#freedemoclassPage .overComing .upcomingBatch .upcominglist .item:last-child {
  margin: 0;
}
#freedemoclassPage .overComing .upcomingBatch .upcominglist .item p {
  font-size: 12px;
  font-weight: 500;
  line-height: 21.72px;
  letter-spacing: 0.13em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #727272;
  margin-bottom: 0;
}
#freedemoclassPage .overComing .upcomingBatch .upcominglist .item h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-34);
  margin-bottom: 0;
}
#freedemoclassPage .overComing .upcomingBatch .upcominglist .item span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #727272;
}
.blogBody a{
    font-size: 1rem!important;
    font-weight: 600;
}
.blogBody a:hover{
  text-decoration: underline;
  color: #226CF5;
}
.blogBody img{
  width: 100%!important;
  height:fit-content!important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blogBody table{
    width: 100%!important;
    margin-bottom: 2.618em!important;
    border-collapse: collapse!important;
    border-spacing: 0!important;
    margin-top:20px!important;
}
.blogBody table th, table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
}
.blogBody h3,h5{
  font-size: 18px!important;
  margin-top:10px!important;
  margin-bottom:15px;
  }
  .blogBody h2{
    font-size: 20px!important;
    margin-top:10px!important;
    margin-bottom:15px;
    }

.blogBody h1{
  font-size: 22px;
  margin-top: 15px!important;
  margin-bottom:15px;
}

.blogBody h4,h6{
  margin-top: 15px;
  margin-bottom:15px;
}
.blogBody li strong a{
  color:#0f62fe!important;
}

.blogBody iframe{
  width: 100%!important;
  height:500px!important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blogBody ol {
  list-style-type: decimal;
  padding-left: 20px; 
 margin-top:10px;
 margin-bottom:10px;
}
.blogBody{
  color: #000000!important;
}
.blogBody b {
  font-weight: 600!important;
}
.blogBody strong{
  font-weight: 500!important;
}
#blogsPage .allBlogSection .contentArea .blogList .item .blogThumbnail {
  width: 100%;
  height: 300px!important;
  margin-bottom: 24px;
}
.blogBody .alignleft{
  width:150px!important;
}
#blogsPage .recentBlogSection .contentArea .blogList .item .blogThumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover!important;
}
/* .blogBody .aligncenter .alignnone{
  width:100px!important;
}
.blogBody .alignnone{
  width:200px!important;
} */
/* footer css */

.btn-secondary-border:hover {
  background-color: #EF9F00 !important;
  color: #fff !important
}

.fixed-bottom-right {
  position: fixed;
  bottom: 0px;
  right: 10vw;
  z-index: 105;
}

.fixed-bottom-right_chat {
  position: fixed;
  bottom: 1px;
  right: 36px;
}

.icons {
  font-size: 23px !important;
}

.text {
  font-size: 14px !important;
}

.popup-card {
  position: fixed;
  bottom: 0px;
  right: 8vw;
  z-index: 1050;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  border: 1px solid #ccc;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: #fff;
  border-radius: 10px;
}

#contactBtn {
  width: 20vw;
}

.popup-card.show {
  opacity: 1;
}

#chatPopup {
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: translateY(10px);
  opacity: 0;
}

#chatPopup.show {
  transform: translateY(0);
  opacity: 1;
}

.btn-secondary-border {
  border: 1px solid rgb(3, 159, 159);
}


@media (max-width: 538px) {
  #contactBtn {
    width: 225px;
  }

  .contactBtn {
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 24px;
    padding-bottom: 0px;
  }

  .fixed-bottom-right_chat i {
    font-size: 25px !important;
  }

  .popup-card {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    border-radius: 0;

  }

  .fixed-bottom-right_chat {
    position: fixed;
    bottom: 1px;
    right: 36px;

    display: block;
  }

  body:has(#popupCard:not(.d-none)) #chatButtonWrapper {
    display: none !important;
  }
}

.chat-header a {
  text-decoration: none;
  color: white;
}

.copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}

.copyright a {
  text-decoration: none;
  color: #343c41;
}

#chatbot-toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;

  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1001;
  /* Ensure the button is above the chatbot popup */
}

.chatbot-popup {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 350px;
  max-width: 90%;
  z-index: 1000;
}

.chat-header {
  background-color: #5cadff;
  color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#close-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.chat-box {
  max-height: 350px;
  overflow-y: auto;
  padding: 15px 20px;
}

.chat-input {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}

#user-input {
  font-family: "Poppins";
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  outline: none;
}

#send-btn {
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border: none;
  background-color: #5cadff;
  color: #fff;
  border-radius: 12px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#send-btn:hover {
  background-color: #0074cc;
}

.user-message {
  background-color: #f3f3f3;
  color: #333;
  padding: 14px;
  font-size: 12px !important;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 10px;
  /* Push user message to the left */
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  /* Move user message to the right */
}

.user-message::before {
  content: "\1F468";
  /* Man emoji */
  position: absolute;
  bottom: -17px;
  right: -20px;
  margin-bottom: 7px;
  font-size: 13px;
  background-color: #5cadff;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bot-message {
  background-color: #daedff;
  font-size: 13px !important;
  color: #474242;
  padding: 14px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  align-self: flex-start;
  /* Move bot message to the left */
  margin-right: 10px;
  /* Push bot message to the right */
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* Adjust for button placement */
}

.bot-message::before {
  content: "\1F916";
  /* Robot emoji */
  position: absolute;
  bottom: -17px;
  left: -14px;
  margin-bottom: 4px;
  font-size: 20px;
  background-color: #5cadff;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.button-container {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.button-container button {
  padding: 10px 50px;
  border: none;
  background-color: #5cadff;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-container button:hover {
  background-color: #0074cc;
}

@media (max-width: 768px) {
  .chat-input {
    flex-direction: row;
    padding: 6px;
  }

  .chat-input input {
    font-size: 14px;
    padding: 6px;
  }

  .chat-input button {
    padding: 7px 10px;
    font-size: 14px;
  }

  .text {
    font-size: 1rem !important;
    line-height: 20px !important;
  }
}
.successScoreSection .centerContent .card {
height: 200px;
background: #E6FBFC;
border-radius: 8px;
border: 0;
padding: 16px 10px;
text-align: right;
margin-bottom: 20px;
transition: var(--transition3);
}
.successScoreSection .centerContent .card .card-title {
font-family: var(--font-poppins);
font-size: 15px!important;
font-weight: 600;
line-height: 22px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--text-34);
margin-bottom: 0;
margin-top: 15px;
}
.texts{
font-size:1.9rem!important;
font-weight:600!important;
}
.successScoreSection .whyChoose .item .iconArea .icon {
height: 83px!important;
width: 38px!important;
margin: 0 auto;
transition: var(--transition3);
}
/* .btns {
    font-family: var(--font-inter);
    background: #ff2929;
    border: 1px solid #ff0d0d;
    color: #fff;
    transition: var(--transition3);
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
} */
.rocketButton a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Space between icon and text */
  padding: 11px 14px;
  background-color: #ff8f00; /* Custom yellow like btn-warning */
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  padding-right: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-bottom: 20px;
}

.rocketButton a:hover {
  background-color: #ff6900; /* darker yellow on hover */
  transform: translateY(-2px); /* small lift on hover */
}

.rocketIcon {
  color: rgb(255, 255, 255);
  animation: rocketMove 1.5s infinite alternate;
  font-size: 20px;
}

@keyframes rocketMove {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}
@media (max-width: 767px) {
  .rocketButton a {
      padding: 8px 16px; /* smaller padding */
      font-size: 14px;    /* smaller text */
  }
  .rocketIcon {
      font-size: 18px; /* slightly smaller rocket icon */
  }
}
.img-icon{
  width: 38px;
    height: 40px;
    position: relative;
    top: -18px;
}
.img-icons {
    width: 54px;
    height: 54px;
    position: relative;
    bottom: 51px;
    right: 20px;
}
.overview-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
  padding: 51px 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 250px!important;
}

.overview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.itemTitle {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
}

.itemText {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}
.phone-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
  
  border: 1px solid #ccc;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  position: relative;
}

.flag-and-code {
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.flag-icon {
  width: 24px;
  height: 18px;
}

.phone-input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  padding-left: 10px;
}

.phone-input::placeholder {
  color: #aaa;
}

.dropdowns {
  position: absolute;
  font-size: 16px;
  width: 100%;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

.dropdowns div {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdowns div:hover {
  background-color: #f0f0f0;
}

.selected-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdowns-icon {
  font-size: 14px;
  margin-left: 10px;
}

.hidden {
  display: none;
}




feedback-card {
  --card-width: 220px;
  --card-height: 260px;
  --primary-color: #4361ee;
  --hover-color: #3a56d4;
  --text-color: #2b2d42;
  --transition-speed: 0.3s;
  
  width: var(--card-width);
  height: var(--card-height);
  border-radius: 16px;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all var(--transition-speed) ease;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
}



.feedback-card__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.feedback-card__icon-container {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-color), #4895ef);
  display: flex;
  justify-content: center;
  align-items: center;
 
}



.feedback-card__icon {
  width: 80px;
  height: 80px;

}

.feedback-card__title {
  color: var(--text-color);
  font-size: 15px !important;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  text-align: center;
  
}
.feedback-card__icons {
  width: 65px;
  height: 65px;

}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    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 #454242!important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.phone-page .phone-wrapper {
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
    margin-top: 8px;
    border: 1px solid #454242 !important;
    padding: 0.495rem 0.375rem;
    background-color: white;
    border-radius: 4px;
    position: relative;
}



/*  */
 .subtitle {
            font-size: 1.2rem;
            opacity: 0.8;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }
        
        .stat-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--primary);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }
        
        .stat-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        .stat-desc {
            opacity: 0.8;
            font-size: 0.95rem;
        }
        
        .feature-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }
        
        .feature-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: var(--primary);
        }
        
        .feature-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary);
        }
        
        .feature-list {
            list-style-type: none;
        }
        
        .feature-list li {
            margin-bottom: 0.5rem;
            position: relative;
            padding-left: 1.5rem;
        }
        
        .feature-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--secondary);
            font-weight: bold;
        }
        
        .cta-section {
            text-align: center;
            padding: 4rem 2rem;
            background: linear-gradient(135deg, var(--primary), #003366);
            color: white;
            border-radius: 12px;
            margin-bottom: 3rem;
        }
        
        .cta-title {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-family: 'Playfair Display', serif;
        }
        
        .cta-subtitle {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 2rem;
            opacity: 0.9;
        }
      
        
       
        
        @media (max-width: 768px) {
           
            
            .stats-grid, .feature-section {
                grid-template-columns: 1fr;
            }
            
            .feature-section {
                grid-template-columns: 1fr;
            }
            
        }
.why-us-section {
    margin-top: 80px;
    padding: 40px 0;
    background: linear-gradient(135deg, #f9f9ff 0%, #f0f4ff 100%);
    border-radius: 16px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2rem;
    color: #2c3e50;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #3498db;
    margin: 15px auto 0;
    border-radius: 2px;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-us-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid transparent;
}

.why-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.experience-card {
    border-top-color: #FFD700;
}

.benefits-card {
    border-top-color: #2196F3;
}

.why-us-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.why-us-icon {
    font-size: 2rem;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-card .why-us-icon {
    background: rgba(33, 150, 243, 0.1);
}

.why-us-header h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0;
}

.why-us-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-us-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #34495e;
}

.why-us-features li:last-child {
    border-bottom: none;
}

.why-us-features i {
    margin-right: 10px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .why-us-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    
    .why-us-card {
        padding: 25px;
    }
}



.course-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      padding: 1.5rem;
      height: 100%;
      border:1px solid #ccc
    }
    .course-title {
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 1rem;
    }
    .included p::before {
      content: "✔ ";
      color: green;
      font-weight: bold;
    }
    .effective-rate {
      font-weight: 600;
      margin-top: 1rem;
      font-size: 1rem;
      text-align: center;
    }

     .card-custom {
      border: none;
      border-radius: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      padding-left: 1.5rem;
    }
    .card-custom:hover {
      transform: translateY(-5px);
    }

    .border-blue {
      border-left: 5px solid #0d6efd;
    }

    .border-yellow {
      border-left: 5px solid #ffc107;
    }

    .section-title {
      font-weight: 700;
      margin-bottom: 1.5rem;
    }

    ul {
      padding-left: 0;
      list-style: none;
    }

    ul li {
      margin-bottom: 0.75rem;
      display: flex;
      align-items: start;
      gap: 0.5rem;
    }

    ul li i {
      color: #198754; /* green check icon */
      font-size: 1.1rem;
      margin-top: 2px;
    }
