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


-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Ragne Slider
		2.17 Select 2
		2.18 Flatpicker
		2.19 Search
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobile css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 About css
		7.3 Instragram css
		7.4 Cta css
		7.5 Contact css
		7.6 Contact css
		7.7 Counter css
		7.8 Service css
		7.9 Program css
		8.0 Testimonial css
		8.1 Video css
		8.2 Event css
		8.3 Category css
		8.4 Funfact css
		8.5 Course css
		8.6 Banner css
		8.7 Brand css
		8.8 Team css
		8.9 Process css
		9.0 Slider css
		9.1 Price css
		9.2 Faq css
		9.3 Comming soon css
		9.4 login-register css
		9.5 Mission css
		9.6 campus css
		9.7 leadership css
		9.8 Become instractor
		9.9 History css
		10.0 Admission css
		10.1 Financial css
		10.2 shop css
		10.3 My Account css
		10.4 Cart css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Rufina:wght@400;700&family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@300;400;500;600;700;800&family=Manrope:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');



.tp-cart-checkout-shipping-option label::after,
.tp-cart-checkout-shipping-option label::before,
.tp-return-customer-forgot a::after,
.profile__tab .tp-tab-line,
.profile__main-thumb-edit label,
.tp-profile-input-eye span,
.tp-shop-widget-categories ul li a::after,
.tp-shop-widget-categories ul li a span,
.tp-product-details-review-input-eye span,
.tp-product-details-tab-line,
.tp-postbox-share button span,
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-tab-line {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}





.tp-accordion .accordion-button .tp-accordion-plus,
.tp-accordion .accordion-button .tp-accordion-plus::after,
.tp-accordion .accordion-button .tp-accordion-plus::before,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.back-to-top-btn {
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -ms-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}

.tp-product-details-views>span svg,
.tp-pricing-5-list ul li span svg,
.tp-course-4-info-item>span>span svg,
.tp-blog-meta>span>span svg,
.tp-btn span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tpd-action-approv button svg,
.tp-cart-list tr td .tp-cart-action-btn svg,
.tp-order-details-icon span svg,
.tp-product-details-action-sm-btn svg,
.tp-product-details-wishlist-btn svg,
.tp-process-3-btn a svg,
.tp-event-4-content span img,
.tp-footer-4-top-btn span svg,
.tp-header-2-category p span img,
.tp-header-2-login button span svg,
.tp-header-4-btn-top a span svg,
.tp-header-4-btn-top a i svg,
.tp-header-4-search span svg,
.tp-pagination ul li a svg,
.tp-pagination ul li span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tpd-order-date-input form span svg,
.tpd-action-btn button svg,
.tpd-action-btn a svg,
.tpd-action-click-tooltip button span svg,
.tpd-status button svg,
.tpd-status-complete button svg {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tp-footer-2 .tp-footer-widget-content>p,
.tp-footer-2 .tp-footer-widget-content>span,
.tp-footer-2 .tp-footer-widget-link ul li a,
.tp-footer-2 .tp-footer-contact>span,
.tp-footer-2 .tp-footer-contact>a,
.tp-footer-2 .tp-footer-contact-mail>a,
.tp-footer-2 .tp-footer-copyright span,
.tp-footer-3 .tp-footer-widget-content p,
.tp-footer-3 .tp-footer-widget-title,
.tp-footer-3 .tp-footer-widget ul li a,
.tp-footer-3 .tp-footer-newsletter-wrap p,
.tp-footer-3 .tp-footer-contact>span,
.tp-footer-3 .tp-footer-contact>a,
.tp-footer-3 .tp-footer-contact-mail a,
.tp-footer-3 .tp-footer-copyright span {
  font-family: var(--tp-ff-body);
}


.tp-banner-5-content span,
.tp-event-list-count,
.tp-counter-count,
.tp-counter-4-count,
.tp-about-exprience-text p,
.tp-about-exprience-count,
.tp-hero-subtitle,
.tp-section-subtitle {
  font-family: var(--tp-ff-secondary);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after,
.tp-breadcrumb__list span:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


@font-face {
  font-family: "Tropiline_Bold";
  src: url("../fonts/Tropiline-Bold.woff2") format("woff2"), url("../fonts/Tropiline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tropiline_Regular";
  src: url("../fonts/Tropiline-Regular.woff2") format("woff2"), url("../fonts/Tropiline-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tropiline_Extra_Bold";
  src: url("../fonts/Tropiline-ExtraBold.woff2") format("woff2"), url("../fonts/Tropiline-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Inter", Sans-serif;
  --tp-ff-heading: "Work Sans", sans-serif;
  --tp-ff-p: "Inter", Sans-serif;
  --tp-ff-primary: "Work Sans", sans-serif;
  --tp-ff-secondary: 'Crimson Pro', serif;
  --tp-ff-manrope: 'Manrope', sans-serif;
  --tp-ff-rufina: 'Rufina', serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-marcellus: 'Marcellus', serif;
  --tp-ff-tropiline-bold: 'Tropiline_Bold', sans-serif;
  --tp-ff-tropiline: 'Tropiline_Regular', sans-serif;
  --tp-ff-tropiline-extra-bold: 'Tropiline_Extra_Bold', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
}

:root {
  /**
  @font family declaration
  */

  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-black-1: #010F1C;
  --tp-common-yellow: #fdf275;
  --tp-grey-1: #F6F4EE;
  --tp-grey-2: #84807B;
  --tp-grey-3: #55585B;
  --tp-grey-4: #EFEDE7;
  --tp-grey-5: #636366;
  --tp-grey-6: #4F5158;
  --tp-grey-7: #f9f4f1;
  --tp-grey-8: #5e5a59;
  --tp-grey-9: #837b79;
  --tp-red-1: #AF0E2E;
  --tp-red-2: #C41230;
  --tp-red-3: #B70A14;
  --tp-red-4: #933115;
  --tp-red-5: #cf6e52;
  --tp-blue-1: #F1F3F9;
  --tp-heading-primary: #161613;
  --tp-heading-2: #031F42;
  --tp-heading-3: #0A1D3A;
  --tp-heading-4: #161821;
  --tp-heading-5: #2d2a29;
  --tp-text-body: #57595F;
  --tp-theme-primary: #00287d;
  --tp-theme-secondary: #1A73E8;
  --tp-theme-3: #FF7162;
  --tp-theme-4: #B1040E;
  --tp-theme-5: #F0EC51;
  --tp-theme-6: #1E1E2F;
  --tp-theme-7: #4661FD;
  --tp-theme-8: #006B61;
  --tp-theme-9: #5956E9;
  --tp-theme-10: #ff5224;
  --tp-theme-11: #1d9267;
  --tp-dashboard-primary: #556DF5;
  --tp-dashboard-secondary: #5169F1;
  --tp-dashboard-3: #5B7D55;
  --tp-dashboard-danger: #FF4D4F;
  --tp-dashboard-sucess: #0F9F55;
  --tp-dashboard-warning: #F59B12;
  --tp-dashboard-info: #5974FF;
  --tp-border-primary: #EAEBED;
  --tp-border-2: #E4E2DC;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 18px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;

}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 54px;
  width: 100%;
  line-height: 56px;
  font-size: 18px;
  color: var(--tp-common-black);
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #E4E2DC;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-theme-primary);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 18px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 18px;
  opacity: 1;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1424px;
  }
}

@media (min-width: 1400px) {
  .custom-container-larg {
    max-width: 1744px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1300 {
    max-width: 1324px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1300 {
    max-width: 1324px;
  }
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-header-logo img {
  width: 125px;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}

[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}

div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body-overlay:hover {
  cursor: url("../images/cross-out.webp"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.tp-product-quantity {
  width: 148px;
  position: relative;
}

.tp-product-quantity.cart {
  width: 100px;
}

.tp-product-quantity.cart .tp-cart-plus:hover,
.tp-product-quantity.cart .tp-cart-minus:hover {
  color: var(--tp-theme-8);
}

.tp-cart-plus,
.tp-cart-minus {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-primary);
}

.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 0;
}

.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 18px;
  padding: 0 30px;
  width: 100px;
  border-radius: 20px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
}

/* dropcap */
.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.table> :not(caption)>*>* {
  background-color: transparent;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-10 {
  --bs-gutter-x: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-10 {
    --bs-gutter-x: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-10 {
    --bs-gutter-x: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-10 {
    --bs-gutter-x: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-10 {
    --bs-gutter-x: 5px;
  }
}

.tp-gx-10 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-20 {
  --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-27 {
  --bs-gutter-x: 27px;
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-50 {
  --bs-gutter-x: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-50 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-50 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-50 {
    --bs-gutter-x: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-50 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-50 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-90 {
  --bs-gutter-x: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-gx-90 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-gx-90 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-90 {
    --bs-gutter-x: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-90 {
    --bs-gutter-x: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-90 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-90 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-90 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-60 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-60 {
    --bs-gutter-x: 15px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1424px;
  }
}

@media (min-width: 1400px) {
  .custom-container-larg {
    max-width: 1744px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1300 {
    max-width: 1324px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1400 {
    max-width: 1424px;
  }
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.tp-categroy-plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categroy-plr-85 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: block;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-black);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn {
  font-family: "Inter", Sans-serif;
  color: var(--tp-common-white);
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  padding: 13px 34px;
  border-radius: 6px;
  background-color: #00287d;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
      border-radius:50px;
}

.tp-btn:hover {
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
  color: #000;
  background-color: #ffc63b;
  border-color: #ffc63b;
}

.tp-btn span {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(-1px);
}

.tp-btn-sm {
  padding: 13px 35px;
}

.tp-btn-2 {
  display: inline-block;
  color: var(--tp-heading-2);
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  background: #FFC221;
  padding: 8px 31px;
  border: 2px solid #FFC221;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn-2:hover {
  background-color: transparent;
  border-color: var(--tp-heading-2);
  color: var(--tp-heading-2);
}

.tp-btn-3 {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 9px 32px;
  border-radius: 6px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  transition: all 0.25s ease-in-out;
}

.tp-btn-3:hover {
  color: var(--tp-common-white);
  box-shadow: 0 0 0 0.2rem #00287d !important;
}

.tp-btn-4 {
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  padding: 23px 41px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
  background-color: var(--tp-theme-5);
  transition: all 0.25s ease-in-out;
}

.tp-btn-4:hover {
  color: var(--tp-heading-primary);
  box-shadow: 0 0 0 0.2rem var(--tp-theme-5) !important;
}

.tp-btn-5 {
  padding: 15px 37px;
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn-5:hover {
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
}

.tp-btn-white {
  font-size: 18px;
  font-weight: 600;
  border-radius: 7px;
  padding: 15px 45px;
  display: inline-block;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 2px solid var(--tp-common-white);
}

.tp-btn-white:hover {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

.tp-btn-border {
  padding: 15px 32px;
  border-radius: 50px;
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid var(--tp-theme-secondary);
}

.tp-btn-border span {
  display: inline-block;
  margin-left: 3px;
}

.tp-btn-border:hover {
  background-color: transparent;
  color: var(--tp-theme-secondary);
}

.tp-btn-round {
  display: inline-block;
  line-height: 1;
  padding: 12px 28px;
  background-color: var(--tp-theme-secondary);
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  border-radius: 50px;
  border: 2px solid var(--tp-theme-secondary);
}

.tp-btn-round:hover {
  background-color: transparent;
  color: var(--tp-theme-secondary);
}

.tp-btn-round span {
  display: inline-block;
  margin-left: 6px;
}

.tp-btn-round svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-btn-round.color-9 {
  border-color: var(--tp-theme-9);
  background-color: var(--tp-theme-9);
}

.tp-btn-round.color-9:hover {
  color: var(--tp-theme-9);
  background-color: transparent;
}

.tp-btn-circle {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  padding: 44px 31px;
  display: inline-block;
  background-color: #B1040E;
  color: var(--tp-common-white);
}

.tp-btn-circle span {
  display: block;
}

.tp-btn-circle:hover {
  color: var(--tp-common-white);
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-btn-circle:focus {
  color: var(--tp-common-white);
}

.tp-btn-tomato {
  font-size: 16px;
  font-weight: 600;
  border-radius: 18px;
  padding: 11px 28px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tp-btn-tomato:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-inner {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding: 7px 24px;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #1438B5;
}

.tp-btn-inner:hover {
  box-shadow: none;
  background: #425EFF;
  color: var(--tp-common-white);
}

.tp-btn-inner:focus {
  color: var(--tp-common-white);
}

/* offcanvas btn */
.tp-btn-offcanvas {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 9px 22px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.tp-btn-offcanvas i {
  padding-left: 5px;
}

.tp-btn-offcanvas:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-ms-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.video-border-animation {
  position: relative;
}

.video-border-animation::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}

@keyframes tp-rotate-video-text {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(315deg);
  }
}

@keyframes section-animation {
  0% {
    max-width: 0;
  }

  15% {
    max-width: 100%;
  }

  85% {
    opacity: 1;
  }

  90% {
    max-width: 100%;
    opacity: 0;
  }

  to {
    max-width: 0;
    opacity: 0;
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
  }
}

@keyframes hero-dot-1 {
  0% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes hero-dot-2 {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
    color: white;
  }
}

@-moz-keyframes light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
    color: white;
  }
}

@-ms-keyframes light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
    color: white;
  }
}

@keyframes light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
    color: white;
  }
}

@-webkit-keyframes neptune {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(20px, -5px);
  }

  40% {
    transform: translate(50px, 20px);
  }

  60% {
    transform: translate(20px, 50px);
  }

  80% {
    transform: translate(-20px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes neptune {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(20px, -5px);
  }

  40% {
    transform: translate(50px, 20px);
  }

  60% {
    transform: translate(20px, 50px);
  }

  80% {
    transform: translate(-20px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@-ms-keyframes neptune {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(20px, -5px);
  }

  40% {
    transform: translate(50px, 20px);
  }

  60% {
    transform: translate(20px, 50px);
  }

  80% {
    transform: translate(-20px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes neptune {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(20px, -5px);
  }

  40% {
    transform: translate(50px, 20px);
  }

  60% {
    transform: translate(20px, 50px);
  }

  80% {
    transform: translate(-20px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-moz-keyframes a {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-ms-keyframes a {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes a {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes scroll-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -150px;
  }
}

@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -150px;
  }
}

@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -150px;
  }
}

@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -150px;
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.line-dash-path {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: tp-line-dash 30s linear forwards infinite;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;
  background: linear-gradient(45deg, #DF7BD2, #09B1AB, #DF7BD2, #FDBF62);
}

@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@keyframes gradients {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 50% 0;
  }

  50% {
    background-position: 90% 0;
  }

  60% {
    background-position: 60%;
  }

  75% {
    background-position: 40%;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes tpswings {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-20px) rotate(-10deg);
  }
}

@keyframes hero-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/* 01. ========= Ball shape animation ========== */
@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(450px, 0px);
  }

  40% {
    transform: translate(450px, -20px);
  }

  60% {
    transform: translate(250px, -20px);
  }

  80% {
    transform: translate(50px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes spin {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes img-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }

  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}

@keyframes radiusChange {
  0% {
    border-radius: 0px 0px 0px 0px;
  }

  40% {
    border-radius: 50px 0px 80px 0px;
  }

  80% {
    border-radius: 0px 50px 0px 80px;
  }

  100% {
    border-radius: 0px 0px 0px 0px;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes morph {

  0%,
  100% {
    border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
  }

  34% {
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
  }
}

/* 04. ========= btn-arrow-animation ========== */
@keyframes tfLeftToRight {
  49% {
    transform: translateY(30%);
  }

  50% {
    opacity: 0;
    transform: translateY(-30%);
  }

  51% {
    opacity: 1;
  }
}

/* 04. ========= btn-arrow-animation ========== */
@keyframes bubbles {
  0% {
    bottom: 52px;
    left: 67px;
    opacity: 0;
  }

  50% {
    bottom: 62px;
    opacity: 1;
  }

  100% {
    bottom: 72px;
    left: 67px;
    opacity: 0;
  }
}

/* 04. ========= btn-arrow-animation ========== */
@keyframes ab2animation {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(-35px);
  }

  50% {
    transform: translateX(0px);
  }

  75% {
    transform: translateX(35px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* 04. ========= light-animation ========== */
@keyframes opacity {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

/* 04. ========= light-animation ========== */
@keyframes animation-popup {
  0% {
    -webkit-transform: scale(0.7) rotate(0deg);
    transform: scale(0.7) rotate(0deg);
  }

  40% {
    -webkit-transform: scale(0.7) rotate(160deg);
    transform: scale(0.7) rotate(160deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tp-preloader-logo {
  width: 140px;
  height: 140px;
  line-height: 140px;
  position: relative;
  text-align: center;
  margin: auto;
}

.tp-preloader-logo img {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.tp-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tp-rotate 5s linear infinite;
  -moz-animation: tp-rotate 5s linear infinite;
  -ms-animation: tp-rotate 5s linear infinite;
  -o-animation: tp-rotate 5s linear infinite;
  animation: tp-rotate 5s linear infinite;
}

.tp-preloader-circle svg circle:last-child {
  stroke: var(--tp-theme-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: tp-loading 4s linear infinite;
  -moz-animation: tp-loading 4s linear infinite;
  -ms-animation: tp-loading 4s linear infinite;
  -o-animation: tp-loading 4s linear infinite;
  animation: tp-loading 4s linear infinite;
  transform-origin: center center;
}

@-webkit-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-moz-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-ms-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-webkit-keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tp-preloader-content {
  text-align: center;
}

.tp-preloader-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .tp-preloader-title {
    font-size: 70px;
  }
}

.tp-preloader-subtitle {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  transform: translateX(4px);
  color: var(--tp-common-black);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.9, 0.9);
  }

  100% {
    transform: scale(1, 1);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

.white-bg {
  background-color: var(--tp-common-white);
}

.black-bg {
  background-color: var(--tp-common-black);
}

.theme-bg {
  background-color: var(--tp-theme-primary);
}

.theme-bg-2 {
  background-color: var(--tp-theme-5);
}

.lightblue-bg {
  background-color: var(--tp-blue-1);
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}



.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tp-pagination ul li {
  display: inline-block;
}

.tp-pagination ul li:not(:last-child) {
  margin-right: 6px;
}

.tp-pagination ul li a,
.tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #121420;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  border: 0px solid rgba(0, 0, 0, 0.1);
}

.tp-pagination ul li a:hover,
.tp-pagination ul li a.current,
.tp-pagination ul li span:hover,
.tp-pagination ul li span.current {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-secondary);
  border-color: var(--tp-dashboard-secondary);
}

.tp-pagination.shop ul li a:hover,
.tp-pagination.shop ul li a.current,
.tp-pagination.shop ul li span:hover,
.tp-pagination.shop ul li span.current {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  z-index: 1000;
  transition: 0.3s linear;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .offcanvas__area {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__area {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .offcanvas__top {
    margin-bottom: 40px;
  }
}

.offcanvas__wrapper {
  position: relative;
  padding: 50px 40px 145px;
  z-index: 1;
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.offcanvas-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
  color: var(--tp-common-black-1);
}

.offcanvas-title.sm {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.offcanvas-content {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .offcanvas-content {
    display: none;
  }
}

.offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}

.offcanvas-gallery {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .offcanvas-gallery {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas-gallery.home-2 {
    margin-top: 30px;
  }
}

.offcanvas-gallery-img {
  position: relative;
}

.offcanvas-gallery-img img {
  width: 100%;
  transition: 0.4s;
}

.offcanvas-gallery-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.offcanvas-gallery-img:hover img {
  transform: scale(1.1);
}

.offcanvas-gallery-img:hover::after {
  opacity: 1;
  visibility: visible;
}

.offcanvas-contact {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .offcanvas-contact {
    display: none;
  }
}

.offcanvas-contact ul li {
  margin-bottom: 2px;
  list-style: none;
}

.offcanvas-contact ul li a {
  position: relative;
  font-size: 18px;
  color: #414144;
  display: inline-block;
}

.offcanvas-contact ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0px;
  opacity: 0;
  background: #414144;
  transition: all 0.3s linear;
}

.offcanvas-contact ul li a:hover::before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}

.offcanvas-social ul {
  display: flex;
  align-items: center;
}

.offcanvas-social ul li {
  list-style: none;
}

.offcanvas-social ul li:not(:last-of-type) {
  margin-right: 8px;
}

.offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--tp-common-black-1);
  border: 1px solid rgba(2, 11, 24, 0.1);
}

.offcanvas-social ul li a svg {
  transform: translateY(-1px);
}

.offcanvas-social ul li a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.offcanvas__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close {
    top: 20px;
  }
}

.offcanvas__close-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 40px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: none;
  transition: 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close-btn {
    height: 40px;
    width: 40px;
  }
}

.offcanvas__close-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  opacity: 0.8;
}

.offcanvas__close-btn:hover svg {
  transform: translateY(-2px);
}

.offcanvas__close-btn svg {
  transform: translateY(-2px);
}

.offcanvas-open-btn {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s linear;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas-open-btn span {
  font-size: 16px;
  font-weight: 400;
  transform: translateY(-3px);
  display: inline-block;
  transition: 0.3s linear;
}

.offcanvas-open-btn:hover {
  border-color: white;
  background-color: var(--tp-common-white);
}

.offcanvas-open-btn:hover i {
  color: var(--tp-common-black);
}

.offcanvas-open-btn i {
  display: inline-block;
  transform: translateY(-2px);
  color: var(--tp-common-white);
  transform: 0.3s linear;
}

.offcanvas-btn {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .offcanvas-btn {
    margin-left: 8px;
  }
}

.offcanvas__2 .offcanvas__close-btn {
  background-color: var(--tp-theme-secondary);
}

.offcanvas__2 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i,
.offcanvas__2 .tp-main-menu-mobile ul li:hover>a,
.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown>a.expanded,
.offcanvas__2 .offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown.expanded {
  color: var(--tp-theme-secondary);
}

.offcanvas__2 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i .dropdown-toggle-btn::after,
.offcanvas__2 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::after,
.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn::after,
.offcanvas__2 .offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown.expanded .dropdown-toggle-btn::after {
  background-color: var(--tp-dashboard-primary);
}

.offcanvas__2 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i .dropdown-toggle-btn::before,
.offcanvas__2 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::before,
.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn::before,
.offcanvas__2 .offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown.expanded .dropdown-toggle-btn::before {
  background-color: var(--tp-dashboard-primary);
}

.offcanvas__2 .offcanvas__social a {
  color: var(--tp-theme-secondary);
  border: 2px solid var(--tp-theme-secondary);
}

.offcanvas__3 .offcanvas__close-btn {
  background-color: var(--tp-theme-3);
}

.offcanvas__3 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i,
.offcanvas__3 .tp-main-menu-mobile ul li:hover>a,
.offcanvas__3 .tp-main-menu-mobile ul li.has-dropdown>a.expanded {
  color: var(--tp-theme-3);
}

.offcanvas__3 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i .dropdown-toggle-btn::after,
.offcanvas__3 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::after,
.offcanvas__3 .tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn::after {
  background-color: var(--tp-theme-3);
}

.offcanvas__3 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i .dropdown-toggle-btn::before,
.offcanvas__3 .tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::before,
.offcanvas__3 .tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn::before {
  background-color: var(--tp-theme-3);
}

.offcanvas__3 .offcanvas__social a {
  color: var(--tp-theme-3);
  border: 2px solid var(--tp-theme-3);
}

.offcanvas__3 .offcanvas__social a:hover {
  color: var(--tp-common-white);
}

.cartmini__area {
  position: fixed;
  right: 0;
  left: auto;
  width: 400px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  background: var(--tp-common-white) none repeat scroll 0 0;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .cartmini__area {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}

.cartmini__area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .cartmini__area {
    width: 100%;
  }
}

.cartmini__close {
  position: absolute;
  top: 35px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .cartmini__close {
    right: 20px;
    top: 20px;
  }
}

.cartmini__close-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: #f5f5f5;
  color: var(--tp-heading-primary);
  z-index: 2;
}

.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}

.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.cartmini__close {
  position: absolute;
  top: 8px;
  right: 15px;
}

.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}

.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}

.cartmini__shipping .progress {
  height: 10px;
  border-radius: 50px;
}

.cartmini__shipping .progress-bar {
  border-radius: 10px;
  background-color: var(--tp-theme-primary);
}

.cartmini__shipping.home-2 .progress-bar {
  background-color: var(--tp-dashboard-primary);
}

.cartmini__shipping.home-5 .progress-bar {
  background-color: var(--tp-heading-primary);
}

.cartmini__shipping.home-shop .progress-bar {
  background-color: #006b61;
}

.cartmini__shipping p {
  margin-bottom: 5px;
}

.cartmini__shipping p span {
  font-weight: 600;
}

.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.cartmini__widget::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.cartmini__widget-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.cartmini__widget-item:not(:last-of-type) {
  border-bottom: 0;
}

.cartmini__thumb {
  border: 1px solid var(--tp-border-primary);
  margin-right: 15px;
}

.cartmini__thumb img {
  width: 70px;
  height: auto;
}

.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}

.cartmini__title a:hover {
  color: var(--tp-theme-primary);
}

.cartmini__title.home-2 a:hover {
  color: var(--tp-dashboard-primary);
}

.cartmini__title.home-5 a:hover {
  color: var(--tp-heading-primary);
}

.cartmini__title.home-shop a:hover {
  color: #006b61;
}

.cartmini__content {
  padding-right: 15px;
}

.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}

.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--tp-border-primary);
  background-color: var(--tp-common-white);
  padding: 0;
}

.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}

.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}

.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}

.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}

.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 18px;
}

.cartmini__del:hover {
  color: var(--tp-theme-primary);
}

.cartmini__del.home-2:hover {
  color: var(--tp-dashboard-primary);
}

.cartmini__del.home-5:hover {
  color: var(--tp-heading-primary);
}

.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid var(--tp-border-primary);
}

.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
}

.cartmini__checkout-btn .tp-btn {
  font-size: 15px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
  border: 1px solid var(--tp-theme-primary);
}

.cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-heading-primary);
  border: 1px solid var(--tp-heading-primary);
}

.cartmini__checkout-btn .tp-btn-border:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}

.cartmini__checkout-btn .tp-btn-border {
  background: none;
  color: var(--tp-heading-primary);
  border: 1px solid var(--tp-text-body);
}

.cartmini__checkout-btn .tp-btn-border:hover {
  border: 1px solid var(--tp-heading-primary);
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-2 .tp-btn {
  background-color: var(--tp-dashboard-primary);
  border: 1px solid var(--tp-dashboard-primary);
}

.cartmini__checkout-btn.home-2 .tp-btn:hover {
  background-color: var(--tp-heading-primary);
  border: 1px solid var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-2 .tp-btn.tp-btn-border {
  background-color: transparent;
  border: 1px solid var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-2 .tp-btn.tp-btn-border:hover {
  background: var(--tp-heading-primary);
  border-color: var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-5 .tp-btn {
  background-color: var(--tp-heading-primary);
  border: 1px solid var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-5 .tp-btn:hover {
  background-color: transparent;
  color: var(--tp-common-black);
}

.cartmini__checkout-btn.home-5 .tp-btn.tp-btn-border {
  background-color: transparent;
  border: 1px solid var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-5 .tp-btn.tp-btn-border:hover {
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
  border-color: var(--tp-heading-primary);
}

.cartmini__checkout-btn.home-shop .tp-btn {
  background-color: #006b61;
  border: 1px solid #006b61;
}

.cartmini__checkout-btn.home-shop .tp-btn:hover {
  background-color: transparent;
  color: var(--tp-common-black);
}

.cartmini__checkout-btn.home-shop .tp-btn.tp-btn-border {
  background-color: transparent;
  border: 1px solid #006b61;
}

.cartmini__checkout-btn.home-shop .tp-btn.tp-btn-border:hover {
  color: var(--tp-common-white);
  background: #006b61;
  border-color: #006b61;
}

.cartmini__price {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}

.cartmini__price.home-2 {
  color: var(--tp-dashboard-primary);
}

.cartmini__price.home-5 {
  color: var(--tp-heading-primary);
}

.cartmini__price.home-shop {
  color: #006b61;
}

.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}

.cartmini__empty {
  margin-top: 150px;
}

.cartmini__empty img {
  margin-bottom: 30px;
}

.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.cartmini__empty .tp-btn {
  background-color: var(--tp-grey-1);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  padding: 10px 30px;
  text-align: center;
}

.cartmini__empty .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.filter__area {
  position: fixed;
  right: 0;
  left: auto;
  width: 400px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  background: var(--tp-common-white) none repeat scroll 0 0;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .filter__area {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}

.filter__area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.filter__area.filter-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.filter__close {
  position: absolute;
  right: 30px;
  top: 22px;
}

.filter__close-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: #f5f5f5;
  color: var(--tp-heading-primary);
  z-index: 2;
}

.filter__close-btn i {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.filter__close-btn:hover {
  background-color: var(--tp-dashboard-primary);
}

.filter__close-btn:hover i {
  transform: rotate(45deg);
  color: var(--tp-common-white);
}

.filter__wrapper {
  position: relative;
  min-height: 100%;
  padding: 30px;
}

.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
  opacity: 0.3;
  visibility: visible;
}

.body-overlay:hover {
  cursor: url("../images/cross-out.webp"), pointer;
}

.filter-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.filter-overlay.opened {
  opacity: 0.3;
  visibility: visible;
}

.filter-overlay:hover {
  cursor: url("../images/cross-out.webp"), pointer;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tp-breadcrumb__bg.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-breadcrumb__bg {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.tp-breadcrumb__bg.details3 {
  height: 990px;
}

.tp-breadcrumb__bg.details3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(134, 56, 252, 0.9) 0%, #5838fc 100%);
}

.tp-breadcrumb__title {
  color: #031F42;
  font-size: 56px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1.12px;
}

.tp-breadcrumb__title.color {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -1.4px;
  color: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-breadcrumb__title.color {
    font-size: 46px;
  }
}

.tp-breadcrumb__list span {
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

.tp-breadcrumb__list span:not(:last-child) {
  padding-right: 12px;
  margin-right: 5px;
}

.tp-breadcrumb__list span:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: rgba(3, 31, 66, 0.2);
}

.tp-breadcrumb__list span.color {
  color: #031F42;
}

.tp-breadcrumb__list span.white {
  color: var(--tp-common-white);
}

.tp-breadcrumb__list span a {
  display: inline-block;
  transform: translateY(-2px);
}

.tp-breadcrumb__list span a:hover {
  color: var(--tp-theme-7);
}

.tp-breadcrumb__list.tp-event-details-breadcrumb-list span {
  color: var(--tp-common-white);
}

.tp-breadcrumb__list.tp-event-details-breadcrumb-list span::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.tp-breadcrumb__list.inner-after span::after {
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

.tp-breadcrumb__content-filter p {
  font-weight: 300;
  font-size: 18px;
  color: #4f5158;
  margin-bottom: 0;
}

.tp-breadcrumb__content-filter p span {
  color: #031f42;
  font-weight: 500;
}

.tp-breadcrumb__overlay {
  position: relative;
}

.tp-breadcrumb__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--tp-common-black), 1);
}

.tp-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tp-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tp-accordion .accordion-button {
  padding: 30px 0;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
  background-color: transparent;
  /* plus icon css */
}

.tp-accordion .accordion-button::after {
  position: absolute;
  content: "\f106";
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  top: 28%;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--tp-theme-primary);
  width: auto;
  height: auto;
  font-weight: 500;
  background: none;
}

.tp-accordion .accordion-button.has-plus-icon::after {
  display: none;
}

.tp-accordion .accordion-button .tp-accordion-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}

[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus {
  right: auto;
  left: 0;
}

.tp-accordion .accordion-button .tp-accordion-plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #525258;
  border-radius: 2px;
}

[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::after {
  right: 0;
  left: auto;
}

.tp-accordion .accordion-button .tp-accordion-plus::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #525258;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}

[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::before {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.tp-accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--tp-common-black);
}

.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-theme-primary);
  background-color: transparent;
  box-shadow: none;
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--tp-theme-1);
}

[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
  background-color: var(--tp-theme-1);
}

.tp-accordion .accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.tp-accordion .accordion-button:hover {
  color: var(--tp-theme-primary);
}

.tp-accordion .accordion-button:hover::after {
  color: var(--tp-theme-primary);
}

.tp-accordion .accordion-body {
  padding: 0 0 25px;
}

.tp-accordion .accordion-body p {
  font-size: 16px;
  color: var(--tp-text-1);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-product-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CED2D6;
}

.tp-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--tp-theme-secondary);
}

.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
}

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--tp-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}

.tp-product-tab-3 .nav-tabs .nav-link {
  font-size: 16px;
  padding: 0 0;
}

@media only screen and (max-width: 767px) {
  .tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 15px;
  }
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}

.tp-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}

.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-primary);
}

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-primary);
}

.tp-product-tab-5 .nav-tabs .nav-link {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .tp-product-tab-5 .nav-tabs .nav-link {
    font-size: 15px;
  }
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}

.tp-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}

.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-green);
}

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-green);
}

.tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-family: 'Outfit', sans-serif;
  margin: 0 0 28px;
  color: #071525;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.tp-section-title span {
  font-weight: 700;
}


@media only screen and (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
}

.tp-section-title span {
  color: #00287d;
  position: relative;
  display: inline-block;
}

.tp-section-title span svg {
  position: absolute;
  bottom: -10px;
  left: 37px;
  color: #161613;
}

@media only screen and (max-width: 767px) {
  .tp-section-title span svg {
    left: 0;
  }
}

.tp-section-title-white {
  font-size: 60px;
  font-weight: 600;
  color: var(--tp-common-white);
}

.tp-section-subtitle {
  font-family: "Inter", Sans-serif;
  color: #00287d;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.tp-section p {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-section p {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-section p br {
    display: none;
  }
}

.tp-section-2-subtitle {
  color: var(--tp-theme-3);
  font-size: 20px;
  display: inline-block;
}

.tp-section-2-title {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: var(--tp-heading-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-2-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-section-2-title {
    font-size: 40px;
  }
}

.tp-section-2-title span {
  color: var(--tp-theme-primary);
  position: relative;
  display: inline-block;
}

.tp-section-3-subtitle {
  color: var(--tp-theme-secondary);
  font-size: 18px;
  font-weight: 400;
}

.tp-section-3-subtitle.color-9 {
  color: var(--tp-theme-9);
}

.tp-section-3-title {
  color: var(--tp-heading-2);
  font-size: 50px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .tp-section-3-title {
    font-size: 36px;
  }
}

.tp-section-3-title span {
  color: var(--tp-theme-secondary);
  position: relative;
  z-index: 1;
  display: inline-block;
}

.tp-section-3-title.color-9 span {
  color: var(--tp-theme-9);
}

.tp-section-4-title {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 500;
}

.tp-section-4-title span {
  position: relative;
  z-index: 1;
  color: var(--tp-theme-primary);
}

.tp-section-4-title span svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.tp-section-4-title span svg path {
  stroke: #161613;
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

.tp-section-5-subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.tp-section-5-title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-5-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-section-5-title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-section-5 p br {
    display: none;
  }
}

.tp-underline-shape-1 {
  position: absolute;
  bottom: -10px;
  left: 37px;
}

@media only screen and (max-width: 767px) {
  .tp-underline-shape-1 {
    left: 0;
  }
}

.tp-underline-shape-2 {
  position: absolute;
  bottom: -15px;
  left: 37px;
}

@media only screen and (max-width: 767px) {
  .tp-underline-shape-2 {
    bottom: -8px;
    left: 0;
  }
}

.tp-underline-shape-3 {
  position: absolute;
  bottom: -6px;
  left: 8px;
}

@media only screen and (max-width: 767px) {
  .tp-underline-shape-3 {
    left: 0;
  }
}

.tp-underline-shape-4 {
  position: absolute;
  bottom: -8px;
  left: -150px;
}

@media only screen and (max-width: 767px) {
  .tp-underline-shape-4 {
    bottom: -18px;
    left: 0;
  }
}

.tp-underline-shape-5 {
  position: absolute;
  bottom: -5px;
  left: 55px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .tp-underline-shape-5 {
    width: 100%;
  }
}

.tp-underline-shape-6 {
  position: absolute;
  bottom: -5px;
  left: 20px;
}

.tp-underline-shape-7 {
  position: absolute;
  bottom: -5px;
  left: -6px;
}

.tp-underline-shape-8 {
  position: absolute;
  bottom: -3px;
  left: -6px;
  z-index: -1;
}

.tp-underline-shape-9 {
  position: absolute;
  bottom: -6px;
  left: 35px;
  z-index: -1;
}

.tp-underline-shape-10 {
  position: absolute;
  bottom: -4px;
  left: 7px;
  z-index: -1;
}

.tp-underline-shape-11 {
  position: absolute;
  bottom: -7px;
  left: 17px;
  z-index: -1;
}

.tp-underline-shape-12 {
  position: absolute;
  bottom: -8px;
  left: 40px;
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled,
.ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon,
.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete,
.ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button,
.ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button,
.ui-menu-icons,
.ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max,
.ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a,
.ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.webp");
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.webp");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.webp");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.webp");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.webp");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.webp");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  2.16 Select 2
/*----------------------------------------*/
.select2.select2-container {
  width: 100% !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  height: 46px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 46px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 26px;
  padding-right: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 18px;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 46px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 18px;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  font-size: 16px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--tp-common-black);
  line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 46px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 26px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 6px;
  cursor: text;
  position: relative;
  padding: 0 15px;
  line-height: 46px;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  height: 20px;
  margin-right: 15px;
  margin-top: 0px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #eff1f7;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  white-space: nowrap;
  line-height: 26px;
  margin-bottom: 10px;
  padding: 3px 32px 1px 16px;
  border-radius: 100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  font-weight: 400;
  font-size: 15px;
  color: #4f5158;
  line-height: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  color: #8F9195;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 14px;
  top: 3px;
  display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: var(--tp-common-danger);
  color: #4f5158;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid rgba(1, 15, 28, 0.1);
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(1, 15, 28, 0.1);
  outline: 0;
  padding: 0 15px;
}

@media only screen and (max-width: 576px) {
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    min-height: inherit;
    height: 46px;
    overflow: hidden;
  }
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(1, 15, 28, 0.1);
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--tp-theme-secondary);
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--tp-theme-secondary);
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: var(--tp-common-black);
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid rgba(1, 15, 28, 0.1);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--tp-theme-secondary);
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(1, 15, 28, 0.1) transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid var(--tp-theme-secondary);
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--tp-theme-secondary);
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--tp-theme-secondary);
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  2.17 Flatpicker
/*----------------------------------------*/
.flatpickr-calendar {
  border-radius: 10px;
}

.flatpickr-calendar.open {
  padding: 30px;
  height: 384px;
  width: 374px;
}

.flatpickr-calendar.open::after {
  display: none !important;
}

.flatpickr-calendar.open .flatpickr-months {
  margin-bottom: 35px;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
  height: 40px;
  width: 40px;
  line-height: 35px;
  padding: 0;
  border-radius: 100px;
  border: 1px solid #f5f6ff;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month {
  top: 30px;
  left: 30px;
  border: 1px solid #E6E8EC;
  transition: 0.3s;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month svg path {
  fill: #57595F;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month:hover {
  border-color: rgba(81, 105, 241, 0.06);
  background-color: rgba(81, 105, 241, 0.06);
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month:hover svg path {
  fill: #556DF5;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
  top: 30px;
  right: 30px;
  border: 1px solid #E6E8EC;
  transition: 0.3s;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month svg path {
  fill: #57595F;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month:hover {
  border-color: rgba(81, 105, 241, 0.06);
  background-color: rgba(81, 105, 241, 0.06);
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month:hover svg path {
  fill: #556DF5;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month {
  font-size: 18px;
  font-weight: 400;
  color: #1E1E2F;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
  font-size: 18px;
  font-weight: 400;
  color: #1E1E2F;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
  display: none;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}

.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-weekdaycontainer span {
  color: #57595F;
  font-size: 15px;
  font-weight: 400;
}

.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
  color: var(--tp-common-white);
  background: #556DF5;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  border: none;
}

.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
  color: #556DF5;
  background-color: #f5f6ff;
  border: 1px solid #f5f6ff;
}

.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today:hover {
  color: var(--tp-common-white);
  background: #556DF5;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  border: none;
}

.flatpickr-calendar.arrowTop::before {
  content: none;
}

/*----------------------------------------*/
/*  2.18 Search Css
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  opacity: 0;
  visibility: hidden;
  background: var(--tp-common-white);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.tp-search-area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.tp-search-area.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-wrapper {
    padding-top: 115px;
  }
}

.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

@media only screen and (max-width: 767px) {
  .tp-search-close {
    right: 20px;
    top: 20px;
  }
}

.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: transparent;
  color: var(--tp-heading-prilmary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-search-close-btn:hover svg {
  transform: rotate(45deg);
}

.tp-search-content .search {
  margin-bottom: 40px;
}

.tp-search-content .search:hover .tp-search-icon {
  color: var(--tp-heading-primary);
}

.tp-search-content input {
  font-size: 17px;
  font-weight: 400;
  height: 50px;
  padding: 0 48px;
  border-radius: 8px;
  letter-spacing: -0.17px;
  border: 1px solid #E6E8F0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(164, 172, 185, 0.25);
}

.tp-search-content input:focus~button {
  color: var(--tp-heading-primary);
}

.tp-search-content input:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}

.tp-search-content input:focus:hover {
  background: transparent;
}

.tp-search-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}

.tp-search-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}

.tp-search-content input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}

.tp-search-content input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}

.tp-search-content input::placeholder {
  /* MODERN BROWSER */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}

.tp-search-content input:hover {
  background: linear-gradient(180deg, rgba(248, 249, 251, 0), #f2f4f8);
}

.tp-search-content.blue input:focus {
  border-color: rgba(70, 97, 253, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}

.tp-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

.tp-search-course-wrap {
  display: none;
}

.tp-search-course-item {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EDEEF3;
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-search-course-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px 0px rgba(25, 24, 34, 0.06);
}

.tp-search-course-item:hover .tp-search-course-thumb img {
  transform: scale(1.08);
}

.tp-search-course-item-title {
  color: #031F42;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2px;
}

.tp-search-course-item-title a:hover {
  color: var(--tp-theme-primary);
}

.tp-search-course-thumb {
  overflow: hidden;
  border-radius: 4px;
}

.tp-search-course-thumb img {
  border-radius: 4px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-search-course-thumb img {
    width: 100%;
  }
}

.tp-search-course-price span {
  color: #4F5158;
  font-size: 18px;
  font-weight: 500;
}

.tp-search-course-title {
  color: #A8AAAD;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  isolation: isolate;
}

/* Slightly darker natural gradient behind navigation */
.tp-header-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  pointer-events: none;
  z-index: -1;
}

.tp-header-transparent.tp-header-inner {
  box-shadow: none;
  background-color: transparent;
}

.tp-header-transparent.tp-header-2 {
  box-shadow: none;
  background-color: transparent;
}

.tp-header-transparent .tp-megamenu-container {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-small {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-fullwidth {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-courses {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-academics {
  border-radius: 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-container {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-small {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-fullwidth {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-courses {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-academics {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .main-menu nav ul li .tp-submenu {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-container {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-small {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-fullwidth {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-courses {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-academics {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .main-menu nav ul li .tp-submenu {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .main-menu nav ul li .tp-submenu li>.tp-submenu {
  border-radius: 8px;
}

.tp-header-logo-1 {
  display: flex;
  align-items: center;
  line-height: 1;
}

.tp-header-logo-1 img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin-top: 10px;
}

.tp-header-logo-1 .logo-2 {
  display: none;
}

.tp-header-top {
  background: #00287d;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.tp-header-info-item {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.tp-header-info-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.tp-header-info-item span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.tp-header-info-item span a:hover {
  color: #ffc50b;
}

.tp-header-info-item span a i {
  color: #fff;
  margin-right: 10px;
}

.tp-header-info-item span a i img {
  color: #000;
}


.tp-header-right-list a {
  background: #ffc50b;
  color: #00287d;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid rgb(0 0 0 / 16%);
  display: inline-block;
  line-height: 1;
  padding: 8px 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  margin-right: 5px;
}

.tp-header-right-list a:hover {
  color: #fff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-right-list a {
    padding: 4px 12px;
  }
}

.tp-header-right-list a:hover {
  background-color: #000;
}

.tp-header-serach {
  color: var(--tp-common-white);
}

.tp-header-serach:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tp-header-btn a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 7px 24px 9px;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: #ffc50b;
}

.tp-header-btn a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-mob-space {
    padding: 5px 0px;
  }
}

.tp-header-1.tp-header-sticky .tp-header-logo-1 .logo-1 {
  display: none;
}

.tp-header-1.tp-header-sticky .tp-header-logo-1 .logo-2 {
  display: block;
}

.tp-header-1.tp-header-sticky .tp-header-serach {
  color: var(--tp-common-black);
}

.tp-header-1.tp-header-sticky .tp-header-serach:hover {
  color: var(--tp-theme-primary);
}

.tp-header-1.tp-header-sticky .tp-header-btn a {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}

.tp-header-1.tp-header-sticky .tp-header-btn a:hover {
  color: var(--tp-common-white);
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-header-1.tp-header-sticky .offcanvas-open-btn {
  background-color: var(--tp-theme-primary);
}

.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover {
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover i {
  color: var(--tp-common-white);
}

.tp-header-1.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 25px 0 25px 0;
  color: var(--tp-common-black);
}

.tp-header-1.tp-header-sticky .main-menu nav>ul>li.has-dropdown>a::after {
  color: var(--tp-common-black);
}

.tp-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s ease;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.tp-header-2 {
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-2 {
    padding: 20px 0;
  }
}

.tp-header-2.home-6 {
  box-shadow: 0px 1px 3px 0px rgba(35, 18, 4, 0.14);
}

.tp-header-2.home-6 .main-menu>nav>ul>li>a {
  padding: 26px 0 24px 0;
}

.tp-header-2.home-6 .main-menu>nav>ul>li>a:hover {
  color: var(--tp-theme-9);
}

.tp-header-2-category {
  position: relative;
}

.tp-header-2-category:hover .tp-header-2-category-list {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 20px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2-category:hover .tp-header-2-category-list {
    top: calc(100% + 20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-2-category:hover .tp-header-2-category-list {
    top: calc(100% + 20px);
  }
}

.tp-header-2-category p {
  margin-bottom: 0;
  color: var(--tp-dashboard-primary);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.tp-header-2-category p span {
  display: inline-block;
  margin-right: 7px;
  color: var(--tp-dashboard-primary);
}

.tp-header-2-category-list {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 200px;
  padding: 17px 0;
  border-radius: 4px;
  visibility: hidden;
  padding-bottom: 15px;
  top: calc(100% + 30px);
  background: var(--tp-common-white);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 9;
}

.tp-header-2-category-list ul li {
  list-style: none;
}

.tp-header-2-category-list ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-header-2-category-list ul li a {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #55585B;
  padding-left: 30px;
  display: inline-block;
  text-transform: capitalize;
}

.tp-header-2-category-list ul li a:hover {
  color: var(--tp-theme-secondary);
}

.tp-header-2-category.tp-header-inner-category::before {
  content: none;
}

.tp-header-2-category.tp-header-inner-category:hover {
  background: rgba(85, 109, 245, 0.14);
}

.tp-header-2-category.home-2 .tp-header-2-category p {
  color: var(--tp-theme-secondary);
}

.tp-header-2-category.home-2 .tp-header-2-category p span {
  color: var(--tp-theme-secondary);
}

.tp-header-2-category.home-6 p {
  color: var(--tp-theme-9);
}

.tp-header-2-category.home-6 .tp-header-2-category-list ul li a:hover {
  color: var(--tp-theme-9);
}

.tp-header-2-search {
  position: relative;
  margin-left: 24px;
}

.tp-header-2-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.tp-header-2-search-btn:hover {
  color: var(--tp-dashboard-primary);
}

.tp-header-2-search input {
  border-radius: 8px;
  height: 42px;
  width: 260px;
  padding: 0 40px 0 18px;
  background-color: #F4F4F3;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-2-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input::placeholder {
  /* MODERN BROWSER */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input:focus {
  border: 1px solid #556DF5;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(85, 109, 245, 0.08), 0 2px 6px 0 rgba(85, 109, 245, 0.04), 0 3px 6px 0 rgba(85, 109, 245, 0.08), 0 0 0 4px rgba(85, 109, 245, 0.1);
}

.tp-header-2 .main-menu>nav>ul>li {
  margin-left: 0px;
  margin-right: 0px;
}

.tp-header-2 .main-menu>nav>ul>li:not(:last-of-type) {
  margin-right: 25px;
}

.tp-header-2 .main-menu>nav>ul>li.has-dropdown>a::after {
  color: var(--tp-grey-6);
}

.tp-header-2 .main-menu>nav>ul>li:hover>a {
  color: var(--tp-dashboard-primary);
}

.tp-header-2 .main-menu>nav>ul>li:hover>a::after {
  color: var(--tp-dashboard-primary);
}

.tp-header-2 .main-menu>nav>ul>li:hover>a.has-dropdown>a::after {
  color: var(--tp-dashboard-primary);
}

.tp-header-2 .main-menu>nav>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 31px 0 27px 0;
  color: var(--tp-grey-6);
}

.tp-header-2 .main-menu>nav>ul>li>a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-header-2 .main-menu>nav>ul>li>a:hover::after {
  color: var(--tp-dashboard-primary);
  transform: rotate(180deg);
}

.tp-header-2 .main-menu>nav>ul>li .tp-submenu li:hover>a {
  padding-left: 35px;
  color: var(--tp-dashboard-primary);
}

.tp-header-2 .main-menu>nav>ul>li .tp-submenu li:hover>a::before {
  background-color: var(--tp-dashboard-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-2.tp-header-shop {
    padding: 15px 0;
  }
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li:not(:last-of-type) {
  margin-right: 25px;
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  color: #4f5158;
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li>a:hover {
  color: var(--tp-theme-8);
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li>a:hover::after {
  color: var(--tp-theme-8);
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li:hover>a {
  color: var(--tp-theme-8);
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li:hover>a::after {
  color: var(--tp-theme-8);
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li:hover>a.has-dropdown>a::after {
  color: var(--tp-theme-8);
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li .tp-submenu>li:hover a {
  color: var(--tp-theme-8);
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li .tp-submenu>li:hover a::before {
  background-color: var(--tp-theme-8);
}

.tp-header-2.bxs-none {
  box-shadow: none;
}

.tp-header-2-cart {
  position: relative;
}

.tp-header-2-cart button:hover span {
  color: var(--tp-dashboard-primary);
}

.tp-header-2-cart button i {
  position: absolute;
  top: -8px;
  right: -14px;
  font-style: normal;
  color: var(--tp-common-white);
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-dashboard-primary);
}

.tp-header-2-cart.tp-header-cart-inner i {
  line-height: 22px;
  background-color: var(--tp-red-2);
}

.tp-header-2-cart.cart-4 button:hover span {
  color: var(--tp-common-white);
}

.tp-header-2-cart.cart-4 button i {
  top: -7px;
  right: -14px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  color: #161613;
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #B1040E;
  background-color: var(--tp-common-white);
}

.tp-header-2-cart.cart-4 button span {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-2-cart.home-2 button i {
  background-color: var(--tp-theme-secondary);
}

.tp-header-2-cart.home-6 {
  margin-left: 30px;
}

.tp-header-2-cart.home-6 button:hover span {
  color: var(--tp-theme-9);
}

.tp-header-2-cart.home-6 button i {
  background-color: var(--tp-theme-9);
}

.tp-header-2-login {
  position: relative;
  margin-left: 35px;
  padding-left: 20px;
}

.tp-header-2-login::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 34px;
  width: 1px;
  background-color: rgba(0, 31, 63, 0.12);
}

.tp-header-2-login button {
  color: #656565;
  font-size: 16px;
}

.tp-header-2-login button:hover {
  color: var(--tp-dashboard-primary);
}

.tp-header-2-login button span {
  display: inline-block;
  margin-right: 2px;
}

.tp-header-2-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.tp-header-2-btn {
  margin-left: 23px;
}

.tp-header-2-btn .tp-btn-2 {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background: var(--tp-theme-6);
  padding: 8px 35px;
  border-color: var(--tp-theme-6);
}

.tp-header-2-btn .tp-btn-2:hover {
  background-color: transparent;
  color: var(--tp-theme-6);
}

.tp-header-2 .offcanvas-open-btn {
  line-height: 44px;
  border: 1px solid rgba(3, 31, 66, 0.2);
}

.tp-header-2 .offcanvas-open-btn i {
  font-size: 16px;
  color: #031F42;
  transition: all 0.3s ease-in-out;
}

.tp-header-2 .offcanvas-open-btn:hover {
  border-color: #0071dc;
}

.tp-header-2 .offcanvas-open-btn:hover i {
  color: #0071DC;
}

.tp-header-2-contact.tp-header-shop .tp-header-2-cart {
  position: relative;
}

.tp-header-2-contact.tp-header-shop .tp-header-2-cart button:hover span {
  color: var(--tp-theme-8);
}

.tp-header-2-contact.tp-header-shop .tp-header-2-cart button i {
  background-color: var(--tp-theme-8);
}

.tp-header-2-contact.tp-header-shop .tp-header-2-cart::after {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  height: 34px;
  width: 1px;
  background: rgba(0, 31, 63, 0.12);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-2-contact.tp-header-shop .tp-header-2-cart::after {
    content: none;
  }
}

.tp-header-2-contact.tp-header-shop .tp-btn-inner {
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  color: #ddf49f;
  background: var(--tp-theme-8);
  box-shadow: 0 0 1px 0 var(--tp-theme-8), 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}

.tp-header-2-contact.tp-header-shop .tp-btn-inner:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

.tp-header-2.tp-header-sticky {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}

.tp-header-2.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 26px 0 26px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-3 {
    padding: 18px 0;
  }
}

.tp-header-3 .main-menu nav>ul>li>a {
  color: var(--tp-heading-3);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tp-header-3 .main-menu nav>ul>li>a:hover {
  color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li>a:hover::after {
  color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li.has-dropdown>a:hover::after {
  color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li.has-dropdown>a::after {
  color: var(--tp-heading-3);
}

.tp-header-3 .main-menu nav>ul>li:hover>a {
  color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li:hover>a::after {
  color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li:hover>a::before {
  background-color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li .tp-submenu>li:hover a {
  color: var(--tp-theme-3);
}

.tp-header-3 .main-menu nav>ul>li .tp-submenu>li:hover a::before {
  background-color: var(--tp-theme-3);
}

.tp-header-3 .offcanvas-open-btn {
  border: 2px solid rgba(255, 113, 98, 0.4);
}

.tp-header-3 .offcanvas-open-btn i {
  color: var(--tp-theme-3);
}

.tp-header-3 .offcanvas-open-btn:hover {
  border-color: #ff7162;
}

.tp-header-3.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 28px 0 28px 0;
}

.tp-header-4-top {
  background-color: #900000;
}

.tp-header-4-top-item:not(:first-of-type) {
  margin-left: 25px;
}

.tp-header-4-main {
  background-color: var(--tp-theme-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-4-main {
    padding: 16px 0;
  }
}

.tp-header-4-main.tp-header-sticky {
  background: rgba(255, 255, 255, 0.7);
}

.tp-header-4-main.tp-header-sticky .tp-header-4-logo .logo-1 {
  display: none;
}

.tp-header-4-main.tp-header-sticky .tp-header-4-logo .logo-2 {
  display: block;
}

.tp-header-4-main.tp-header-sticky .tp-header-2-cart.cart-4 span {
  color: var(--tp-heading-primary);
}

.tp-header-4-main.tp-header-sticky .tp-header-2-cart.cart-4 i {
  border: 2px solid #c7c7c4;
  color: var(--tp-common-white);
  background-color: #b1040e;
}

.tp-header-4-main.tp-header-sticky .tp-header-4-btn a {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
  background-color: #B1040E;
}

.tp-header-4-main.tp-header-sticky .tp-header-4-btn a:hover {
  color: var(--tp-common-white);
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn {
  background-color: var(--tp-theme-primary);
}

.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn:hover {
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn:hover i {
  color: var(--tp-common-white);
}

.tp-header-4-main.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 25px 0 25px 0;
  color: var(--tp-common-black);
}

.tp-header-4-main.tp-header-sticky .main-menu nav>ul>li.has-dropdown>a::after {
  color: var(--tp-common-black);
}

.tp-header-4-logo .logo-2 {
  height: 48px;
  width: 125px;
  display: none;
}

.tp-header-4-link a {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.tp-header-4-link a:not(:first-of-type) {
  margin-left: 8px;
  padding-left: 16px;
}

.tp-header-4-link a:not(:first-of-type)::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.tp-header-4-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 36px;
  border-radius: 6px;
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

.tp-header-4-btn a:Hover {
  color: var(--tp-common-white);
  background-color: var(--tp-heading-primary);
}

.tp-header-4-btn-top a {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
}

.tp-header-4-btn-top a span {
  margin-right: 6px;
}

.tp-header-4-btn-top a i {
  margin-left: 12px;
}

.tp-header-4-search {
  position: relative;
}

.tp-header-4-search input {
  width: 75px;
  background-color: transparent;
  border: none;
  padding: 0 0;
  padding-left: 22px;
  color: rgb(255, 255, 255);
}

.tp-header-4-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
}

.tp-header-4-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
}

.tp-header-4-search input:-moz-placeholder {
  /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
}

.tp-header-4-search input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
}

.tp-header-4-search input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
}

.tp-header-4-search span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-bottom__lang>ul>li {
  position: relative;
  list-style: none;
}

.header-bottom__lang>ul>li>a {
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #88898A;
  line-height: 0;
}

.header-bottom__lang>ul>li>a img {
  height: 12px;
  width: 18px;
  object-fit: cover;
  transform: translateY(-2px);
  margin-right: 7px;
}

.header-bottom__lang>ul>li>a>span svg {
  margin-left: 2px;
}

.header-bottom__lang-2>ul>li {
  position: relative;
  list-style: none;
}

.header-bottom__lang-2>ul>li>a {
  color: #57595F;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(30, 30, 47, 0.1);
}

.header-bottom__lang-2>ul>li>a>span svg {
  margin-left: 2px;
}

.header-bottom__lang-submenu {
  position: absolute;
  top: 110%;
  left: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  border-radius: 4px;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-common-white);
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}

.header-bottom__lang-submenu li {
  list-style: none;
  margin-bottom: 7px;
}

.header-bottom__lang-submenu li:last-child {
  margin-bottom: 0;
}

.header-bottom__lang-submenu li a {
  display: block;
}

.header-bottom__lang-submenu li:hover {
  color: var(--tp-theme-primary);
}

.header-bottom__lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-bottom__lang-submenu-2 {
  position: absolute;
  bottom: 110%;
  right: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  text-align: start;
  padding: 15px 20px;
  border-radius: 4px;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-common-white);
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}

@media only screen and (max-width: 767px) {
  .header-bottom__lang-submenu-2 {
    left: 0;
    right: auto;
  }
}

.header-bottom__lang-submenu-2 li {
  list-style: none;
  margin-bottom: 7px;
}

.header-bottom__lang-submenu-2 li:last-child {
  margin-bottom: 0;
}

.header-bottom__lang-submenu-2 li a {
  display: block;
}

.header-bottom__lang-submenu-2 li:hover {
  color: var(--tp-theme-secondary);
}

.header-bottom__lang-submenu-2.open {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-header-5 {
  padding: 0 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-5 {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-header-5 {
    padding: 20px 15px;
  }
}

.tp-header-5 .tp-megamenu-container {
  left: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-5 .tp-megamenu-container {
    left: 0;
  }
}

.tp-header-5 .main-menu {
  margin-left: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-5 .main-menu {
    margin-left: 0;
  }
}

.tp-header-5 .main-menu>nav>ul>li>a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.tp-header-5 .main-menu>nav>ul>li .tp-submenu>li:hover a {
  color: #679307;
}

.tp-header-5 .main-menu>nav>ul>li .tp-submenu>li:hover a::before {
  background-color: #679307;
}

.tp-header-5-logo .logo-2 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tp-header-5-login {
    display: none;
  }
}

.tp-header-5-login button span {
  color: var(--tp-common-white);
}

.tp-header-5-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.tp-header-5-cart {
  position: relative;
}

.tp-header-5-cart button span {
  color: var(--tp-common-white);
}

.tp-header-5-cart button i {
  position: absolute;
  height: 24px;
  width: 24px;
  top: -8px;
  right: -12px;
  color: #010A19;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  border-radius: 50%;
  display: inline-block;
  line-height: 18px;
  border: 3px solid #415A45;
  background-color: var(--tp-theme-5);
}

.tp-header-5-sidebar .offcanvas-open-btn {
  border: none;
  line-height: 1;
  height: 0;
}

.tp-header-5-sidebar .offcanvas-open-btn:hover span::after {
  transform: translate(5px, -8px);
}

.tp-header-5-sidebar .offcanvas-open-btn:hover span::before {
  transform: translateX(-5px);
}

.tp-header-5-sidebar .offcanvas-open-btn span {
  display: inline-block;
  position: relative;
  transform: translateY(4px);
}

.tp-header-5-sidebar .offcanvas-open-btn span:before,
.tp-header-5-sidebar .offcanvas-open-btn span:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--tp-common-white);
  display: block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-5-sidebar .offcanvas-open-btn span::after {
  transform: translateY(-8px);
}

.tp-header-5.tp-header-sticky .main-menu nav>ul>li>a {
  color: var(--tp-heading-3);
  padding: 28px 0 28px 0;
}

.tp-header-5.tp-header-sticky .main-menu nav>ul>li>a::after {
  color: var(--tp-heading-3);
}

.tp-header-5.tp-header-sticky .tp-header-5-logo .logo-1 {
  display: none;
}

.tp-header-5.tp-header-sticky .tp-header-5-logo .logo-2 {
  display: block;
}

.tp-header-5.tp-header-sticky .tp-header-5-login span {
  color: var(--tp-heading-3);
}

.tp-header-5.tp-header-sticky .tp-header-5-cart button span {
  color: var(--tp-heading-3);
}

.tp-header-5.tp-header-sticky .tp-header-5-sidebar .offcanvas-open-btn span::after {
  background-color: var(--tp-heading-3);
}

.tp-header-5.tp-header-sticky .tp-header-5-sidebar .offcanvas-open-btn span::before {
  background-color: var(--tp-heading-3);
}

.tp-header-6-logo {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(0, 31, 63, 0.12);
}

@media only screen and (max-width: 767px) {
  .tp-header-6-logo {
    margin-right: 0;
  }
}

.tp-header-6-login {
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid rgba(0, 31, 63, 0.12);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-6-login {
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
}

.tp-header-6-login button span {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
}

.tp-header-6-login button span svg {
  transform: translateY(-2px);
}

.tp-header-6-login button:hover span {
  color: var(--tp-theme-9);
}

.tp-header-6-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-6-login img {
    display: none;
  }
}

.tp-header-6-search button:hover {
  color: var(--tp-theme-9);
}

.tp-header-6-btn .tp-btn-inner {
  font-size: 16px;
  border-radius: 12px;
  background-color: var(--tp-theme-9);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #5956E9;
}

.tp-header-6-btn .tp-btn-inner:hover {
  box-shadow: none;
}

.tp-header-6-btn .tp-btn-inner:focus {
  color: var(--tp-common-white);
}

.tp-header-inner {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.1), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-inner {
    padding: 12px 0;
  }
}

.tp-header-inner-logo {
  position: relative;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-logo {
    margin-right: 15px;
  }
}

.tp-header-inner-category {
  display: inline-block;
  border-radius: 1000px;
  cursor: pointer;
  padding: 6px 25px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(81, 105, 241, 0.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-category {
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-inner-category {
    padding: 6px 17px;
  }
}

.tp-header-inner-search {
  position: relative;
  padding-right: 20px;
  margin-right: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-inner-search {
    display: none;
  }
}

.tp-header-inner-search button:hover {
  color: var(--tp-dashboard-primary);
}

.tp-header-inner-search:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 34px;
  width: 1px;
  transform: translateY(-50%);
  background: rgba(0, 31, 63, 0.12);
}

.tp-header-inner-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-inner-login img {
    display: none;
  }
}

.tp-header-inner .main-menu>nav>ul>li {
  margin: 0;
}

.tp-header-inner .main-menu>nav>ul>li:not(:last-of-type) {
  margin-right: 29px;
}

.tp-header-inner .main-menu>nav>ul>li.has-dropdown>a::after {
  color: #30302F;
}

.tp-header-inner .main-menu>nav>ul>li:hover>a {
  color: var(--tp-red-2);
}

.tp-header-inner .main-menu>nav>ul>li:hover>a::after {
  color: var(--tp-red-2);
}

.tp-header-inner .main-menu>nav>ul>li:hover>a.has-dropdown>a::after {
  color: var(--tp-red-2);
}

.tp-header-inner .main-menu>nav>ul>li>a {
  line-height: 1.5;
  color: #30302F;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  padding: 25px 0 25px 0;
}

.tp-header-inner .main-menu>nav>ul>li>a:hover {
  color: var(--tp-red-2);
}

.tp-header-inner .main-menu>nav>ul>li>a:hover::after {
  color: var(--tp-red-2);
  transform: rotate(180deg);
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu {
  padding: 30px 0 15px;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li a {
  font-size: 16px;
  font-weight: 400;
  color: #55585B;
  padding-left: 30px;
  display: inline-block;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li:hover>a {
  color: var(--tp-red-2);
  padding-left: 35px;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li:hover>a::before {
  background-color: var(--tp-red-2);
}

.tp-header-inner-btn {
  margin-left: 33px;
  margin-right: 20px;
}

.tp-header-inner-btn .tp-btn-3 {
  background-color: var(--tp-red-2);
  border: 1px solid var(--tp-red-2);
  padding: 6px 25px;
  box-shadow: 0px 1px 2px 0px rgba(165, 9, 35, 0.2);
}

.tp-header-inner-btn .tp-btn-3:hover {
  color: var(--tp-common-white);
  background-color: #880824;
  border: 1px solid #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1) !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-btn .tp-btn-3 {
    padding: 8px 25px;
  }
}

.tp-header-inner-btn.home-2 .tp-btn-inner {
  border-radius: 50px;
  background-color: var(--tp-theme-secondary);
}

.tp-header-inner.tp-header-inner-2 .tp-header-2-category.tp-header-inner-category {
  background-color: rgba(var(--tp-red-2), 0.5);
}

.tp-header-red-search {
  color: #30302F;
}

.tp-header-red-search:hover {
  color: var(--tp-theme-4);
}

.tp-header-red-sidebar .offcanvas-open-btn {
  color: #30302F;
  border: none;
  line-height: 1;
}

.tp-header-red-sidebar .offcanvas-open-btn svg .width {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-red-sidebar .offcanvas-open-btn:hover {
  color: var(--tp-theme-4);
  background-color: transparent;
}

.tp-header-red-sidebar .offcanvas-open-btn:hover svg .width {
  width: 30px;
}

.tp-header-shop-box {
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.1), 0 1px 2px 1px rgba(3, 11, 30, 0.04);
}

.tp-header-shop-btn {
  margin-left: 31px;
}

.tp-header-shop-search input {
  background: #f3f4f9;
  border-radius: 100px;
  height: 40px;
  width: 240px;
  padding-left: 45px;
}

.tp-header-shop-search input:focus {
  background-color: transparent;
  border: 1px solid var(--tp-theme-8);
}

.tp-header-shop-search .tp-header-search-btn {
  position: absolute;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
}

.tp-header-shop-login {
  margin-left: 20px;
}

.tp-header-shop-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.tp-header-new-course {
  padding: 27px 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-new-course {
    padding: 26px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-header-new-course {
    padding: 20px;
  }
}

.tp-header-new-course-right .draft {
  font-weight: 600;
  font-size: 15px;
  color: #57595f;
  margin-right: 15px;
}

.tp-header-new-course-right .preview {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  background: #e9ecff;
  margin-right: 10px;
  color: var(--tp-dashboard-primary);
}

.tp-header-new-course-right .preview:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

.tp-header-new-course-right .pulish {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 6px;
  margin-right: 18px;
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tp-header-new-course-right .pulish:hover {
  box-shadow: none;
}

.tp-header-new-course-right span:hover {
  color: var(--tp-dashboard-primary);
}

.tp-header-user-hover {
  position: relative;
}

.tp-header-user-hover.active .tp-header-user-box {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.tp-header-user-box {
  position: absolute;
  width: 260px;
  opacity: 0;
  top: 57px;
  right: 0;
  padding: 4px;
  z-index: 99;
  border-radius: 6px;
  background: #FAF9FB;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  border: 2px solid #FFF;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 0px 20px 40px 0px rgba(18, 20, 32, 0.1);
}

.tp-header-user-profile {
  padding: 15px 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(87, 87, 90, 0.08);
}

.tp-header-user-profile-thumb {
  margin-right: 15px;
}

.tp-header-user-profile-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #191822;
  margin: 0;
}

.tp-header-user-profile-content span {
  font-size: 13px;
  font-weight: 400;
  color: #939397;
  display: inline-block;
}

.tp-header-user-list {
  margin-bottom: 15px;
}

.tp-header-user-list ul li {
  list-style: none;
}

.tp-header-user-list ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #57575A;
  display: block;
  padding: 5px 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-user-list ul li a span {
  margin-right: 10px;
  display: inline-block;
}

.tp-header-user-list ul li a:hover {
  background: #F2F1F5;
  color: var(--tp-common-black-1);
}

.tp-header-user-list ul li.hr-border {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(87, 87, 90, 0.08);
}

.tp-announcement-area {
  padding: 7px 10px;
  background-repeat: no-repeat;
}


@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-announcement-area {
    display: none;
  }
}

.tp-announcement-content p {
  font-size: 15px;
  font-weight: 400;
  color: #4e1b49;
  margin: 0;
  margin-right: 20px;
}

.tp-announcement-content p span {
  font-weight: 600;
}

.tp-announcement-btn {
  font-weight: 500;
  font-size: 18px;
  color: #ffd4fb;
  background: #640c5b;
  border-radius: 100px;
  padding: 0px 16px 1px;
}

.tp-announcement-btn:hover {
  color: var(--tp-common-white);
}

.tp-announcement-close {
  position: absolute;
  top: 7px;
  right: 60px;
}

.tp-announcement-close button {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 7px;
  border-radius: 50%;
  background: rgba(100, 12, 91, 0.3);
}

.tp-announcement-close button:hover {
  background: #640c5b;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/

.main-menu>nav>ul>li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0px 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li {
    margin-left: 25px;
  }
}

.main-menu>nav>ul>li>a {
  display: inline-block;
  color: var(--tp-common-white);
  padding: 35px 0 35px 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 500;
}

.main-menu>nav>ul>li.has-dropdown>a {
  position: relative;
}

.main-menu>nav>ul>li.has-dropdown>a::after {
  content: "\f107";
  font-size: 12px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu>nav>ul>li>.tp-submenu {
  position: absolute;
  top: 100%;
  left: -30px;
  width: 240px;
  z-index: 99;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 0px 0px 8px 8px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
  text-align: start;
}

.main-menu>nav>ul>li>.tp-submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main-menu>nav>ul>li>.tp-submenu li:not(:last-of-type) {
  margin-bottom: 12px;
}

.main-menu>nav>ul>li>.tp-submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.main-menu>nav>ul>li>.tp-submenu li>a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #55585B;
  padding-left: 30px;
  display: inline-block;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu>nav>ul>li>.tp-submenu li>a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu>nav>ul>li>.tp-submenu li>.tp-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 240px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: 0.5s;
  border-radius: 8px;
  background: var(--tp-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
  padding: 30px 0 15px;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a,
.main-menu>nav>ul>li>.tp-submenu li.active>a {
  color: var(--tp-theme-primary);
  padding-left: 35px;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a::after,
.main-menu>nav>ul>li>.tp-submenu li.active>a::after {
  color: var(--tp-common-white);
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a::before,
.main-menu>nav>ul>li>.tp-submenu li.active>a::before {
  width: 12px;
}

.main-menu>nav>ul>li>.tp-submenu li:hover .tp-submenu,
.main-menu>nav>ul>li>.tp-submenu li.active .tp-submenu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu>nav>ul>li.tp-static {
  position: static;
}

.main-menu>nav>ul>li:hover>a {
  color: rgba(255, 255, 255, 0.7);
}

.main-menu>nav>ul>li:hover>a::after {
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.7);
}

.main-menu>nav>ul>li:hover .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu>nav>ul>li:hover .tp-submenu li:hover>.tp-submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu>nav>ul>li:hover>.tp-megamenu-main {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu.main-menu-4>nav>ul>li {
  margin: 0;
}

.main-menu.main-menu-4>nav>ul>li:not(:last-of-type) {
  margin-right: 30px;
}

.main-menu.main-menu-4>nav>ul>li>a {
  padding: 28px 0 27px 0;
}

.tp-megamenu-main {
  position: absolute;
  z-index: 99;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  transition: 0.3s;
  top: 100%;
  left: 0;
  right: 0;
}

.tp-megamenu-small {
  top: 100%;
  left: -40px;
  width: 580px;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--tp-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-small {
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-small-content {
  padding: 30px 40px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-small-content {
    padding: 10px 0 0 25px;
  }
}

.tp-megamenu-small-content .tp-megamenu-list a {
  position: relative;
  display: block;
  color: #55585B;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
}

.tp-megamenu-small-content .tp-megamenu-list a:hover {
  padding-left: 15px;
  color: var(--tp-theme-4);
}

.tp-megamenu-small-content .tp-megamenu-list a:hover::before {
  width: 12px;
}

.tp-megamenu-small-content .tp-megamenu-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-small-content .tp-megamenu-list.orange-color a:hover {
  color: var(--tp-theme-3);
}

.tp-megamenu-small-content .tp-megamenu-list.orange-color a:hover::before {
  background-color: var(--tp-theme-3);
}

.tp-megamenu-small-content .tp-megamenu-list.yellow-color a:hover {
  color: #679307;
}

.tp-megamenu-small-content .tp-megamenu-list.yellow-color a:hover::before {
  background-color: #679307;
}

.tp-megamenu-small-content .tp-megamenu-list.green-color a:hover {
  color: var(--tp-theme-8);
}

.tp-megamenu-small-content .tp-megamenu-list.green-color a:hover::before {
  background-color: var(--tp-theme-8);
}

.tp-megamenu-small-cta {
  border-radius: 6px;
  background: #FFDEF7;
  padding: 18px 46px 0 46px;
}

.tp-megamenu-small-cta-wrap {
  padding: 0 6px 5px 6px;
}

.tp-megamenu-small-cta-thumb {
  margin-right: 15px;
}

.tp-megamenu-small-cta-title {
  color: #073742;



  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 5px 22px 0 0;
}

.tp-megamenu-small-cta-btn .tp-btn {
  padding: 4px 14px;
  border-radius: 4px;
  background: #073742;
  border: 1px solid #073742;
}

.tp-megamenu-small-cta-btn .tp-btn:hover {
  background-color: #c41230;
  border: 1px solid #c41230;
}

.tp-megamenu-fullwidth {
  top: 100%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--tp-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth {
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list {
    margin-bottom: 10px;
  }
}

.tp-megamenu-fullwidth-list ul li {
  list-style: none;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.tp-megamenu-fullwidth-list ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #57595F;
  display: block;
}

.tp-megamenu-fullwidth-list ul li a:hover {
  padding-left: 15px;
  color: var(--tp-theme-4);
}

.tp-megamenu-fullwidth-list ul li a:hover::before {
  width: 12px;
}

.tp-megamenu-fullwidth-list ul li a:hover.blue {
  color: var(--tp-dashboard-primary);
}

.tp-megamenu-fullwidth-list ul li a:hover.blue::before {
  background-color: var(--tp-dashboard-primary);
}

.tp-megamenu-fullwidth-list ul li a:hover.orange {
  color: var(--tp-theme-3);
}

.tp-megamenu-fullwidth-list ul li a:hover.orange::before {
  background-color: var(--tp-theme-3);
}

.tp-megamenu-fullwidth-list ul li a:hover.yellow {
  color: #679307;
}

.tp-megamenu-fullwidth-list ul li a:hover.yellow::before {
  background-color: #679307;
}

.tp-megamenu-fullwidth-list ul li a:hover.green {
  color: var(--tp-theme-8);
}

.tp-megamenu-fullwidth-list ul li a:hover.green::before {
  background-color: var(--tp-theme-8);
}

.tp-megamenu-fullwidth-list ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-fullwidth-list-wrapper {
  padding: 40px 0px 40px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-list-wrapper {
    padding: 40px 0px 40px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list-wrapper {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list-wrapper.home-2 {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list-wrapper.home-2 .tp-megamenu-fullwidth-list {
    margin-bottom: 10px;
  }
}

.tp-megamenu-fullwidth-title {
  font-size: 17px;
  font-weight: 500;
  color: #4F5158;
  letter-spacing: -0.17px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-title {
    margin-bottom: 10px;
  }
}

.tp-megamenu-fullwidth-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 137, 180, 0.16) 0%, rgba(204, 201, 122, 0.16) 100%);
}

.tp-megamenu-fullwidth-item.bg {
  background: linear-gradient(90deg, #F6EBFF 0%, #FFEBF9 100%);
}

.tp-megamenu-fullwidth-item-wrap {
  padding: 6px 6px 6px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-item-wrap {
    margin-left: 0;
  }
}

.tp-megamenu-fullwidth-content {
  padding: 10px 0 30px 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-fullwidth-content {
    padding: 30px 0 30px 26px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-content {
    padding: 25px 0 25px 20px;
  }
}

.tp-megamenu-fullwidth-content-title {
  color: #15161D;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.24px;
  font-family: var(--tp-ff-secondary);
}

.tp-megamenu-fullwidth-content .tp-btn {
  padding: 3px 14px 4px;
  color: #15161D;
  font-size: 15px;
  background-color: transparent;
  border: 1.5px solid rgba(21, 22, 29, 0.1);
}

.tp-megamenu-fullwidth-content .tp-btn:hover {
  color: #fff !important;
  border-color: var(--tp-dashboard-primary);
  background-color: #000 !important;
}

.tp-megamenu-fullwidth-content-thumb {
  position: absolute;
  right: 22px;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .tp-megamenu-fullwidth-content-thumb {
    right: 0;
  }

  .tp-megamenu-fullwidth-content-thumb img {
    width: 150px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-content-thumb {
    right: -28px;
  }

  .tp-megamenu-fullwidth-content-thumb img {
    width: 80%;
  }
}

.tp-megamenu-fullwidth-content.blue .tp-btn:hover {
  box-shadow: none;
  color: #fff !important;
  border-color: var(--tp-dashboard-primary);
  background-color: #000 !important;
}

.tp-megamenu-container {
  top: 100%;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  padding: 40px 30px 0;
  border-radius: 0px 0px 8px 8px;
  background: var(--tp-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-container {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-container .row [class*=col-]:nth-last-child(-n+2) .tp-megamenu-home-item .tp-megamenu-home-title a::after {
  position: absolute;
  content: "New";
  right: -50px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  padding: 2px 8px 3px;
  margin-left: 3px;
  color: var(--tp-common-white);
  background: #E70C46;
  box-shadow: 0px 4px 8px 0px rgba(150, 5, 40, 0.25);
}

.tp-megamenu-home-item {
  overflow: hidden;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-thumb {
  box-shadow: none;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-thumb img {
  transform: scale(1.1);
}

.tp-megamenu-home-item:hover .tp-megamenu-home-thumb::after {
  opacity: 1;
  visibility: visible;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-title .red {
  color: var(--tp-theme-4);
}

.tp-megamenu-home-item:hover .tp-megamenu-home-title .blue {
  color: var(--tp-dashboard-primary);
}

.tp-megamenu-home-item:hover .tp-megamenu-home-title .orange {
  color: var(--tp-theme-3);
}

.tp-megamenu-home-item:hover .tp-megamenu-home-title .yellow {
  color: #679307;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-title .green {
  color: #006b61;
}

.tp-megamenu-home-thumb {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
  background: #DCDCDC;
  border: 1px solid #E3E4E9;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.14);
}

.tp-megamenu-home-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-home-thumb img {
    height: inherit;
  }
}

.tp-megamenu-home-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(1, 15, 28, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-home-thumb.home-2 img {
    height: 100%;
  }
}

.tp-megamenu-home-title {
  font-size: 17px;
  font-weight: 500;
  color: #2A2B30;
  letter-spacing: -0.16px;
}

.tp-megamenu-home-title a {
  position: relative;
}

.tp-megamenu-academics {
  top: 100%;
  left: 0;
  right: 0;
  width: 1075px;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--tp-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-academics-border {
  padding: 0 0px 0 44px;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-border {
    padding: 0 0px 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-border.home-2 {
    padding: 0 0px 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-border.home-2 .tp-megamenu-academics-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tp-megamenu-academics-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: var(--tp-heading-2);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.tp-megamenu-academics-list {
  padding-top: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tp-megamenu-academics-list a {
  position: relative;
  display: block;
  color: #55585B;
  font-size: 16px;
  font-weight: 400;
}

.tp-megamenu-academics-list a:not(:last-of-type) {
  margin-bottom: 14px;
}

.tp-megamenu-academics-list a:hover {
  padding-left: 15px;
  color: var(--tp-dashboard-primary);
}

.tp-megamenu-academics-list a:hover::before {
  width: 12px;
}

.tp-megamenu-academics-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  background-color: var(--tp-dashboard-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-academics-banner {
  padding: 55px 30px;
  background: #D1F4FF;
}

.tp-megamenu-academics-banner-title {
  color: #073742;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.6px;
  font-family: var(--tp-ff-secondary);
}

.tp-megamenu-academics-banner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #073742;
  margin-top: 26px;
  font-family: var(--tp-ff-secondary);
}

.tp-megamenu-academics-banner a {
  position: relative;
  color: #0B8BB4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.tp-megamenu-academics-banner a span {
  display: inline-block;
  margin-left: 4px;
  transform: translateY(-1px);
}

.tp-megamenu-academics-banner a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
  background-color: #0B8BB4;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-academics-banner a:hover::after {
  width: 100%;
}

.tp-megamenu-academics-banner-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.tp-megamenu-academics-btns {
  padding: 24px 0;
}

.tp-megamenu-academics-btns a {
  font-size: 15px;
  font-weight: 600;
  color: #031F42;
  display: inline-block;
  border-radius: 6px;
  padding: 7px 70px;
  background: rgba(81, 105, 241, 0.1);
}

.tp-megamenu-academics-btns a:not(:last-of-type) {
  margin-right: 8px;
}

.tp-megamenu-academics-btns a.active {
  background: #5169F1;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #1438B5;
}

.tp-megamenu-academics-btns a:hover {
  background: #5169F1;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #1438B5;
}

.tp-megamenu-courses {
  top: 100%;
  left: 0;
  right: 0;
  width: 580px;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--tp-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-courses-content {
  padding: 30px 40px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses-content {
    padding: 15px 0px 0px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses-content.home-2 {
    padding: 15px 0px 0px 15px;
  }
}

.tp-megamenu-courses-wrap {
  position: relative;
  border-radius: 6px;
  margin: 0 6px 5px 6px;
  padding: 26px 35px 22px;
  background-color: #D1F4FF;
}

.tp-megamenu-courses-wrap-title {
  color: #073742;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.18px;
}

.tp-megamenu-courses-wrap p {
  color: #57595F;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.tp-megamenu-courses-thumb {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.tp-megamenu-courses-title {
  font-size: 17px;
  font-weight: 500;
  color: #4F5158;
  letter-spacing: -0.17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses-list {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses-list.home-2 {
    margin-bottom: 25px;
  }
}

.tp-megamenu-courses-list a {
  position: relative;
  display: block;
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}

.tp-megamenu-courses-list a:not(:last-of-type) {
  margin-bottom: 14px;
}

.tp-megamenu-courses-list a:hover {
  padding-left: 15px;
  color: var(--tp-dashboard-primary);
}

.tp-megamenu-courses-list a:hover::before {
  width: 12px;
}

.tp-megamenu-courses-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  background-color: var(--tp-dashboard-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-courses-list a span {
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  padding: 2px 8px 3px;
  margin-left: 3px;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(34, 10, 154, 0.2);
  background: linear-gradient(109deg, rgba(134, 56, 252, 0.72) 14.81%, rgba(88, 56, 252, 0.8) 97.12%);
}

/*----------------------------------------*/
/*  4.2 Mobile menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-main-menu-content {
    margin-bottom: 40px;
  }
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}

.tp-main-menu-mobile .tp-megamenu-main {
  display: none;
}

.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}

.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tp-main-menu-mobile ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tp-main-menu-mobile ul li:not(:last-child)>a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: end;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::before {
  height: 12px;
  width: 2px;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-black);
  transition: 0.4s ease 0.1s;
  margin: auto;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::after {
  height: 2px;
  width: 12px;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-black);
  transition: 0.4s ease 0.1s;
  margin: auto;
}

.tp-main-menu-mobile ul li.has-dropdown.expanded {
  color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li.has-dropdown.expanded>a .dropdown-toggle-btn::before {
  transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
  color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
  width: 100%;
}

.tp-main-menu-mobile ul li ul {
  padding: 0;
}

.tp-main-menu-mobile ul li ul li {
  padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
  color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::after {
  background-color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::before {
  background-color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .tp-megamenu-main,
.tp-main-menu-mobile ul li .tp-submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  transform: scale(1);
  transform-origin: inherit;
  transition: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .tp-megamenu-main li,
.tp-main-menu-mobile ul li .tp-submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .tp-megamenu-main li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .tp-submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-small,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-container,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-academics,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-courses,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-small,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-container,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-academics,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-courses,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-small,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-container,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-academics,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-courses,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-fullwidth {
  top: initial;
  left: initial;
  width: 100%;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
  transition: none !important;
}

/* =========================================================
   IAMA PREMIUM HEADER / NAVIGATION DESIGN - V2
   Paste after your existing header CSS. Existing classes kept.
   ========================================================= */

:root {
  --iama-navy: #07116f;
  --iama-navy-deep: #040b4f;
  --iama-blue: #003b8f;
  --iama-gold: #ffc400;
  --iama-gold-dark: #e5a900;
  --iama-white: #ffffff;
  --iama-cream: #fffdf7;
  --iama-text: #172033;
  --iama-muted: #5f6878;
  --iama-border: rgba(7, 17, 111, 0.10);
  --iama-shadow: 0 24px 70px rgba(2, 8, 45, 0.18);
  --iama-soft-shadow: 0 14px 34px rgba(3, 11, 50, 0.12);
}

/* Main menu alignment */
.main-menu>nav>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.main-menu>nav>ul>li {
  margin: 0 2px;
  border-radius: 999px;
}

.main-menu>nav>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  padding: 11px 16px !important;
  border-radius: 999px;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  overflow: hidden;
  isolation: isolate;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.main-menu>nav>ul>li>a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  transform: scale(.82);
  transition: opacity .25s ease, transform .25s ease;
}

.main-menu>nav>ul>li:hover>a,
.main-menu>nav>ul>li.active>a,
.main-menu>nav>ul>li.current-menu-item>a,
.main-menu>nav>ul>li.current_page_item>a {
  color: var(--iama-navy-deep) !important;
}

.main-menu>nav>ul>li:hover>a::before,
.main-menu>nav>ul>li.active>a::before,
.main-menu>nav>ul>li.current-menu-item>a::before,
.main-menu>nav>ul>li.current_page_item>a::before {
  opacity: 1;
  transform: scale(1);
}

.main-menu>nav>ul>li.has-dropdown>a::after {
  content: "\f107";
  font-size: 12px;
  color: currentColor !important;
  margin-left: 2px;
  transition: transform .25s ease, color .25s ease;
}

.main-menu>nav>ul>li:hover>a::after {
  transform: rotate(180deg);
  color: currentColor !important;
}

/* Premium dropdown panel */
.main-menu>nav>ul>li>.tp-submenu {
  left: 50%;
  width: 292px;
  min-width: 292px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: var(--iama-shadow);
  transform: translateX(-50%) translateY(18px) scale(.96);
  transform-origin: top center;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.main-menu>nav>ul>li:hover>.tp-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(10px) scale(1);
}

.main-menu>nav>ul>li>.tp-submenu::before,
.tp-megamenu-main::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-left: 1px solid rgba(7, 17, 111, .10);
  border-top: 1px solid rgba(7, 17, 111, .10);
  transform: translateX(-50%) rotate(45deg);
}

.main-menu>nav>ul>li>.tp-submenu li {
  transform: none;
}

.main-menu>nav>ul>li>.tp-submenu li:not(:last-of-type) {
  margin-bottom: 5px;
}

.main-menu>nav>ul>li>.tp-submenu li>a {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--iama-text);
  font-size: 15px;
  line-height: 1.25;
  background: transparent;
  transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.main-menu>nav>ul>li>.tp-submenu li>a::before {
  display: none;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a,
.main-menu>nav>ul>li>.tp-submenu li.active>a {
  padding-left: 18px !important;
  background: linear-gradient(90deg, rgba(255, 196, 0, .22), rgba(255, 196, 0, .08));
}

.main-menu>nav>ul>li>.tp-submenu li.has-dropdown>a::after {
  right: 15px;
  color: var(--iama-navy) !important;
}

.main-menu>nav>ul>li>.tp-submenu li>.tp-submenu {
  left: calc(100% + 12px);
  top: -12px;
  width: 292px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(7, 17, 111, .10);
  background: #ffffff;
  box-shadow: var(--iama-shadow);
  transform: translateY(10px) scale(.96);
}

.main-menu>nav>ul>li>.tp-submenu li:hover>.tp-submenu {
  left: calc(100% + 12px) !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1) !important;
}

/* Mega menu common animation and no width loss */
.tp-megamenu-main {
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(.98);
  transform-origin: top center;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.main-menu>nav>ul>li:hover>.tp-megamenu-main {
  opacity: 1;
  visibility: visible;
  transform: translateY(12px) scale(1);
}

.tp-megamenu-small,
.tp-megamenu-courses {
  width: 680px !important;
  max-width: calc(100vw - 48px);
  left: 50% !important;
  right: auto !important;
  margin: 0 !important;
  transform: translateX(-50%);
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(7, 17, 111, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  box-shadow: var(--iama-shadow);
  overflow: visible;
}

.tp-megamenu-academics {
  width: 1180px !important;
  max-width: calc(100vw - 64px);
  border-radius: 26px;
  border: 1px solid rgba(7, 17, 111, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  box-shadow: var(--iama-shadow);
  overflow: hidden;
}

.tp-megamenu-fullwidth,
.tp-megamenu-container {
  width: 90%;
  margin: 0 auto;
  border-radius: 26px;
  border: 1px solid rgba(7, 17, 111, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  box-shadow: var(--iama-shadow);
  overflow: hidden;
}

.tp-megamenu-small-content,
.tp-megamenu-courses-content {
  padding: 22px 24px 18px;
}

.tp-megamenu-fullwidth-list-wrapper {
  padding: 34px 26px 34px 38px;
}

.tp-megamenu-academics-border {
  padding: 0 0 0 36px;
}

.tp-megamenu-fullwidth-title,
.tp-megamenu-academics-title,
.tp-megamenu-courses-title {
  position: relative;
  color: var(--iama-navy);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(7, 17, 111, .10);
}

.tp-megamenu-fullwidth-title::after,
.tp-megamenu-academics-title::after,
.tp-megamenu-courses-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 3px;
  border-radius: 30px;
  background: var(--iama-gold);
}

.tp-megamenu-small-content .tp-megamenu-list a,
.tp-megamenu-fullwidth-list ul li a,
.tp-megamenu-academics-list a,
.tp-megamenu-courses-list a {
  position: relative;
  display: block;
  padding: 10px 12px 10px 16px !important;
  margin: 0 0 5px !important;
  border: 0;
  color: var(--iama-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
  transition: all .22s ease;
}

.tp-megamenu-small-content .tp-megamenu-list a::before,
.tp-megamenu-fullwidth-list ul li a::before,
.tp-megamenu-academics-list a::before,
.tp-megamenu-courses-list a::before {
  display: none;
}

.tp-megamenu-small-content .tp-megamenu-list a:hover,
.tp-megamenu-fullwidth-list ul li a:hover,
.tp-megamenu-academics-list a:hover,
.tp-megamenu-courses-list a:hover {
  padding-left: 20px !important;
  color: var(--iama-navy) !important;
}

.tp-megamenu-small-cta,
.tp-megamenu-courses-wrap,
.tp-megamenu-academics-banner,
.tp-megamenu-fullwidth-item {
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(7, 17, 111, .96), rgba(0, 59, 143, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 18px 38px rgba(7, 17, 111, .18);
  overflow: hidden;
}

.tp-megamenu-courses-wrap-title,
.tp-megamenu-small-cta-title,
.tp-megamenu-academics-banner-title,
.tp-megamenu-fullwidth-content-title,
.tp-megamenu-academics-banner p,
.tp-megamenu-courses-wrap p {
  color: #ffffff !important;
}

.tp-megamenu-academics-banner a {
  color: var(--iama-gold) !important;
}

.tp-megamenu-academics-btns a {
  border-radius: 999px;
  color: var(--iama-navy);
  background: rgba(255, 196, 0, .18);
}

.tp-megamenu-academics-btns a.active,
.tp-megamenu-academics-btns a:hover {
  color: var(--iama-navy-deep);
  background: var(--iama-gold);
  box-shadow: 0 10px 24px rgba(255, 196, 0, .24);
}

.tp-megamenu-home-thumb {
  border-radius: 18px;
  border: 1px solid rgba(7, 17, 111, .10);
  box-shadow: var(--iama-soft-shadow);
}

.tp-megamenu-home-thumb img {
  border-radius: 18px;
}

.tp-megamenu-home-title a:hover,
.tp-megamenu-home-item:hover .tp-megamenu-home-title a {
  color: var(--iama-navy) !important;
}

/* Sticky header: compact centered navigation, hide logo/apply button */
.header-sticky,
.tp-header-sticky,
.tp-header-area.sticky,
.tp-header-area.header-sticky,
.tp-header-area.tp-header-sticky,
.sticky-header,
.is-sticky .tp-header-area,
.is-sticky.header-area {
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(2, 8, 45, .12);
  min-height: 62px !important;
}

.header-sticky .container,
.tp-header-sticky .container,
.tp-header-area.sticky .container,
.tp-header-area.header-sticky .container,
.tp-header-area.tp-header-sticky .container,
.sticky-header .container,
.is-sticky .tp-header-area .container {
  min-height: 62px !important;
}

.header-sticky .main-menu,
.tp-header-sticky .main-menu,
.tp-header-area.sticky .main-menu,
.tp-header-area.header-sticky .main-menu,
.tp-header-area.tp-header-sticky .main-menu,
.sticky-header .main-menu,
.is-sticky .tp-header-area .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-sticky .main-menu>nav>ul>li>a,
.tp-header-sticky .main-menu>nav>ul>li>a,
.tp-header-area.sticky .main-menu>nav>ul>li>a,
.tp-header-area.header-sticky .main-menu>nav>ul>li>a,
.tp-header-area.tp-header-sticky .main-menu>nav>ul>li>a,
.sticky-header .main-menu>nav>ul>li>a,
.is-sticky .tp-header-area .main-menu>nav>ul>li>a {
  min-height: 38px;
  padding: 9px 15px !important;
  color: var(--iama-navy) !important;
}

.header-sticky .main-menu>nav>ul>li:hover>a,
.tp-header-sticky .main-menu>nav>ul>li:hover>a,
.tp-header-area.sticky .main-menu>nav>ul>li:hover>a,
.tp-header-area.header-sticky .main-menu>nav>ul>li:hover>a,
.tp-header-area.tp-header-sticky .main-menu>nav>ul>li:hover>a,
.sticky-header .main-menu>nav>ul>li:hover>a,
.is-sticky .tp-header-area .main-menu>nav>ul>li:hover>a {
  color: var(--iama-navy-deep) !important;
}

.header-sticky .tp-header-logo,
.header-sticky .header-logo,
.header-sticky .logo,
.header-sticky .tp-header-btn,
.header-sticky .header-btn,
.header-sticky .apply-btn,
.header-sticky .tp-btn,
.tp-header-sticky .tp-header-logo,
.tp-header-sticky .header-logo,
.tp-header-sticky .logo,
.tp-header-sticky .tp-header-btn,
.tp-header-sticky .header-btn,
.tp-header-sticky .apply-btn,
.tp-header-sticky .tp-btn,
.tp-header-area.sticky .tp-header-logo,
.tp-header-area.sticky .header-logo,
.tp-header-area.sticky .logo,
.tp-header-area.sticky .tp-header-btn,
.tp-header-area.sticky .header-btn,
.tp-header-area.sticky .apply-btn,
.tp-header-area.sticky .tp-btn,
.is-sticky .tp-header-area .tp-header-logo,
.is-sticky .tp-header-area .header-logo,
.is-sticky .tp-header-area .logo,
.is-sticky .tp-header-area .tp-header-btn,
.is-sticky .tp-header-area .header-btn,
.is-sticky .tp-header-area .apply-btn,
.is-sticky .tp-header-area .tp-btn {
  display: none !important;
}

/* Tablet / desktop safety */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu>nav>ul>li>a {
    padding-left: 11px !important;
    padding-right: 11px !important;
    font-size: 15px;
  }

  .tp-megamenu-fullwidth,
  .tp-megamenu-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px);
  }

  .tp-megamenu-academics {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px);
  }
}

/* Mobile menu premium style */
@media only screen and (max-width: 1199px) {
  .main-menu>nav>ul {
    display: block;
  }

  .tp-main-menu-content {
    margin-bottom: 24px;
  }

  .tp-main-menu-mobile ul li {
    padding-left: 0;
    padding-right: 0;
  }

  .tp-main-menu-mobile ul li:not(:last-child)>a {
    border-bottom: 0;
  }

  .tp-main-menu-mobile ul li>a {
    margin-bottom: 8px;
    padding: 14px 48px 14px 16px !important;
    border: 1px solid rgba(7, 17, 111, .10) !important;
    border-radius: 14px;
    color: var(--iama-text) !important;
    background: #ffffff;
    font-size: 16px;
    font-weight: 750;
    box-shadow: 0 8px 22px rgba(2, 8, 45, .06);
  }

  .tp-main-menu-mobile ul li:hover>a,
  .tp-main-menu-mobile ul li.expanded>a,
  .tp-main-menu-mobile ul li.active>a {
    color: var(--iama-navy) !important;
    background: linear-gradient(90deg, rgba(255, 196, 0, .28), rgba(255, 196, 0, .08));
    border-color: rgba(255, 196, 0, .55) !important;
  }

  .tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(7, 17, 111, .08);
  }

  .tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::before,
  .tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::after {
    background-color: var(--iama-navy) !important;
  }

  .tp-main-menu-mobile ul li ul,
  .tp-main-menu-mobile ul li .mega-menu,
  .tp-main-menu-mobile ul li .tp-megamenu-main,
  .tp-main-menu-mobile ul li .tp-submenu {
    padding: 6px 0 8px 14px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .tp-main-menu-mobile ul li ul li a,
  .tp-main-menu-mobile ul li ul li li a,
  .tp-main-menu-mobile ul li ul li li li a,
  .tp-main-menu-mobile ul li ul li li li li a {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 12px 42px 12px 14px !important;
    border-radius: 12px;
    background: #f8f9ff;
    border: 1px solid rgba(7, 17, 111, .07) !important;
    font-size: 15px;

    font-weight: 650;
  }

  .tp-main-menu-mobile .tp-megamenu-small,
  .tp-main-menu-mobile .tp-megamenu-courses,
  .tp-main-menu-mobile .tp-megamenu-academics,
  .tp-main-menu-mobile .tp-megamenu-fullwidth,
  .tp-main-menu-mobile .tp-megamenu-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    transform: none !important;
    border-radius: 0 !important;
  }

  .tp-main-menu-mobile .tp-megamenu-small-content,
  .tp-main-menu-mobile .tp-megamenu-courses-content,
  .tp-main-menu-mobile .tp-megamenu-fullwidth-list-wrapper,
  .tp-main-menu-mobile .tp-megamenu-academics-border,
  .tp-main-menu-mobile .tp-megamenu-academics-list {
    padding: 8px 0 0 0 !important;
  }

  .tp-main-menu-mobile .tp-megamenu-academics-banner,
  .tp-main-menu-mobile .tp-megamenu-courses-wrap,
  .tp-main-menu-mobile .tp-megamenu-small-cta,
  .tp-main-menu-mobile .tp-megamenu-fullwidth-item {
    margin: 10px 0;
    border-radius: 16px;
  }
}



/* =========================================================
   IAMA Open University - MODERN HEADER / MEGA MENU OVERRIDES
   Design reference: premium navy + white + gold university header
   Add this at the END of your existing CSS. Existing HTML unchanged.
   ========================================================= */

:root {
  --iama-navy: #061b4f;
  --iama-navy-2: #03113a;
  --iama-blue: #0b2d78;
  --iama-blue-soft: #123f96;
  --iama-gold: #d9a335;
  --iama-gold-2: #f2bf4b;
  --iama-gold-light: #fff6dc;
  --iama-white: #ffffff;
  --iama-ink: #081a3f;
  --iama-text: #26324d;
  --iama-muted: #667085;
  --iama-border: rgba(8, 26, 63, .10);
  --iama-shadow: 0 22px 60px rgba(3, 17, 58, .18);
  --iama-shadow-soft: 0 8px 26px rgba(3, 17, 58, .10);
}

/* Top bar - exact premium template feel */




.tp-header-top {
  background: #00287d !important;
  padding: 0 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .10);
}

.tp-header-info-item {

  margin-right: 20px !important;
  padding-right: 20px !important;
  border-right: 1px solid rgba(255, 255, 255, .16) !important;
}

.tp-header-info-item span,
.tp-header-info-item span a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 3;
}

.tp-header-info-item span a i {
  color: #fff !important;
  margin-right: 8px !important;
}

.tp-header-info-item span a:hover {
  color: var(--iama-gold-2) !important;
}

.tp-header-right-list {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.tp-header-right-list a {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: transparent !important;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, .16) !important;
  padding: 13px 15px !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.tp-header-right-list a:hover {
  background: #ffc63b !important;
  color: #000 !important;
}

/* Main header area */
.tp-header-transparent {
  z-index: 99 !important;
}

.tp-header-1,
.tp-header-transparent.tp-header-1,
.tp-header-2 {
  < !-- box-shadow: 0 12px 30px -12px rgba(0, 0, 0, .35);
  -->
}


.tp-header-logo-1 img {
  width: auto !important;
  max-width: 230px !important;
  object-fit: contain !important;
  margin-top: 10px !important;
}

.tp-header-mob-space {
  min-height: 86px;
  display: flex;
  align-items: center;
}

/* Navigation alignment + template spacing */
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu>nav>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.main-menu>nav>ul>li {
  margin: 0 !important;
  position: relative;
}

.main-menu>nav>ul>li>a,
.tp-header-1 .main-menu>nav>ul>li>a,
.tp-header-2 .main-menu>nav>ul>li>a {
  font-family: Inter, Arial, Helvetica, sans-serif;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 34px 10px 32px;
  border-radius: 0;
  transition: all .25s ease !important;
}

/* Modern active/hover: gold underline + soft pill */
.main-menu>nav>ul>li>a::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 23px;
  height: 3px;
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.main-menu>nav>ul>li:hover>a::before,
.main-menu>nav>ul>li.active>a::before {
  transform: scaleX(1);
}

.main-menu>nav>ul>li.has-dropdown>a::after,
.tp-header-1 .main-menu>nav>ul>li.has-dropdown>a::after,
.tp-header-2 .main-menu>nav>ul>li.has-dropdown>a::after {
  color: #fff !important;
  font-size: 11px !important;
  margin-left: 3px !important;
  transition: all .25s ease !important;
}

.main-menu>nav>ul>li:hover>a::after {
  color: var(--iama-gold) !important;
  transform: rotate(180deg) !important;
}

/* Apply button */
.tp-header-btn a,
.tp-header-4-btn a,
.tp-header-inner-btn .tp-btn-3 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #081a3f !important;
  background: #ffc63b !important;
  border: 0 !important;
  padding: 16px 30px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
      border-radius:50px;
}

.tp-header-btn a:hover,
.tp-header-4-btn a:hover,
.tp-header-inner-btn .tp-btn-3:hover {
  color: #000 !important;
  transform: translateY(-2px);
  background: #fff !important;
}

.tp-header-serach,
.tp-header-2-search-btn,
.tp-header-red-search {
  color: var(--iama-ink) !important;
}

.tp-header-serach:hover,
.tp-header-2-search-btn:hover,
.tp-header-red-search:hover {
  color: var(--iama-gold) !important;
}

/* Dropdown base - make all first dropdowns work on hover */
.main-menu>nav>ul>li>.tp-submenu,
.main-menu>nav>ul>li>.tp-megamenu-main {
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transform: translateY(18px) scale(.98) !important;
  transform-origin: top center !important;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease !important;
}

.main-menu>nav>ul>li:hover>.tp-submenu,
.main-menu>nav>ul>li:hover>.tp-megamenu-main,
.main-menu>nav>ul>li:focus-within>.tp-submenu,
.main-menu>nav>ul>li:focus-within>.tp-megamenu-main {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transform: translateY(0) scale(1) !important;
}

/* Standard dropdown */
.main-menu>nav>ul>li>.tp-submenu {
  padding: 0;
  left: 0 !important;
  top: 100% !important;
  width: 290px !important;
  background: #fff !important;
  box-shadow: var(--iama-shadow) !important;
}

.main-menu>nav>ul>li>.tp-submenu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 34px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid rgba(8, 26, 63, .08);
  border-top: 1px solid rgba(8, 26, 63, .08);
  transform: rotate(45deg);
}

.main-menu>nav>ul>li>.tp-submenu li {
  transform: none !important;
  margin: 0 !important;
}

.main-menu>nav>ul>li>.tp-submenu li:not(:last-of-type) {
  margin-bottom: 4px !important;
}

.main-menu>nav>ul>li>.tp-submenu li>a {
  font-family: "Inter", sans-serif;
  display: block;
  line-height: 1.3;
  padding: 10px 22px;

  display: flex !important;
  align-items: center;
  width: 100% !important;
  color: var(--iama-text) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  transition: all .22s ease !important;
}

.main-menu>nav>ul>li>.tp-submenu li>a::before {
  content: "";
  left: auto !important;
  right: 14px;
  top: 50%;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid var(--iama-gold);
  border-right: 2px solid var(--iama-gold);
  background: transparent !important;
  transform: translateY(-50%) rotate(45deg) scale(.6) !important;
  opacity: 0;
  transition: all .22s ease !important;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a,
.main-menu>nav>ul>li>.tp-submenu li.active>a {
  background: #00287d;
  color: #fff !important;
  padding-left: 18px !important;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a::before {
  opacity: 1;
  transform: translateY(-50%) rotate(45deg) scale(1) !important;
}

/* Mega menu exact modern template: full width, white, shadow */
.tp-megamenu-main {
  top: 90% !important;
  left: 50% !important;
  right: auto !important;
  width: min(1180px, calc(100vw - 48px)) !important;
  transform: translate(-50%, 18px) scale(.98) !important;
}

.tp-megamenu-main {
  top: 80% !important;
  left: 50% !important;
  right: auto !important;

  transform: translateX(-50%) !important;
  margin-top: 0 !important;
}


.main-menu>nav>ul>li:hover>.tp-megamenu-main,
.main-menu>nav>ul>li:focus-within>.tp-megamenu-main {
  transform: translate(-55%, 0) scale(1) !important;
}

.tp-megamenu-small,
.tp-megamenu-fullwidth,
.tp-megamenu-container,
.tp-megamenu-academics,
.tp-megamenu-courses {
  width: 65%;
  margin: 0 auto;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  padding: 24px !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 26, 63, .08) !important;
  border-radius: 0 0 22px 22px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: var(--iama-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.tp-megamenu-small::before,
.tp-megamenu-fullwidth::before,
.tp-megamenu-container::before,
.tp-megamenu-academics::before,
.tp-megamenu-courses::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 20%, rgba(217, 163, 53, .16), transparent 25%),
    linear-gradient(180deg, rgba(6, 27, 79, .03), transparent 48%);
}

/* Mega columns typography and link cards */
.tp-megamenu-small-content,
.tp-megamenu-fullwidth-list-wrapper,
.tp-megamenu-academics-border,
.tp-megamenu-courses-content {
  position: relative;
  z-index: 1;
  padding: 0 !important;
}

.tp-megamenu-fullwidth-title,
.tp-megamenu-academics-title,
.tp-megamenu-courses-title {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--iama-ink) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding-bottom: 12px !important;
  margin-bottom: 14px !important;
  border-bottom: 1px solid rgba(8, 26, 63, .10) !important;
}

.tp-megamenu-small-content .tp-megamenu-list a,
.tp-megamenu-fullwidth-list ul li a,
.tp-megamenu-academics-list a,
.tp-megamenu-courses-list a {
  font-family: "Inter", sans-serif;
  display: flex !important;
  align-items: center;
  padding: 7px 12px !important;
  margin: 0 0 0px !important;
  border: 0 !important;
  color: var(--iama-text) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all .22s ease !important;
}

.tp-megamenu-small-content .tp-megamenu-list a::before,
.tp-megamenu-fullwidth-list ul li a::before,
.tp-megamenu-academics-list a::before,
.tp-megamenu-courses-list a::before {
  display: none !important;
}

.tp-megamenu-small-content .tp-megamenu-list a:hover,
.tp-megamenu-fullwidth-list ul li a:hover,
.tp-megamenu-academics-list a:hover,
.tp-megamenu-courses-list a:hover {
  color: var(--iama-blue) !important;
  background: #00287d;
  color: #fff !important;
  padding-left: 18px !important;
}

/* Mega feature panels */
.tp-megamenu-small-cta,
.tp-megamenu-fullwidth-item,
.tp-megamenu-academics-banner,
.tp-megamenu-courses-wrap {
  position: relative;
  z-index: 1;
  border-radius: 18px !important;
  background:
    #dfe5ff !important;
  padding: 10px !important;
  border: 1px solid rgba(217, 163, 53, .20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 12px 28px rgba(3, 17, 58, .18);
}

.tp-megamenu-small-cta-title,
.tp-megamenu-fullwidth-content-title,
.tp-megamenu-academics-banner-title,
.tp-megamenu-courses-wrap-title {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 20px;
}

.tp-megamenu-academics-banner p,
.tp-megamenu-courses-wrap p {
  color: rgba(255, 255, 255, .78) !important;
}

.tp-megamenu-academics-banner a,
.tp-megamenu-fullwidth-content .tp-btn,
.tp-megamenu-small-cta-btn .tp-btn {
  font-family: "Inter", sans-serif;
  color: #081a3f !important;
  background: #ffc63b !important;
  border: 0 !important;
  border-radius: 0px !important;
  padding: 9px 16px !important;
  font-weight: 800 !important;
}




.tp-megamenu-academics-btns a {
  border-radius: 10px !important;
  color: var(--iama-ink) !important;
  background: #f7f9fd !important;
  padding: 10px 26px !important;
}

.tp-megamenu-academics-btns a:hover,
.tp-megamenu-academics-btns a.active {
  color: #fff !important;
  background: #000 !important;
}

/* Sticky: white bg, no logo/apply button, centered short nav */
.tp-header-sticky {
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  box-shadow: 0 12px 38px rgba(6, 27, 79, .12) !important;
  border-bottom: 1px solid rgba(8, 26, 63, .08);
}

.tp-header-sticky .tp-header-top {
  display: none !important;
}

.tp-header-sticky .tp-header-mob-space {
  min-height: 58px !important;
  padding: 0 !important;
}

.tp-header-sticky .main-menu {
  width: 100% !important;
  margin: 0 auto !important;
  justify-content: center !important;
}

.tp-header-sticky .main-menu>nav>ul {
  justify-content: center !important;
  gap: 6px;
}

.tp-header-sticky .main-menu>nav>ul>li>a,
.tp-header-1.tp-header-sticky .main-menu nav>ul>li>a,
.tp-header-2.tp-header-sticky .main-menu nav>ul>li>a {
  color: var(--iama-ink) !important;
  padding: 20px 16px;
  font-size: 15px;
}



.main-menu>nav>ul>li.has-dropdown>a::after,
.tp-header-1.tp-header-sticky .main-menu>nav>ul>li.has-dropdown>a::after,
.tp-header-2 .main-menu>nav>ul>li.has-dropdown>a::after {
  color: #000 !important;
  font-size: 11px !important;
  margin-left: 3px !important;
  transition: all .25s ease !important;
}


.tp-header-sticky .main-menu>nav>ul>li>a::before {
  bottom: 12px;
}

/* Mobile header */
@media only screen and (max-width: 1199px) {
  .tp-header-top {
    display: none !important;
  }

  .tp-header-logo-1 img {
    max-width: 185px !important;
    height: 64px !important;
  }

  .tp-header-mob-space {
    min-height: 74px !important;
    padding: 8px 0 !important;
  }

  .tp-header-btn a {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
}

/* Mobile menu premium accordion */
.tp-main-menu-mobile {
  background: #fff;
}

.tp-main-menu-mobile ul li {
  padding: 0 8px !important;
}

.tp-main-menu-mobile ul li>a {
  color: var(--iama-ink) !important;
  padding: 15px 6px !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  border-bottom: 1px solid rgba(8, 26, 63, .08) !important;
}

.tp-main-menu-mobile ul li:hover>a,
.tp-main-menu-mobile ul li.expanded>a {
  color: var(--iama-blue) !important;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
  right: 6px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  background: var(--iama-gold-light);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::before,
.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::after {
  background-color: var(--iama-blue) !important;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .tp-megamenu-main,
.tp-main-menu-mobile ul li .tp-submenu {
  background: #f7f9fd !important;
  border-radius: 14px !important;
  margin: 8px 0 12px !important;
  padding: 8px !important;
}

.tp-main-menu-mobile ul li ul li a {
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  border-radius: 10px !important;
  color: var(--iama-text) !important;
  font-weight: 650 !important;
}

.tp-main-menu-mobile ul li ul li a:hover {
  background: #fff !important;
  color: var(--iama-blue) !important;
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .tp-header-logo-1 img {
    max-width: 155px !important;
    height: 56px !important;
  }

  .tp-header-btn {
    display: none !important;
  }

  .tp-header-mob-space {
    min-height: 66px !important;
  }
}

/* Prevent template mega menu width loss */
.tp-static .tp-megamenu-main,
li.tp-static>.tp-megamenu-main {
  left: 50% !important;
  right: auto !important;
  width: 90% !important;
}




/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.tp-postbox-item {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-item-list-box {
    flex-wrap: wrap;
  }
}

.tp-postbox-item-list-thumb {
  margin-right: 34px;
}

.tp-postbox-item-list-thumb img {
  border-radius: 16px;
}

.tp-postbox-item-list-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.2px;
  color: var(--tp-heading-2);
}

.tp-postbox-item-list-title a:hover {
  color: var(--tp-dashboard-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-item-pagination {
    padding-bottom: 30px;
  }
}

.tp-postbox-thumb {
  border-radius: 16px 16px 0 0;
}

.tp-postbox-thumb img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.tp-postbox-content {
  padding-top: 30px;
}

.tp-postbox-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-content p {
    margin-bottom: 25px;
  }
}

.tp-postbox-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--tp-heading-2);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-postbox-title {
    font-size: 32px;
  }
}

.tp-postbox-title a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-postbox-btn a {
  font-size: 15px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  border: 1px solid rgba(117, 124, 142, 0.2);
}

.tp-postbox-btn a span {
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-2px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-postbox-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  border: 1px solid var(--tp-dashboard-primary);
}

.tp-postbox-btn a:hover span {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-btn a {
    padding: 6px 10px;
  }
}

.tp-postbox-share {
  position: relative;
}

.tp-postbox-share:hover button span {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  border: 1px solid var(--tp-dashboard-primary);
}

.tp-postbox-share:hover .tp-postbox-share-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tp-postbox-share button {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
}

.tp-postbox-share button span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  border: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-postbox-share button span svg {
  transform: translateX(-1px);
}

.tp-postbox-share-hover {
  opacity: 0;
  right: -18px;
  padding: 6px 6px;
  visibility: hidden;
  border-radius: 6px;
  position: absolute;
  transition: all 0.2s;
  display: block ruby;
  bottom: calc(100% + 10px);
  transform: translateY(5px);
  background-color: var(--tp-common-white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
}

.tp-postbox-share-hover::after {
  position: absolute;
  content: "";
  bottom: -6px;
  right: 32px;
  width: 0;
  height: 0;
  border-top: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tp-postbox-share-hover li {
  list-style: none;
}

.tp-postbox-share-hover li a {
  position: relative;
  font-size: 15px;
  padding: 5px 8px;
  color: var(--tp-text-body);
}

.tp-postbox-share-hover li a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-postbox-share-hover li a:hover b {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tp-postbox-share-hover li a b {
  font-size: 18px;
  line-height: 1.7;
  font-weight: normal;
  opacity: 0;
  right: -10px;
  padding: 2px 10px;
  visibility: hidden;
  border-radius: 6px;
  position: absolute;
  transition: all 0.2s;
  display: inline-block;
  bottom: calc(100% + 10px);
  transform: translateY(5px);
  color: var(--tp-common-white);
  background-color: #24272E;
  box-shadow: 0px 4px 12px rgba(3, 18, 51, 0.3);
}

.tp-postbox-share-hover li a b::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid #303651;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tp-postbox-quote-box {
  padding: 40px 50px;
  border-radius: 16px;
  background-color: #DFF9F0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-quote-box {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-postbox-quote-box {
    padding: 30px;
    flex-wrap: wrap;
  }
}

.tp-postbox-quote-content {
  position: relative;
  z-index: 1;
}

.tp-postbox-quote-icon {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .tp-postbox-quote-icon {
    margin-bottom: 10px;
  }
}

.tp-postbox-quote-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-secondary);
}

.tp-postbox-quote-shape {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.tp-postbox-quote-sub span {
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-heading-2);
  margin-right: 24px;
}

.tp-postbox-quote-sub .p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
}

.tp-postbox-quote-sub .p::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 6px;
  left: -14px;
  background-color: rgba(3, 31, 66, 0.5);
}

.tp-postbox-quote-2-box {
  position: relative;
  padding: 67px 62px;
  border-radius: 16px;
  background-color: #FFE2DB;
}

@media only screen and (max-width: 767px) {
  .tp-postbox-quote-2-box {
    padding: 30px;
    flex-wrap: wrap;
  }
}

.tp-postbox-quote-2-title {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.2px;
  font-family: var(--tp-ff-secondary);
}

.tp-postbox-quote-2-icon {
  margin-right: 34px;
}

@media only screen and (max-width: 767px) {
  .tp-postbox-quote-2-icon {
    margin-bottom: 10px;
  }
}

.tp-postbox-quote-2-shape {
  position: absolute;
  bottom: 0;
  right: 45px;
}

.tp-postbox-details-bottom {
  border-top: 1px solid #e6e8f0;
}

.tp-postbox-details-bottom-title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}

.tp-postbox-details-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}

.tp-postbox-details-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 22px;
  color: var(--tp-heading-primary);
}

.tp-postbox-details-text p.tp-dropcap {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-text p.tp-dropcap {
    padding-right: 0;
  }
}

.tp-postbox-details-text p.tp-dropcap::first-letter {
  font-size: 100px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 18px;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--tp-heading-2);
}

.tp-postbox-details-text p.text-1 {
  margin-bottom: 0;
}

.tp-postbox-details-text p.text-2 {
  margin-bottom: 55px;
}

.tp-postbox-details-thumb img {
  border-radius: 6px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-details-thumb {
    padding-bottom: 30px;
  }
}

.tp-postbox-details-list ul {
  padding-left: 15px;
}

.tp-postbox-details-list ul li {
  position: relative;
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}

.tp-postbox-details-list ul li::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4F5158;
  transform: translateY(-50%);
}

.tp-postbox-details-share {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(10, 11, 15, 0.1);
  border-bottom: 1px solid rgba(10, 11, 15, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-details-tag.tagcloud {
    margin-bottom: 20px;
  }
}

.tp-postbox-details-tag.tagcloud a {
  padding: 5px 9px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #e6e8f0;
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-postbox-details-tag.tagcloud a:hover {
  border: 1px solid var(--tp-dashboard-secondary);
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-tag.tagcloud a {
    margin-bottom: 10px;
  }
}

.tp-postbox-details-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-postbox-details-social a:not(:last-of-type) {
  margin-right: 5px;
}

.tp-postbox-details-social a:hover {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-dashboard-secondary);
  background: var(--tp-dashboard-secondary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tp-postbox-details-navigation-btn {
  font-size: 13px;
  font-weight: 400;
  color: #8e8f92;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tp-postbox-details-navigation-btn span {
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-2px);
}

.tp-postbox-details-navigation-btn:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-postbox-details-navigation-btn:hover span {
  color: var(--tp-dashboard-secondary);
}

.tp-postbox-details-navigation-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02px;
}

.tp-postbox-details-navigation-title a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-postbox-details-navigation-content.next a span {
  margin-left: 8px;
}

.tp-postbox-details-navigation-bar {
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-details-navigation-bar {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.tp-postbox-details-author-box {
  padding: 41px 40px;
  border-radius: 14px;
  background: #f5f5f7;
  box-shadow: 0 1px 2px 0 rgba(10, 24, 51, 0.14);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-details-author-box {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-author-wrap {
    flex-wrap: wrap;
  }
}

.tp-postbox-details-author-social {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-author-social {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-author-social {
    position: static;
    transform: translateY(0);
  }
}

.tp-postbox-details-author-social a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 13px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-postbox-details-author-social a:not(:last-of-type) {
  margin-bottom: 6px;
}

.tp-postbox-details-author-social a:hover {
  background: var(--tp-dashboard-secondary);
  color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-author-social a {
    display: inline-block;
  }
}

.tp-postbox-details-author-avata {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-author-avata {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-postbox-details-author-content {
    margin-bottom: 10px;
  }
}

.tp-postbox-details-author-content h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tp-postbox-details-author-content p {
  font-weight: 400;
  font-size: 16px;
  color: #4f5158;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-details-author-content p br {
    display: none;
  }
}

.tp-postbox-comment-box {
  padding-bottom: 47px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}

.tp-postbox-comment-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tp-postbox-comment ul li {
  list-style: none;
}

.tp-postbox-comment ul .children {
  padding-left: 100px;
}

@media only screen and (max-width: 767px) {
  .tp-postbox-comment ul .children {
    padding-left: 0;
  }
}

.tp-postbox-comment-name {
  margin-bottom: 15px;
}

.tp-postbox-comment-name h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.tp-postbox-comment-name span {
  font-size: 18px;
  font-weight: 400;
}

.tp-postbox-comment-reply a {
  font-weight: 400;
  font-size: 15px;
  color: #031f42;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1px solid #e6e8f0;
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-postbox-comment-reply a svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

.tp-postbox-comment-reply a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
  border: 1px solid var(--tp-dashboard-secondary);
}

.tp-postbox-comment-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-comment-text p br {
    display: none;
  }
}

.tp-postbox-comment-avater img {
  width: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-postbox-comment-from {
    margin-bottom: 30px;
  }
}

.tp-postbox-comment-from .tp-postbox-comment-title {
  margin-bottom: 5px;
}

.tp-postbox-comment-from .tp-postbox-comment-p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}

.tp-postbox-comment-from .tp-contact-input-form label {
  font-size: 18px;
  font-weight: 500;
}

.tp-postbox-comment-from .tp-contact-input-remeber label {
  font-size: 15px;
  font-weight: 300;
}

.tp-postbox-comment-from .tp-contact-input-remeber label::after {
  top: 4px;
}

.tp-postbox-comment-from .tp-contact-input-remeber label::before {
  top: 4px;
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.tp-recent-post-content:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E9;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.tp-recent-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
  color: var(--tp-heading-2);
}

.tp-recent-post-title a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-recent-post-span {
  font-size: 12px;
  font-weight: 500;
  color: #525356;
  padding: 0px 13px;
  border-radius: 6px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #DFF9F0;
}

.tp-recent-post-span.grey {
  background-color: #EFE9FE;
}

.tp-recent-post-span.yellow {
  background-color: #FDFFD0;
}

.tp-recent-post-tag span {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #686A6D;
  margin-right: 18px;
}

.tp-recent-post-tag span:not(:last-of-type)::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #686A6D;
}

.tagcloud a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #525356;
  border-radius: 6px;
  padding: 6px 21px;
  line-height: 20px;
  margin-right: 7px;
  text-transform: uppercase;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(81, 105, 241, 0.08);
}

.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-sidebar-wrapper {
    padding-left: 0;
  }
}

.tp-sidebar-search input {
  font-size: 15px;
  width: 100%;
  height: 60px;
  color: #686A6D;
  border-radius: 6px;
  padding-right: 50px;
  background: #F3F4F9;
  border: 1px solid #F3F4F9;
}

.tp-sidebar-search input:focus {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-sidebar-search input::placeholder {
  font-size: 15px;
  color: #686A6D;
}

.tp-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.tp-sidebar-search-btn span:hover {
  color: var(--tp-dashboard-primary);
}

.tp-sidebar-widget {
  padding-bottom: 35px;
  border-bottom: 1px solid #E8E8E9;
}

.tp-sidebar-widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}

.tp-sidebar-content ul li {
  list-style: none;
}

.tp-sidebar-content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.tp-sidebar-content ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #4D5051;
}

.tp-sidebar-content ul li a span {
  color: #686A6D;
  float: right;
}

.tp-sidebar-content ul li a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-sidebar-content ul li a:hover span {
  color: var(--tp-dashboard-primary);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog-item {
  background-color: var(--tp-common-white);
  border-radius: 20px;
  padding: 15px 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .tp-blog-item {
    margin-bottom: 60px;
  }
}

.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.08);
}

.tp-blog-item:hover .tp-blog-btn .blog-btn-bg {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.tp-blog-item:hover .tp-blog-btn .blog-btn-border {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tp-blog-thumb {
  margin-bottom: 32px;
  border-radius: 10px;
}

.tp-blog-thumb img {
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-blog-tag {
  display: inline-block;
  color: var(--tp-theme-primary);
  font-size: 18px;
  margin-bottom: 8px;
}

.tp-blog-title {
  color: var(--tp-common-black-1);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .tp-blog-title {
    font-size: 28px;
  }
}

.tp-blog-title a:hover {
  color: var(--tp-theme-primary);
}

.tp-blog-meta {
  margin-bottom: 12px;
}

.tp-blog-meta>span {
  color: var(--tp-grey-2);
  font-size: 15px;
  margin: 0 8px;
}

.tp-blog-meta>span>span svg {
  margin-right: 3px;
}

.tp-blog-btn a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.tp-blog-btn a .blog-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-blog-btn a .blog-btn-border {
  position: absolute;
  top: -11px;
  left: -11px;
  display: inline-block;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  background-color: transparent;
  border-radius: 50%;
  border: 16px solid #F6F4EE;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}

.tp-blog-btn a span {
  color: var(--tp-heading-primary);
}

.tp-blog-btn a span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-blog-full-width-pl {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-full-width-pl {
    padding-left: 0;
    padding-right: 0;
  }
}

.tp-blog-full-width-title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-full-width-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-full-width-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-full-width-box {
    flex-wrap: wrap;
  }
}

.tp-blog-full-width-back a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.tp-blog-full-width-back a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid rgba(3, 31, 66, 0.14);
}

.tp-blog-full-width-thumb img {
  max-width: 100%;
}

.tp-blog-6-item .tp-blog-stories-item {
  border-radius: 14px;
  border: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-blog-6-item .tp-blog-stories-content {
  padding: 24px 30px 35px;
}

.tp-blog-6-item .tp-blog-stories-title a:hover {
  color: var(--tp-theme-9);
}

.tp-blog-stories-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.tp-blog-stories-p {
  font-size: 17px;
  margin-top: 5px;
  font-weight: 300;
  margin-bottom: 40px;
  color: var(--tp-grey-6);
}

.tp-blog-stories-btn-box a {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 24px;
  border-radius: 100px;
  margin-right: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.2);
}

.tp-blog-stories-btn-box a.active {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-blog-stories-btn-box a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-blog-stories-btn-box a {
    margin-bottom: 10px;
  }
}

.tp-blog-stories-btn-box span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: var(--tp-grey-6);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.2);
  border-radius: 100px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-blog-stories-btn-box span:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-blog-stories-banner-thumb img {
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tp-blog-stories-banner-thumb img {
    height: 260px;
    object-fit: cover;
  }
}

.tp-blog-stories-banner-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -2px;
  margin-bottom: 30px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-stories-banner-title {
    font-weight: 600;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-stories-banner-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-blog-stories-banner-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.tp-blog-stories-banner-content {
  position: absolute;
  top: 47px;
  left: 47px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-stories-banner-content {
    left: 30px;
    top: 20px;
  }
}

.tp-blog-stories-banner-sub {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 100px;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
  background-color: #F9E4B4;
}

.tp-blog-stories-banner-sub:hover {
  color: var(--tp-heading-primary);
}

.tp-blog-stories-user-thumb img {
  width: 44px;
  margin-right: 12px;
  border-radius: 100%;
}

.tp-blog-stories-user-content h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--tp-common-white);
}

.tp-blog-stories-user-content span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.tp-blog-stories-item:hover .tp-blog-stories-thumb img {
  transform: scale(1.08);
}

.tp-blog-stories-thumb {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.tp-blog-stories-thumb img {
  border-radius: 16px 16px 0 0;
  transition: all 0.3s 0s ease-out;
  width: 100%;
}

.tp-blog-stories-content {
  padding-top: 20px;
}

.tp-blog-stories-tag-wrap {
  margin-bottom: 20px;
}

.tp-blog-stories-tag-wrap a {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 14px;
  display: inline-block;
  border-radius: 100px;
  margin-right: 44px;
  background-color: #EFE9FE;
  color: var(--tp-heading-primary);
}

.tp-blog-stories-tag-wrap a.sky {
  background-color: #DFF9F0;
}

.tp-blog-stories-tag-wrap a.yeallow {
  background-color: #FDFFD0;
}

.tp-blog-stories-tag-wrap span {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
}

.tp-blog-stories-tag-wrap span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  height: 1px;
  width: 24px;
  background-color: #D9D9D9;
}

.tp-blog-stories-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
  color: var(--tp-heading-primary);
}

.tp-blog-stories-title a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-blog-stories-user-box span {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-p {
    padding-bottom: 80px;
  }
}

.tp-blog-details-wrap {
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-wrap {
    padding-left: 0;
  }
}

.tp-blog-details-title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1.4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-title {
    font-size: 54px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-title br {
    display: none;
  }
}

.tp-blog-details-user {
  margin-bottom: 55px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-user {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-user-box {
    margin-bottom: 20px;
  }
}

.tp-blog-details-user span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-2);
  margin-right: 30px;
}

.tp-blog-details-user span img {
  width: 46px;
  margin-right: 5px;
  border-radius: 50%;
}

.tp-blog-details-user span:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 1px;
  height: 24px;
  background-color: #D9D9D9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-user-social {
    margin-bottom: 20px;
  }
}

.tp-blog-details-thumb img {
  border-radius: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-details-thumb {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-widget-content p {
  color: var(--tp-grey-3);
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-widget-content p br {
    display: none;
  }
}

.tp-footer-widget-title {
  color: var(--tp-common-black-1);
  font-size: 20px;
  font-weight: 500;
}

.tp-footer-widget ul li {
  list-style: none;
}

.tp-footer-widget ul li:not(:last-child) {
  margin-bottom: 5px;
}

.tp-footer-widget ul li a {
  color: var(--tp-grey-3);
  font-size: 16px;
  font-family: var(--tp-ff-primary);
}

.tp-footer-widget ul li a:hover {
  color: var(--tp-theme-primary);
}

.tp-footer-widget.shop ul li a:hover {
  color: var(--tp-theme-8);
}

.tp-footer-contact>span {
  display: block;
  color: var(--tp-grey-3);
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1;
}

.tp-footer-contact>a {
  color: var(--tp-common-black-1);
  font-size: 22px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
}

.tp-footer-contact>a:hover {
  color: var(--tp-theme-primary);
}

.tp-footer-contact.shop>a:hover {
  color: var(--tp-theme-8);
}

.tp-footer-contact-mail a {
  color: var(--tp-grey-3);
  font-size: 16px;
}

.tp-footer-contact-mail a:hover {
  color: var(--tp-theme-primary);
}

.tp-footer-contact-mail a span {
  color: var(--tp-common-black-1);
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-contact-mail.shop a:hover {
  color: var(--tp-theme-8);
}

.tp-footer-contact-mail.shop a:hover span {
  color: var(--tp-theme-8);
}

.tp-footer-newsletter-wrapper {
  position: relative;
}

.tp-footer-newsletter-wrapper.tp-footer-inner-input input {
  border: transparent;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
}

.tp-footer-newsletter-wrapper.tp-footer-inner-input input:focus {
  border: 1px solid var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-footer-newsletter-wrapper.tp-footer-inner-input .tp-footer-5-newsletter-submit .tp-btn-inner {
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-footer-newsletter-wrapper.tp-footer-inner-input .tp-footer-5-newsletter-submit .tp-btn-inner:hover {
  box-shadow: none;
  background: #425EFF;
  color: var(--tp-common-white);
}

.tp-footer-newsletter-wrapper.tp-footer-shop-input input {
  border-radius: 0;
  background: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
}

.tp-footer-newsletter-wrapper.tp-footer-shop-input input:focus {
  border-color: var(--tp-theme-8);
}

.tp-footer-newsletter-wrapper.tp-footer-shop-input .tp-footer-5-newsletter-submit .tp-btn-inner {
  border-radius: 0;
  color: #DDF49F;
  padding: 6px 22px;
  background-color: var(--tp-theme-8);
  box-shadow: 0px 1px 2px 0px rgba(1, 99, 90, 0.25), 0px 0px 1px 0px #01635A;
}

.tp-footer-newsletter-wrapper.tp-footer-shop-input .tp-footer-5-newsletter-submit .tp-btn-inner:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

.tp-footer-newsletter-input input {
  border-radius: 6px;
  padding: 0 130px 0 24px;
  border: 2px solid #E4E2DC;
  background-color: transparent;
}

.tp-footer-newsletter-input input:focus {
  border-color: var(--tp-red-2);
}

.tp-footer-newsletter-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.tp-footer-newsletter-submit .tp-btn {
  padding: 6px 20px;
  background-color: var(--tp-red-2);
  border-color: var(--tp-red-2);
}

.tp-footer-newsletter-social a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--tp-border-2);
  border-radius: 50%;
  font-size: 16px;
}

.tp-footer-newsletter-social a:not(:last-of-type) {
  margin-right: 3px;
}

.tp-footer-newsletter-social.tp-footer-inner-social a {
  background: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
}

.tp-footer-bottom {
  padding: 17px 0;
  background-color: var(--tp-grey-4);
}

.tp-footer-bottom-social a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #EDEFF2;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  color: var(--tp-text-body);
  margin-right: 4px;
}

.tp-footer-bottom-social a:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

.tp-footer-copyright span {
  color: #57595F;
  font-size: 16px;
  line-height: 24px;
}

.tp-footer-copyright span a:hover {
  color: var(--tp-theme-primary);
}

@media only screen and (max-width: 767px) {
  .tp-footer-copyright-payment {
    padding-top: 20px;
  }
}

.tp-footer-2 .tp-footer-widget-content>p {
  margin-bottom: 26px;
}

.tp-footer-2 .tp-footer-widget-link ul li a:hover {
  color: var(--tp-theme-secondary);
}

.tp-footer-2 .tp-footer-contact>a:hover {
  color: var(--tp-theme-secondary);
}

.tp-footer-2 .tp-footer-contact-mail>a:hover {
  color: var(--tp-theme-secondary);
}

.tp-footer-2 .tp-footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(30, 30, 47, 0.1);
  background-color: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-footer-2 .tp-footer-bottom-social {
    text-align: start;
  }
}

@media only screen and (max-width: 767px) {
  .tp-footer-2 .tp-footer-copyright {
    padding: 20px 0;
  }
}

.tp-footer-2 .tp-footer-copyright span a {
  color: var(--tp-theme-secondary);
}

.tp-footer-2 .tp-footer-copyright span a:hover {
  color: var(--tp-text-body);
}

a:hover.social-fb {
  border-color: #337FFF;
}

a:hover.social-twit {
  border-color: #33CCFF;
}

a:hover.social-lnkd {
  border-color: #006699;
}

a:hover.social-yout {
  border-color: #FF3000;
}

a.social-fb {
  color: #337FFF;
}

a.social-twit {
  color: #33CCFF;
}

a.social-lnkd {
  color: #006699;
}

a.social-yout {
  color: #FF3000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-col-3 {
    margin-left: -30px;
  }
}

.tp-footer-col-4 {
  margin-left: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-col-4 {
    margin-left: 0;
  }
}

.tp-footer-2-col-1 {
  margin-right: -18px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-2-col-1 {
    margin-right: 0;
  }
}

.tp-footer-2-col-2 {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-2-col-2 {
    margin-left: 0;
  }
}

.tp-footer-2-col-3 {
  margin-left: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-2-col-3 {
    margin-left: 0;
  }
}

.tp-footer-2-col-4 {
  margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-footer-2-col-4 {
    margin-left: 0;
  }
}

.tp-footer-3-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.tp-footer-3 .tp-footer-main {
  padding-top: 190px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-3 .tp-footer-main {
    padding-bottom: 0;
  }
}

.tp-footer-3 .tp-footer-widget-content p {
  font-size: 17px;
  color: var(--tp-common-white);
}

.tp-footer-3 .tp-footer-widget-title {
  color: var(--tp-common-white);
  font-size: 22px;
}

.tp-footer-3 .tp-footer-widget ul li a {
  position: relative;
  color: var(--tp-common-white);
  font-weight: 500;
}

.tp-footer-3 .tp-footer-widget ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-common-white);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-3 .tp-footer-widget ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-3 .tp-footer-newsletter-wrap p {
  color: var(--tp-common-white);
}

.tp-footer-3 .tp-footer-newsletter-submit .tp-btn {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 19px;
  border-radius: 14px;
  border: none;
  background-color: var(--tp-theme-3);
}

.tp-footer-3 .tp-footer-newsletter-input input {
  border-radius: 14px;
  border: 1px solid var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.tp-footer-3 .tp-footer-newsletter-input input:focus {
  border: 1px solid var(--tp-theme-3);
}

.tp-footer-3 .tp-footer-newsletter-social a {
  color: var(--tp-common-white);
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.tp-footer-3 .tp-footer-newsletter-social a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.tp-footer-3 .tp-footer-contact>span,
.tp-footer-3 .tp-footer-contact>a {
  color: var(--tp-common-white);
}

.tp-footer-3 .tp-footer-contact a:hover {
  color: var(--tp-theme-3);
}

.tp-footer-3 .tp-footer-contact-mail a {
  color: var(--tp-common-white);
}

.tp-footer-3 .tp-footer-contact-mail a span {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-3 .tp-footer-contact-mail a:hover {
  color: var(--tp-theme-3);
}

.tp-footer-3 .tp-footer-contact-mail a:hover span {
  color: var(--tp-theme-3);
}

.tp-footer-3 .tp-footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}

.tp-footer-3 .tp-footer-copyright span {
  color: var(--tp-common-white);
}

.tp-footer-3-shape-1 {
  position: absolute;
  bottom: 3px;
  left: 60px;
  animation: tpswing 4s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
  z-index: -1;
}

.tp-footer-3-shape-2 {
  position: absolute;
  top: -10px;
  left: 320px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-3-shape-2 {
    left: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-3-shape-2 {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-footer-3-shape-2 {
    display: none;
  }
}

.tp-footer-3-shape-3 {
  position: absolute;
  top: 155px;
  right: 225px;
  z-index: -1;
  animation: opacity 2s ease-in-out 0.1s forwards infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-3-shape-3 {
    right: 10px;
  }
}

.tp-footer-3-shape-4 {
  position: absolute;
  bottom: 4px;
  left: 130px;
  animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom right;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .tp-footer-3-shape-4 {
    display: none;
  }
}

.tp-footer-3-shape-5 {
  position: absolute;
  bottom: 10px;
  right: 180px;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-3-shape-5 {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-footer-3-shape-5 {
    display: none;
  }
}

.tp-footer-3-col-2 {
  margin-left: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-3-col-2 {
    margin-left: 0;
  }
}

.tp-footer-3-col-3 {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-3-col-3 {
    margin-left: 0;
  }
}

.tp-footer-3-col-4 {
  margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-3-col-4 {
    margin-left: 0;
  }
}

.tp-footer-4-bg {
  background-color: var(--tp-theme-4);
}

.tp-footer-4-bg.tp-footer-inner {
  background-color: var(--tp-heading-primary);
}

.tp-footer-4-top {
  padding-top: 67px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-footer-4-top-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-top-title {
    margin-bottom: 30px;
  }
}

.tp-footer-4-top-form {
  position: relative;
}

.tp-footer-4-top-form input {
  border: none;
  height: 66px;
  padding-right: 140px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
}

.tp-footer-4-top-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.tp-footer-4-top-form input:focus {
  border: 1px solid var(--tp-common-white);
}

.tp-footer-4-top-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  padding: 19px 35px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-primary);
  border: 1px solid var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.tp-footer-4-top-btn span {
  display: inline-block;
  margin-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-4-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tp-footer-4-btn a {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  padding: 11px 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-4-btn a:hover,
.tp-footer-4-btn a.active {
  background-color: var(--tp-common-white);
  color: var(--tp-red-2);
}

.tp-footer-4-btn a.active:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.tp-footer-4-btn.tp-footer-btn-inner a {
  border: 1px solid #2E2E2B;
}

.tp-footer-4-btn.tp-footer-btn-inner a:hover,
.tp-footer-4-btn.tp-footer-btn-inner a.active {
  background-color: var(--tp-theme-4);
  color: var(--tp-common-white);
}

.tp-footer-4-info span {
  color: var(--tp-common-white);
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 15px;
}

.tp-footer-4-mail a {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.tp-footer-4-phone a {
  color: var(--tp-common-white);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 7px;
}

.tp-footer-4-bottom {
  background-color: #900000;
  padding: 17px 0;
}

.tp-footer-4-bottom.tp-footer-inner-bottom {
  background-color: #292926;
}

.tp-footer-4-copyright span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding-left: 18px;
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-footer-4-copyright span {
    padding: 15px 0 15px 10px;
  }
}

.tp-footer-4-copyright span:first-child {
  padding-left: 0;
  margin-left: 0;
}

.tp-footer-4-copyright span:first-child::before {
  display: none;
}

.tp-footer-4-copyright span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-footer-4-copyright span::before {
    top: 10px;
    height: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-4-copyright span.span {
    display: none;
  }
}

.tp-footer-4-copyright a {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-4-copyright a:hover {
  color: var(--tp-common-white);
}

.tp-footer-4-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-left: 3px;
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-4-social a:hover {
  background-color: #B1040E;
}

.tp-footer-widget-4 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-footer-widget-4 ul li a {
  color: var(--tp-common-white);
  position: relative;
  padding-left: 16px;
}

.tp-footer-widget-4 ul li a::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  top: 10px;
  left: 0;
  background-color: var(--tp-common-white);
}

.tp-footer-widget-4 ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-common-white);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-widget-4 ul li a:hover {
  color: var(--tp-common-white);
}

.tp-footer-widget-4 ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-4-col-1 {
  margin-right: -23px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-4-col-1 {
    margin-right: 0;
  }
}

.tp-footer-4-col-2 {
  margin-left: 128px;
  margin-right: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-col-2 {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-col-2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-4-col-2 {
    margin-left: 30px;
  }
}

.tp-footer-4-col-3 {
  margin-left: 53px;
  margin-right: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-col-3 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-col-3 {
    margin-left: 0;
  }
}

.tp-footer-4-col-4 {
  margin-left: 79px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-col-4 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-col-4 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-4-col-4 {
    margin-left: 30px;
  }
}

.tp-footer-5-newsletter-input input {
  border: 2px solid #E4E2DC;
  border-radius: 6px;
  height: 60px;
}

.tp-footer-5-newsletter-input input:focus {
  border-color: var(--tp-theme-5);
}

.tp-footer-5-newsletter-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.tp-footer-5-newsletter-submit .tp-btn-4 {
  color: var(--tp-heading-4);
  font-size: 13px;
  line-height: 0px;
  letter-spacing: 0.52px;
  padding: 21px 23px;
}

.tp-footer-5-bottom {
  padding: 17px 0;
  background-color: #E5EDCC;
}

.tp-footer-5-bottom.tp-footer-inner-bottom {
  background-color: #F3F4F8;
}

.tp-footer-5-bottom.tp-footer-shop-bottom {
  background-color: #F5F5F5;
  padding: 24px 0;
}

.tp-footer-5-col-2 {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-5-col-2 {
    margin-left: 0;
  }
}

.tp-footer-5-col-2 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--tp-grey-3);
}

.tp-footer-5-col-2 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-grey-3);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-5-col-2 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-5-col-3 {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-5-col-3 {
    margin-left: 0;
  }
}

.tp-footer-5-col-3 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--tp-grey-3);
}

.tp-footer-5-col-3 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-grey-3);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-5-col-3 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-5-col-4 {
    margin-left: -60px;
  }
}

.tp-footer-shop-col-2 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--tp-grey-3);
}

.tp-footer-shop-col-2 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-grey-3);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-shop-col-2 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-shop-col-3 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--tp-grey-3);
}

.tp-footer-shop-col-3 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-grey-3);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-shop-col-3 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-inner {
  background-color: #F3F4F8;
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
}

.tp-footer-inner .tp-footer-col-1 .tp-footer-contact>a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-footer-inner .tp-footer-col-1 .tp-footer-contact-mail a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-footer-inner .tp-footer-col-2.tp-footer-widget ul li a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-footer-inner .tp-footer-col-3.tp-footer-widget ul li a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-footer-shop {
  background-color: #F5F5F5;
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
}

.tp-footer-shop-col-2 {
  margin-left: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-shop-col-2 {
    margin-left: 0;
  }
}

.tp-footer-shop-col-3 {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-shop-col-3 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-shop-col-4 {
    margin-left: -60px;
  }
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.tp-hero-item {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-item {
    padding-top: 210px;
    padding-bottom: 180px;
  }
}

.tp-hero-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 6000ms ease, opacity 1000ms ease-in, -webkit-transform 6000ms ease;
}

.tp-hero-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.tp-hero-wrapper {
  margin-left: 98px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-wrapper {
    margin-left: 0;
  }
}

.tp-hero-subtitle {
  color: var(--tp-common-white);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.tp-hero-title {
  color: var(--tp-common-white);
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-title {
    font-size: 66px;
  }
}

.tp-hero-2-wrap {
  position: relative;
}

.tp-hero-2-thumb {
  position: absolute;
  bottom: 0;
  right: 230px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-thumb {
    right: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-hero-2-thumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-thumb {
    right: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-thumb img {
    max-width: 100%;
  }
}

.tp-hero-2-bg {
  position: relative;
  z-index: 1;
}

.tp-hero-2-subtitle {
  color: var(--tp-theme-secondary);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 6px;
}

.tp-hero-2-title {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.52px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}

.tp-hero-2-title span {
  color: var(--tp-theme-secondary);
  position: relative;
  z-index: 1;
}

.tp-hero-2-title span img {
  position: absolute;
  bottom: 0px;
  left: 35px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-title span img {
    bottom: -5px;
    left: 0px;
  }
}

.tp-hero-2-content {
  padding-top: 162px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-content {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.tp-hero-2-content p {
  color: rgba(3, 31, 66, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-content p br {
    display: none;
  }
}

.tp-hero-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 145px;
  z-index: -2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-shape-1 {
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-shape-1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-shape-1 {
    right: 0;
  }
}

.tp-hero-2-shape-1 span svg path.line-2 {
  stroke: #FFBF8E;
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

.tp-hero-2-shape-2 {
  position: absolute;
  top: 160px;
  left: 110px;
  z-index: -1;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-2-shape-2 {
    display: none;
  }
}

.tp-hero-2-shape-3 {
  position: absolute;
  bottom: 69px;
  left: 130px;
  z-index: -1;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

.tp-hero-2-shape-4 {
  position: absolute;
  left: 22%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-shape-4 {
    display: none;
  }
}

.tp-hero-2-course {
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-course {
    margin-left: 0;
  }
}

.tp-hero-2-course .tp-course-item {
  box-shadow: 4px 4px 10px 0px rgba(26, 12, 2, 0.15);
}

.tp-hero-2-course .tp-course-thumb {
  border-radius: 10px;
}

.tp-hero-2-course .tp-course-thumb img {
  border-radius: 10px;
}

.tp-hero-2-btn .tp-btn-border {
  padding: 12px 32px;
}

.tp-hero-3-bg {
  padding-top: 168px;
  padding-bottom: 142px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-hero-3-title {
  color: #0A1D3A;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-title {
    font-size: 88px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 50px;
  }
}

.tp-hero-3-content-shape {
  position: absolute;
  top: -3px;
  left: -15px;
  z-index: 0;
  animation: tpswing 3s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-content-shape {
    display: none;
  }
}

.tp-hero-3-thumb {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-3-thumb-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.tp-hero-3-thumb-2 img {
  max-width: 100%;
}

.tp-hero-3-thumb-3 img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-shape {
    display: none;
  }
}

.tp-hero-3-shape-1 {
  position: absolute;
  top: 88px;
  right: 38px;
  animation: a 1.5s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape-1 {
    right: 38%;
  }
}

.tp-hero-3-shape-2 {
  position: absolute;
  top: 29px;
  right: -10px;
  animation: a 2s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape-2 {
    right: 32%;
  }
}

.tp-hero-3-shape-3 {
  position: absolute;
  top: 89px;
  right: -47px;
  animation: a 2s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape-3 {
    right: 26%;
  }
}

.tp-hero-3-shape-4 {
  position: absolute;
  top: 175px;
  left: -55px;
  animation: neptune 10s infinite linear;
  z-index: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-shape-4 {
    left: -125px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-shape-4 {
    left: -155px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape-4 {
    top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-3-shape-4 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-apply-btn {
    margin-bottom: 30px;
  }
}

.tp-hero-3-apply-btn a {
  display: inline-block;
  padding: 53px 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
  background-color: #FF7162;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-hero-3-apply-btn a span {
  display: inline-block;
  margin-bottom: 7px;
}

.tp-hero-3-apply-btn a:hover {
  animation: morph 3s linear infinite;
  background-color: var(--tp-common-black);
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
}

.tp-hero-3-text {
  margin-left: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-text {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-text {
    margin-left: 0;
  }
}

.tp-hero-3-text p {
  color: #636366;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-3-text p br {
    display: none;
  }
}

.tp-hero-4-bg {
  padding-top: 186px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-hero-4-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-bg {
    padding-top: 170px;
    padding-bottom: 160px;
  }
}

.tp-hero-4-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -4px;
  margin-bottom: 37px;
  margin-top: 5px;
  color: var(--tp-common-white);
}

.tp-hero-4-title::after {
  position: absolute;
  content: "";
  width: 296px;
  height: 25px;
  left: -6px;
  top: 70px;
  z-index: -1;
  background: #DD000D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-title::after {
    height: 20px;
    width: 235px;
    top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-4-title::after {
    width: 200px;
    top: 50px;
    height: 20px;
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-4-title {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 30px;
  }
}

.tp-hero-4-btn {
  flex: 0 0 auto;
  margin-right: 43px;
  display: inline-block;
  padding: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-hero-4-info-list ul li {
  font-size: 20px;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 19px;
  letter-spacing: 0.5px;
  color: var(--tp-common-white);
}

.tp-hero-4-info-list ul li:not(:last-of-type) {
  margin-bottom: 7px;
}

.tp-hero-4-info-list ul li::before {
  position: absolute;
  content: "";
  height: 5px;
  top: 10px;
  left: 0;
  width: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}

.tp-hero-6-content {
  padding-top: 235px;
  padding-bottom: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-content {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-content {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}

.tp-hero-6-content p {
  font-size: 18px;
  margin-bottom: 40px;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

.tp-hero-6-subtitle {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 13px;
  margin-bottom: 15px;
  border-radius: 30px;
  display: inline-block;
  color: var(--tp-theme-9);
  font-family: var(--tp-ff-manrope);
  border: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-hero-6-subtitle svg {
  margin-right: 8px;
  transform: translateY(-2px);
}

.tp-hero-6-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -2.8px;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-6-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-6-title {
    font-size: 50px;
  }
}

.tp-hero-6-title span {
  position: relative;
  color: var(--tp-theme-9);
}

.tp-hero-6-title span img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .tp-hero-6-title span img {
    bottom: -5px;
  }
}

.tp-hero-6-thumb {
  position: absolute;
  bottom: 0;
  right: 280px;
  z-index: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-6-thumb {
    right: 60px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-6-thumb {
    right: 155px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-thumb {
    right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb {
    right: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-thumb {
    position: static;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb img {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-6-thumb img {
    width: 100%;
  }
}

.tp-hero-6-bg {
  width: 500px;
  height: 509px;
  margin-right: 25px;
  margin-bottom: 24px;
  background-color: #FFD25D;
  border-radius: 67% 33% 35% 65%/37% 35% 65% 63%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-bg {
    display: none;
  }
}

.tp-hero-6-shape .shape-1 {
  position: absolute;
  top: -35px;
  left: -15px;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-shape .shape-1 {
    display: none;
  }
}

.tp-hero-6-shape .shape-2 {
  position: absolute;
  bottom: 30%;
  right: -85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-6-shape .shape-2 {
    right: -45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-shape .shape-2 {
    display: none;
  }
}

.tp-hero-6-shape .shape-3 {
  position: absolute;
  top: 125px;
  left: -12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-shape .shape-3 {
    display: none;
  }
}

.tp-hero-6-btn {
  margin-right: 20px;
}

.tp-hero-6-btn .tp-btn-inner {
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 12px;
  background-color: var(--tp-theme-9);
}

.tp-hero-6-btn .tp-btn-inner span {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(-2px);
}

.tp-hero-6-user {
  position: absolute;
  bottom: 100px;
  left: -80px;
  z-index: 1;
  border-radius: 8px;
  padding: 18px 33px;
  backdrop-filter: blur(10px);
  border: 1px solid var(--tp-common-white);
  background: rgba(255, 255, 255, 0.8);
  animation: tpupdown 1s infinite alternate;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-6-user {
    left: 0;
    bottom: -100px;
  }
}

.tp-hero-6-user span {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

.tp-hero-6-user-thumb {
  margin-left: 20px;
}

.tp-hero-6-user-thumb img {
  width: 34px;
  border-radius: 50%;
  margin-left: -18px;
  border: 3px solid #FEF2ED;
}

.tp-hero-6-user-text {
  margin-left: 8px;
}

.tp-hero-6-user-text p {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

.tp-hero-6-user-text p i {
  font-style: normal;
  color: var(--tp-theme-9);
}

.tp-hero-6-video .video-border-animation {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
  border: 4px solid #FFD25D;
}

.tp-hero-6-video .video-border-animation span {
  display: inline-block;
  transform: translateX(2px);
}

.tp-hero-6-video .video-border-animation::after {
  z-index: -1;
  border: 1px solid #FFD25D;
}

.tp-hero-7-ptb {
  padding-top: 195px;
}

.tp-hero-7-content {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-7-content {
    margin-bottom: 70px;
  }
}

.tp-hero-7-content .tp-hero-6-subtitle {
  border-radius: 10px;
}

.tp-hero-7-content .tp-hero-6-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-7-content .tp-hero-6-title br {
    display: none;
  }
}

.tp-hero-7-input {
  position: relative;
  margin: 0 38px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-7-input {
    margin: 0;
  }
}

.tp-hero-7-input input {
  height: 66px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding-right: 60px;
  color: var(--tp-heading-2);
  border: 1px solid transparent;
  font-family: var(--tp-ff-manrope);
  background: var(--tp-common-white);
  box-shadow: 0px 20px 20px 0px rgba(5, 5, 39, 0.1);
}

.tp-hero-7-input input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #8D8D95;
  font-family: var(--tp-ff-manrope);
}

.tp-hero-7-input input:focus {
  border-color: var(--tp-theme-9);
  box-shadow: 0 1px 2px 0 rgba(85, 109, 245, 0.08), 0 2px 6px 0 rgba(85, 109, 245, 0.04), 0 3px 6px 0 rgba(85, 109, 245, 0.08), 0 0 0 4px rgba(85, 109, 245, 0.1);
}

.tp-hero-7-input span {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .tp-hero-7-item-box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
}

.tp-hero-7-item:not(:last-of-type) {
  margin-right: 80px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-7-item:not(:last-of-type) {
    margin-right: 25px;
    margin-bottom: 20px;
  }
}

.tp-hero-7-item-icon {
  margin-right: 18px;
}

.tp-hero-7-item-content span {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

.tp-hero-7-item-content p {
  font-size: 15px;
  font-weight: 500;
  color: #7D7D84;
  line-height: 22px;
  margin: 0;
  font-family: var(--tp-ff-manrope);
}

.tp-hero-7-group .tp-hero-6-user {
  left: 15%;
  bottom: 25%;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-hero-7-group .tp-hero-6-user {
    left: 10%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-7-group .tp-hero-6-user {
    left: 8%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-group .tp-hero-6-user {
    left: 5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-group .tp-hero-6-user {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-group .tp-hero-6-user {
    display: none;
  }
}

.tp-hero-7-shape .shape-1 {
  position: absolute;
  top: 55%;
  right: 110px;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-shape .shape-1 {
    right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-shape .shape-1 {
    display: none;
  }
}

.tp-hero-7-shape .shape-2 {
  position: absolute;
  top: 50%;
  right: 20%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-shape .shape-2 {
    right: 18%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-shape .shape-2 {
    right: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-shape .shape-2 {
    display: none;
  }
}

.tp-hero-7-shape .shape-3 {
  position: absolute;
  top: 72%;
  right: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-shape .shape-3 {
    display: none;
  }
}

.tp-hero-7-shape .shape-4 {
  position: absolute;
  top: 220px;
  left: 144px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-hero-7-shape .shape-4 {
    left: 90px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-7-shape .shape-4 {
    left: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-shape .shape-4 {
    left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-shape .shape-4 {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-shape .shape-4 {
    display: none;
  }
}

.tp-hero-7-shape .shape-5 {
  position: absolute;
  top: 340px;
  right: 130px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-hero-7-shape .shape-5 {
    right: 90px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-7-shape .shape-5 {
    right: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-shape .shape-5 {
    right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-shape .shape-5 {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-shape .shape-5 {
    display: none;
  }
}

.tp-hero-7-shape .shape-6 {
  position: absolute;
  top: 30%;
  left: 5%;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-7-shape .shape-6 {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/
.tp-about-bg {
  padding-bottom: 30px;
}

.tp-about-thumb-wrapper {
  display: flex;
}

.tp-about-thumb-1 img {
  width: 100%;
}

.tp-about-thumb-2 {
  margin-left: -82px;
  margin-top: 75px;
}

.tp-about-thumb-2 img {
  width: 100%;
}

.tp-about-shape-1 {
  position: absolute;
  bottom: 50px;
  left: -55px;
  z-index: -1;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-shape-1 {
    bottom: 65px;
    left: -30px;
  }
}

.tp-about-shape-2 {
  position: absolute;
  left: -33px;
  top: 56px;
  z-index: -1;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-shape-2 {
    left: -25px;
  }
}

.tp-about-wrap {
  position: relative;
  z-index: 1;
  margin-top: 23px;
}



.tp-about-wrapper {
    margin-left: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertical center */
    height: 100%;
}


@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-wrapper {
    margin-left: 0;
  }
}

.tp-about-wrapper .tp-section p {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
  position: relative;
  padding-left: 22px;
}

@media only screen and (max-width: 767px) {
  .tp-about-wrapper .tp-section p {
    margin-left: 0;
  }
}

.tp-about-wrapper .tp-section p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 14px);
  width: 2px;
  background-color: #00287d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-list {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-list {
    margin-left: 0;
  }
}

.tp-about-list-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}

.tp-about-list-icon span {
  display: inline-block;
  border-radius: 64px;
  border: 1px solid rgba(87, 89, 95, 0.1);
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
}

.tp-about-list-icon span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00287d;
  border-radius: 50%;
  flex-shrink: 0;
}

.tp-about-list-icon i {
  font-size: 28px;
  color: #fff;
}

.tp-about-list-item:hover .tp-about-list-icon span {
  background: #D8A11A;
  transition: .4s;
}

.tp-about-list-title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}

.tp-about-list-content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.tp-about-exprience {
  display: inline-block;
  position: absolute;
  right: -40px;
  bottom: 80px;
  padding: 7px 36px 20px 24px;
  border-radius: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
  background: rgba(246, 244, 238, 0.6);
  backdrop-filter: blur(10px);
  min-width: 224px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-exprience {
    right: 0;
    bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-exprience {
    right: 0;
  }
}

.tp-about-exprience-text {
  align-items: end;
}

.tp-about-exprience-text p {
  color: var(--tp-theme-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
  margin-left: 6px;
}

.tp-about-exprience-count {
  margin-bottom: 0;
  color: #00287d;
  font-size: 90px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -2.7px;
  line-height: 0.74;
}

.tp-about-year-bg {
  margin-top: -80px;
  background: linear-gradient(#9B030C, #B1040E);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-bg {
    padding-top: 140px;
  }
}

.tp-about-year-shape .shape-1 {
  position: absolute;
  top: 185px;
  left: 666px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-shape .shape-1 {
    display: none;
  }
}

.tp-about-year-shape .shape-2 {
  position: absolute;
  bottom: 22px;
  left: 404px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-year-shape .shape-2 {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-year-shape .shape-2 {
    display: none;
  }
}

.tp-about-year-plr {
  overflow: hidden;
}

.tp-about-year-nav {
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-year-nav {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-nav {
    margin-bottom: 40px;
  }
}

.tp-about-year-nav .slick-list {
  position: relative;
  padding: 74px 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-year-nav .slick-list {
    padding: 30px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-year-nav .slick-list {
    padding: 15px 0 !important;
  }
}

.tp-about-year-nav .slick-list::after {
  position: absolute;
  content: "";
  top: 0;
  left: 360px;
  height: 1px;
  width: calc(100% - 720px);
  background: rgba(255, 255, 255, 0.44);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-year-nav .slick-list::after {
    left: 300px;
    width: calc(100% - 580px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-nav .slick-list::after {
    content: none;
  }
}

.tp-about-year-nav .slick-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 360px;
  height: 1px;
  width: calc(100% - 720px);
  background: rgba(255, 255, 255, 0.44);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-year-nav .slick-list::before {
    left: 300px;
    width: calc(100% - 580px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-nav .slick-list::before {
    content: none;
  }
}

.tp-about-year-nav .slick-list .slick-track {
  left: 95px;
}

.tp-about-year-nav .slick-list .slick-slide.slick-center .tp-about-year-nav-title {
  font-weight: 600;
}

.tp-about-year-box .slick-list .slick-slide.slick-active .tp-about-year-thumb {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.tp-about-year-box .slick-list .slick-slide.slick-active .tp-about-year-content {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.tp-about-year-thumb {
  padding-left: 100px;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-thumb {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-year-thumb {
    padding-bottom: 30px;
  }
}

.tp-about-year-thumb img {
  border-radius: 12px;
  filter: drop-shadow(14px 14px 14px rgba(50, 7, 16, 0.2));
}

.tp-about-year-content {
  animation-delay: 0.7s;
  animation-duration: 0.9s;
}

.tp-about-year-content-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.68px;
  color: var(--tp-common-white);
}

.tp-about-year-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.tp-about-year-nav-title {
  font-size: 200px;
  font-weight: 200;
  line-height: 120px;
  margin: 0;
  letter-spacing: -8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-year-nav-title {
    font-size: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-year-nav-title {
    font-size: 155px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-year-nav-title {
    font-size: 120px;
    line-height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-year-nav-title {
    font-size: 100px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-year-nav-title {
    font-size: 80px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-year-nav-title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -3px;
  }
}

.tp-about-team-shape {
  position: absolute;
  left: 130px;
  bottom: -90px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .tp-about-team-shape {
    display: none;
  }
}

.tp-about-team-item:hover .tp-about-team-thumb img {
  transform: scale(1.1);
}

.tp-about-team-content {
  position: absolute;
  top: 40px;
  left: 35px;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-team-content {
    left: 20px;
  }
}

.tp-about-team-content p {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-common-white);
}

.tp-about-team-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  color: var(--tp-common-white);
}

.tp-about-team-thumb {
  border-radius: 10px;
  overflow: hidden;
}

.tp-about-team-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}

.tp-about-campus-shape .shape-1 {
  position: absolute;
  top: 16%;
  right: 16%;
}

.tp-about-campus-shape .shape-2 {
  position: absolute;
  top: 50%;
  right: 54%;
}

.tp-about-campus-tab .nav {
  display: inline-block;
  margin-bottom: 65px;
  border-bottom: 0;
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-campus-tab .nav {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-campus-tab .nav {
    margin-bottom: 50px;
  }
}

.tp-about-campus-tab .nav .nav-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.tp-about-campus-tab .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  color: #3E4047;
  border-color: transparent;
  position: relative;
}

.tp-about-campus-tab .nav .nav-link:after {
  position: absolute;
  content: "";
  left: -75px;
  height: 1px;
  width: 0px;
  top: 50%;
  background: var(--tp-theme-4);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.tp-about-campus-tab .nav .nav-link.active {
  color: var(--tp-theme-primary);
  background-color: transparent;
}

.tp-about-campus-tab .nav .nav-link.active::after {
  width: 50px;
}

.tp-about-campus-heading {
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-campus-heading {
    margin-bottom: 30px;
  }
}

.tp-about-campus-heading p {
  color: #3E4047;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.tp-about-campus-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -1.2px;
  color: var(--tp-heading-primary);
}

.tp-about-campus-box {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-campus-box {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-campus-box {
    padding-left: 0;
  }
}

.tp-about-campus-thumb img {
  width: 100%;
  border-radius: 10px;
}

.tp-about-campus-location {
  position: relative;
}

.tp-about-campus-location a {
  display: inline-block;
  width: 234px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 60px;
  color: var(--tp-text-body);
}

@media only screen and (max-width: 767px) {
  .tp-about-campus-location a {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-campus-location a {
    margin-bottom: 0;
    margin-left: 55px;
  }
}

.tp-about-campus-location span {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  border-radius: 44px;
  margin-right: 10px;
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-about-campus-location span svg {
  color: #B1040E;
}

.tp-about-campus-btn .tp-btn {
  padding: 6px 20px;
  color: var(--tp-theme-primary);
  background-color: transparent;
  border: 1px solid var(--tp-theme-primary);
}

.tp-about-campus-btn .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-red-2);
}

.tp-about-campus-content {
  position: absolute;
  bottom: 20px;
  left: 95px;
  right: 20px;
  margin: auto;
  border-radius: 8px;
  padding: 27px 30px 26px;
  background: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-campus-content {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-campus-content {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-campus-content {
    position: static;
    flex-wrap: wrap;
  }
}

.tp-about-4-head {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.17;
  margin-bottom: 45px;
  letter-spacing: -1.2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-4-head {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-4-wrapper {
    margin-bottom: 40px;
  }
}

.tp-about-4-btn .tp-btn-3 {
  padding: 12px 44px;
}

.tp-about-4-video {
  display: inline-block;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .tp-about-4-video {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

.tp-about-4-video a {
  display: inline-block;
  color: #B1040E;
  border-radius: 100px;
  background: #E8C4C2;
  height: 50px;
  width: 70px;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-about-4-video a span {
  display: inline-block;
  transform: translateX(2px);
}

.tp-about-4-video a:hover {
  background-color: #B1040E;
  color: var(--tp-common-white);
}

.tp-about-4-video>span {
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 12px;
}

.tp-about-4-thumb-1 img,
.tp-about-4-thumb-2 img,
.tp-about-4-thumb-3 img,
.tp-about-4-thumb-4 img {
  max-width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .tp-about-pt {
    padding-top: 150px;
  }
}

.tp-about-bg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-banner {
    margin-bottom: 60px;
  }
}

.tp-about-banner-bg {
  height: 660px;
}

.tp-about-banner span {
  font-size: 22px;
  font-weight: 300;
  color: #031F42;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -0.44px;
}

.tp-about-banner-title {
  color: #031F42;
  font-size: 70px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1.4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-banner-title {
    font-size: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-banner-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-banner-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-banner-title br {
    display: none;
  }
}

.tp-about-banner-content {
  width: 510px;
  padding: 40px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  border: 1px solid var(--tp-common-white);
  background: rgba(255, 255, 255, 0.9);
  margin-top: 177px;
  margin-left: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-banner-content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-banner-content {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-banner-content {
    width: 350px;
    margin-top: 60px;
  }
}

.tp-about-banner-content .span {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 12px;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: var(--tp-dashboard-secondary);
}

.tp-about-banner-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #141820;
  margin-bottom: 30px;
}

.tp-about-banner-content a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #141820;
  z-index: 2;
  text-transform: uppercase;
}

.tp-about-banner-content a span {
  margin-left: 2px;
  display: inline-block;
  height: 34px;
  width: 34px;
  color: #141820;
  text-align: center;
  line-height: 30px;
  border-radius: 34px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid rgba(20, 24, 32, 0.14);
}

.tp-about-banner-content a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-about-banner-content a:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
}

.tp-about-banner-content-year {
  position: absolute;
  bottom: 50px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .tp-about-banner-content-year {
    position: static;
  }
}

.tp-about-banner-content-year span {
  font-size: 220px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: url(../images/about-thumb-1_1.webp);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: 75%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-banner-content-year span {
    background-position: 55%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-banner-content-year span {
    background-position: 15%;
  }
}

.tp-about-banner-content-year p {
  font-size: 18px;
  font-weight: 500;
  color: #141820;
  margin: 0;
}

.tp-about-tutor-subtitle {
  margin-bottom: 15px;
}

.tp-about-tutor-subtitle span {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  background: linear-gradient(180deg, rgba(81, 105, 241, 0.1) 0%, rgba(190, 200, 255, 0.1) 100%);
}

.tp-about-tutor-subtitle p {
  color: #57595F;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.4px;
}

.tp-about-tutor-title {
  font-size: 50px;
  font-weight: 600;
  color: #031F42;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-tutor-title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-tutor-title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-tutor-title br {
    display: none;
  }
}

.tp-about-tutor-content p {
  font-size: 18px;
  font-weight: 400;
  color: #686A6D;
  letter-spacing: -0.18px;
}

@media only screen and (max-width: 767px) {
  .tp-about-tutor-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-tutor-heading {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-tutor-right {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  7.3 Instragram css
/*----------------------------------------*/
.tp-instagram-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.tp-instagram-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.tp-instagram-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.tp-instagram-item:hover .tp-instagram-shape {
  opacity: 1;
  margin-top: 0;
}

.tp-instagram-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.tp-instagram-item img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.tp-instagram-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  margin-top: 15px;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

/*----------------------------------------*/
/*  7.4 Cta css
/*----------------------------------------*/
.tp-cta-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-cta-logo {
  flex: 0 0 auto;
  margin-right: 25px;
}

.tp-cta-logo img {
  width: 120px;
}


@media only screen and (max-width: 767px) {
  .tp-cta-logo {
    margin-bottom: 25px;
  }
}

.tp-cta-content span {
  font-size: 25px;
  font-family: 'Outfit', sans-serif;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-wrapper {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-cta-wrapper {
    flex-wrap: wrap;
  }
}

.tp-cta-title {
  font-size: 35px;
  font-family: 'Outfit', sans-serif;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-cta-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.tp-cta-btn-wrap {
  position: relative;
  z-index: 1;
}

.tp-cta-btn .tp-btn {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-primary);
}

.tp-cta-btn .tp-btn:hover {
  color: #000;
  background-color: #ffc63b;
  border-color: #ffc63b;
}

.tp-cta-btn .tp-btn span {
  display: inline-block;
  margin-left: 4px;
}

.tp-cta-shape-1 {
  position: absolute;
  top: -30px;
  right: 28px;
  z-index: -1;
}

.tp-cta-2-bg {
  padding-top: 72px;
  padding-bottom: 65px;
  background-color: var(--tp-theme-secondary);
}

.tp-cta-2-title {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1.2px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-2-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-title {
    font-size: 44px;
  }
}

.tp-cta-2-title span {
  color: #FFC221;
  font-size: 60px;
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.tp-cta-2-wrapper p {
  color: var(--tp-common-white);
  font-size: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 53px;
}

.tp-cta-2-form {
  position: relative;
}

.tp-cta-2-form span {
  color: #FFEE54;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 238, 84, 0.2);
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form span {
    left: 8px;
  }
}

.tp-cta-2-form span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-cta-2-form input {
  color: var(--tp-common-white);
  font-size: 18px;
  height: 60px;
  background-color: transparent;
  border-radius: 200px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0 150px 0 62px;
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form input {
    padding: 0 150px 0 55px;
  }
}

.tp-cta-2-form input:focus {
  border-color: var(--tp-common-white);
}

.tp-cta-2-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form input::-webkit-input-placeholder {
    font-size: 18px;
  }
}

.tp-cta-2-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form input::-moz-placeholder {
    font-size: 18px;
  }
}

.tp-cta-2-form input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form input:-moz-placeholder {
    font-size: 18px;
  }
}

.tp-cta-2-form input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form input:-ms-input-placeholder {
    font-size: 18px;
  }
}

.tp-cta-2-form input::placeholder {
  /* MODERN BROWSER */
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-form input::placeholder {
    font-size: 18px;
  }
}

.tp-cta-2-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-btn {
    right: 6px;
  }
}

.tp-cta-2-btn .tp-btn-round {
  background-color: #FFC221;
  color: #1E1E2F;
}

.tp-cta-2-btn .tp-btn-round:hover {
  background-color: rgba(255, 194, 33, 0.9);
}

.tp-cta-2-info-list {
  margin-top: 22px;
  margin-bottom: 17px;
}

.tp-cta-2-info-list>span {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  opacity: 0.6;
  margin: 0 30px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .tp-cta-2-info-list>span {
    margin: 0 16px;
  }
}

.tp-cta-2-info-list>span>span {
  margin: 4px;
  display: inline-block;
}

.tp-cta-3-bg {
  position: relative;
  background: linear-gradient(180deg, rgba(246, 245, 239, 0) 0%, #F6F5EF 100%);
}

.tp-cta-3-section {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cta-3-section {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.tp-cta-3-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 21px;
}

.tp-cta-3-border {
  height: 60px;
  width: 2px;
  background-color: #E4E3DD;
  display: inline-block;
  margin-bottom: 12px;
}

.tp-cta-3-wrap {
  position: relative;
  padding: 74px 40px;
  border-radius: 40px;
  background: #F6F5EF;
  margin-bottom: -99px;
  z-index: 2;
  border: 20px solid var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-cta-3-wrap {
    padding: 50px 30px;
  }
}

.tp-cta-3-form-input {
  margin-bottom: 24px;
}

.tp-cta-3-form-input input {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(17, 22, 29, 0.12);
}

.tp-cta-3-form-input input:focus {
  border-color: var(--tp-theme-3);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(255, 113, 98, 0.06), 0px 0px 0px 3px rgba(255, 113, 98, 0.02);
}

.tp-cta-3-form-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949597;
  font-size: 15px;
  line-height: 24px;
}

.tp-cta-3-form-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #949597;
  font-size: 15px;
  line-height: 24px;
}

.tp-cta-3-form-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #949597;
  font-size: 15px;
  line-height: 24px;
}

.tp-cta-3-form-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #949597;
  font-size: 15px;
  line-height: 24px;
}

.tp-cta-3-form-input input::placeholder {
  /* MODERN BROWSER */
  color: #949597;
  font-size: 15px;
  line-height: 24px;
}

.tp-cta-3-form-input textarea {
  height: 160px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(17, 22, 29, 0.12);
  resize: none;
}

.tp-cta-3-form-input textarea:focus {
  border-color: var(--tp-theme-3);
}

.tp-cta-3-btn button {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 20px;
  padding: 14px 0 14px 0;
  background: #11161D;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 3px 0px rgba(17, 22, 29, 0.12);
}

.tp-cta-3-btn button:hover {
  background-color: var(--tp-theme-3);
}

.tp-cta-3-shape-1 {
  position: absolute;
  bottom: -3px;
  right: 65px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-shape-1 {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cta-3-shape-1 {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-shape-1 img {
    max-width: 200px;
  }
}

.tp-cta-3-shape-2 {
  position: absolute;
  top: 39px;
  right: 69px;
  animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: top left;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-shape-2 {
    top: 33px;
    right: 40px;
  }
}

.tp-cta-3-shape-3 {
  position: absolute;
  bottom: 52px;
  left: 67px;
  animation: bubbles 3s linear 1s infinite;
}

.tp-live-bg {
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0px 20px 80px 0px rgba(3, 31, 66, 0.1);
  border: 25px solid var(--tp-common-white);
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-live-bg {
    border: 10px solid var(--tp-common-white);
  }
}

.tp-live-bg::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 20px;
  height: calc(100% + 100px);
  width: calc(100% - 45px);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-live-bg::before {
    height: calc(100% + 70px);
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 767px) {
  .tp-live-bg::before {
    height: calc(100% + 60px);
    width: calc(100% - 30px);
  }
}

.tp-live-content {
  margin-left: -5px;
  padding-top: 21px;
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-live-content {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-live-content {
    margin-left: 0px;
    padding-bottom: 0;
  }
}

.tp-live-tag {
  display: inline-block;
  border-radius: 3px;
  background: rgba(23, 162, 184, 0.08);
  color: #17A2B8;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1;
  margin-bottom: 15px;
}

.tp-live-teacher {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  align-items: end;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .tp-live-teacher {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-live-teacher-info {
    margin-bottom: 10px;
  }
}

.tp-live-teacher-thumb {
  flex: 0 0 auto;
  margin-right: 10px;
}

.tp-live-teacher-thumb img {
  height: 36px;
  width: 36px;
  object-fit: cover;
  border-radius: 50%;
}

.tp-live-teacher-text span {
  color: #7A7B81;
  font-size: 13px;
  font-weight: 300;
}

.tp-live-teacher-title {
  color: #57595F;
  font-size: 15px;
  font-weight: 500;
}

.tp-live-thumb {
  position: relative;
  display: inline-block;
}

.tp-live-thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-live-thumb img {
    width: 100%;
  }
}

.tp-live-thumb-video {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
}

.tp-live-thumb-text {
  position: absolute;
  bottom: 17px;
  right: 17px;
  z-index: 0;
}

.tp-live-thumb-text span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
  border-radius: 8px;
  opacity: 0.61;
  text-align: center;
  background: #1E1E2F;
  backdrop-filter: blur(5px);
  color: var(--tp-common-white);
  height: 36px;
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.tp-live-thumb-text span svg {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-3px);
}

.tp-live-rating {
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .tp-live-rating {
    margin-left: 0;
  }
}

.tp-live-rating p {
  color: #031233;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.tp-live-rating p span {
  color: #57595F;
}

.tp-live-rating-star i {
  color: #FFB21D;
  font-size: 13px;
}

.tp-live-title {
  color: var(--tp-heading-2);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .tp-live-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}

.tp-live-title a:hover {
  color: var(--tp-theme-secondary);
}

@media only screen and (max-width: 767px) {
  .tp-live-title br {
    display: none;
  }
}

.tp-live-total {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  align-items: end;
}

@media only screen and (max-width: 767px) {
  .tp-live-total {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .tp-live-total-student {
    margin-bottom: 20px;
  }
}

.tp-live-total-student span {
  display: block;
  color: #57595F;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}

.tp-live-total-student span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #0CBC87;
}

.tp-live-join .tp-btn-border {
  padding: 10px 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-live-join .tp-btn-border {
    padding: 10px 18px;
  }
}

.tp-live-join .tp-btn-border span {
  margin-left: 0;
  margin-right: 3px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-live-join .tp-btn-border i {
  padding-left: 56px;
}

.tp-live-btn-icon span {
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(30, 30, 47, 0.61);
  backdrop-filter: blur(5px);
}

.tp-live-btn-time {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(30, 30, 47, 0.61);
  backdrop-filter: blur(5px);
}

.tp-live-btn-time span {
  color: var(--tp-common-white);
  font-size: 15px;
  padding: 5px 15px;
  font-weight: 500;
  display: inline-block;
}

.tp-live-btn-time span i {
  margin-right: 3px;
}

.tp-live-7-item {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-live-7-item {
    flex-wrap: wrap;
  }
}

.tp-live-7-item-thumb {
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-live-7-item-thumb {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-live-7-item-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.tp-live-7-item-thumb img {
  border-radius: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-live-7-item-thumb img {
    width: 100%;
  }
}

.tp-live-7-item-content p {
  font-weight: 500;
  color: #636366;
  margin-bottom: 22px;
  font-family: var(--tp-ff-manrope);
}

@media only screen and (max-width: 767px) {
  .tp-live-7-item-content p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-live-7-item-content p br {
    display: none;
  }
}

.tp-live-7-item-content a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-theme-9);
  font-family: var(--tp-theme-9);
}

.tp-live-7-item-content a span {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-live-7-item-content a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-theme-9);
}

.tp-live-7-item-content a:hover::after {
  width: 100%;
}

.tp-live-7-title {
  margin-bottom: 20px;
}

.tp-live-7-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  display: inline-block;
  color: var(--tp-theme-9);
  font-family: var(--tp-ff-manrope);
}

.tp-plan-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  transform: scale(1);
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-plan-4-wrap {
  position: relative;
  z-index: 2;
  padding: 175px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-4-wrap {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-plan-4-wrap {
    padding: 140px 0;
  }
}

.tp-plan-4-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 19, 0.5);
  z-index: -1;
}

.tp-plan-4-section span {
  color: var(--tp-common-white);
  font-size: 16px;
  display: inline-block;
  margin-bottom: 6px;
}

.tp-plan-4-section-title {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-4-section-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-4-section-title {
    font-size: 52px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-plan-4-section-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

.tp-plan-4-wrapper {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-plan-4-wrapper {
    margin-left: 0;
  }
}

.tp-plan-4-item.active {
  cursor: pointer;
}

.tp-plan-4-item.active .tp-plan-4-bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1.03);
}

.tp-plan-4-content {
  border-radius: 10px;
  position: relative;
  display: block;
  min-height: 320px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-plan-4-content {
    min-height: 300px;
  }
}

.tp-plan-4-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-plan-4-content:hover::before {
  background-color: var(--tp-theme-4);
  top: 10px;
  bottom: 10px;
  height: calc(100% - 20px);
  border-color: var(--tp-theme-4);
}

.tp-plan-4-content:hover span,
.tp-plan-4-content:hover p {
  opacity: 1;
}

.tp-plan-4-content span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-plan-4-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-plan-4-title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tp-cta-7-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-cta-7-btn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 26px;
  display: inline-block;
  color: var(--tp-heading-2);
  border: 1px solid #FFD25D;
  font-family: var(--tp-ff-manrope);
  background-color: #FFD25D;
}

.tp-cta-7-btn:not(:last-child) {
  margin-right: 10px;
}

.tp-cta-7-btn:focus {
  color: var(--tp-common-white);
}

.tp-cta-7-btn:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-white);
}

.tp-cta-7-btn.two {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-white);
}

.tp-cta-7-btn.two:hover {
  color: var(--tp-heading-2);
  background-color: #FFD25D;
  border-color: #FFD25D;
}

.tp-cta-7-title {
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -2.64px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-manrope);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-7-title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-cta-7-title {
    margin-bottom: 30px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-cta-7-title br {
    display: none;
  }
}

.tp-cta-7-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-manrope);
}

/*----------------------------------------*/
/*  7.5 Contact css
/*----------------------------------------*/
.tp-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-p {
    padding-bottom: 80px;
  }
}

.tp-contact-shape {
  position: absolute;
  bottom: 180px;
  left: 0;
}

.tp-contact-shape span svg {
  width: 100%;
}

.tp-contact-shape span svg path {
  stroke: #F4E7FF;
  stroke-dasharray: 3500;
  stroke-dashoffset: 4500;
  animation: dash 4s linear forwards;
}

.tp-contact-shape-2 {
  position: absolute;
  top: 44%;
  right: 410px;
}

.tp-contact-heading {
  margin-bottom: 55px;
}

.tp-contact-heading p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.44px;
  color: var(--tp-text-body);
}

.tp-contact-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1.4px;
  color: var(--tp-heading-2);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-title {
    font-size: 62px;
  }
}

.tp-contact-from-box {
  border-radius: 20px;
  padding: 70px 80px 65px;
  backdrop-filter: blur(15px);
  fill: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 40px 80px rgba(51, 65, 140, 0.06));
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-from-box {
    padding: 60px 50px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-contact-from-box {
    padding: 30px;
  }
}

.tp-contact-from-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-heading-2);
}

.tp-contact-input-form label {
  color: #303651;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.tp-contact-input-form input,
.tp-contact-input-form textarea {
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(48, 54, 81, 0.06), inset 0px 1px 3px rgba(48, 54, 81, 0.06);
  transition: all 0.3s 0s ease-out;
}

.tp-contact-input-form input:focus,
.tp-contact-input-form textarea:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}

.tp-contact-input-form textarea {
  resize: none;
  height: 160px;
}

.tp-contact-input-form .tp-contact-input {
  margin-bottom: 15px;
}

.tp-contact-input-form .tp-contact-input.schedule {
  margin-bottom: 20px;
}

.tp-contact-input-form .tp-contact-input.schedule label {
  font-size: 16px;
  margin-bottom: 7px;
  color: var(--tp-heading-primary);
}

.tp-contact-input-form .tp-contact-input.schedule label span {
  font-size: 15px;
  font-weight: 500;
  padding: 9px 25px;
  border-radius: 4px;
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-contact-input-form .tp-contact-input.schedule label span:hover {
  background-color: var(--tp-theme-primary);
}

.tp-contact-input-form .tp-contact-input.schedule label.hide {
  position: absolute;
  top: 52%;
  margin: 0;
  right: 10px;
}

.tp-contact-input-form .tp-contact-input.schedule input:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}

.tp-contact-input-form .tp-contact-input.schedule textarea {
  height: 140px;
}

.tp-contact-input-form .tp-contact-input.schedule textarea:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}

.tp-contact-input-form .tp-contact-input .icon {
  position: absolute;
  top: 50%;
  right: 18px;
}

.tp-contact-input-form.application {
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-contact-input-form.application {
    margin-bottom: 20px;
  }
}

.tp-contact-input-remeber {
  margin-bottom: 25px;
}

.tp-contact-input-remeber input {
  display: none;
}

.tp-contact-input-remeber input:checked~label::after {
  background-color: var(--tp-theme-7);
  border-color: var(--tp-theme-7);
}

.tp-contact-input-remeber input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-contact-input-remeber label {
  font-size: 15px;
  font-weight: 300;
  color: #57595F;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-contact-input-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-contact-input-remeber label::before {
  position: absolute;
  content: url("../images/check_1.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-contact-input-remeber label a:hover {
  color: var(--tp-theme-7);
}

.tp-contact-input-remeber label:hover {
  cursor: pointer;
}

.tp-contact-input-remeber.login label::after {
  top: 5px;
}

.tp-contact-input-remeber.login label::before {
  top: 5px;
}

.tp-contact-input-remeber.schedule label {
  font-size: 15px;
  font-weight: 400;
  color: #5B5D5F;
}

.tp-contact-input-remeber.schedule label::after {
  top: 4px;
}

.tp-contact-input-remeber.schedule label::before {
  top: 4px;
}

.tp-contact-input-remeber.schedule input:checked~label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}

.tp-contact-input-remeber.schedule input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-contact-input-remeber.request {
  margin-top: 5px;
}

.tp-contact-btn .tp-btn-inner {
  font-size: 17px;
  padding: 16px 66px;
  box-shadow: 0px 0px 1px 0px #092097, 0px 1px 2px 0px rgba(9, 32, 151, 0.25);
}

.tp-contact-btn .tp-btn-inner:hover {
  box-shadow: none;
  background: #425EFF;
  color: var(--tp-common-white);
}

.tp-contact-main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 45px;
  letter-spacing: -0.52px;
  color: var(--tp-heading-2);
}

.tp-contact-info-item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-info-item {
    padding: 18px;
  }
}

.tp-contact-info-item p {
  color: #727378;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.tp-contact-info-item a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-heading-2);
}

.tp-contact-info-item a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #E6E8F0;
}

.tp-contact-info-item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-heading-2);
  z-index: 1;
}

.tp-contact-info-item a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.tp-contact-info-icon {
  margin-bottom: 30px;
}

.tp-contact-info-icon span {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  height: 46px;
  width: 46px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-contact-info-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--tp-heading-2);
}

.tp-contact-map-content {
  width: 100%;
  height: 500px;
}

.tp-contact-map-content iframe {
  height: 100%;
  width: 100%;
}

.tp-schedule-from-box {
  border-radius: 6px;
  padding: 100px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(22, 22, 19, 0.14), 0px 1px 2px 1px rgba(22, 22, 19, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-schedule-from-box {
    padding: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-schedule-from-box {
    padding: 30px;
  }
}

.tp-schedule-btn .tp-btn {
  border-radius: 6px;
  padding: 12px 24px;
}

.tp-schedule-btn .tp-btn span {
  margin-left: 80px;
}

.tp-application-heading {
  margin-bottom: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-application-heading {
    margin-bottom: 30px;
  }
}

.tp-application-heading.request {
  margin-bottom: 50px;
}

.tp-application-title {
  margin: 0;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: -1.4px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-application-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-application-title {
    font-size: 50px;
  }
}

.tp-application-subtitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: -0.2px;
  color: rgba(22, 22, 19, 0.8);
}

.tp-application-from-box {
  padding: 100px;
  border-radius: 6px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(22, 22, 19, 0.14), 0px 1px 2px 1px rgba(22, 22, 19, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-application-from-box {
    padding: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-application-from-box {
    padding: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-application-from-box {
    padding: 30px;
  }
}

.tp-application-from-title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.52px;
}

.tp-application-select .nice-select {
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-application-select .nice-select:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}

.tp-application-select .nice-select::after {
  color: #686A6D;
  right: 25px;
}

.tp-application-select .nice-select .list {
  box-shadow: none;
  stroke-width: 1px;
  stroke: #E6E8F0;
  padding: 10px 16px 10px;
  fill: var(--tp-common-white);
  filter: drop-shadow(0px 4px 14px rgba(8, 19, 34, 0.12));
}

.tp-application-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 2px;
}

.tp-application-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}

/*----------------------------------------*/
/*  7.6 Contact css
/*----------------------------------------*/
.tp-error-content p {
  color: #57575A;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.tp-error-content .tp-btn-inner {
  padding: 8px 28px;
}

.tp-error-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 44px;
  letter-spacing: -1.28px;
  color: var(--tp-common-black-1);
}

.tp-error-title-sm {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  color: var(--tp-common-black-1);
}

.tp-error-thumb img {
  width: 100%;
}

.tp-privacy-heading {
  margin-bottom: 35px;
}

.tp-privacy-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}

@media only screen and (max-width: 767px) {
  .tp-privacy-title {
    font-size: 42px;
  }
}

.tp-privacy-box {
  padding: 36px 40px 40px 40px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(18, 20, 32, 0.2);
}

.tp-privacy-content {
  margin-bottom: 40px;
}

.tp-privacy-content-title {
  font-size: 26px;
  margin-bottom: 15px;
  color: var(--tp-heading-primary);
}

.tp-privacy-content p {
  color: #57575A;
  margin-bottom: 15px;
}

.tp-privacy-content ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  color: #57575A;
  padding-left: 16px;
}

.tp-privacy-content ul li:not(:last-of-type) {
  margin-bottom: 7px;
}

.tp-privacy-content ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #57575A;
}

.tp-privacy-content-bottom p {
  font-style: italic;
  font-size: 18px;
}

/*----------------------------------------*/
/*  7.7 Counter css
/*----------------------------------------*/
.tp-counter-wrap {
  margin-top: -112px;
}

.tp-counter-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 14px;
}

.tp-counter-item {
  padding-top: 43px;
  padding-bottom: 66px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .tp-counter-item {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.tp-counter-item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  height: 120px;
  width: 2px;
  background: rgba(255, 255, 255, 0.14);
}

@media only screen and (max-width: 767px) {
  .tp-counter-item::before {
    display: none;
  }
}

.tp-counter-item.item-end::before {
  display: none;
}

.tp-counter-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1;
}

.tp-counter-count {
  margin-bottom: 3px;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-counter-4-bg {
  background-color: #EDEBE5;
  border-radius: 15px;
  padding: 82px 25px 73px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-counter-4-bg {
    padding: 50px 25px 50px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-counter-4-item {
    margin-bottom: 30px;
  }
}

.tp-counter-4-icon {
  margin-bottom: 12px;
}

.tp-counter-4-icon span {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 78px;
  text-align: center;
  border-radius: 40px;
  background: linear-gradient(180deg, #FFFCF4 0%, rgba(246, 244, 239, 0) 100%);
}

.tp-counter-4-count {
  color: #161613;
  font-size: 100px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -3px;
  margin-bottom: 4px;
}

.tp-counter-4-content p {
  color: #484848;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
}

.tp-counter-4-border {
  height: 1px;
  width: 220px;
  background: rgba(22, 22, 19, 0.08);
  margin: 0 auto;
  margin-bottom: 15px;
}



/*----------------------------------------*/
/*  7.9 Program css
/*----------------------------------------*/
.tp-program-item {
  padding: 15px 15px;
  border-radius: 14px;
}

.tp-program-item:hover .tp-program-thumb img {
  transform: scale(1.08);
}

.tp-program-thumb {
  border-radius: 8px;
  margin-bottom: 28px;
}

.tp-program-thumb img {
  border-radius: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  width: 100%;
}

.tp-program-title {
  font-family: 'Outfit', sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.tp-program-title a:hover {
  color: var(--tp-theme-primary);
}

.tp-program-content {
  padding: 0 17px;
}

.tp-program-content p {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-program-content p br {
    display: none;
  }
}

.tp-program-tag p {
  margin-bottom: 36px;
  font-size: 17px;
  color: var(--tp-common-black-1);
}

.tp-program-tag p span {
  display: inline-block;
  margin-right: 6px;
}

.tp-program-btn a {
  font-family: "Inter", Sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #00287d;
  border-radius: 6px;
  line-height: 1;
  padding: 12px 20px;
}

.tp-program-btn a:hover {
  background-color: #000;
  color: #fff;
}

.tp-program-dot {
  margin-bottom: 14px;
}

.tp-program-dot .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: #DDDBD6;
  margin: 0 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: translateY(0px) scale(1);
  opacity: 1;
}

.tp-program-dot .swiper-pagination-bullet-active {
  transform: translateY(0px) scale(1.5);
  background: var(--tp-theme-primary);
}

.tp-program-all p {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Inter", Sans-serif;
}

.tp-program-all a {
  position: relative;
  color: var(--tp-theme-primary);
  font-weight: 500;
}

.tp-program-all a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}

.tp-program-all a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: rgba(171, 12, 47, 0.3);
}

.tp-program-all a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #00287d;
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-program-all a span {
  margin-left: 4px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
}

.tp-program-3-bg {
  position: relative;
  z-index: 1;
}

.tp-program-3-item {
  border-radius: 30px;
  border: 1px solid rgba(17, 22, 29, 0.04);
  box-shadow: 0px 1px 1px 0px rgba(17, 22, 29, 0.08);
  padding: 30px 30px 30px 30px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-program-3-item {
    padding: 30px 20px 30px 20px;
  }
}

.tp-program-3-item:hover {
  border: 1px solid rgba(3, 31, 66, 0.08);
  box-shadow: 0px 6px 10px 0px rgba(10, 29, 58, 0.1);
}

.tp-program-3-item:hover .tp-program-3-thumb img {
  transform: scale(1.06);
}

.tp-program-3-thumb {
  border-radius: 15px;
  margin-bottom: 27px;
  overflow: hidden;
}

.tp-program-3-thumb img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tp-program-3-title {
  color: var(--tp-heading-3);
  font-size: 24px;
  font-weight: 700;
}

.tp-program-3-title a:hover {
  color: var(--tp-theme-3);
}

.tp-program-3-content>p {
  color: var(--tp-grey-5);
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-program-3-content>p br {
    display: none;
  }
}

.tp-program-3-schedule {
  margin-bottom: 36px;
}

.tp-program-3-schedule-item:not(:last-of-type) {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid rgba(156, 41, 178, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-program-3-schedule-item:not(:last-of-type) {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.tp-program-3-schedule-item span {
  color: #75767A;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

.tp-program-3-schedule-item p {
  margin-bottom: 0;
  color: var(--tp-heading-3);
  font-size: 16px;
  line-height: 1;
}

.tp-program-3-btn a {
  display: block;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(3, 31, 66, 0.1);
  background: rgba(245, 245, 245, 0.1);
  color: #626569;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 10px 12px 10px;
  line-height: 1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-program-3-btn a:hover {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}

.tp-program-3-shape-1 {
  position: absolute;
  top: 109px;
  right: 200px;
  animation: neptune 10s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-program-3-shape-1 {
    right: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-program-3-shape-1 {
    display: none;
  }
}

.tp-program-3-shape-2 {
  height: 100px;
  width: 100px;
  background-color: #E0F0DD;
  border-radius: 50%;
  position: absolute;
  top: 340px;
  left: -50px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-program-4-section {
    margin-bottom: 30px;
  }
}

.tp-program-4-item {
  position: relative;
}

.tp-program-4-item:hover .tp-program-4-content {
  bottom: 0;
  overflow: hidden;
}

.tp-program-4-item:hover .tp-program-4-btn {
  opacity: 1;
  visibility: visible;
}

.tp-program-4-thumb {
  position: relative;
}

.tp-program-4-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}

.tp-program-4-thumb img {
  width: 100%;
  border-radius: 10px;
}

.tp-program-4-content {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 40px 40px 48px 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-program-4-content {
    padding: 30px;
  }
}

.tp-program-4-content>span {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.tp-program-4-title {
  color: var(--tp-common-white);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 3px;
}

.tp-program-4-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-program-4-arrow {
    margin-bottom: 30px;
  }
}

.tp-program-4-next,
.tp-program-4-prev {
  border-radius: 50%;
  display: inline-block;
}

.tp-program-4-next span,
.tp-program-4-prev span {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(171, 12, 47, 0.3);
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-program-4-next span:hover,
.tp-program-4-prev span:hover {
  border-color: var(--tp-theme-primary);
  color: var(--tp-theme-primary);
}

.tp-program-4-next {
  margin-left: 4px;
}

.tp-program-4-next svg {
  display: inline-block;
  transform: translate(2px, 0px);
}

.tp-program-4-prev svg {
  display: inline-block;
  transform: translate(-1px, 0px);
}

/*----------------------------------------*/
/*  8.0 Testimonial css
/*----------------------------------------*/
.tp-testimonial-bg {
  background-position: left;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-bg {
    background-position: left top;
  }
}

.tp-testimonial-themebg span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-primary);
  z-index: -1;
}

.tp-testimonial-themebg-shape {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-testimonial-themebg-shape {
    display: none;
  }
}

.tp-testimonial-themebg-shape svg path {
  stroke: rgba(185, 26, 61, 0.7);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-section {
    margin-bottom: 10px;
  }
}

.tp-testimonial-wrapper {
  margin-left: -24px;
  margin-right: -88px;
  margin-bottom: 134px;
  padding: 73px 88px 30px 58px;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
  background: #F0C85A;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-wrapper {
    margin-left: -100px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-wrapper {
    margin-left: -150px;
    margin-right: 0;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-wrapper {
    margin-left: -80px;
    margin-right: 0;
    margin-bottom: 80px;
    padding: 50px 30px 20px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
    border-radius: 20px 20px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
    padding: 73px 30px 30px 30px;
    border-radius: 20px 20px 20px 20px;
  }
}

.tp-testimonial-wrapper .tp-section-title {
  font-size: 40px;
  letter-spacing: 0;
}

.tp-testimonial-shape-1 {
  position: absolute;
  top: 80px;
  right: 70px;
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-shape-1 {
    top: 30px;
    right: 30px;
  }
}

.tp-testimonial-shape-2 {
  position: absolute;
  right: -60px;
  top: 140px;
  z-index: -1;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-shape-2 {
    right: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-shape-2 {
    right: -38px;
  }
}

.tp-testimonial-shape-3 {
  position: absolute;
  right: -190px;
  top: 100px;
  z-index: -1;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-testimonial-shape-3 {
    right: -165px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-shape-3 {
    right: -80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-shape-3 {
    right: -40px;
    top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-shape-3 {
    right: -30px;
    top: 200px;
  }
}

.tp-testimonial-shape-3 img {
  animation: animation-popup 2.5s linear 0s infinite alternate;
}

.tp-testimonial-item {
  padding: 26px 0;
}

.tp-testimonial-avatar {
  margin-bottom: 25px;
}

.tp-testimonial-avatar img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.tp-testimonial-avatar-title {
  color: var(--tp-common-black-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}

.tp-testimonial-avatar-info span {
  color: var(--tp-text-body);
  font-size: 16px;
  line-height: 1.1;
}

.tp-testimonial-content p {
  color: var(--tp-text-body);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 27px;
}

.tp-testimonial-next,
.tp-testimonial-prev {
  border-radius: 50%;
  display: inline-block;
}

.tp-testimonial-next span,
.tp-testimonial-prev span {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(1, 15, 28, 0.1);
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-testimonial-next span:hover,
.tp-testimonial-prev span:hover {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.tp-testimonial-next {
  margin-left: 4px;
}

.tp-testimonial-2-avatar-active .slick-track {
  padding-top: 15px;
  padding-bottom: 54px;
}

.tp-testimonial-2-avatar-active .slick-active.slick-center.tp-testimonial-2-avatar-item img {
  object-fit: cover;
  transform: scale(1.36);
  box-shadow: 0px 30px 30px -15px rgba(95, 50, 7, 0.4);
}

.tp-testimonial-2-avatar-active .slick-active.slick-initialized .slick-slide {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
  margin: 0 10px;
}

.tp-testimonial-2-avatar-active .slick-prev,
.tp-testimonial-2-avatar-active .slick-next {
  top: 30px;
  right: -362px;
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .tp-testimonial-2-avatar-active .slick-prev,
  .tp-testimonial-2-avatar-active .slick-next {
    right: -200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .tp-testimonial-2-avatar-active .slick-prev,
  .tp-testimonial-2-avatar-active .slick-next {
    right: -100px;
  }
}

.tp-testimonial-2-avatar-active .slick-prev {
  left: -362px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-avatar-active .slick-prev {
    left: -200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-avatar-active .slick-prev {
    left: -100px;
  }
}

.tp-testimonial-2-avatar-active .slick-arrow {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid rgba(30, 30, 47, 0.1);
  color: var(--tp-text-body);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-testimonial-2-avatar-active .slick-arrow:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

.tp-testimonial-2-avatar-active .slick-arrow svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-2-avatar-active .slick-arrow {
    display: none !important;
  }
}

.tp-testimonial-2-avatar-item {
  text-align: center;
}

.tp-testimonial-2-avatar-item img {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
}

.tp-testimonial-2-avatar-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.tp-testimonial-2-avatar-info {
  margin-bottom: 27px;
}

.tp-testimonial-2-avatar-info span {
  color: #636366;
  font-size: 16px;
  font-weight: 300;
}

.tp-testimonial-2-avatar-rating i {
  color: #FFB21D;
  font-size: 13px;
}

.tp-testimonial-2-content p {
  color: #636366;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.tp-testimonial-2-shape .shape-1 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  z-index: -1;
}

.tp-testimonial-2-shape .shape-2 {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: -1;
}

.tp-testimonial-6-item {
  padding: 40px;
  border-radius: 14px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px 0px rgba(3, 31, 66, 0.14);
}

.tp-testimonial-6-item-shape {
  position: absolute;
  top: 20px;
  right: 20px;
}

.tp-testimonial-6-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--tp-theme-9);
  font-family: var(--tp-ff-manrope);
}

.tp-testimonial-6-item-content {
  margin-bottom: 40px;
}

.tp-testimonial-6-item-content p {
  font-weight: 500;
  color: #636366;
  font-family: var(--tp-ff-manrope);
}

.tp-testimonial-6-item-user-thumb {
  margin-right: 15px;
}

.tp-testimonial-6-item-user-thumb img {
  width: 60px;
}

.tp-testimonial-6-item-user-content p {
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-manrope);
}

.tp-testimonial-6-item-user-content span {
  font-size: 18px;
  font-weight: 400;
  color: #636366;
  font-family: var(--tp-ff-manrope);
}

.tp-testimonial-6-wrapper {
  overflow: hidden;
}

.tp-testimonial-6-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 2;
  background-image: linear-gradient(90deg, #F8F8FA 18%, rgba(248, 248, 250, 0) 106%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-testimonial-6-wrapper::before {
    display: none;
  }
}

.tp-testimonial-6-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  z-index: 2;
  background-image: linear-gradient(270deg, #F8F8FA 18%, rgba(248, 248, 250, 0) 106%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-testimonial-6-wrapper::after {
    display: none;
  }
}

.tp-testimonial-6-active {
  margin: 0 -100px;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  8.1 Video css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-video-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
    justify-content: center;
  }
}

.tp-video-icon a {
  display: inline-block;
  margin-bottom: 50px;
}

.tp-video-icon a span {
  display: inline-block;
  color: var(--tp-theme-primary);
  height: 74px;
  width: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-common-white);
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.tp-video-icon a span svg {
  display: inline-block;
  transform: translate(2px, -1px);
}

.tp-video-icon a:hover {
  transform: scale(1.1);
}

.tp-video-icon p {
  color: var(--tp-common-white);
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

.tp-video-hover {
  position: relative;
}

.tp-video-hover:hover .tp-m-play-inner {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.tp-video-hover:hover .tp-circle-svg {
  animation-play-state: running;
}

.tp-video-inner-bg {
  height: 760px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tp-video-5-bg {
  height: 800px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tp-video-5-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tp-video-button .tp-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1;
}

.tp-video-button .tp-m-play-inner {
  position: relative;
  width: 152px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F0EC51;
  -webkit-clip-path: circle(37% at 50% 50%);
  clip-path: circle(37% at 50% 50%);
  transition: -webkit-clip-path 0.35s ease;
  transition: clip-path 0.35s ease;
  transition: clip-path 0.35s ease, -webkit-clip-path 0.35s ease;
}

.tp-video-button .tp-m-play-inner.campus {
  background-color: var(--tp-common-white);
}

.tp-video-button .tp-m-play-inner>.tp-svg--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tp-video-button .tp-circle-text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tp-video-button .tp-circle-svg {
  transform: rotate(-45deg);
  animation: tp-rotate-video-text 5s linear infinite;
  animation-play-state: paused;
}

/*----------------------------------------*/
/*  8.2 Event css
/*----------------------------------------*/
.tp-event-btn .tp-btn {
  padding: 12px 35px;
}

.tp-event-item {
  padding: 25px 0 27px 0;
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-event-item:first-child {
  border-top: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-event-item:hover .tp-event-arrow a {
  color: var(--tp-theme-primary);
}

.tp-event-list-count {
  color: var(--tp-theme-primary);
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.85;
  margin-bottom: 0;
  letter-spacing: -1.2px;
}

.tp-event-list span {
  font-size: 16px;
  text-transform: uppercase;
}

.tp-event-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 5px;
}

.tp-event-title a:hover {
  color: var(--tp-theme-primary);
}

.tp-event-info span {
  color: var(--tp-grey-2);
  font-size: 15px;
}

.tp-event-info span:not(:first-of-type) {
  margin-left: 11px;
}

.tp-event-info span i {
  font-size: 13px;
  margin-right: 7px;
}

.tp-event-arrow a {
  color: var(--tp-text-body);
}

.tp-event-3-item {
  border-radius: 30px;
  border: 1px solid rgba(17, 22, 29, 0.04);
  box-shadow: 0px 1px 1px 0px rgba(17, 22, 29, 0.08);
  padding: 30px 30px 32px 30px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-3-item {
    padding: 20px 20px 22px 20px;
  }
}

.tp-event-3-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(41, 36, 3, 0.1);
}

.tp-event-3-item:hover .tp-event-3-thumb img {
  transform: scale(1.03);
}

.tp-event-3-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 15px;
}

.tp-event-3-thumb img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tp-event-3-date {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 12px;
  background: var(--tp-theme-3);
  display: inline-block;
  padding: 7px 14px 11px 14px;
  text-align: center;
  width: 54px;
}

.tp-event-3-date span {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.tp-event-3-date p {
  color: var(--tp-common-white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  margin-top: -4px;
}

.tp-event-3-title {
  color: #11161D;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-event-3-title a:hover {
  color: var(--tp-theme-3);
}

.tp-event-3-content span {
  color: var(--tp-grey-2);
  font-size: 15px;
}

.tp-event-3-content span img {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tp-event-4 .row {
  --bs-gutter-x: 40px;
}

@media only screen and (max-width: 767px) {
  .tp-event-4 .row {
    --bs-gutter-x: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-event-4-section {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-event-4-section .tp-section-4-title svg {
    display: none;
  }
}

.tp-event-4-item {
  position: relative;
  z-index: 1;
}

.tp-event-4-item:hover .tp-event-4-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.tp-event-4-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  z-index: -1;
  background-color: #EDEBE5;
  border-radius: 16px;
}

.tp-event-4-box {
  padding: 20px 35px 39px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-4-box {
    padding: 20px 20px;
  }
}

.tp-event-4-thumb {
  display: inline-block;
  margin: 0 auto;
  border-radius: 10px;
}

.tp-event-4-thumb img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-4-thumb img {
    width: 100%;
  }
}

.tp-event-4-content p {
  color: #5F5D59;
  margin-bottom: 4px;
}

.tp-event-4-content span {
  color: #6D6C68;
  display: inline-block;
  margin-bottom: 34px;
}

.tp-event-4-title {
  font-size: 24px;
  font-weight: 600;
}

.tp-event-4-title a {
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-event-4-title a:hover {
  color: var(--tp-theme-primary);
}

.tp-event-4-btn a {
  color: var(--tp-heading-primary);
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  background: #E0DED8;
  padding: 5px 26px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-event-4-btn a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-event-4-all-btn {
    margin-bottom: 30px;
  }
}

.tp-school-4-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 10px;
}

.tp-school-4-bg .grey-bg {
  background-color: var(--tp-grey-1);
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 10px solid #fff;
  overflow: hidden;
}

.tp-school-4-wrap {
  padding-top: 54px;
  padding-bottom: 70px;
  padding-left: 78px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-school-4-wrap {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-school-4-wrap {
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-school-4-wrap {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
}

.tp-school-4-content {
  padding: 80px 80px;
}

.tp-school-4-title {
  color: var(--tp-heading-primary);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 31px;
}

.tp-school-4-title span {
  z-index: 1;
  position: relative;
  color: var(--tp-theme-primary);
}

.tp-school-4-title span svg {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.tp-school-4-title span svg path {
  stroke: #161613;
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

.tp-school-4-list {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .tp-school-4-list {
    margin-bottom: 30px;
  }
}

.tp-school-4-list ul li {
  list-style: none;
  padding-left: 18px;
  color: var(--tp-heading-primary);
  font-size: 20px;
  position: relative;
  margin-bottom: 12px;
}

.tp-school-4-list ul li:last-child {
  margin-bottom: 0;
}

.tp-school-4-list ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: var(--tp-heading-primary);
}

.tp-school-4-btn a {
  position: relative;
  font-size: 18px;
  color: var(--tp-theme-primary);
}

.tp-school-4-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  background: var(--tp-theme-4);
  transition: all 0.3s linear;
}

.tp-school-4-btn a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-school-4-btn a span {
  display: inline-block;
  margin-left: 6px;
}

.tp-school-4-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-school-4-thumb {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .tp-school-4-thumb img {
    width: 100%;
  }
}

.tp-tutor-section-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.tp-tutor-section-title span {
  position: relative;
  color: var(--tp-theme-primary);
}

.tp-tutor-section-title span svg {
  position: absolute;
  bottom: -6px;
  right: 10px;
  z-index: 0;
}

.tp-tutor-item {
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-tutor-item {
    margin-bottom: 60px;
  }
}

.tp-tutor-item.about::before {
  background-color: #F3F4F9;
}

.tp-tutor-item.about .tp-tutor-icon span::before {
  border: 10px solid #FFF;
  background-color: #f3f4f9;
}

.tp-tutor-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 14px;
  background-color: var(--tp-common-white);
  backdrop-filter: blur(5px);
  z-index: -1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-tutor-item:hover::before {
  top: 10px;
  height: calc(100% - 20px);
  box-shadow: 0px 2px 10px 0px rgba(21, 36, 34, 0.1);
}

.tp-tutor-item:hover .tp-tutor-icon span::before {
  height: calc(100% + 12px);
  width: calc(100% + 12px);
}

.tp-tutor-icon {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.tp-tutor-icon span {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 95px;
  width: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
}

.tp-tutor-icon span::before {
  position: absolute;
  border: 10px solid var(--tp-grey-1);
  content: "";
  border-radius: 50%;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-tutor-content {
  padding: 5px 54px 52px 54px;
  margin-top: -8px;
}

.tp-tutor-content p {
  color: #707070;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
}

.tp-tutor-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .tp-event-inner-p {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.tp-event-inner-item {
  border-radius: 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-common-white);
  border: 1px solid rgba(17, 22, 29, 0.06);
  box-shadow: 0px 1px 1px 0px rgba(17, 22, 29, 0.08);
}

.tp-event-inner-item:hover {
  border: 1px solid rgba(3, 31, 66, 0.08);
  box-shadow: 0px 16px 32px -2px rgba(32, 33, 36, 0.1), 0px 8px 16px -2px rgba(32, 33, 36, 0.06);
}

.tp-event-inner-item:hover .tp-event-inner-thumb img {
  transform: scale(1.2);
}

.tp-event-inner-thumb {
  overflow: hidden;
  border-radius: 16px 16px 0px 0;
}

.tp-event-inner-thumb img {
  transition: all 0.4s ease-in-out;
  border-radius: 16px 16px 0px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-event-inner-thumb img {
    width: 100%;
  }
}

.tp-event-inner-content {
  padding: 22px 35px 32px 32px;
}

.tp-event-inner-date {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-grey-6);
  margin-bottom: 5px;
}

.tp-event-inner-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  letter-spacing: -0.52px;
  color: var(--tp-heading-2);
}

.tp-event-inner-title a:hover {
  color: var(--tp-theme-secondary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-inner-title {
    font-size: 24px;
  }
}

.tp-event-inner-location {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 22px;
  color: var(--tp-grey-2);
}

.tp-event-inner-location svg {
  margin-right: 2px;
  transform: translateY(-2px);
}

.tp-event-inner-btn a {
  font-size: 15px;
  font-weight: 500;
  padding: 6px 19px;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  border: 1px solid rgba(117, 124, 142, 0.2);
}

.tp-event-inner-btn a span {
  margin-left: 4px;
  display: inline-block;
  transform: translateY(-2px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-event-inner-btn a:hover {
  background: #5169F1;
  border: 1px solid #5169F1;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25), 0px 0px 1px 0px #1438B5;
}

.tp-event-inner-btn a:hover span {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-inner-btn a {
    padding: 6px 10px;
  }
}

.tp-event-inner-pagination .tp-pagination ul li a {
  border: 1px solid rgba(105, 112, 137, 0.15);
}

.tp-event-details-breadcrumb-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.tp-event-details-breadcrumb-list {
  padding-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-details-breadcrumb-list {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-event-details-breadcrumb-list {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tp-event-details-breadcrumb-content {
    padding-top: 110px;
  }
}

.tp-event-details-breadcrumb-subtitle {
  font-size: 18px;
  font-weight: 600;
  padding: 3px 17px;
  margin-bottom: 15px;
  border-radius: 100px;
  display: inline-block;
  backdrop-filter: blur(5px);
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 20px 0px rgba(6, 12, 20, 0.2);
}

.tp-event-details-breadcrumb-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-event-details-breadcrumb-title {
    font-size: 50px;
  }
}

.tp-event-details-countdown ul li {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  height: 64px;
  width: 74px;
  stroke-width: 1px;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  border: 1px solid #474548;
  fill: rgba(0, 0, 0, 0.06);
  color: var(--tp-common-white);
  stroke: rgba(255, 255, 255, 0.21);
  filter: drop-shadow(0px 20px 20px rgba(6, 12, 20, 0.2));
}

.tp-event-details-countdown ul li:not(:last-of-type) {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .tp-event-details-countdown ul li:not(:last-of-type) {
    margin-right: 15px;
  }
}

.tp-event-details-countdown ul li:not(:last-of-type)::after {
  position: absolute;
  top: 8px;
  content: ":";
  right: -18px;
  opacity: 0.7;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .tp-event-details-countdown ul li:not(:last-of-type)::after {
    right: -15px;
  }
}

.tp-event-details-countdown ul li span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-event-details-wrapper {
  padding-right: 76px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-event-details-wrapper {
    padding-right: 0;
  }
}

.tp-event-details-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.6px;
  color: var(--tp-heading-2);
}

.tp-event-details-about {
  position: relative;
  margin-bottom: 40px;
}

.tp-event-details-about p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 22px;
}

.tp-event-details-about-more {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #3C66F9;
  z-index: 1;
}

.tp-event-details-about-more span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-event-details-about-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-event-details-about-overlay img {
  width: 100%;
}

.tp-event-details-cover {
  margin-bottom: 55px;
}

.tp-event-details-cover ul li {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  list-style: none;
  padding-left: 16px;
  color: var(--tp-text-body);
}

.tp-event-details-cover ul li::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-text-body);
}

.tp-event-details-cover ul li:not(:last-of-type) {
  margin-bottom: 7px;
}

.tp-event-details-teaser-video img {
  width: 100%;
}

.tp-event-details-teaser-video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}

.tp-event-details-box {
  position: sticky;
  top: 120px;
  margin-top: -260px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 70px;
  background-color: var(--tp-common-white);
  filter: drop-shadow(0px 0px 24px rgba(3, 31, 66, 0.1));
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-details-box {
    margin-top: -200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-event-details-box {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.tp-event-details-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-heading-2);
}

.tp-event-details-details {
  padding: 25px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-details-details {
    padding: 25px 10px;
  }
}

.tp-event-details-list:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-event-details-list h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-grey-6);
}

.tp-event-details-list h5 span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

.tp-event-details-list span {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-grey-6);
}

.tp-event-details-ticket {
  padding: 25px 20px;
  border-radius: 6px;
  background-color: #F3F4F9;
}

.tp-event-details-ticket-plus {
  box-shadow: 0px 1px 2px 0px rgba(18, 20, 32, 0.2);
}

.tp-event-details-ticket-box {
  border-radius: 6px;
  padding: 20px 15px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(18, 20, 32, 0.2);
}

.tp-event-details-ticket-box p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
}

.tp-event-details-ticket-box p span {
  color: #5169F1;
  font-weight: 600;
}

.tp-event-details-plus {
  position: relative;
}

.tp-event-details-plus span:hover {
  color: var(--tp-dashboard-primary);
}

.tp-event-details-price {
  margin-bottom: 30px;
}

.tp-event-details-price-Quantity {
  margin-bottom: 8px;
}

.tp-event-details-price-Quantity p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: var(--tp-grey-6);
}

.tp-event-details-price-Quantity span {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-heading-2);
}

.tp-event-details-social a:not(:last-of-type) {
  margin-right: 22px;
}

.tp-event-details-social a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-event-details-item {
  border-radius: 16px;
  padding: 30px;
  background: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-event-details-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 20px 30px 0px rgba(22, 18, 3, 0.1);
}

.tp-event-details-item-thumb {
  margin-bottom: 20px;
}

.tp-event-details-item-thumb img {
  border-radius: 50%;
}

.tp-event-details-item-content p {
  font-size: 15px;
}

.tp-event-details-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--tp-heading-2);
}

.tp-event-details-item-title a:hover {
  color: var(--tp-theme-secondary);
}

.tp-event-details-item-title.color-9 a:hover {
  color: var(--tp-theme-9);
}

.tp-event-details-item-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 15px;
  color: #4F5158;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-event-details-item-social a:not(:last-of-type) {
  margin-right: 5px;
}

.tp-event-details-item-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-7);
}

/*----------------------------------------*/
/*  8.3 Category css
/*----------------------------------------*/
.tp-category-item {
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.1);
  padding: 23px 23px 15px 23px;
  display: block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-common-white);
}

.tp-category-item:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 115, 232, 0.5);
}

.tp-category-item:hover .tp-category-title {
  color: var(--tp-theme-secondary);
}

.tp-category-icon {
  margin-bottom: 40px;
}

.tp-category-icon span {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
}

.tp-category-icon span img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-category-title {
  color: #031F42;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}

.tp-category-content span {
  color: #85878C;
  font-size: 16px;
  font-weight: 300;
}

.tp-category-banner-bg {
  padding: 25px 30px 25px 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -6px;
  margin-right: -6px;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .tp-category-banner-bg {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .tp-category-banner-content {
    margin-bottom: 10px;
  }
}

.tp-category-banner-btn {
  flex: 0 0 auto;
  position: relative;
}

.tp-category-banner-shape {
  flex: 0 0 auto;
  margin-right: 30px;
}

.tp-category-banner-title {
  color: var(--tp-heading-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

.tp-category-banner-text span {
  color: var(--tp-theme-secondary);
  font-size: 16px;
  margin-bottom: 0;
}

span.cat-purple {
  background: linear-gradient(270deg, rgba(157, 97, 237, 0.14) 0%, rgba(157, 97, 237, 0.01) 100%);
}

span.cat-green {
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(63, 192, 187, 0.14) 0%, rgba(63, 192, 187, 0.01) 100%);
}

span.cat-blue {
  background: linear-gradient(270deg, rgba(78, 177, 255, 0.14) 0%, rgba(78, 177, 255, 0.01) 100%);
}

span.cat-pink {
  background: linear-gradient(270deg, rgba(87, 203, 198, 0.14) 0%, rgba(255, 106, 165, 0.14) 0.01%, rgba(255, 106, 165, 0.01) 100%);
}

span.cat-l-purple {
  background: linear-gradient(270deg, rgba(104, 122, 246, 0.14) 0%, rgba(104, 122, 246, 0.01) 100%);
}

span.cat-yellow {
  background: linear-gradient(270deg, rgba(255, 143, 52, 0.14) 0%, rgba(255, 143, 52, 0.01) 100%);
}

span.cat-lgreen {
  background: linear-gradient(270deg, rgba(113, 202, 74, 0.14) 0%, rgba(113, 202, 74, 0.01) 100%);
}

.tp-category-5-item {
  position: relative;
  z-index: 1;
}

.tp-category-5-item:hover .tp-category-5-hover {
  transform: rotate(-6deg);
}

.tp-category-5-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-5);
  z-index: -1;
  border-radius: 14px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-category-5-thumb {
  border-radius: 10px;
  overflow: hidden;
}

.tp-category-5-thumb img {
  border-radius: 10px;
  width: 100%;
  border-radius: 14px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-category-5-thumb img:hover {
  transform: scale(1.04);
}

.tp-category-5-title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  transform: translateY(50%);
}

.tp-category-5-title a {
  border-radius: 10px;
  display: inline-block;
  padding: 14px 20px 15px;
  background-color: var(--tp-common-white);
  box-shadow: 0 16px 12px 2px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-category-6-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-category-6-banner {
  position: relative;
  background-color: #E0E0FA;
}

.tp-category-6-banner-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.tp-category-6-banner .tp-category-banner-text span {
  color: var(--tp-theme-9);
}

.tp-category-6-heading .tp-section-3-title {
  font-weight: 700;
  letter-spacing: -2px;
  font-family: var(--tp-ff-manrope);
}

.tp-category-6-heading .tp-section-3-title .tp-underline-shape-5 {
  left: 0;
}

.tp-category-6-item {
  border-radius: 20px;
  padding: 10px 10px 20px;
  border: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-category-6-item:hover .tp-category-6-item-thumb img {
  transform: scale(1.1, 1.1);
}

.tp-category-6-item-thumb {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}

.tp-category-6-item-thumb img {
  width: 100%;
  border-radius: 14px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-category-6-item-content span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #75777C;
}

.tp-category-6-item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

.tp-category-6-item-title a:hover {
  color: var(--tp-theme-9);
}

/*----------------------------------------*/
/*  8.4 Funfact css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-funfact-item {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-item {
    margin-bottom: 30px;
  }
}

.tp-funfact-item-2 {
  margin-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-funfact-item-2 {
    margin-left: 0px;
  }
}

.tp-funfact-item-3 {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-item-3 {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-funfact-item-3 {
    margin-left: 0px;
  }
}

.tp-funfact-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-funfact-bg {
    padding-bottom: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-bg {
    padding-bottom: 4px;
  }
}

.tp-funfact-icon {
  flex: 0 0 auto;
  margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-icon {
    margin-right: 10px;
  }
}

.tp-funfact-title {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.tp-funfact-content span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.tp-funfact-6-ptb {
  padding: 39px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--tp-theme-9);
}

.tp-funfact-7-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid #E9E9F0;
}

@media only screen and (max-width: 767px) {
  .tp-funfact-7-wrapper .row [class*=col-]:not(:last-child) {
    border: none;
  }
}

.tp-funfact-7-item {
  padding: 45px 0 40px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-funfact-7-item:hover {
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 20px 0px rgba(5, 5, 39, 0.1);
}

.tp-funfact-7-item-icon {
  margin-bottom: 25px;
}

.tp-funfact-7-item-content span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}

.tp-funfact-7-item-content p {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(3, 31, 66, 0.8);
  font-family: var(--tp-ff-manrope);
}

/*----------------------------------------*/
/*  8.5 Course css
/*----------------------------------------*/
.tp-course-item {
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08);
  padding: 15px 15px 23px 15px;
  background-color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}

.tp-course-item:hover .tp-course-btn {
  transform: translateY(-30px);
}

.tp-course-item:hover .tp-course-content {
  transform: translateY(-60px);
}

.tp-course-content {
  position: relative;
  overflow: hidden;
  padding: 20px 15px 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-common-white);
}

.tp-course-teacher {
  display: flex;
  padding: 0 19px;
  align-items: center;
  justify-content: space-between;
}

.tp-course-teacher img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.tp-course-teacher span {
  font-size: 15px;
  display: inline-block;
}

.tp-course-teacher .discount {
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
  padding: 0 9px;
}

.tp-course-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.tp-course-thumb img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.tp-course-thumb.sidebar img {
  height: 100%;
}

.tp-course-tag span {
  display: inline-block;
  border-radius: 3px;
  background: rgba(23, 162, 184, 0.08);
  color: #17A2B8;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1;
}

.tp-course-meta {
  margin-bottom: 9px;
}

.tp-course-meta span {
  color: #94928e;
}

.tp-course-meta span:not(:last-of-type) {
  margin-right: 16px;
}

.tp-course-meta span span {
  color: #94928E;
  font-size: 18px;
  display: inline-block;
  margin-right: 1px;
}

.tp-course-meta span span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-course-title {
  color: var(--tp-heading-2);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 17px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-course-title a:hover {
  color: var(--tp-dashboard-secondary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-title a br {
    display: none;
  }
}

.tp-course-title.color a:hover {
  color: var(--tp-theme-9);
}

.tp-course-rating-star p {
  margin-bottom: 0;
  color: var(--tp-heading-2);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.tp-course-rating-star p span {
  font-size: 18px;
  font-weight: 300;
}

.tp-course-rating-icon i {
  font-size: 13px;
  color: #FFB21D;
}

.tp-course-pricing del {
  display: block;
  color: #94928E;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -1px;
}

.tp-course-pricing span {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-dashboard-secondary);
}

.tp-course-pricing.home-2 span {
  color: var(--tp-theme-secondary);
}

.tp-course-pricing.color-9 span {
  color: var(--tp-theme-9);
}

.tp-course-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 34px;
  text-align: center;
  transform: translateY(50px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-btn a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
}

.tp-course-btn a:hover {
  background-color: var(--tp-heading-2);
}

.tp-course-btn.home-2 a {
  background-color: var(--tp-theme-secondary);
}

.tp-course-btn.home-2 a:hover {
  background-color: var(--tp-heading-primary);
}

.tp-course-btn.color-9 a {
  background-color: var(--tp-theme-9);
}

.tp-course-btn.color-9 a:hover {
  background-color: var(--tp-heading-primary);
}

.tp-course-tab .nav-link {
  position: relative;
  color: #A0A2A4;
  font-size: 20px;
  line-height: 20px;
  padding: 11px 10px;
  margin: 0 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-tab .nav-link {
    font-size: 17px;
    padding: 10px 6px;
    margin: 0 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-tab .nav-link {
    margin: 0 0;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-course-tab .nav-link {
    font-size: 16px;
  }
}

.tp-course-tab .nav-link span {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: scale(0);
}

.tp-course-tab .nav-link.active {
  color: #031F42;
}

.tp-course-tab .nav-link.active span {
  opacity: 1;
  transform: scale(1);
}

.tp-course-4-item {
  border-radius: 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 20px 20px 20px 20px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-course-4-item {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-4-item {
    margin-bottom: 30px;
  }
}

.tp-course-4-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(10, 29, 58, 0.1);
}

.tp-course-4-thumb {
  width: 220px;
  object-fit: cover;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-course-4-thumb {
    width: 100%;
  }
}

.tp-course-4-thumb img {
  height: 100%;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.tp-course-4-content {
  padding: 24px 8px 24px 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-course-4-content {
    width: 100%;
    padding: 24px 0px 24px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-4-content {
    width: 100%;
    padding: 24px 5px 24px 15px;
  }
}

.tp-course-4-content p {
  color: #5F5D59;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}

.tp-course-4-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tp-course-4-title a:hover {
  color: var(--tp-theme-primary);
}

.tp-course-4-rating {
  margin-bottom: 8px;
}

.tp-course-4-rating i {
  color: #FFA41D;
}

.tp-course-4-rating span {
  color: #6D6C68;
  font-size: 18px;
  display: inset-block;
  margin-left: 4px;
}

.tp-course-4-info {
  margin-bottom: 18px;
}

.tp-course-4-info-item>span {
  display: inline-block;
  margin-right: 18px;
  color: #6D6C68;
  font-size: 18px;
}

.tp-course-4-info-item>span>span {
  display: inline-block;
  margin-right: 1px;
}

.tp-course-4-avatar {
  border-top: 1px solid #F1EFE9;
  padding-top: 20px;
}

.tp-course-4-avatar-thumb img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.tp-course-4-avatar-text {
  display: inline-block;
  margin-left: 10px;
}

.tp-course-4-avatar-text a {
  color: var(--tp-heading-primary);
  font-size: 15px;
}

.tp-course-4-avatar-text span {
  color: #6D6C68;
  font-size: 15px;
}

.tp-course-4-ammount {
  flex: 0 0 auto;
}

.tp-course-4-ammount span {
  color: var(--tp-heading-primary);
  font-size: 22px;
  font-weight: 500;
}

.tp-course-5-position .row .col-lg-4:nth-child(3n+2) {
  margin-top: -50px;
}

@media only screen and (max-width: 767px) {
  .tp-course-5-position .row .col-lg-4:nth-child(3n+2) {
    margin-top: 0;
  }
}

.tp-course-5-item {
  position: relative;
  z-index: 1;
}

.tp-course-5-item:hover .tp-course-5-hover {
  transform: rotate(-4deg);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .tp-course-5-item:hover .tp-course-5-hover {
    transform: rotate(-3deg);
  }
}

.tp-course-5-item:hover .tp-course-5-content {
  box-shadow: none;
}

.tp-course-5-hover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: var(--tp-theme-5);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
}

.tp-course-5-thumb {
  position: relative;
}

.tp-course-5-thumb img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.tp-course-5-price {
  position: absolute;
  top: 16px;
  right: 16px;
}

.tp-course-5-price span {
  background-color: var(--tp-theme-5);
  display: inline-block;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--tp-heading-primary);
  font-size: 22px;
  font-weight: 600;
}

.tp-course-5-price span.free {
  background-color: #9CE28A;
}

.tp-course-5-content {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #E7EBEB;
  background: var(--tp-common-white);
  padding: 30px 30px 35px 33px;
  box-shadow: 0px 60px 44px -50px rgba(177, 177, 177, 0.2);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-5-avatar {
  margin-bottom: 12px;
}

.tp-course-5-avatar span {
  flex: 0 0 auto;
  margin-right: 9px;
}

.tp-course-5-avatar span img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.tp-course-5-avatar-title {
  color: var(--tp-text-body);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.tp-course-5-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}

.tp-course-5-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#161613, #161613), linear-gradient(#161613, #161613);
}

.tp-course-5-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-course-5-btn {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-6-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-6-heading {
    margin-bottom: 30px;
  }
}

a .course-pink {
  background-color: #EEBED3;
}

a .course-lightblue {
  background-color: #7FD6C2;
}

a .course-sky {
  background-color: #AAC4FA;
}

.tp-course-details-wrapper {
  padding-right: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-wrapper {
    padding-right: 0;
  }
}

.tp-course-details-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}

.tp-course-details-heading p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-heading p {
    margin-bottom: 25px;
  }
}

.tp-course-details-thumb {
  margin-bottom: 40px;
}

.tp-course-details-thumb img {
  border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-thumb img {
    width: 100%;
  }
}

.tp-course-details-list {
  margin-bottom: 26px;
}

.tp-course-details-list ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}

.tp-course-details-list ul li span {
  margin-right: 10px;
}

.tp-course-details-box {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-box {
    margin-top: 30px;
  }
}

.tp-course-details-box span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
  color: #3E4047;
  letter-spacing: -0.36px;
}

.tp-course-details-table {
  border-radius: 10px;
  fill: var(--tp-common-white);
  box-shadow: 0px 2px 3px 0px rgba(48, 54, 81, 0.1) inset;
  filter: drop-shadow(0px 2px 2px rgba(48, 54, 81, 0.08));
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-table {
    overflow-x: scroll;
  }
}

.tp-course-details-table-head {
  background: var(--tp-theme-4);
  border-radius: 10px 10px 0px 0px;
}

.tp-course-details-table ul li {
  padding: 16px 30px;
  list-style: none;
}

.tp-course-details-table ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-course-details-table ul li:last-child {
  padding: 26px 30px !important;
  border-radius: 0px 0px 10px 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-table ul li {
    width: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-social {
    margin-bottom: 30px;
  }
}

.tp-course-details-social a {
  display: inline-block;
  padding: 1px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  border-radius: 4px;
  margin-right: 4px;
  color: var(--tp-common-white);
  background-color: #1877F2;
}

.tp-course-details-social a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-course-details-social a.black {
  background-color: var(--tp-heading-primary);
}

.tp-course-details-social a.sky {
  background-color: #069;
}

.tp-course-table-row {
  display: flex;
  align-items: center;
}

.tp-course-table-inner {
  padding: 22px 30px !important;
  background-color: var(--tp-common-white);
}

.tp-course-id {
  width: 150px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-id {
    width: 130px;
  }
}

.tp-course-sub {
  width: 365px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-sub {
    width: 330px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-sub {
    width: 370px;
  }
}

.tp-course-type {
  width: 130px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-type {
    width: 115px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-type {
    width: 150px;
  }
}

.tp-course-credits {
  width: 95px;
  flex: 0 0 auto;
  margin-left: 10px;
}

.tp-table-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--tp-common-white);
}

.tp-table-inner {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #3E4047;
}

.tp-course-requrement-wrapper {
  padding-right: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-requrement-wrapper {
    padding-right: 0;
  }
}

.tp-course-requrement-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}

.tp-course-requrement-heading p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
  color: var(--tp-heading-primary);
}

.tp-course-requrement-bulet {
  margin-bottom: 35px;
}

.tp-course-requrement-bulet-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.36px;
  color: var(--tp-heading-primary);
}

.tp-course-requrement-bulet p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: var(--tp-heading-primary);
}

.tp-course-requrement-bulet-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-primary);
}

.tp-course-requrement-bulet-content p span {
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-1px);
}

.tp-course-requrement-widget-content {
  border-radius: 10px;
  padding: 36px 30px;
  background: var(--tp-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-content {
    padding: 35px 26px;
  }
}

.tp-course-requrement-widget-content a {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
}

.tp-course-requrement-widget-content a:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(22, 22, 19, 0.2);
}

.tp-course-requrement-widget-content a:hover {
  color: var(--tp-red-3);
}

.tp-course-requrement-widget-btn .btn-1 {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 8px;
  background: transparent;
  color: var(--tp-heading-primary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-course-requrement-widget-btn .btn-1:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
}

.tp-course-requrement-widget-btn .btn-2 {
  background-color: var(--tp-theme-4);
}

.tp-course-requrement-widget-contact {
  padding: 36px 30px;
  border-radius: 10px;
  background: #164951;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-contact {
    padding: 35px 20px;
  }
}

.tp-course-requrement-widget-contact-title {
  color: #FFF7F1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
}

.tp-course-requrement-widget-contact p {
  color: #FFF7F1;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.tp-course-requrement-widget-contact a {
  display: block;
  color: #FFF7F1;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.tp-course-requrement-widget-contact a:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-course-requrement-widget-contact a span {
  margin-right: 10px;
}

.tp-course-requrement-widget-faq {
  padding: 30px 30px 0;
  border-radius: 10px;
  background: rgba(176, 165, 131, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-faq {
    padding: 30px 20px 0;
  }
}

.tp-course-requrement-widget-faq-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  margin-bottom: 12px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-requrement-widget-faq-title {
    font-size: 25px;
  }
}

.tp-course-requrement-widget-faq p {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-heading-primary);
}

.tp-course-requrement-widget-faq p a {
  color: var(--tp-theme-4);
  text-decoration-line: underline;
}

.tp-course-requrement-widget-faq-thumb {
  text-align: end;
}

.tp-course-requrement-widget-faq-thumb img {
  filter: saturate(0);
}

.tp-apply-process-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 70px;
  letter-spacing: -0.88px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-process-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-process-title {
    font-size: 36px;
  }
}

.tp-apply-process-box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #D9D9D9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-process-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.tp-apply-process-box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #31312E;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-process-box p br {
    display: none;
  }
}

.tp-apply-process-box p a {
  text-decoration: underline;
  color: var(--tp-theme-4);
}

.tp-apply-process-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--tp-heading-primary);
}

.tp-apply-process-subtitle span {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-theme-4);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
  border: 2px solid #B1040E;
}

.tp-apply-requirement-bg {
  background-color: #EFEDE7;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-requirement-box {
    margin-bottom: 30px;
  }
}

.tp-apply-requirement-box .tp-apply-process-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-requirement-box .tp-apply-process-title {
    margin-bottom: 30px;
  }
}

.tp-apply-requirement-box span {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: var(--tp-heading-primary);
}

.tp-apply-requirement-bullet p {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}

.tp-apply-requirement-bullet p span {
  position: absolute;
  top: 0;
  left: -25px;
}

.tp-apply-dedline-box {
  padding: 40px 34px;
  border-radius: 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-apply-dedline-box {
    padding: 30px 20px;
  }
}

.tp-apply-dedline-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E8F0;
}

.tp-apply-dedline-wrap.b-none {
  border: none;
}

.tp-apply-dedline-wrap-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: -0.52px;
  color: var(--tp-heading-primary);
}

.tp-apply-dedline-content span {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  letter-spacing: 0.44px;
  color: var(--tp-theme-4);
  text-transform: uppercase;
}

.tp-apply-dedline-content p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  color: var(--tp-heading-primary);
}

.tp-apply-dedline-date p {
  color: #57595F;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-apply-thumb-area {
    padding-bottom: 60px;
  }
}

.tp-apply-thumb img {
  border-radius: 10px;
  width: 100%;
}

.tp-apply-btn .tp-btn {
  border-radius: 6px;
  font-size: 16px;
  padding: 6px 22px;
  color: var(--tp-heading-primary);
  background: transparent;
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-apply-btn .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-red-2);
}

.tp-tution-wrapper .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  fill: var(--tp-common-white);
  filter: drop-shadow(0px 1px 1px rgba(3, 11, 30, 0.14)) drop-shadow(0px 1px 2px rgba(3, 11, 30, 0.06));
}

.tp-tution-wrapper .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 600;
  border-radius: 6px;
  padding: 24px 30px;
  letter-spacing: -0.48px;
  color: var(--tp-theme-4);
}

@media only screen and (max-width: 767px) {
  .tp-tution-wrapper .accordion-item .accordion-button {
    font-size: 22px;
  }
}

.tp-tution-wrapper .accordion-item .accordion-button span {
  margin-right: 16px;
  display: inline-block;
  transform: translateY(-3px);
}

.tp-tution-wrapper .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.tp-tution-wrapper .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}

.tp-tution-wrapper .accordion-item .accordion-button::after {
  margin-top: 10px;
  background-image: url(../images/arrow-dwon.svg);
}

.tp-tution-wrapper .accordion-item .accordion-body {
  padding: 35px 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-tution-wrapper .accordion-item .accordion-body {
    padding: 25px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-tution-table {
    overflow-x: scroll;
  }
}

.tp-tution-table-head {
  border-radius: 6px;
  background: #FFE4E6;
}

.tp-tution-table ul li {
  padding: 22px 30px;
  list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-tution-table ul li {
    width: 1000px;
  }
}

.tp-tution-table-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-primary);
}

.tp-tution-table-inner {
  border-bottom: 1px solid rgba(22, 22, 19, 0.08);
}

.tp-tution-table-inner.none {
  border: none;
}

.tp-tution-main-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -0.4px;
  color: var(--tp-heading-primary);
}

.tp-tution-inner {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #3e3e3a;
}

.tp-tution-id {
  width: 410px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tution-id {
    width: 250px;
  }
}

.tp-tution-sub {
  width: 410px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tution-sub {
    width: 375px;
  }
}

.tp-tution-type {
  width: 80px;
  flex: 0 0 auto;
}

.tp-dates-box {
  border-radius: 6px;
  padding: 25px 30px;
  background-color: var(--tp-common-white);
  filter: drop-shadow(0px 1px 1px rgba(3, 11, 30, 0.14)) drop-shadow(0px 1px 2px rgba(3, 11, 30, 0.06));
}

.tp-dates-table ul {
  padding: 0 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-dates-table ul {
    padding: 0;
  }
}

.tp-dates-title {
  font-size: 24px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 50px;
  letter-spacing: -0.48px;
  color: var(--tp-theme-4);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-dates-title {
    margin-bottom: 30px;
  }
}

.tp-dates-title span {
  margin-right: 16px;
  display: inline-block;
  transform: translateY(-3px);
}

.tp-dates-month {
  width: 510px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-dates-month {
    width: 430px;
  }
}

.tp-dates-date {
  width: 510px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-dates-date {
    width: 430px;
  }
}

.tp-course-categories-item {
  display: block;
  border-radius: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 30px 30px 20px 30px;
  border: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-course-categories-item:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 115, 232, 0.5);
}

.tp-course-categories-item p {
  font-weight: 400;
  font-size: 18px;
  color: #85878c;
  margin-bottom: 0;
}

.tp-course-categories-icon span {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  background-color: #a3d6c2;
}

.tp-course-categories-icon span.color-1 {
  background: #e4cd9f;
}

.tp-course-categories-icon span.color-2 {
  background: #e8cec3;
}

.tp-course-categories-icon span.color-3 {
  background: #e1d5f4;
}

.tp-course-categories-icon span.color-4 {
  background: #d1c5de;
}

.tp-course-categories-icon span.color-5 {
  background: #ccd9b8;
}

.tp-course-categories-icon span.color-6 {
  background: #c2dedd;
}

.tp-course-categories-icon span.color-7 {
  background: #d6c0a3;
}

.tp-course-categories-icon span.color-8 {
  background: #d6d2a3;
}

.tp-course-categories-icon span.color-9 {
  background: #a3a7d6;
}

.tp-course-categories-icon span.color-10 {
  background: #e0bfc9;
}

.tp-course-categories-icon span.color-11 {
  background: #d3d3d3;
}

.tp-course-categories-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-heading-2);
}

.tp-course-banner-shape .shape-1 {
  position: absolute;
  bottom: 0;
  left: 418px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-course-banner-shape .shape-1 {
    left: 210px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-course-banner-shape .shape-1 {
    left: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-banner-shape .shape-1 {
    left: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-banner-shape .shape-1 {
    left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-banner-shape .shape-1 {
    display: none;
  }
}

.tp-course-banner-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 108px;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}

.tp-course-banner-heading {
  margin-left: -25px;
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-banner-heading {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-banner-heading {
    margin-left: 0;
  }
}

.tp-course-banner-heading p {
  font-size: 17px;
  font-weight: 300;
  color: #4f5158;
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-banner-heading p {
    margin-bottom: 15px;
  }
}

.tp-course-banner-heading .tp-footer-inner-input input {
  height: 60px;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}

.tp-course-banner-heading .tp-footer-inner-input .tp-btn-inner {
  border-radius: 100px;
}

.tp-course-banner-title {
  font-size: 54px;
  font-weight: 600;
  color: var(--tp-heading-2);
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-banner-title {
    font-size: 42px;
  }
}

.tp-course-filter-space {
  padding-top: 150px;
  padding-bottom: 350px;
}

@media only screen and (max-width: 767px) {
  .tp-course-filter-space {
    padding-bottom: 390px;
  }
}

.tp-course-filter-bg {
  background: linear-gradient(180deg, #d5ddff 0%, #e8d5ff 100%);
}

@media only screen and (max-width: 767px) {
  .tp-course-filter-top-left {
    flex-wrap: wrap;
  }
}

.tp-course-filter-top-result p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
}

.tp-course-filter-top-tab {
  height: 44px;
  border-radius: 100px;
  padding: 5px 6px 6px 6px;
  margin-right: 15px;
  background: rgba(10, 26, 47, 0.03);
  border: 1px solid rgba(10, 26, 47, 0.08);
}

.tp-course-filter-top-tab ul .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #43444a;
  display: block;
  width: 90px;
  padding: 3px;
}

.tp-course-filter-top-tab ul .nav-item .nav-link svg {
  margin-right: 5px;
  transform: translateY(-3px);
}

.tp-course-filter-top-tab ul .nav-item .nav-link.active {
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}

.tp-course-filter-top-right-search {
  position: relative;
  margin-right: 12px;
}

.tp-course-filter-top-right-search input {
  border: none;
  height: 44px;
  width: 300px;
  border-radius: 100px;
  padding: 0 40px 0 25px;
  border: 1px solid #e6e8f0;
}

.tp-course-filter-top-right-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-course-filter-top-right-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-course-filter-top-right-search input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-course-filter-top-right-search input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-course-filter-top-right-search input::placeholder {
  /* MODERN BROWSER */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}

.tp-course-filter-top-right-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}

.tp-course-filter-top-right-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.tp-course-filter-btn .tp-filter-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 34px;
  border-radius: 100px;
  border: 1px solid #e6e8f0;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-filter-btn .tp-filter-btn svg {
  margin-right: 5px;
  transform: translateY(-1px);
}

.tp-course-filter-btn .tp-filter-btn:hover {
  background-color: rgba(81, 105, 241, 0.06);
}

.tp-course-filter-item {
  border-radius: 14px;
  padding: 15px 15px 23px 15px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-filter-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 20px 0px rgba(22, 18, 3, 0.1);
}

.tp-course-filter-item:hover .tp-course-filter-thumb img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-filter-item {
    flex-wrap: wrap;
  }
}

.tp-course-filter-content {
  width: 100%;
  padding: 20px 20px 0px 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-filter-content {
    padding: 20px 20px 0px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-course-filter-content {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-course-filter-content {
    padding: 15px 0 0 0;
  }
}

.tp-course-filter-tag .tag-span {
  display: inline-block;
  border-radius: 3px;
  background: rgba(23, 162, 184, 0.08);
  color: #17A2B8;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 13px;
  line-height: 1;
  margin-right: 5px;
}

.tp-course-filter-tag .discount {
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 9px;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
}

.tp-course-filter-meta {
  margin-bottom: 10px;
}

.tp-course-filter-meta span {
  font-weight: 400;
  font-size: 15px;
  padding-right: 15px;
  color: var(--tp-text-body);
}

.tp-course-filter-meta span:nth-child(1) {
  margin-right: 20px;
  border-right: 1px solid #d9d9d9;
}

.tp-course-filter-meta span:not(:first-child) {
  color: #6C7275;
}

.tp-course-filter-meta span svg {
  margin-right: 2px;
  display: inline-block;
  transform: translateY(-1px);
}

.tp-course-filter-meta span img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.tp-course-filter-p p {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-filter-p p {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-filter-p p br {
    display: none;
  }
}

.tp-course-filter-title {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--tp-heading-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-filter-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-filter-title {
    font-size: 26px;
  }
}

.tp-course-filter-title a:hover {
  color: var(--tp-theme-secondary);
}

.tp-course-filter-title.color a:hover {
  color: var(--tp-theme-9);
}

.tp-course-filter-thumb {
  width: 440px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-filter-thumb {
    width: 100%;
  }
}

.tp-course-filter-thumb img {
  width: 440px;
  height: 310px;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-filter-thumb img {
    height: auto;
    width: 100%;
  }
}

.tp-course-filter-pricing span {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-dashboard-secondary);
}

.tp-course-filter-pricing del {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #94928E;
  margin-bottom: -1px;
}

.tp-course-filter-btn a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 40px 9px;
  color: var(--tp-grey-6);
  border: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-course-filter-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tp-course-filter-btn.color a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-9);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tp-course-filter-select .nice-select {
  font-size: 16px;
  height: 44px;
  width: 200px;
  line-height: 44px;
  border-radius: 100px;
  color: #65676a;
  border: 1px solid #E6E8F0;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}

.tp-course-filter-select .nice-select::after {
  color: #686A6D;
  right: 25px;
}

.tp-course-filter-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}

.tp-course-filter-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}

.tp-course-filter-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}

.tp-course-grid-wrap {
  margin-bottom: 30px;
}

.tp-course-grid-box {
  margin-bottom: 35px;
}

.tp-course-grid-box .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  margin-right: 6px;
  padding: 6px 24px 8px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  background: var(--tp-common-white);
  border: 1px solid #e6e8f0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-grid-box .nav-item .nav-link {
    margin-bottom: 10px;
  }
}

.tp-course-grid-box .nav-item .nav-link.active {
  border-color: transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

.tp-course-grid-box .nav-item .nav-link:hover {
  border-color: transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

.tp-course-grid-categories {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-categories {
    flex-wrap: wrap;
  }
}

.tp-course-grid-select {
  margin-right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-select {
    margin-bottom: 20px;
  }
}

.tp-course-grid-select p {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #73757b;
  margin-bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-select p {
    display: block;
  }
}

.tp-course-grid-select .nice-select {
  width: 282px;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  color: #65676a;
  font-weight: 400;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.06);
}

.tp-course-grid-select .nice-select::after {
  right: 20px;
  color: #65676a;
}

.tp-course-grid-select .nice-select:focus {
  border-color: transparent;
}

.tp-course-grid-select .nice-select .list {
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}

.tp-course-grid-select .nice-select .option {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}

.tp-course-grid-select .nice-select .option:hover {
  color: #4A4E68;
  background-color: #F4F5FA;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-grid-select .nice-select {
    width: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-course-grid-select .nice-select {
    width: 215px;
  }
}

.tp-course-grid-item {
  padding: 15px;
  border-radius: 14px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-course-grid-item {
    flex-wrap: wrap;
  }
}

.tp-course-grid-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  color: var(--tp-heading-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-title br {
    display: none;
  }
}

.tp-course-grid-title a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-course-grid-title.color-9 a:hover {
  color: var(--tp-theme-9);
}

.tp-course-grid-teacher {
  margin-bottom: 25px;
  padding: 0 0px 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-grid-thumb {
    width: 100%;
  }
}

.tp-course-grid-thumb img {
  height: 320px;
  width: 230px;
  border-radius: 8px;
  object-fit: contain;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-thumb img {
    width: 100%;
    height: 100%;
  }
}

.tp-course-grid-content {
  padding: 25px 23px 0px 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-grid-content {
    padding: 85px 30px 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-course-grid-content {
    padding: 25px 0px 10px 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-sidebar-left {
    flex-wrap: wrap;
  }
}

.tp-course-grid-sidebar-search input {
  font-size: 15px;
  width: 250px;
  height: 44px;
  color: #686A6D;
  border-radius: 6px;
  padding-right: 50px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-course-grid-sidebar-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-course-grid-sidebar-search input::placeholder {
  font-size: 15px;
  color: #686A6D;
}

.tp-course-grid-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.tp-course-grid-sidebar-tab {
  margin-right: 10px;
}

.tp-course-grid-sidebar-tab .nav .nav-item .nav-link {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-course-grid-sidebar-tab .nav .nav-item .nav-link svg {
  color: #818487;
}

.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active {
  border: 1px solid #010f1c;
}

.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active svg {
  color: #010f1c;
}

.tp-course-grid-sidebar-select {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-grid-sidebar-select {
    margin-top: 20px;
  }
}

.tp-course-grid-sidebar-select .nice-select {
  height: 44px;
  line-height: 40px;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-course-grid-sidebar-select .nice-select p {
  color: #43444a;
}

.tp-course-grid-sidebar-select .nice-select:focus {
  border: 1px solid #e6e8f0;
}

.tp-course-list-thumb {
  width: 370px;
  height: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-list-thumb {
    width: 100%;
    height: auto;
  }
}

.tp-course-list-thumb img {
  width: 370px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-list-thumb img {
    height: 100%;
    width: 100%;
  }
}

.tp-course-list-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}

.tp-course-list-title a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-course-list-p p {
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-filter-mt {
  position: relative;
}

.tp-filter-mt-2 {
  position: relative;
}

.tp-filter-dropdown-wrapper {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 45px 10px;
  padding-right: 75px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  border-radius: 14px;
  background: var(--tp-common-white);
  box-shadow: 0 12px 20px 0 rgba(3, 11, 30, 0.14);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-filter-dropdown-wrapper {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-filter-dropdown-wrapper {
    top: 115px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-filter-dropdown-wrapper {
    top: 115px;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-filter-dropdown-wrapper {
    top: 165px;
    padding: 20px;
  }
}

.tp-filter-dropdown-wrapper.filter-dropdown-opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.tp-filter-dropdown-wrapper-2 {
  width: 100%;
  padding: 40px 45px 10px;
  padding-right: 75px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6e8f0;
  transform: none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  position: initial;
  transition: initial;
}

.tp-filter-widget-title {
  font-size: 17px;
  font-weight: 500;
  color: #4f5158;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-filter-widget-content {
  margin-bottom: 30px;
}

.tp-filter-widget-radio ul li {
  list-style: none;
}

.tp-filter-widget-radio ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.tp-filter-widget-radio ul li .form-check-input[type=radio] {
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin-right: 6px;
  transform: translateY(0);
}

.tp-filter-widget-radio ul li .form-check-input[type=radio]:checked+label {
  color: var(--tp-dashboard-primary);
}

.tp-filter-widget-radio ul li .form-check-input:checked {
  background-color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}

.tp-filter-widget-radio ul li .form-check-label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  cursor: pointer;
}

.tp-filter-widget-checkbox {
  height: 240px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}

.tp-filter-widget-checkbox ul li {
  list-style: none;
}

.tp-filter-widget-checkbox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.tp-filter-widget-checkbox ul li input {
  display: none;
}

.tp-filter-widget-checkbox ul li input:checked~label::after {
  background-color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}

.tp-filter-widget-checkbox ul li input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-filter-widget-checkbox ul li label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-filter-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-filter-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../images/check_1.svg");
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-filter-widget-checkbox ul li label a:hover {
  color: var(--tp-theme-7);
}

.tp-filter-widget-checkbox ul li label:hover {
  cursor: pointer;
}

.tp-grid-sidebar-left {
  margin-right: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-grid-sidebar-left {
    margin-right: 0;
  }
}

.tp-grid-sidebar-right {
  margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-grid-sidebar-right {
    margin-left: 0;
  }
}

.tp-grid-widget-box {
  padding: 40px 30px;
  border-radius: 16px;
  background: #f9f9fb;
  border: 1px solid #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-grid-widget-box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-grid-widget-box {
    padding: 20px;
  }
}

.tp-grid-widget-item:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-grid-widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}

.tp-grid-widget-checkbox ul li {
  list-style: none;
}

.tp-grid-widget-checkbox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.tp-grid-widget-checkbox ul li input {
  display: none;
}

.tp-grid-widget-checkbox ul li input:checked~label::after {
  background-color: var(--tp-theme-7);
  border-color: var(--tp-theme-7);
}

.tp-grid-widget-checkbox ul li input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-grid-widget-checkbox ul li label {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-grid-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-grid-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../images/check_1.svg");
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-grid-widget-checkbox ul li label a:hover {
  color: var(--tp-theme-7);
}

.tp-grid-widget-checkbox ul li label:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-grid-widget-btn {
    margin-bottom: 30px;
  }
}

.tp-grid-widget-btn a {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  padding: 3px 65px;
  text-align: center;
  display: inline-block;
  color: var(--tp-dashboard-primary);
  border: 1px solid rgba(51, 51, 51, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-grid-widget-btn a {
    padding: 5px 25px;
  }
}

.tp-grid-widget-btn a span {
  margin-right: 5px;
}

.tp-grid-widget-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-main-inner {
    padding-right: 0;
  }
}

.tp-course-details-2-main-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--tp-heading-2);
}

.tp-course-details-2-category {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 22px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background: #c354f6;
  color: var(--tp-common-white);
}

.tp-course-details-2-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-2);
}

.tp-course-details-2-author-avater {
  margin-right: 14px;
}

.tp-course-details-2-author-avater img {
  width: 50px;
  height: 50px;
}

.tp-course-details-2-author-designation {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-meta {
    margin-bottom: 10px;
  }
}

.tp-course-details-2-meta:not(:first-of-type) {
  margin-left: 50px;
}

.tp-course-details-2-meta-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}

.tp-course-details-2-meta-subtitle {
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}

.tp-course-details-2-widget {
  top: 120px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
  box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
  margin-top: -300px;
  position: sticky;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-widget {
    margin-top: 30px;
  }
}

.tp-course-details-2-widget-thumb img {
  border-radius: 8px;
  width: 100%;
}

.tp-course-details-2-widget-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}

.tp-course-details-2-widget-thumb a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}

.tp-course-details-2-widget-content {
  padding: 30px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-course-details-2-widget-content {
    padding: 30px 0;
  }
}

.tp-course-details-2-widget-price {
  margin-bottom: 18px;
}

.tp-course-details-2-widget-price span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--tp-heading-2);
}

.tp-course-details-2-widget-price del {
  font-size: 16px;
  font-weight: 400;
  color: #73757b;
}

.tp-course-details-2-widget-price p {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}

.tp-course-details-2-widget-price .price {
  display: flex;
  align-items: center;
}

.tp-course-details-2-widget-price .share button span {
  margin: 0;
  line-height: 32px;
}

.tp-course-details-2-widget-btn {
  margin-bottom: 30px;
}

.tp-course-details-2-widget-btn a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
  color: var(--tp-heading-2);
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-course-details-2-widget-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}

.tp-course-details-2-widget-btn a:hover {
  border: 1px solid var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

.tp-course-details-2-widget-btn a.active {
  border: none;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}

.tp-course-details-2-widget-btn a.active:hover {
  background: #425EFF;
  color: var(--tp-common-white);
}

.tp-course-details-2-widget-btn p {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7e7f88;
}

.tp-course-details-2-widget-list h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}

.tp-course-details-2-widget-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}

.tp-course-details-2-widget-list-item span {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}

.tp-course-details-2-widget-list-item span svg {
  margin-right: 5px;
  transform: translateY(-1px);
}

.tp-course-details-2-widget-share {
  margin-bottom: 15px;
}

.tp-course-details-2-widget-share .share {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-dashboard-primary);
}

.tp-course-details-2-widget-share .share span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}

.tp-course-details-2-widget-share .coupon {
  font-size: 15px;
  font-weight: 500;
  color: #ff843f;
  position: relative;
}

.tp-course-details-2-widget-share .coupon:hover::after {
  opacity: 0;
  transform: translateY(-2px);
}

.tp-course-details-2-widget-share .coupon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff843f;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-details-2-widget-search input {
  height: 46px;
  border-radius: 6px;
  padding-right: 110px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-course-details-2-widget-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-course-details-2-widget-search button {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background: #031f42;
  padding: 10px 29px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}

.tp-course-details-2-widget-search button:hover {
  background-color: var(--tp-dashboard-primary);
}

.tp-course-details-2-text p {
  font-size: 17px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-text p br {
    display: none;
  }
}

.tp-course-details-2-text a {
  font-size: 16px;
  font-weight: 500;
  color: #3c66f9;
  display: inline-block;
  cursor: pointer;
}

.tp-course-details-2-text a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-course-details-2-text .content {
  position: relative;
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: max-height 0.3s ease;
}

.tp-course-details-2-text .content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(359deg, #FFF 37.73%, rgba(255, 255, 255, 0) 99.32%);
}

.tp-course-details-2-text .content.show {
  max-height: 500px;
}

.tp-course-details-2-text .show-more-button svg {
  margin-right: 5px;
}

.tp-course-details-2-nav {
  position: sticky;
  top: 120px;
  z-index: 3;
}

.tp-course-details-2-nav nav {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav {
    padding: 12px 12px 0;
  }
}

.tp-course-details-2-nav nav ul li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav ul li {
    margin-bottom: 12px;
  }
}

.tp-course-details-2-nav nav ul li.current a {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
}

.tp-course-details-2-nav nav ul li.current a:hover {
  box-shadow: none;
  background: #425EFF;
  color: var(--tp-common-white);
}

.tp-course-details-2-nav nav ul li a {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 49px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 8px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-nav nav ul li a {
    padding: 10px 20px;
  }
}

.tp-course-details-2-nav nav ul li a:hover {
  color: var(--tp-dashboard-primary);
  border-color: rgb(245, 246, 255);
  background-color: rgb(245, 246, 255);
}

.tp-course-details-2-content {
  padding-top: 60px;
}

.tp-course-details-2-content #reviews {
  padding-top: 95px;
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-content #reviews {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

.tp-course-details-2-list ul {
  display: inline-block;
  margin-bottom: 20px;
}

.tp-course-details-2-list ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
  width: 50%;
  float: left;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-list ul li {
    width: 100%;
  }
}

.tp-course-details-2-list p {
  font-size: 17px;
}

.tp-course-details-2-faq .accordion-item {
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}

.tp-course-details-2-faq .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}

.tp-course-details-2-faq .accordion-button {
  border-radius: 6px;
  padding: 19px 30px 19px 54px;
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button {
    padding: 18px 15px 18px 30px;
  }
}

.tp-course-details-2-faq .accordion-button .span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}

.tp-course-details-2-faq .accordion-button .lesson {
  font-size: 15px;
  font-weight: 400;
  color: #57595f;
  border-radius: 34px;
  padding: 5px 20px;
  border: 1px solid #e6e8f0;
}

.tp-course-details-2-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 19px 30px 19px 54px;
  border-bottom: 1px solid #e6e8f0;
  background-color: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button:not(.collapsed) {
    padding: 18px 15px 18px 30px;
  }
}

.tp-course-details-2-faq .accordion-button:not(.collapsed) .span {
  color: var(--tp-dashboard-primary);
}

.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-dashboard-primary);
}

.tp-course-details-2-faq .accordion-button:focus {
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-course-details-2-faq .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-button .accordion-btn {
    left: 15px;
  }
}

.tp-course-details-2-faq .accordion-button .accordion-btn::after,
.tp-course-details-2-faq .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #031f42;
}

.tp-course-details-2-faq .accordion-button .accordion-btn::before {
  background-color: #031f42;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tp-course-details-2-faq .accordion-button::after {
  content: none;
}

.tp-course-details-2-faq .accordion-body {
  padding: 18px 30px;
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-faq .accordion-body {
    padding: 15px 15px;
  }
}

.tp-course-details-2-faq-item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5fa;
}

.tp-course-details-2-faq-item .left span {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}

.tp-course-details-2-faq-item .left span i {
  font-size: 16px;
  font-style: normal;
  color: var(--tp-heading-2);
}

.tp-course-details-2-faq-item .left span svg {
  transform: translateY(-2px);
  margin-right: 5px;
}

.tp-course-details-2-faq-item .right span {
  font-size: 18px;
  font-weight: 400;
  color: #697089;
}

.tp-course-details-2-faq-item .right span a {
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 11px;
  border-radius: 29px;
  background: rgba(81, 105, 241, 0.1);
  color: var(--tp-dashboard-primary);
}

.tp-course-details-2-faq-item .right span a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}

@media only screen and (max-width: 767px) {
  .tp-course-details-2-instructor {
    flex-wrap: wrap;
  }
}

.tp-course-details-2-instructor h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.tp-course-details-2-instructor .pre {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}

.tp-course-details-2-instructor-sub {
  margin-bottom: 10px;
}

.tp-course-details-2-instructor-sub span {
  font-size: 18px;
  font-weight: 400;
  color: #6c7275;
}

.tp-course-details-2-instructor-sub span svg {
  margin-right: 2px;
  transform: translateY(-2px);
}

.tp-course-details-2-instructor-sub span:not(:last-of-type) {
  margin-right: 15px;
}

.tp-course-details-2-instructor-text {
  margin-bottom: 25px;
}

.tp-course-details-2-instructor-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-instructor-text p br {
    display: none;
  }
}

.tp-course-details-2-instructor-social a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tp-course-details-2-instructor-social a:hover {
  background: var(--tp-dashboard-secondary);
  border: 1px solid var(--tp-dashboard-secondary);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-instructor-thumb {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.tp-course-details-2-review-rating {
  margin-bottom: 60px;
}

.tp-course-details-2-review-rating-info {
  border-radius: 6px;
  padding: 31px;
  border: 1px solid #e6e8f0;
  background-color: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-review-rating-info {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-details-2-review-rating-info {
    padding: 25px;
  }
}

.tp-course-details-2-review-rating-info h5 {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-2);
}

.tp-course-details-2-review-rating-info p {
  font-size: 15px;
  font-weight: 400;
  color: #6c7275;
}

.tp-course-details-2-review-details {
  padding: 22px 30px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}

.tp-course-details-2-review-item {
  margin-bottom: 5px;
}

.tp-course-details-2-review-progress {
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background-color: #F4F4F4;
  width: calc(100% - 40px - 60px);
}

.tp-course-details-2-review-progress .single-progress {
  height: 100%;
  background-color: #FFB21D;
}

.tp-course-details-2-review-text {
  font-size: 15px;
  font-weight: 400;
  color: #a0a2a4;
}

.tp-course-details-2-review-percent h5 {
  font-size: 18px;
  font-weight: 400;
  color: #55585b;
}

.tp-course-details-2-review-thumb {
  margin-right: 20px;
}

.tp-course-details-2-review-item-reply {
  margin-bottom: 40px;
}

.tp-course-details-2-review-item-reply:nth-child(1) {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}

.tp-course-details-2-review-item-reply p {
  margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-review-item-reply p br {
    display: none;
  }
}

.tp-course-details-2-review-top {
  margin-bottom: 15px;
}

.tp-course-details-2-review-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}

.tp-course-details-2-review-star {
  display: inline-block;
}

.tp-course-details-2-review-star .span {
  font-size: 18px;
  font-weight: 400;
  color: #6c7275;
  margin-left: 5px;
}

.tp-course-details-2-review-react>span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 8px;
  color: #6c7275;
}

.tp-course-details-2-review-react .react a {
  padding: 6px 13px 8px;
  border: 1px solid #E6E8F0;
}

.tp-course-details-2-review-react .react a:first-child {
  border-radius: 6px 0 0px 6px;
}

.tp-course-details-2-review-react .react a:last-child {
  margin-left: -1px;
  border-radius: 0px 6px 6px 0px;
}

.tp-course-details-2-review-react .react a:hover {
  border-color: var(--tp-dashboard-secondary);
  background: var(--tp-dashboard-secondary);
}

.tp-course-details-2-review-react .react a:hover span {
  color: var(--tp-common-white);
}

.tp-course-details-2-review-react .react a span {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-course-details-2-review-reply-wrap {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-course-details-2-review-reply-wrap {
    margin-bottom: 50px;
  }
}

.tp-course-details-2-review-reply-btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}

.tp-course-details-2-review-reply-btn a:hover {
  color: var(--tp-dashboard-primary);
  background: rgba(85, 109, 245, 0.14);
}

.tp-course-details-2-comment-star img {
  margin-bottom: 25px;
}

.tp-course-details-2-related-border {
  border-top: 1px solid #d8dce8;
}

.tp-course-details-2-related-heading {
  margin-bottom: 40px;
}

.tp-course-details-2-related-heading p {
  font-weight: 300;
  font-size: 20px;
  color: #57595f;
}

.tp-course-details-2-related-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--tp-heading-2);
}

.tp-course-details-3-main {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-details-3-main {
    padding-top: 30px;
  }
}

.tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
  padding: 10px 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 8px 20px;
  }
}

.tp-course-details-3-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-title br {
    display: none;
  }
}

.tp-course-details-3-meta-wrapper {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-course-details-3-meta-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-course-details-3-meta-wrapper {
    margin-bottom: 30px;
  }
}

.tp-course-details-3-meta-wrapper .tp-course-details-2-author-designation {
  color: rgba(255, 255, 255, 0.7);
}

.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-title {
  color: var(--tp-common-white);
}

.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.tp-course-details-3-widget {
  position: sticky;
  top: 120px;
  padding: 30px;
  margin-right: 25px;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  box-shadow: 0 4px 94px 0 rgba(7, 0, 36, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-details-3-widget {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tp-course-details-3-widget-content {
  padding: 25px 0 0 0;
}

.tp-course-details-3-list {
  margin-top: 80px;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-details-3-list {
    padding-bottom: 0;
  }
}

.tp-course-details-3-list-item {
  padding-right: 80px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-details-3-list-item {
    padding-right: 0;
    border-bottom: 1px solid rgb(87, 89, 95);
  }
}

.tp-course-details-3-list-item span {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
}

.tp-course-details-3-list-item span.width {
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-details-3-list-item span {
    color: var(--tp-heading-primary);
  }
}

/*----------------------------------------*/
/*  8.6 Banner css
/*----------------------------------------*/
.tp-banner-sm-2-wrap {
  background-color: #E2EFE4;
  border-radius: 20px;
  padding: 43px 0 52px 51px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tp-banner-sm-2-wrap {
    padding: 43px 0 52px 20px;
  }
}

.tp-banner-sm-2-wrap.tp-banner-sm-2-bg-2 {
  background-color: #FFF3F4;
}

.tp-banner-sm-2-wrap:hover .tp-banner-sm-2-shape-1 {
  transform: scale(1.08);
}

.tp-banner-sm-2-wrap.tp-banner-inner {
  background: #D1F2FD;
}

.tp-banner-sm-2-wrap.tp-banner-inner.tp-banner-sm-2-bg-2 {
  background-color: #FFDEF7;
}

.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a {
  border: 1px solid #073742;
  background-color: #073742;
}

.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a:hover {
  color: #073742;
  background-color: transparent;
}

.tp-banner-sm-2-title {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 31px;
}

.tp-banner-sm-2-title span {
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.tp-banner-sm-2-btn a {
  border-radius: 6px;
  background: #0C7D81;
  border: 2px solid #0c7D81;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding: 11px 18px;
  display: inline-block;
}

.tp-banner-sm-2-btn a:hover {
  background-color: transparent;
  color: #0C7D81;
}

.tp-banner-sm-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-banner-sm-2-shape-1 {
    right: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-banner-sm-2-shape-1 {
    right: -100px;
  }
}

.tp-banner-sm-2-shape-1 img {
  max-width: 100%;
}

.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a {
  border: 2px solid #FD8B6C;
  background: #FD8B6C;
}

.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a:hover {
  background-color: transparent;
  color: #FD8B6C;
}

.tp-banner-5-item {
  padding: 118px 25px 122px 25px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-banner-5-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 16, 16, 0.4);
  z-index: -1;
}

.tp-banner-5-content span {
  color: var(--tp-common-white);
  font-size: 28px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 13px;
}

.tp-banner-5-content P {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 31px;
}

.tp-banner-5-content .tp-btn-4 {
  padding: 23px 44px;
}

.tp-banner-5-title {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-banner-5-title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-banner-5-title {
    font-size: 42px;
  }
}

.tp-banner-5-btn .tp-btn-5:hover {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.7 Brand css
/*----------------------------------------*/
.tp-brand-2-content p {
  margin-bottom: 27px;
}

.tp-brand-2-title {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.tp-brand-2-title span {
  color: #0071DC;
  position: relative;
  display: inline-block;
}

.tp-brand-2-btn .tp-btn-round {
  padding: 13px 26px;
}

.tp-brand-2-item {
  margin-bottom: 35px;
}

.tp-brand-2-wrapper {
  display: grid;
  grid-column-gap: 90px;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-brand-2-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-brand-2-wrapper {
    grid-column-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-brand-2-wrapper {
    grid-column-gap: 65px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .tp-brand-2-wrapper {
    grid-column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

.tp-brand-5-bg {
  padding-top: 56px;
  padding-bottom: 64px;
}

.tp-brand-5-title {
  color: #161613;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 47px;
}

.tp-brand-5-item {
  text-align: center;
}

.tp-brand-5-item img {
  mix-blend-mode: luminosity;
  filter: grayscale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-brand-6-heading {
    margin-bottom: 40px;
  }
}

.tp-brand-6-wrap {
  align-items: center;
  grid-column-gap: 0px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-brand-6-wrap {
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-brand-6-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-brand-6-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .tp-brand-6-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tp-brand-6-wrap .tp-brand-2-item {
  margin-bottom: 0;
  text-align: center;
  padding: 36px 25px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border-right: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-brand-6-wrap .tp-brand-2-item:nth-child(-n+4) {
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-brand-6-wrap .tp-brand-2-item:nth-child(1),
.tp-brand-6-wrap .tp-brand-2-item:nth-child(5) {
  border-left: 1px solid rgba(3, 31, 66, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-brand-6-wrap .tp-brand-2-item {
    border: none !important;
    padding: 0;
    text-align: start;
  }
}

.tp-brand-6-wrap .tp-brand-2-item:hover {
  background-color: #F8F8FA;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-brand-6-wrap .tp-brand-2-item:hover {
    background-color: transparent;
  }
}

.tp-brand-6-wrap .tp-brand-2-item img {
  height: 75px;
}

.tp-gallary-3-wrap {
  margin-bottom: -152px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-gallary-3-wrap {
    margin-bottom: 100px;
  }
}

.tp-gallary-3-item-1,
.tp-gallary-3-item-4 {
  border-radius: 30px;
}

.tp-gallary-3-item-1 img,
.tp-gallary-3-item-4 img {
  border-radius: 30px;
  max-width: 100%;
}

.tp-gallary-3-item-2,
.tp-gallary-3-item-3 {
  border-radius: 36px;
}

.tp-gallary-3-item-2 img,
.tp-gallary-3-item-3 img {
  border-radius: 36px;
  animation: radiusChange 6s linear infinite;
  max-width: 100%;
}

.tp-gallary-3-item-1 {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gallary-3-item-1 {
    margin-top: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-gallary-3-item-1 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-gallary-3-item-2 {
    margin-bottom: 30px;
  }
}

.tp-gallary-3-item-3 {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-gallary-3-item-3 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-gallary-3-item-3 {
    margin-bottom: 30px;
  }
}

.tp-gallary-3-item-4 {
  margin-top: 175px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-gallary-3-item-4 {
    margin-top: 0;
  }
}

.tp-subject-section span {
  display: inline-block;
  border-radius: 12px;
  background: #DF7BD2;
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 600;
  padding: 2px 16px;
  margin-bottom: 16px;
}

.tp-subject-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 75px;
  grid-column-gap: 80px;
  margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-subject-wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-subject-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tp-subject-bg {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 256px;
  padding-bottom: 68px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-subject-bg {
    padding-top: 100px;
  }
}

.tp-subject-icon {
  margin-bottom: 17px;
}

.tp-subject-icon span {
  display: inline-block;
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: center;
}

.tp-subject-title-sm {
  color: #0A1D3A;
  font-size: 18px;
  font-weight: 500;
}

span.pink-border {
  border-radius: 22px 45px 28px 22px;
  background: #DF7BD2;
}

span.gblue-border {
  border-radius: 40px 30px;
  background: #09B1AB;
}

span.yellow-border {
  border-radius: 20px 34px 34px 34px;
  background: #FA922C;
}

span.lyellow-border {
  border-radius: 20px 34px 34px 34px;
  background: #FDBF62;
}

span.blue-border {
  border-radius: 22px 45px 28px 22px;
  background: #47B1E4;
}

span.tomato-border {
  border-radius: 46px 30px;
  background: #F67568;
}

span.dark-border {
  border-radius: 20px 34px 34px 34px;
  background: #8E8E8E;
}

/*----------------------------------------*/
/*  8.8 Team css
/*----------------------------------------*/
.tp-team-2-item {
  position: relative;
  z-index: 1;
}

.tp-team-2-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 320px;
  width: 100%;
  background-color: #D9D0E6;
  z-index: -1;
  border-radius: 20px;
}

.tp-team-2-bg.leaf {
  background-color: #C5D1B7;
}

.tp-team-2-bg.strom {
  background-color: #E3CFC8;
}

.tp-team-2-bg.geyser {
  background-color: #CBE0EF;
}

.tp-team-2-thumb {
  pointer-events: none;
  text-align: center;
}

.tp-team-2-thumb img {
  max-width: 100%;
}

.tp-team-2-content {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  bottom: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(5, 27, 48, 0.06);
  padding: 20px 0;
}

.tp-team-2-content span {
  color: #777781;
  font-size: 15px;
}

.tp-team-2-title {
  color: #1E1E2F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.tp-team-2-title a:hover {
  color: var(--tp-theme-secondary);
}

.tp-team-2-social {
  position: absolute;
  bottom: 270px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 30px 30px 2px 30px;
  background: #0071DC;
  box-shadow: 0px 1px 3px 0px rgba(43, 22, 5, 0.14);
}

.tp-team-2-social:hover a {
  opacity: 1;
}

.tp-team-2-social:hover .tp-team-2-social-wrap {
  border-radius: 30px 30px 0px 0px;
}

.tp-team-2-social:hover .tp-team-2-social-wrap i,
.tp-team-2-social:hover .tp-team-2-social-wrap svg {
  transform: rotate(135deg);
}

.tp-team-2-social:hover .tp-team-2-social-icon {
  transform: scaleY(1);
}

.tp-team-2-social-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  font-size: 13px;
  position: relative;
  z-index: 3;
  background: #0071DC;
  border-radius: 30px 30px 2px 30px;
}

.tp-team-2-social-wrap i,
.tp-team-2-social-wrap svg {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
}

.tp-team-2-social-wrap svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  color: var(--tp-common-white);
}

.tp-team-2-social-icon {
  position: absolute;
  top: 25px;
  height: auto;
  background: #0071DC;
  padding: 10px 0 15px 0;
  border-radius: 0 0 30px 30px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
  z-index: -1;
}

.tp-team-2-social-icon a {
  width: 40px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  display: block;
}

.tp-team-2-social-icon a i,
.tp-team-2-social-icon a span {
  color: var(--tp-common-white);
  opacity: 0.7;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-team-2-social-icon a:hover i,
.tp-team-2-social-icon a:hover span {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .tp-team-2-arrow {
    margin-bottom: 30px;
  }
}

.tp-team-2-arrow span {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid rgba(30, 30, 47, 0.1);
  color: var(--tp-text-body);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-team-2-arrow span:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}

.tp-team-2-arrow span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-team-2-next,
.tp-team-2-prev {
  margin-right: 10px;
  border-radius: 50px;
}

.tp-trainer-5-wrap {
  margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-trainer-5-wrap {
    margin-left: 0;
  }
}

.tp-trainer-5-item {
  position: relative;
}

.tp-trainer-5-item:hover .tp-trainer-5-content {
  margin-bottom: 0;
}

.tp-trainer-5-box {
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
}

.tp-trainer-5-thumb img {
  border-radius: 20px;
  width: 100%;
}

.tp-trainer-5-content {
  padding: 26px 25px 22px 25px;
  background: var(--tp-common-white);
  margin-bottom: -65px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-trainer-5-title {
  color: var(--tp-heading-4);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-trainer-5-title {
    font-size: 18px;
  }
}

.tp-trainer-5-info {
  border-bottom: 1px solid #F2EEEB;
  margin-bottom: 15px;
  padding-bottom: 16px;
}

.tp-trainer-5-info span {
  color: #777781;
  font-size: 15px;
  font-weight: 400;
}

.tp-trainer-5-social a {
  font-size: 18px;
  color: #777781;
}

.tp-trainer-5-social a:not(:last-of-type) {
  margin-right: 18px;
}

.tp-trainer-5-social a:hover {
  color: var(--tp-heading-4);
}

@media only screen and (max-width: 767px) {
  .tp-team-6-heading {
    margin-bottom: 30px;
  }
}

.tp-team-6-heading .tp-section-3-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: var(--tp-ff-manrope);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-6-heading .tp-section-3-title {
    font-size: 40px;
  }
}

.tp-team-6-heading .tp-section-3-title .tp-underline-shape-9 {
  left: 0;
}

.tp-team-6-wrapper .tp-event-details-item {
  border-color: transparent;
  background-color: #F8F8FA;
}

.tp-team-6-wrapper .tp-event-details-item:hover {
  box-shadow: none;
  transform: translateY(0px);
  border: 1px solid rgb(89, 86, 233);
}

.tp-team-6-wrapper .tp-event-details-item-social a:hover {
  background-color: var(--tp-theme-9);
}

.tp-team-6-nav .tp-team-2-arrow span:hover {
  background-color: var(--tp-theme-9);
}

/*----------------------------------------*/
/*  8.9 Process css
/*----------------------------------------*/
.tp-process-3-bg {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 195px;
}

.tp-process-3-wrap p {
  font-size: 17px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-wrap p br {
    display: none;
  }
}

.tp-process-3-item-1 {
  margin-top: 182px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-item-1 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.tp-process-3-item-2 {
  margin-left: 17px;
  margin-top: 62px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-item-2 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.tp-process-3-item-3 {
  margin-left: 72px;
  margin-top: -57px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-item-3 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.tp-process-3-icon {
  margin-bottom: 25px;
}

.tp-process-3-icon span {
  display: inline-block;
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: center;
}

.tp-process-3-title {
  color: var(--tp-heading-3);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 11px;
}

.tp-process-3-content p {
  font-size: 17px;
  color: #696969;
  line-height: 24px;
}

.tp-process-3-btn {
  position: relative;
  z-index: 2;
}

.tp-process-3-btn a {
  position: relative;
  color: var(--tp-theme-3);
  font-size: 15px;
  font-weight: 600;
}

.tp-process-3-btn a span {
  display: inline-block;
  margin-left: 4px;
}

.tp-process-3-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-theme-3);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-process-3-btn a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-process-3-wrapper {
  position: relative;
  z-index: 1;
}

.tp-process-3-shape-1 {
  position: absolute;
  top: -30px;
  left: 55px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-process-3-shape-1 {
    left: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-shape-1 {
    display: none;
  }
}

.tp-process-3-shape-2 {
  position: absolute;
  bottom: 0;
  right: -12px;
  z-index: -1;
}

.tp-process-3-shape-3 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
  animation: tpswing 1.8s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

.tp-process-3-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tp-process-3-shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: tpswing 1.5s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom right;
}

.tp-process-3-shape-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom right;
}

.tp-process-3-shape-7 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.tp-process-3-shape-8 {
  position: absolute;
  bottom: 65px;
  left: 47%;
  z-index: -1;
  animation: tpswings 2s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-process-3-shape-8 {
    left: 37%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-process-3-shape-8 {
    left: 28%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-process-3-shape-8 {
    left: 30%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-shape-8 {
    display: none;
  }
}

.tp-process-3-shape-9 {
  position: absolute;
  bottom: 62px;
  right: 22%;
  z-index: -1;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-process-3-shape-9 {
    right: 27%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-process-3-shape-9 {
    right: 30%;
  }
}

.tp-process-3-shape-10 {
  position: absolute;
  bottom: 18px;
  left: 25%;
  z-index: -1;
  animation: tpswing 0.4s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom bottom;
}

.tp-process-3-shape-11 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: -1;
  animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
  animation: bannerAnimationTwo 8s linear 0.2s infinite alternate;
  transform-origin: bottom bottom;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-process-3-shape-11 {
    left: 40%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-process-3-shape-11 {
    left: 32.5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-process-3-shape-11 {
    left: 34%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-process-3-shape-11 {
    display: none;
  }
}

.tp-process-3-shape-11 img {
  width: 30px;
}

.tp-process-3-shape-12 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #EFEDFF;
  position: absolute;
  right: -100px;
  top: 218px;
}

.tp-process-3-shape-13 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #E0F0DD;
  position: absolute;
  left: -50px;
  top: 340px;
  animation: spin 7s infinite linear;
  z-index: -1;
}

.tp-process-3-shape-14 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #FFE9C8;
  position: absolute;
  left: 135px;
  top: 200px;
  animation: spin 6s infinite linear;
  z-index: -1;
}

.tp-process-3-shape-15 {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: linear-gradient(157deg, #FFCA91 11.73%, #FFE3C4 88.26%);
  position: absolute;
  left: 205px;
  bottom: 250px;
  animation: neptune 12s infinite linear;
}

.tp-process-3-shape-16 {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: linear-gradient(157deg, #FFCA91 11.73%, #FFE3C4 88.26%);
  position: absolute;
  left: 31%;
  top: 45%;
  animation: neptune 8s infinite linear;
}

.tp-process-3-shape-17 {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(157deg, #FFCA91 11.73%, #FFE3C4 88.26%);
  position: absolute;
  right: 135px;
  bottom: 40%;
  animation: neptune 10s infinite linear;
}

/*----------------------------------------*/
/*  9.0 Slider css
/*----------------------------------------*/
.tp-slider-5-bg {
  padding-top: 316px;
  padding-bottom: 229px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5-bg {
    padding-top: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-slider-5-bg {
    padding-top: 215px;
    padding-bottom: 265px;
  }
}

.tp-slider-5-content>span {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 19px;
}

.tp-slider-5-title {
  color: var(--tp-common-white);
  font-size: 86px;
  font-weight: 600;
  letter-spacing: -1.72px;
  line-height: 1;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-5-title {
    font-size: 72px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-slider-5-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-slider-5-title br {
    display: none;
  }
}

.tp-slider-5-title>span {
  color: var(--tp-theme-5);
  position: relative;
  display: inline-block;
}

.tp-slider-5-title>span img {
  position: absolute;
  bottom: -11px;
  left: 8px;
  max-width: 100%;
}

.tp-slider-5-wrap {
  position: relative;
}

.tp-slider-5-active .slick-active.slick-initialized .slick-slide {
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
  margin: 0 10px;
}

.tp-slider-5-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 680px;
  z-index: 1;
  border-radius: 10px 0px 0px 0px;
  background: #FFF;
  border: 20px solid var(--tp-common-white);
  border-bottom: 0px;
  border-top: 20px solid var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-slider-5-arrow {
    width: 100%;
    border: 5px solid var(--tp-common-white);
    border-top: 5px solid var(--tp-common-white);
    border-right: 0px solid var(--tp-common-white);
  }
}

.tp-slider-5-arrow .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-slider-5-next {
  position: relative;
}

.tp-slider-5-next-hover {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-5);
  z-index: -1;
}

.tp-slider-5-next.slick-current .tp-slider-5-next-hover {
  transform: rotate(-4deg);
}

.tp-slider-5-thumb-sm {
  display: inline-block;
  position: relative;
}

.tp-slider-5-thumb-sm img {
  height: 130px;
  width: 200px;
  border-radius: 6px;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .tp-slider-5-thumb-sm img {
    width: 100%;
    border-right: 5px solid var(--tp-common-white);
  }
}

.tp-slider-5-thumb-sm span {
  position: absolute;
  bottom: 6px;
  left: 13px;
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.tp-slider-5-thumb-sm span::before {
  position: absolute;
  content: "";
  bottom: 10px;
  height: 1px;
  width: 24px;
  background-color: var(--tp-common-white);
  left: 20px;
}

.slick-active .tp-slider-5-content>span,
.slick-active .tp-slider-5-title,
.slick-active .tp-btn-white {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.slick-active .tp-slider-5-content>span {
  animation-delay: 0.6s;
  animation-duration: 0.5s;
}

.slick-active .tp-slider-5-title {
  animation-delay: 0.8s;
  animation-duration: 0.7s;
}

.slick-active .tp-btn-white {
  animation-delay: 1s;
  animation-duration: 0.9s;
}

.tp-slider-active .swiper-slide-active .tp-hero-subtitle,
.tp-slider-active .swiper-slide-active .tp-hero-title,
.tp-slider-active .swiper-slide-active .tp-hero-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.tp-slider-active .swiper-slide-active .tp-hero-subtitle {
  animation-delay: 0.7s;
  animation-duration: 0.5s;
}

.tp-slider-active .swiper-slide-active .tp-hero-title {
  animation-delay: 0.9s;
  animation-duration: 0.7s;
}

.tp-slider-active .swiper-slide-active .tp-hero-btn {
  animation-delay: 1s;
  animation-duration: 0.8s;
}

.tp-slider-active .swiper-slide-active .tp-hero-bg {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  9.1 Price css
/*----------------------------------------*/
.tp-pricing-5-item {
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  border: 1px solid #EFEFE8;
}

.tp-pricing-5-item.active {
  background-color: #E5EDCC;
}

.tp-pricing-5-item.active .tp-pricing-5-head {
  background-color: var(--tp-common-white);
}

.tp-pricing-5-item.active .tp-pricing-5-list ul li span {
  background-color: var(--tp-common-white);
}

.tp-pricing-5-item.active .tp-pricing-5-btn .tp-btn-4 {
  color: var(--tp-common-white);
  background-color: var(--tp-heading-4);
}

.tp-pricing-5-item.active .tp-pricing-5-btn .tp-btn-4:hover {
  box-shadow: 0 0 0 0.2rem var(--tp-heading-4) !important;
}

.tp-pricing-5-item.tp-pricing-inner-head.active {
  background-color: #F3F4F9;
}

.tp-pricing-5-item.tp-pricing-inner-head.active .tp-pricing-inner-btn .tp-btn-4 {
  border: none;
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-pricing-5-item.tp-pricing-inner-head.active .tp-pricing-inner-btn .tp-btn-4:hover {
  background-color: var(--tp-heading-4);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-pricing-5-head {
  background-color: #E5EDCC;
  text-align: center;
  padding: 38px 15px 20px 15px;
  border-radius: 10px;
  margin-bottom: 36px;
}

.tp-pricing-5-head-title {
  color: var(--tp-heading-4);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.tp-pricing-5-head-text {
  margin-bottom: 13px;
}

.tp-pricing-5-head-text span {
  color: #57595F;
  font-size: 18px;
  font-weight: 300;
}

.tp-pricing-5-head.tp-pricing-inner-head {
  background-color: #F3F4F9;
}

.tp-pricing-5-price {
  font-size: 70px;
  font-weight: 600;
  color: var(--tp-heading-4);
}

.tp-pricing-5-price b {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  color: var(--tp-heading-4);
}

.tp-pricing-5-price span {
  font-size: 20px;
  font-weight: 400;
}

.tp-pricing-5-list {
  margin-bottom: 40px;
}

.tp-pricing-5-list ul li {
  list-style: none;
  color: var(--tp-heading-4);
  margin-bottom: 14px;
  display: flex;
  align-items: start;
}

.tp-pricing-5-list ul li span {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #F5F5F2;
  text-align: center;
  margin-right: 12px;
  flex: 0 0 auto;
}

.tp-pricing-5-list ul li:last-child {
  margin-bottom: 0;
}

.tp-pricing-5-list ul li.inactive {
  color: #BABAB3;
}

.tp-pricing-5-btn .tp-btn-4 {
  text-align: center;
  display: block;
}

.tp-pricing-inner-btn .tp-btn-4 {
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 17px 40px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.tp-pricing-inner-btn .tp-btn-4:hover {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-dashboard-primary);
  background: var(--tp-dashboard-primary);
  box-shadow: none !important;
}

/*----------------------------------------*/
/*  9.2 Faq css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-faq-p {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-faq-p {
    padding-bottom: 0px;
  }
}

.tp-faq-box .tpd-accordion {
  margin-right: 0;
}

.tp-faq-box .tpd-accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
}

.tp-faq-box .tpd-accordion .accordion-item.expand {
  border-radius: 16px !important;
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}

.tp-faq-box .tpd-accordion .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-heading-2);
}

.tp-faq-box .tpd-accordion .accordion-button::after {
  content: none;
}

.tp-faq-box .tpd-accordion .accordion-button.collapsed {
  box-shadow: none;
  padding-right: 50px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
}

.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) {
  border-top: 1px solid #E6E8F0;
  border-left: 1px solid #E6E8F0;
  border-right: 1px solid #E6E8F0;
  border-bottom: none;
  box-shadow: none;
  padding-right: 50px;
  border-radius: 16px 16px 0 0 !important;
  background-color: var(--tp-common-white);
}

.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn {
  background: #E8EBF0;
  border-color: #E8EBF0;
  color: var(--tp-heading-2);
}

.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-common-black);
}

.tp-faq-box .tpd-accordion .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: 0.3s;
  transform: translateY(-50%);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.14);
}

.tp-faq-box .tpd-accordion .accordion-button .accordion-btn::after,
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #87888B;
}

.tp-faq-box .tpd-accordion .accordion-button .accordion-btn::before {
  background-color: #87888B;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tp-faq-box .tpd-accordion .accordion-body {
  color: #4E4F53;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0 0 16px 16px;
  border-bottom: 1px solid #E6E8F0;
  border-left: 1px solid #E6E8F0;
  border-right: 1px solid #E6E8F0;
}

.tp-faq-wrap {
  padding-right: 78px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-faq-wrap {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-faq-wrap {
    padding-bottom: 50px;
  }
}

.tp-faq-search {
  margin-bottom: 25px;
}

.tp-faq-search .tp-header-2-search {
  margin-left: 0;
}

.tp-faq-search .tp-header-2-search input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-faq-search .tp-header-2-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-faq-search .tp-header-2-search input::placeholder {
  font-size: 16px;
}

.tp-faq-sidebar {
  padding: 30px 30px;
  border-radius: 10px;
  background: #F9F9FB;
}

.tp-faq-sidebar-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}

.tp-faq-sidebar ul {
  display: block;
  margin-bottom: 30px;
}

.tp-faq-sidebar ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
}

.tp-faq-sidebar ul li a:hover {
  color: #5169F1;
}

.tp-faq-sidebar ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  9.3 Comming soon css
/*----------------------------------------*/
.tp-upcoming-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/upcoming-bg.webp);
}

.tp-upcoming-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.tp-upcoming-gap {
  padding: 235px 0;
  height: 100vh;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-upcoming-gap {
    padding: 150px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-upcoming-gap {
    padding: 125px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-upcoming-gap {
    padding: 80px 0;
  }
}

.tp-upcoming-box {
  position: relative;
  z-index: 2;
}

.tp-upcoming-logo {
  margin-bottom: 35px;
}

.tp-upcoming-heading {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .tp-upcoming-heading {
    margin-bottom: 30px;
  }
}

.tp-upcoming-title {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: -2.7px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-upcoming-title {
    font-size: 72px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-upcoming-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-upcoming-title {
    font-size: 50px;
  }
}

.tp-upcoming-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.44px;
  color: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-upcoming-subtitle {
    font-size: 18px;
  }
}

.tp-upcoming-countdwon .tp-event-details-countdown ul li {
  font-size: 13px;
  font-weight: 600;
  height: 105px;
  width: 132px;
  line-height: 1.2;
  padding-top: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

.tp-upcoming-countdwon .tp-event-details-countdown ul li:not(:last-of-type) {
  margin-right: 4px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-upcoming-countdwon .tp-event-details-countdown ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.tp-upcoming-countdwon .tp-event-details-countdown ul li:not(:last-of-type)::after {
  content: none;
}

.tp-upcoming-countdwon .tp-event-details-countdown ul li span {
  font-size: 40px;
  font-weight: 700;
}

/*----------------------------------------*/
/*  9.4 login-register css
/*----------------------------------------*/
.tp-login-from-box {
  width: 472px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-login-from-box {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-login-from-box {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-from-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tp-login-from-heading p {
  font-size: 15px;
  font-weight: 400;
  color: #77787D;
  margin-bottom: 26px;
}

.tp-login-from-heading p a {
  font-weight: 500;
  color: #5169F1;
}

.tp-login-from-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--tp-heading-2);
}

.tp-login-from-subtitle {
  position: relative;
  color: #939498;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle {
    text-align: center;
  }
}

.tp-login-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 20px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle::after {
    content: none;
  }
}

.tp-login-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 20px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle::before {
    content: none;
  }
}

.tp-login-from-subtitle-heading {
  margin-bottom: 20px;
}

.tp-login-from-remeber {
  margin-bottom: 10px;
}

.tp-login-from-btn {
  margin-bottom: 22px;
}

.tp-login-from-btn .tp-btn-inner {
  padding: 12px 25px;
}

.tp-login-from-btn .tp-btn-inner:hover {
  background-color: var(--tp-heading-3);
}

.tp-login-from-google-btn {
  margin-bottom: 30px;
}

.tp-login-from-google-btn a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-login-from-google-btn a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-heading-3);
  background: var(--tp-heading-3);
}

.tp-login-from-autor p {
  color: #8C8D8F;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.tp-login-from-autor p span {
  color: var(--tp-heading-2);
}

.tp-login-input {
  margin-bottom: 18px;
}

.tp-login-input-form input,
.tp-login-input-form textarea {
  border-radius: 6px;
  padding-right: 60px;
  color: var(--tp-text-body);
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-login-input-form input:focus,
.tp-login-input-form textarea:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-login-input label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--tp-heading-2);
}

.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.tp-login-input-eye .open-eye {
  display: none;
}

.tp-login-input-remeber a {
  color: #5169F1;
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-box {
    flex-wrap: wrap;
  }
}

.tp-login-register-banner-box {
  height: 100vh;
  width: 774px;
  padding: 40px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  overflow: hidden;
  object-fit: cover;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-login-register-banner-box {
    width: 680px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-login-register-banner-box {
    width: 560px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-login-register-banner-box {
    width: 440px;
    padding: 40px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-banner-box {
    width: 100%;
    height: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-login-register-banner-box {
    padding: 40px 30px;
  }
}

.tp-login-register-wrapper {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-heading {
    margin-bottom: 30px;
  }
}

.tp-login-register-logo {
  margin-bottom: 120px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-logo {
    margin-bottom: 80px;
  }
}

.tp-login-register-shape .shape-1 {
  position: absolute;
  bottom: 176px;
  left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-login-register-shape .shape-1 {
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-shape .shape-1 {
    bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-shape .shape-1 {
    position: static;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-register-shape .shape-1 img {
    width: 90%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-login-register-shape .shape-1 img {
    max-width: 100%;
  }
}

.tp-login-register-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tp-login-register-shape .shape-3 {
  position: absolute;
  top: 66px;
  right: 0;
}

.tp-login-register-title {
  z-index: 1;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.68px;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  9.5 Mission css
/*----------------------------------------*/
.tp-our-mission-title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-title {
    font-size: 38px;
  }
}

.tp-our-mission-heading {
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-heading {
    margin-bottom: 30px;
  }
}

.tp-our-mission-heading p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #3E4047;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-heading p br {
    display: none;
  }
}

.tp-our-mission-thumb {
  position: sticky;
  top: 120px;
  margin-bottom: 20px;
  filter: grayscale(1);
  margin-bottom: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-our-mission-thumb {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .tp-our-mission-thumb img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 28%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px),
only screen and (max-width: 767px) and (max-width: 767px) {
  .tp-our-mission-thumb img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 45%;
  }
}

.tp-our-mission-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  background-color: #d7e4ff;
  padding: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-item {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}

.tp-our-mission-item-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-item-content {
    margin-bottom: 30px;
  }
}

.tp-our-mission-item-content p {
  color: #3E4047;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-item-content p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-our-mission-item-content p {
    margin-bottom: 25px;
  }
}

.tp-our-mission-item-btn .tp-btn-3 {
  padding: 7px 22px 8px;
  background-color: var(--tp-heading-primary);
}

.tp-our-mission-item-btn .tp-btn-3 i {
  margin-left: 8px;
}

.tp-our-mission-item-btn .tp-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}

.tp-our-mission-item.about .tp-our-mission-item-btn .tp-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
  box-shadow: 0 0 0 0.2rem var(--tp-dashboard-secondary) !important;
}

.tp-our-mission-item-content {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .tp-our-mission-item-content {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-our-mission-item-thumb {
    margin-right: -60px;
  }
}

.tp-our-mission-item-thumb-1 {
  mask-image: url(../images/mission-item-1-mask.svg);
  -webkit-mask-image: url(../images/mission-item-1-mask.svg);
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  overflow: hidden;
  border-radius: 6px;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .tp-our-mission-item-thumb-1 {
    display: none;
  }
}

.tp-our-mission-item-thumb-2 {
  mask-image: url(../images/mission-item-2-mask.svg);
  -webkit-mask-image: url(../images/mission-item-2-mask.svg);
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  overflow: hidden;
  border-radius: 6px;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .tp-our-mission-item-thumb-2 {
    display: none;
  }
}

.tp-our-mission-item-thumb-3 {
  mask-image: url(../images/mission-item-3-mask.svg);
  -webkit-mask-image: url(../images/mission-item-3-mask.svg);
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  overflow: hidden;
  border-radius: 6px;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .tp-our-mission-item-thumb-3 {
    display: none;
  }
}

.tp-mission-valus-title {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.68px;
}

.tp-mission-valus-thumb img {
  border-radius: 16px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-valus-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mission-valus-thumb.main {
    padding-left: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-valus-thumb.main {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-valus-thumb.main {
    padding-top: 0;
  }
}

.tp-mission-valus-content p {
  color: #3E4047;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-valus-content p br {
    display: none;
  }
}

.tp-mission-feature-bg {
  padding: 34px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-warp {
    padding-right: 0;
  }
}

.tp-mission-heading {
  margin-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-heading {
    margin-bottom: 30px;
  }
}

.tp-mission-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1px;
  color: var(--tp-heading-primary);
}

.tp-mission-improve-box {
  padding: 55px 50px 35px;
  border-radius: 16px;
  background: rgba(176, 165, 131, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-improve-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-mission-improve-box {
    padding: 50px 30px 35px;
  }
}

.tp-mission-improve-box p {
  color: #35352D;
  font-size: 17px;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-improve-box p br {
    display: none;
  }
}

.tp-mission-improve-dec {
  display: inline-block;
  background: #FFDC69;
  border-radius: 10px;
  color: #35352D;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 12px;
  margin-bottom: -1px;
}

.tp-mission-improve-title {
  font-size: 150px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -6px;
  color: var(--tp-heading-primary);
}

.tp-mission-improve-title span {
  font-size: 60px;
  margin-left: -12px;
}

.tp-mission-conversation-box {
  padding: 50px 40px 0;
  border-radius: 16px;
  background: rgba(176, 165, 131, 0.1);
}

@media only screen and (max-width: 767px) {
  .tp-mission-conversation-box {
    padding: 50px 30px 35px;
  }
}

.tp-mission-conversation-box p {
  font-size: 17px;
  font-weight: 300;
  color: #35352D;
  margin-bottom: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-conversation-box p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-conversation-box p {
    margin-bottom: 25px;
  }
}

.tp-mission-conversation-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.6px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-conversation-msg {
    display: none;
  }
}

.tp-mission-conversation-msg-1 {
  position: absolute;
  bottom: 130px;
  right: 200px;
  padding: 16px 23px;
  color: #35352D;
  font-size: 15px;
  font-weight: 400;
  background: var(--tp-common-white);
  border-radius: 25px 25px 25px 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mission-conversation-msg-1 {
    right: 155px;
  }
}

.tp-mission-conversation-msg-2 {
  position: absolute;
  right: 55px;
  bottom: 57px;
  color: #35352D;
  font-size: 15px;
  font-weight: 400;
  padding: 16px 23px;
  background: var(--tp-common-white);
  border-radius: 0px 25px 25px 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mission-conversation-msg-2 {
    right: 10px;
  }
}

.tp-mission-desc {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-mission-desc {
    margin-bottom: 30px;
  }
}

.tp-mission-desc p {
  color: #373730;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.tp-mission-desc p:not(:last-of-type) {
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  9.6 campus css
/*----------------------------------------*/
.tp-campus-choose-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.18;
  margin-bottom: 60px;
  letter-spacing: -1.2px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-choose-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-campus-choose-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-campus-choose-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-campus-choose-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.tp-campus-choose-title.admissions {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
  .tp-campus-choose-title.admissions {
    font-size: 40px;
    line-height: 40px;
  }
}

.tp-campus-choose-title.fs-50 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-campus-choose-content {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-campus-choose-content {
    margin-bottom: 50px;
  }
}

.tp-campus-choose-thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-choose-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-choose-thumb-main {
    padding-top: 0px;
  }
}

.tp-campus-choose-thumb-main img {
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-campus-choose-thumb-main img {
    width: 100%;
  }
}

.tp-campus-choose-btn {
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-choose-btn {
    margin-bottom: 30px;
  }
}

.tp-campus-choose-btn p {
  color: var(--tp-theme-4);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.tp-campus-choose-btn a span svg {
  color: var(--tp-theme-primary);
}

.tp-campus-choose-btn.admission a svg {
  margin-bottom: 35px;
}

.tp-campus-counter-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-campus-counter-item {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  z-index: 1;
}

.tp-campus-counter-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.tp-campus-counter-item.counter-border::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 80px;
  width: 2px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.14);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-counter-item.counter-border::after {
    content: none;
  }
}

.tp-campus-student-box {
  border-bottom: 1px solid #D0D0D0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-student-box {
    padding-bottom: 50px;
  }
}

.tp-campus-student-heading {
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-student-heading {
    margin-bottom: 30px;
  }
}

.tp-campus-student-heading p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #3E4047;
}

.tp-campus-student-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--tp-heading-primary);
}

.tp-campus-student-thumb img {
  border-radius: 20px;
  width: 100%;
}

.tp-campus-student-item {
  position: absolute;
  bottom: -75px;
  right: 98px;
  width: 330px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #161613;
  background: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-campus-student-item {
    right: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-student-item {
    position: static;
    margin-top: 30px;
  }
}

.tp-campus-student-item p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 45px;
}

.tp-campus-student-item-thumb img {
  border-radius: 6px;
}

.tp-campus-student-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.24px;
  color: var(--tp-heading-primary);
}

.tp-campus-student-list {
  margin-top: 25px;
}

.tp-campus-student-list .nav {
  padding-left: 60px;
  border-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-student-list .nav {
    padding-left: 0;
  }
}

.tp-campus-student-list .nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
  padding: 1px 19px;
  display: inline-block;
  border-radius: 100px;
  color: var(--tp-heading-primary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-student-list .nav .nav-link {
    margin-bottom: 10px;
  }
}

.tp-campus-student-list .nav .nav-link:hover {
  position: relative;
  color: var(--tp-common-white);
  background-color: #B1040E;
}

.tp-campus-student-list .nav .nav-link.active {
  position: relative;
  color: var(--tp-common-white);
  background-color: #B1040E;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-activity-content {
    margin-bottom: 30px;
  }
}

.tp-campus-activity-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-activity-title br {
    display: none;
  }
}

.tp-campus-activity-list {
  padding-left: 115px;
}

.tp-campus-activity-list-title {
  position: relative;
  padding-left: 100px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.22px;
  color: var(--tp-heading-primary);
}

.tp-campus-activity-list-title span {
  position: absolute;
  top: -15px;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.tp-campus-activity-list ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 38px;
  color: #3E4047;
}

.tp-campus-activity-list ul li span {
  margin-left: 5px;
}

.tp-campus-activity-list ul li a:hover {
  color: var(--tp-theme-primary);
}

.tp-campus-video-bg {
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .tp-campus-life-area {
    padding-bottom: 150px;
  }
}

.tp-campus-life-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1.2px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-campus-life-title br {
    display: none;
  }
}

.tp-campus-life-title-wrap {
  border-radius: 16px;
  margin-top: -120px;
  padding: 115px 0 0 0;
  background: #F6F4EE;
  margin-bottom: 100px;
}

.tp-campus-life-thumb img {
  border-radius: 20px;
}

.tp-campus-life-slider {
  margin-right: -110px;
  margin-left: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-campus-life-slider {
    margin-left: -60px;
  }
}

.tp-campus-life-slider .swiper-slide {
  width: auto;
}

.tp-campus-life-arrow {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 2;
  display: flex;
  transform: translateX(-50%);
}

.tp-campus-life-arrow .tp-campus-prev {
  margin-right: 40px;
}

.tp-campus-life-arrow span:hover {
  color: var(--tp-theme-4);
}

/*----------------------------------------*/
/*  9.7 leadership css
/*----------------------------------------*/
.tp-leadership-wrapper {
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 80px;
  background: var(--tp-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-leadership-wrapper {
    flex-wrap: wrap;
  }
}

.tp-leadership-search .tp-header-2-search {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-leadership-search .tp-header-2-search {
    margin-bottom: 10px;
  }
}

.tp-leadership-search .tp-header-2-search input {
  font-size: 16px;
  width: 420px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-leadership-search .tp-header-2-search input:focus {
  border-color: rgba(171, 12, 47, 0.4901960784);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(171, 12, 47, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-leadership-search .tp-header-2-search input {
    width: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-leadership-search .tp-header-2-search input {
    width: 300px;
  }
}

.tp-leadership-search .tp-header-2-search input::placeholder {
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-leadership-select {
    margin-bottom: 10px;
  }
}

.tp-leadership-select .nice-select {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--tp-heading-primary);
  width: 420px;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-leadership-select .nice-select::after {
  right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-leadership-select .nice-select {
    width: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-leadership-select .nice-select {
    width: 300px;
  }
}

.tp-leadership-select .nice-select .option.selected {
  font-weight: 400;
}

.tp-leadership-btn .tp-btn {
  padding: 10px 110px;
}

.tp-leadership-item:hover .tp-leadership-thumb img {
  transform: scale(1.04);
}

.tp-leadership-item:hover .tp-leadership-thumb::after {
  height: 100%;
}

.tp-leadership-item:hover .tp-leadership-hover-box {
  bottom: 20px;
  opacity: 1;
}

.tp-leadership-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.tp-leadership-thumb img {
  border-radius: 10px;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-leadership-thumb img {
    width: 100%;
  }
}

.tp-leadership-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(180deg, rgba(196, 18, 48, 0) 38.02%, #C41230 100%);
}

.tp-leadership-thumb.instructor::after {
  background: linear-gradient(180deg, rgba(196, 18, 48, 0) 38.02%, var(--tp-dashboard-primary) 100%);
}

.tp-leadership-hover-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}

.tp-leadership-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

.tp-leadership-social a:not(:last-of-type) {
  margin-right: 5px;
}

.tp-leadership-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-heading-primary);
}

.tp-leadership-social.instructor a:hover {
  color: var(--tp-dashboard-primary);
  background-color: var(--tp-common-white);
}

.tp-leadership-btn a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-leadership-btn a:hover span {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

.tp-leadership-btn a span {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.tp-leadership-title {
  color: #141820;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.tp-leadership-title a:hover {
  color: #C41230;
}

.tp-leadership-title.instructor a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-leadership-content {
  padding: 20px 0 0 0;
}

.tp-leadership-content span {
  color: #525356;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

/*----------------------------------------*/
/*  9.8 Become instractor
/*----------------------------------------*/
.tp-instructor-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-instructor-counter-item {
  position: relative;
  padding: 19px 0 19px 0;
  z-index: 1;
}

.tp-instructor-counter-item p {
  color: rgba(255, 255, 255, 0.7);
}

.tp-instructor-counter-item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  height: 120px;
  width: 2px;
  background: rgba(255, 255, 255, 0.14);
}

.tp-instructor-counter-item.item-end::before {
  display: none;
}

.tp-instructor-main-title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--tp-heading-2);
}

@media only screen and (max-width: 767px) {
  .tp-instructor-main-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-p {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-become-tab {
    padding-bottom: 80px;
  }
}

.tp-instructor-become-tab .nav {
  margin-bottom: 100px;
  border-bottom: 1px solid #E6E8F0;
}

@media only screen and (max-width: 767px) {
  .tp-instructor-become-tab .nav {
    margin-bottom: 50px;
  }
}

.tp-instructor-become-tab .nav .nav-link {
  color: #A0A2A4;
  font-size: 20px;
  font-weight: 400;
  padding: 18px 0;
  border-color: transparent;
}

.tp-instructor-become-tab .nav .nav-link.active {
  position: relative;
  color: #010F1C;
  background-color: transparent;
}

.tp-instructor-become-tab .nav .nav-link.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  transition: all 1s ease-in-out;
  background: #010F1C;
}

.tp-instructor-become-tab .nav .nav-item {
  text-align: center;
}

.tp-instructor-become-tab .nav .nav-item:not(:last-of-type) {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .tp-instructor-become-tab .nav .nav-item:not(:last-of-type) {
    margin-right: 30px;
  }
}

.tp-instructor-become-wrap p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-become-wrap p br {
    display: none;
  }
}

.tp-instructor-become-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.6px;
  color: var(--tp-heading-2);
}

.tp-instructor-become-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
  color: var(--tp-heading-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-apply-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-instructor-apply-box {
  padding: 15px;
  border-radius: 16px;
  background-color: #F3F4F9;
}

.tp-instructor-apply-from {
  padding: 60px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-instructor-apply-from {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-instructor-apply-from {
    padding: 45px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-instructor-apply-from {
    padding: 45px 10px;
  }
}

.tp-instructor-apply-thumb img {
  border-radius: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-apply-thumb img {
    width: 100%;
  }
}

.tp-instructor-apply-heading {
  margin-bottom: 35px;
}

.tp-instructor-apply-title {
  font-size: 30px;
  margin-bottom: 5px;
  letter-spacing: -0.6px;
  color: var(--tp-heading-2);
}

.tp-instructor-apply-desc {
  font-size: 17px;
  font-weight: 300;
}

.tp-instructor-apply-input {
  margin-bottom: 20px;
}

.tp-instructor-apply-input label {
  color: #161613;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
}

.tp-instructor-apply-input input[type=text],
.tp-instructor-apply-input input[type=email],
.tp-instructor-apply-input input[type=tel],
.tp-instructor-apply-input input[type=password],
.tp-instructor-apply-input textarea {
  border-radius: 6px;
  border: transparent;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(18, 20, 32, 0.2);
}

.tp-instructor-apply-input input[type=text]:focus,
.tp-instructor-apply-input input[type=email]:focus,
.tp-instructor-apply-input input[type=tel]:focus,
.tp-instructor-apply-input input[type=password]:focus,
.tp-instructor-apply-input textarea:focus {
  border: 1px solid var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}

.tp-instructor-apply-input textarea {
  height: 120px;
  resize: none;
}

.tp-instructor-apply-input-btn .tp-btn-inner {
  height: 54px;
}

.tp-instructor-apply-input-btn .tp-btn-inner span {
  margin-left: 5px;
  transform: translateY(-1px);
}

/*----------------------------------------*/
/*  9.9 History css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-box {
    margin-bottom: 40px;
  }
}

.tp-history-box-wrapper::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 0;
  height: 100%;
  width: 1px;
  background: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-box-wrapper::after {
    content: none;
  }
}

.tp-history-box.overlay-1::before {
  position: absolute;
  top: 0;
  left: 15px;
  height: 45%;
  width: 10px;
  content: "";
  z-index: 2;
  background-color: #f6f4ee;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-box.overlay-1::before {
    content: none;
  }
}

.tp-history-box.overlay-2::before {
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 45%;
  width: 10px;
  content: "";
  z-index: 2;
  background-color: #f6f4ee;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-box.overlay-2::before {
    content: none;
  }
}

.tp-history-title {
  position: relative;
  font-size: 74px;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -2.96px;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-secondary);
}

.tp-history-title.line::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  width: 80px;
  left: -100px;
  z-index: 2;
  transform: translateY(-50%);
  background: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-title.line::after {
    content: none;
  }
}

.tp-history-year {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-year {
    display: none;
  }
}

.tp-history-year-title {
  position: relative;
  font-size: 24px;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-secondary);
  background-color: #f6f4ee;
  z-index: 1;
  padding: 22px 0;
}

.tp-history-year.ankor::after {
  position: absolute;
  top: -13px;
  left: 11px;
  z-index: 2;
  content: url(../images/ankor.svg);
}

.tp-history-item-thumb-left {
  margin-left: -40px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-item-thumb-left {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-item-thumb-left img {
    width: 100%;
  }
}

.tp-history-item-thumb-right {
  margin-left: -86px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-item-thumb-right {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-item-thumb-right img {
    width: 100%;
  }
}

.tp-history-item-content-left {
  margin-left: -40px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-history-item-content-left {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.tp-history-item-content p {
  color: #3E4047;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.tp-undergraduate-program-heading {
  padding: 16px 30px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 1px 2px rgba(69, 5, 9, 0.3));
}

.tp-undergraduate-program-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: var(--tp-common-white);
}

.tp-undergraduate-program-title span {
  margin-right: 8px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-undergraduate-program-box {
    padding-bottom: 30px;
  }
}

.tp-undergraduate-program-content {
  padding: 35px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-undergraduate-program-content {
    padding: 35px 0px;
  }
}

.tp-undergraduate-program-list ul li {
  list-style: none;
  margin-bottom: 10px;
}

.tp-undergraduate-program-list ul li:hover a {
  color: var(--tp-common-white);
  background: var(--tp-red-3);
  border: 1px solid var(--tp-red-3);
  box-shadow: 0px 1px 2px 0px rgba(113, 2, 9, 0.4);
}

.tp-undergraduate-program-list ul li:hover a span {
  opacity: 1;
  color: var(--tp-common-white);
}

.tp-undergraduate-program-list ul li:hover a::before {
  opacity: 0;
}

.tp-undergraduate-program-list ul li:hover a::after {
  background: var(--tp-common-white);
}

.tp-undergraduate-program-list ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s;
  padding: 1px 20px 1px 35px;
  color: var(--tp-heading-primary);
  border: 1px solid #E4E2DD;
}

.tp-undergraduate-program-list ul li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(180deg, rgba(239, 237, 231, 0) 0%, rgba(239, 237, 231, 0.8) 100%);
}

.tp-undergraduate-program-list ul li a span {
  color: var(--tp-heading-primary);
  opacity: 0.5;
  float: right;
}

.tp-undergraduate-program-list ul li a span svg {
  transform: translateY(-2px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-undergraduate-program-list ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: translateY(-50%);
  background-color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  10.0 Admission css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-counter-area {
    padding-bottom: 80px;
  }
}

.tp-admission-counter-box {
  border-radius: 10px;
  padding: 45px 80px 60px;
  background: rgba(176, 165, 131, 0.1);
}

@media only screen and (max-width: 767px) {
  .tp-admission-counter-box {
    padding: 40px 40px 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-counter-item {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-admission-counter-item {
    text-align: center;
  }
}

.tp-admission-counter-item p {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #454541;
}

.tp-admission-counter-item p.after::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 50px;
  width: 1px;
  background: rgba(69, 69, 65, 0.14);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-admission-counter-item p.after::after {
    right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-counter-item p.after::after {
    content: none;
  }
}

.tp-admission-counter-title {
  font-style: italic;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -4px;
  color: var(--tp-red-2);
  font-family: var(--tp-ff-secondary);
}

.tp-admission-counter-title span {
  font-style: italic;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -4px;
  color: var(--tp-red-2);
  font-family: var(--tp-ff-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-overview-area {
    padding-bottom: 80px;
  }
}

.tp-admission-overview-wrapper {
  padding-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-overview-wrapper {
    padding-left: 0;
  }
}

.tp-admission-overview-wrapper p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #3E4047;
  margin-bottom: 20px;
}

.tp-admission-overview-wrapper p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--tp-heading-primary);
}

.tp-admission-overview-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-overview-btn {
    margin-top: 20px;
  }
}

.tp-admission-overview-btn .tp-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 34px;
  color: var(--tp-red-2);
  line-height: 24px;
  border-color: var(--tp-red-2);
  background-color: transparent;
}

.tp-admission-overview-btn .tp-btn span {
  margin-left: 10px;
}

.tp-admission-overview-btn .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-cta-area {
    padding-bottom: 80px;
  }
}

.tp-admission-cta-box {
  position: relative;
  padding: 100px;
  border-radius: 16px;
  background-color: #164951;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-admission-cta-box {
    padding: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-admission-cta-box {
    padding: 80px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-admission-cta-box {
    padding: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-cta-box {
    padding: 30px;
  }
}

.tp-admission-cta-thumb {
  position: absolute;
  bottom: -40px;
  right: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-cta-thumb {
    position: static;
  }
}

.tp-admission-cta-thumb img {
  border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-cta-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-cta-heading {
    margin-bottom: 30px;
  }
}

.tp-admission-cta-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.tp-admission-cta-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: -0.68px;
  color: var(--tp-common-white);
}

.tp-admission-cta-btn .tp-btn {
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.tp-admission-cta-btn .tp-btn span {
  margin-left: 5px;
}

.tp-admission-cta-btn .tp-btn:hover {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-apply-area {
    padding-bottom: 80px;
  }
}

.tp-admission-apply-heading {
  padding-top: 120px;
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-admission-apply-heading {
    padding-top: 35px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-apply-heading {
    padding-top: 30px;
    padding-left: 0;
  }
}

.tp-admission-apply-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px;
  color: rgba(22, 22, 19, 0.8);
}

@media only screen and (max-width: 767px) {
  .tp-admission-apply-heading p br {
    display: none;
  }
}

.tp-admission-apply-thumb {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-apply-thumb {
    margin-left: 0;
  }
}

.tp-admission-apply-thumb::after {
  position: absolute;
  content: "";
  left: -40px;
  top: -40px;
  height: 480px;
  width: 55%;
  z-index: 0;
  border-radius: 10px;
  background-color: #FFD074;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-apply-thumb::after {
    content: none;
  }
}

.tp-admission-apply-thumb img {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-admission-apply-thumb img {
    width: 100%;
  }
}

.tp-admission-apply-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}

.tp-admission-apply-btn .tp-btn {
  border-radius: 6px;
  border: none;
  color: var(--tp-heading-primary);
  background: rgba(22, 22, 19, 0.1);
}

.tp-admission-apply-btn .tp-btn span {
  margin-left: 5px;
}

.tp-admission-apply-btn .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-red-2);
}

/*----------------------------------------*/
/*  10.1 Financial css
/*----------------------------------------*/
.tp-financial-counter-box {
  border-radius: 10px;
  padding: 45px 80px 52px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-financial-counter-box {
    padding: 40px 40px 40px;
  }
}

.tp-financial-mission-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}

.tp-financial-process-box {
  border-radius: 8px;
  padding: 50px 54px;
  margin-bottom: 20px;
  background: var(--tp-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-financial-process-box {
    padding: 50px 40px;
  }
}

.tp-financial-process-box p {
  color: #31312E;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

.tp-financial-process-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--tp-heading-primary);
}

.tp-financial-process-title span {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-theme-4);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
  border: 2px solid #B1040E;
}

.tp-financial-bg {
  background-color: #EFEDE7;
}

.tp-financial-item {
  border-radius: 16px;
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-financial-item:hover .tp-financial-thumb img {
  transform: scale(1.08);
}

.tp-financial-title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 40px;
  color: var(--tp-heading-primary);
}

.tp-financial-thumb {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.tp-financial-thumb img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  transition: 0.5s;
}

.tp-financial-content {
  padding: 26px 30px 35px;
}

.tp-financial-content-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--tp-heading-primary);
}

.tp-financial-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #31312E;
  margin: 0;
}

/*----------------------------------------*/
/*  10.2 shop css
/*----------------------------------------*/
.tp-shop-banner-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 280px);
  transform: translateX(-50%);
  right: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-shop-banner-bg {
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-banner-bg {
    height: 515px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-shop-banner-bg {
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-shop-banner-bg {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-shop-banner-ptb {
    padding-bottom: 80px;
  }
}

.tp-shop-banner-space {
  margin-left: 140px;
  margin-right: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-shop-banner-space {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.tp-shop-banner-content {
  margin-right: -15px;
}

.tp-shop-banner-content span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  animation-delay: 0.3s;
  animation-duration: 1s;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-secondary);
}

.tp-shop-banner-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  animation-delay: 0.5s;
  animation-duration: 1s;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-banner-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-banner-title {
    font-size: 50px;
  }
}

.tp-shop-banner-thumb {
  margin-top: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-shop-banner-thumb {
    margin-bottom: 30px;
  }
}

.tp-shop-banner-thumb img {
  animation-delay: 0.5s;
  animation-duration: 1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-shop-banner-thumb img {
    width: 80%;
  }
}

.tp-shop-banner-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #1e1e2f;
  line-height: 1;
  display: inline-block;
  padding: 12px 33px 14px;
  animation-delay: 0.7s;
  animation-duration: 1s;
  background: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}

.tp-shop-banner-btn a span {
  margin-left: 5px;
  margin-bottom: 0;
  color: #1e1e2f;
  display: inline-block;
  transform: translateY(-1px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-shop-banner-btn a:hover {
  color: var(--tp-common-white);
  background-color: #1e1e2f;
}

.tp-shop-banner-btn a:hover span {
  color: var(--tp-common-white);
}

.tp-shop-banner-dot {
  position: absolute;
  left: 50% !important;
  width: auto !important;
  bottom: 40px !important;
  transform: translateX(-50%);
}

.tp-shop-banner-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  margin: 0 8px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-common-white);
}

.tp-shop-banner-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: -2px;
  left: -2px;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-shop-banner-dot .swiper-pagination-bullet-active {
  transform: scale(0.5);
  opacity: 1;
  background: var(--tp-common-white);
}

.tp-shop-banner-dot .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: scale(2.2);
}

.tp-shop-banner-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-shop-banner-thumb img {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
}

.tp-shop-banner-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-shop-banner-title {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.tp-shop-banner-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-shop-banner-content span {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.tp-shop-banner-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-shop-banner-btn a {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.tp-shop-feature-heading {
  margin-bottom: 45px;
}

.tp-shop-feature-heading p {
  font-size: 18px;
  font-weight: 300;
  color: #4f5158;
}

.tp-shop-feature-thumb {
  overflow: hidden;
}

.tp-shop-feature-thumb img {
  width: 100%;
  object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.tp-shop-feature-thumb:hover img {
  transform: scale(1.1) translateZ(0);
}

.tp-shop-feature-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}

.tp-shop-feature-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(3, 7, 10, 0.3);
}

.tp-shop-feature-title {
  font-size: 40px;
  font-weight: 500;
  color: #1e1e2f;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}

.tp-shop-feature-content {
  position: absolute;
  top: 50px;
  left: 34px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-feature-content {
    top: 20px;
  }
}

.tp-shop-feature-content span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
}

.tp-shop-feature-content h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

.tp-shop-feature-btn {
  position: absolute;
  bottom: 40px;
  left: 34px;
  z-index: 2;
}

.tp-shop-feature-btn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 16px;
  line-height: 1;
  overflow: hidden;
  color: var(--tp-theme-6);
  background: var(--tp-common-white);
  box-shadow: 0 0 6px 0 rgba(30, 30, 47, 0.06);
}

.tp-shop-feature-btn a span {
  margin-left: 5px;
  margin-bottom: 0;
  display: inline-block;
  transform: translateY(-1px);
}

.tp-shop-feature-btn a::after {
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200%;
  opacity: 0.35;
  transform: skew(-20deg);
  background-image: linear-gradient(90deg, transparent, var(--tp-theme-6, transparent), transparent);
}

.tp-shop-feature-btn a:hover::after {
  animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.tp-shop-product-item:hover .tp-shop-product-thumb img {
  transform: scale(1.03) translateZ(0);
}

.tp-shop-product-item:hover .tp-shop-product-thumb-btn {
  transform: translateY(0);
}

.tp-shop-product-thumb {
  margin-bottom: 20px;
  background: #f8f8f8;
  overflow: hidden;
}

.tp-shop-product-thumb img {
  width: 100%;
  transform: scale(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.tp-shop-product-thumb-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}

.tp-shop-product-thumb-tag span {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-shop-product-thumb-tag span.hot {
  background-color: #ff6a41;
}

.tp-shop-product-thumb-tag span.off {
  background: #819570;
}

.tp-shop-product-thumb-tag span.new {
  background: #319c9a;
}

.tp-shop-product-thumb-btn {
  position: absolute;
  text-align: center;
  width: calc(100% - 16px);
  bottom: 8px;
  left: 8px;
  z-index: 2;
  color: var(--tp-common-black);
  transform: translateY(60px);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: var(--tp-common-white);
}

.tp-shop-product-thumb-btn button {
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  padding: 6px 0;
  color: #ddf49f;
  text-transform: uppercase;
  background: var(--tp-theme-8);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
  width: 100%;
}

.tp-shop-product-thumb-btn button:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

.tp-shop-product-tag span {
  opacity: 0.8;
  font-size: 11px;
  font-weight: 400;
  color: #1e1e2f;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tp-shop-product-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-theme-6);
}

.tp-shop-product-title a:hover {
  color: var(--tp-theme-8);
}

.tp-shop-product-price span {
  font-size: 18px;
  font-weight: 400;
  color: #1e1e2f;
}

@media only screen and (max-width: 767px) {
  .tp-shop-product-tab {
    margin-bottom: 40px;
  }
}

.tp-shop-product-tab .nav-pills .nav-link {
  font-size: 26px;
  font-weight: 400;
  padding: 0 15px;
  letter-spacing: -0.52px;
  color: rgba(30, 30, 47, 0.4);
}

@media only screen and (max-width: 767px) {
  .tp-shop-product-tab .nav-pills .nav-link {
    margin-bottom: 20px;
  }
}

.tp-shop-product-tab .nav-pills .nav-link.active {
  color: #1E1E2F;
  background: transparent;
}

.tp-shop-product-tab .nav-pills .nav-link span {
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .tp-shop-product-tab .nav-pills .nav-link span {
    display: none;
  }
}

.tp-shop-cta-bg {
  padding: 38px 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-cta-bg {
    padding: 30px 30px;
  }
}

.tp-shop-cta-thumb {
  position: absolute;
  top: -29px;
  right: 314px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-cta-thumb {
    display: none;
  }
}

.tp-shop-cta-heading span {
  font-family: var(--tp-ff-secondary);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--tp-common-white);
}

.tp-shop-cta-title {
  font-weight: 500;
  font-size: 54px;
  margin: 0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-secondary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-cta-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-cta-btn {
    margin-top: 20px;
  }
}

.tp-shop-cta-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  box-shadow: 0 0 6px 0 rgba(30, 30, 47, 0.06);
}

.tp-shop-cta-btn a span {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-shop-cta-btn a:hover {
  color: var(--tp-theme-6);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.tp-shop-author-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
}

.tp-shop-author-heading p {
  font-size: 18px;
  color: #8B8C8F;
}

.tp-shop-author-item:hover .tp-shop-author-thumb img {
  transform: scale(1.04);
}

.tp-shop-author-item-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-6);
}

.tp-shop-author-item-title:hover a {
  color: var(--tp-theme-8);
}

.tp-shop-author-content span {
  font-size: 16px;
  font-weight: 400;
  color: #8b8c8f;
}

.tp-shop-author-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 50%;
}

.tp-shop-author-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-author-btn {
    margin-top: 20px;
  }
}

.tp-shop-author-btn a {
  font-weight: 600;
  font-size: 15px;
  padding: 11px 30px;
  color: #ddf49f;
  background: var(--tp-theme-8);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}

.tp-shop-author-btn a span {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(-1px);
}

.tp-shop-author-btn a:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

.tp-shop-service-item {
  padding: 40px 30px;
  background: linear-gradient(147deg, #e3fee6 0%, #fff1e1 100%);
  z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-service-item {
    flex-wrap: wrap;
  }
}

.tp-shop-service-item.return::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(93deg, #ffeae1 0%, #b8e8ff 100%);
  transform: rotate(-180deg);
}

.tp-shop-service-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: -0.01em;
  color: var(--tp-theme-6);
}

.tp-shop-service-content p {
  font-size: 15px;
  color: #4b4b53;
}

.tp-shop-widget-title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.tp-shop-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.tp-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #EDEDED;
  border: 0;
}

.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-theme-8);
}

.tp-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--tp-theme-8);
}

.tp-shop-widget-filter .ui-slider .ui-slider-handle:focus-visible {
  outline: none;
}

.tp-shop-widget-filter-info .input-range input {
  width: 190px;
  height: auto;
  background-color: transparent;
  color: var(--tp-theme-8);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-widget-filter-info .input-range input {
    width: 130px;
  }
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
  font-weight: 300;
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: #F5F5F5;
  padding: 2px 21px;
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-shop-widget-checkbox ul li {
  list-style: none;
}

.tp-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}

.tp-shop-widget-checkbox ul li input {
  display: none;
}

.tp-shop-widget-checkbox ul li input .single-widget-category input:checked+label::after {
  opacity: 1;
  visibility: visible;
}

.tp-shop-widget-checkbox ul li input:checked~label::after {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.tp-shop-widget-checkbox ul li input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-shop-widget-checkbox ul li label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}

.tp-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../images/check_1.svg");
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}

.tp-shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}

.tp-shop-widget-categories.height {
  height: 100%;
}

.tp-shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}

.tp-shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-shop-widget-categories ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tp-shop-widget-categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
}

.tp-shop-widget-categories ul li a:hover {
  color: var(--tp-theme-8);
}

.tp-shop-widget-categories ul li a:hover::after {
  background-color: var(--tp-theme-8);
}

.tp-shop-widget-categories ul li a:hover span {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-shop-widget-categories ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 4px 6px 4px;
}

.tp-shop-list-product-item {
  padding: 40px 45px;
  background-color: #F8F8F8;
}

@media only screen and (max-width: 767px) {
  .tp-shop-list-product-item {
    padding: 30px;
    flex-wrap: wrap;
  }
}

.tp-shop-list-product-thumb {
  margin-right: 74px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-list-product-thumb {
    margin-right: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-shop-list-product-thumb {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-shop-list-product-thumb {
    margin-bottom: 20px;
  }
}

.tp-shop-list-product-thumb img {
  box-shadow: 10px 10px 12px -4px rgba(0, 0, 0, 0.2);
}

.tp-shop-list-product-content {
  width: 100%;
}

.tp-shop-list-product-content .tp-shop-product-thumb-tag {
  top: -20px;
  left: auto;
  right: -20px;
}

@media only screen and (max-width: 767px) {
  .tp-shop-list-product-content .tp-shop-product-thumb-tag {
    top: auto;
    bottom: 0;
    right: 0;
  }
}

.tp-shop-list-product-content p {
  font-size: 15px;
  margin-bottom: 18px;
}

.tp-shop-list-product-btn {
  margin-top: 8px;
}

.tp-shop-list-product-btn button {
  font-size: 15px;
  font-weight: 600;
  color: #ddf49f;
  padding: 12px 52px;
  background: var(--tp-theme-8);
}

.tp-shop-list-product-btn button:hover {
  color: var(--tp-common-white);
  background: #1e1e2f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-shop-grid-sidebar {
    margin-right: 0;
  }
}

.tp-product-details-wrapper {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-wrapper {
    padding-left: 0;
  }
}

.tp-product-details-wrapper>p {
  font-size: 16px;
  line-height: 1.7;
  color: #55585b;
  font-weight: 300;
}

.tp-product-details-wrapper>p span {
  font-weight: 500;
  color: var(--tp-theme-8);
}

.tp-product-details-category span {
  font-size: 16px;
  line-height: 1;
  color: #55585b;
}

.tp-product-details-category span a:hover {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-thumb {
    margin-bottom: 30px;
  }
}

.tp-product-details-thumb img {
  width: 100%;
}

.tp-product-details-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-heading-2);
}

.tp-product-details-stock {
  margin-right: 12px;
}

.tp-product-details-stock span {
  display: inline-block;
  font-size: 15px;
  color: var(--tp-theme-8);
  background-color: rgba(0, 107, 97, 0.06);
  line-height: 1;
  padding: 4px 12px;
}

.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}

.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}

.tp-product-details-reviews span {
  font-size: 18px;
  font-weight: 400;
  color: #55585b;
}

.tp-product-details-price {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.tp-product-details-price.new-price {
  color: #010f1c;
}

.tp-product-details-price.old-price {
  font-weight: 300;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #767a7d;
}

.tp-product-details-variation {
  margin-bottom: 30px;
}

.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}

.tp-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}

.tp-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}

.tp-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tp-product-details-variation-list button .tp-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--tp-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tp-product-details-variation-list button.tp-size-variation-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.tp-product-details-variation-list button.tp-size-variation-btn:hover,
.tp-product-details-variation-list button.tp-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--tp-common-black);
  box-shadow: none;
  color: var(--tp-common-black);
}

.tp-product-details-variation-list button:hover,
.tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}

.tp-product-details-variation-list button:hover span[data-bg-color],
.tp-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}

.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  color: #010f1c;
}

.tp-product-details-quantity .tp-product-quantity {
  width: 122px;
  border-radius: 0;
}

.tp-product-details-quantity .tp-cart-plus,
.tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}

.tp-product-details-quantity .tp-cart-plus:hover,
.tp-product-details-quantity .tp-cart-minus:hover {
  color: var(--tp-theme-8);
  background-color: var(--tp-common-white);
}

.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}

.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  width: 122px;
  color: #000;
}

.tp-product-details-add-to-cart-btn {
  font-size: 16px;
  color: var(--tp-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #e0e2e3;
}

.tp-product-details-add-to-cart-btn:hover {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-product-details-buy-now-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}

.tp-product-details-buy-now-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-product-details-action-wrapper {
  margin-bottom: 17px;
}

.tp-product-details-action-sm {
  padding-bottom: 9px;
  border-bottom: 1px solid #eaebed;
  margin-bottom: 25px;
}

.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
}

.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}

.tp-product-details-action-sm-btn i,
.tp-product-details-action-sm-btn svg {
  margin-right: 2px;
}

.tp-product-details-action-sm-btn:hover {
  color: var(--tp-theme-8);
}

.tp-product-details-query {
  margin-bottom: 22px;
}

.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 5px;
}

.tp-product-details-query-item>span {
  font-size: 15px;
  color: #010f1c;
  line-height: 1.4;
  margin-right: 6px;
}

.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}

.tp-product-details-social {
  margin-bottom: 22px;
}

.tp-product-details-social span {
  font-size: 15px;
  color: #010f1c;
  margin-right: 5px;
}

.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e6e7e8;
  border-radius: 50%;
}

.tp-product-details-social a:not(:last-of-type) {
  margin-right: 4px;
}

.tp-product-details-social a:hover {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-product-details-msg ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  color: #55585b;
}

.tp-product-details-msg ul li::after {
  position: absolute;
  content: url("../images/halp-check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--tp-common-white);
  transition: all 0.2s 0s linear;
}

.tp-product-details-payment {
  background-color: #F3F5F6;
  padding: 18px 30px;
}

.tp-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
  color: var(--tp-grey-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-payment p {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .tp-product-details-payment p br {
    display: none;
  }
}

.tp-product-details-desc-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}

.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}

.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}

.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--tp-common-black);
}

.tp-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}

.tp-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}

.tp-product-details-desc-list {
  padding-top: 13px;
}

.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 17px;
}

.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}

.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}

.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}

.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}

.tp-product-details-desc-fact-content p {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}

.tp-product-details-additional-p {
  padding-left: 100px;
  padding-top: 55px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-additional-p {
    padding-left: 0;
  }
}

.tp-product-details-additional-p p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 28px;
  color: var(--tp-grey-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-additional-p p br {
    display: none;
  }
}

.tp-product-details-additional-info {
  padding-top: 60px;
  padding-bottom: 70px;
  border-top: 1px solid #e0e2e3;
  border-bottom: 1px solid #e0e2e3;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}

.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}

.tp-product-details-additional-info table {
  border: 1px solid #E0E2E3;
  width: 100%;
}

.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}

.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}

.tp-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: #F9F9F9;
  width: 306px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-additional-info table tr td:first-child {
    width: 270px;
  }
}

.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}

.tp-product-details-review-wrapper {
  padding-bottom: 120px;
  border-bottom: 1px solid #E0E2E3;
}

.tp-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}

.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}

.tp-product-details-review-summery {
  margin-bottom: 12px;
}

.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 8px;
}

.tp-product-details-review-summery-rating {
  margin-right: 3px;
}

.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}

.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 18px;
  margin-bottom: 0;
}

.tp-product-details-review-rating-item>span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}

.tp-product-details-review-rating-bar {
  width: 260px;
  background-color: #EDEEEE;
  height: 10px;
  position: relative;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}

.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.tp-product-details-review-rating-percent span {
  font-size: 18px;
}

.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}

.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}

.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}

.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}

.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}

.tp-product-details-review-avater-meta {
  font-size: 18px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}

.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}

.tp-product-details-review-avater-comment p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}

.tp-product-details-review-form>p {
  font-size: 16px;
  margin-bottom: 8px;
}

.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}

.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}

.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 18px;
  margin-right: 8px;
}

.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}

.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}

.tp-product-details-review-input-box {
  position: relative;
}

.tp-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}

.tp-product-details-review-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 18px;
  color: var(--tp-common-black);
}

.tp-product-details-review-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

.tp-product-details-review-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

.tp-product-details-review-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

.tp-product-details-review-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

.tp-product-details-review-input input::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

.tp-product-details-review-input input:focus {
  border: 1px solid var(--tp-theme-8);
}

.tp-product-details-review-input textarea {
  height: 165px;
  resize: none;
}

.tp-product-details-review-input textarea:focus {
  border: 1px solid var(--tp-theme-8);
}

.tp-product-details-review-input-title label {
  font-size: 18px;
  color: var(--tp-common-black);
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--tp-common-white);
  line-height: 1;
}

.tp-product-details-review-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-product-details-review-input-eye .open-eye {
  display: none;
}

.tp-product-details-review-input-eye:hover {
  cursor: pointer;
}

.tp-product-details-review-input-eye:hover span {
  color: var(--tp-common-black);
}

.tp-product-details-review-remeber input {
  display: none;
}

.tp-product-details-review-remeber input:checked~label::after {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.tp-product-details-review-remeber input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../images/check_1.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}

.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}

.tp-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 45px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
}

.tp-product-details-review-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }
}

.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
}

.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin: 10px 0;
  }
}

.tp-product-details-tab-nav .nav-tabs .nav-link.active,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}

.tp-product-details-tab-nav .nav-tabs .nav-link.active::after,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}

.tp-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  display: block;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-tab-line {
    height: 0;
  }
}

.tp-product-details-views {
  margin-bottom: 10px;
}

.tp-product-details-views>span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 8px;
}

.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}

.tp-product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}

.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}

.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}

.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}

.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}

.tp-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}

.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-product-details-countdown {
  padding: 10px 20px;
  border: 1px solid var(--tp-pink-1);
  background-color: rgba(253, 75, 107, 0.05);
}

.tp-product-details-countdown-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-pink-1);
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tp-product-details-countdown-title {
    margin-bottom: 7px;
  }
}

.tp-product-details-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.tp-product-details-countdown-time ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-pink-1);
  position: relative;
}

.tp-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}

.tp-product-details-countdown-time ul li:not(:last-child)::after,
.tp-product-details-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--tp-pink-1);
}

.tp-product-details-countdown-time ul li:not(:last-child)::before {
  top: 15px;
}

.tp-product-related-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-heading-2);
}

/*----------------------------------------*/
/*  10.3 My Account css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.profile__tab .nav-tabs {
  padding: 6px;
  border: 0;
  margin: 0;
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
}

.profile__tab .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 15px;
  padding: 14px 30px;
  color: var(--tp-text-1);
  background-color: var(--tp-common-white);
  position: relative;
  border-radius: 0;
  text-align: left;
  border: 0;
}

.profile__tab .nav-tabs .nav-link span {
  margin-right: 7px;
}

.profile__tab .nav-tabs .nav-link.active {
  color: var(--tp-theme-8);
  background-color: rgba(0, 107, 97, 0.1);
}

.profile__tab .nav-tabs .nav-link.active:hover {
  background-color: rgba(0, 107, 97, 0.1);
}

.profile__tab .nav-tabs .nav-link:hover {
  color: var(--tp-theme-8);
  background-color: rgba(0, 107, 97, 0.04);
}

.profile__tab .tp-tab-menu {
  position: relative;
}

.profile__tab .tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 2px;
  height: auto;
  background-color: var(--tp-theme-3);
}

[dir=rtl] .profile__tab .tp-tab-line {
  left: auto;
  right: 0;
}

.profile__tab-content {
  padding: 25px 30px 30px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
}

.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.profile__input {
  margin-bottom: 25px;
  position: relative;
}

.profile__input-box h4 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}

.profile__input-box h4 span {
  color: var(--tp-theme-8);
}

.profile__input-box p {
  font-size: 13px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 10px;
}

.profile__input>span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

[dir=rtl] .profile__input>span {
  left: auto;
  right: 20px;
}

.profile__input>span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.profile__input input,
.profile__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  padding-left: 50px;
  border: 0;
  outline: 0;
  border: 1px solid #EAEAEF;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

[dir=rtl] .profile__input input,
[dir=rtl] .profile__input textarea {
  padding-left: 25px;
  padding-right: 50px;
}

.profile__input input:focus,
.profile__input textarea:focus {
  border-color: var(--tp-theme-8);
}

.profile__input textarea {
  padding: 20px;
  resize: none;
  height: 200px;
  resize: none;
  line-height: 1.5;
}

.profile__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #EAEAEF;
  border-radius: 0;
  line-height: 58px;
  padding-left: 27px;
}

[dir=rtl] .profile__input .nice-select {
  padding-left: 0;
  padding-right: 27px;
}

.profile__input .nice-select .current {
  color: var(--tp-common-black);
}

.profile__input .nice-select::after {
  right: 25px;
  color: var(--tp-common-black);
}

[dir=rtl] .profile__input .nice-select::after {
  left: 25px;
  right: auto;
}

.profile__input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.profile__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
}

.profile__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}

.profile__password input {
  padding: 0 20px;
}

.profile__password input:focus {
  border-color: var(--tp-theme-8);
}

.profile__ticket {
  border: 1px solid #EAEAEF;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .profile__ticket {
    overflow-x: scroll;
  }
}

.profile__ticket table thead tr {
  background-color: transparent;
}

.profile__ticket table th {
  color: var(--tp-common-black);
  border-color: #EAEAEF;
  box-shadow: none;
}

.profile__ticket table td {
  color: var(--tp-common-black);
}

.profile__ticket table tbody>tr:first-child {
  background-color: transparent;
}

.profile__ticket table tbody>tr:not(:last-child) {
  border-bottom: 1px solid #EAEAEF;
}

.profile__ticket table tbody>tr td,
.profile__ticket table tbody>tr th {
  color: var(--tp-common-black);
  vertical-align: middle;
}

.profile__ticket table tbody>tr>th {
  padding-left: 15px;
  padding-right: 15px;
}

.profile__ticket table tbody>tr th[scope=row] {
  color: var(--tp-theme-8);
}

.profile__ticket table tbody>tr td[data-info="status done"] {
  color: #08AF5C;
}

.profile__ticket table tbody>tr td[data-info="status pending"] {
  color: #6364DB;
}

.profile__ticket table tbody>tr td[data-info="status reply"] {
  color: #D93D1E;
}

.profile__ticket table tbody>tr td[data-info="status hold"] {
  color: #FFB422;
}

.profile__ticket table tbody>tr .tp-btn {
  padding: 7px 18px;
  background-color: var(--tp-grey-1);
  color: var(--tp-common-black);
  font-weight: 500;
  min-width: 90px;
}

.profile__ticket table tbody>tr .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
}

.profile__ticket .table {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .profile__ticket .table {
    width: 700px;
  }
}

.profile__ticket .table> :not(:first-child) {
  border-color: #EAEAEF;
  border-top-width: 1px;
}

.profile__ticket .table> :not(caption)>*>* {
  padding: 12px 1.5rem;
  border: 0;
  box-shadow: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .profile__address-item {
    margin-bottom: 40px;
  }
}

.profile__address-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.profile__address-icon span {
  display: inline-block;
  min-width: 45px;
  margin-right: 20px;
}

[dir=rtl] .profile__address-icon span {
  margin-right: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .profile__address-icon span {
    margin-bottom: 20px;
  }
}

.profile__address-icon span svg {
  width: 45px;
}

.profile__address-icon span svg path {
  fill: var(--tp-theme-8);
}

.profile__address-content p {
  font-size: 18px;
  margin-bottom: 10px;
}

.profile__address-content p span {
  color: var(--tp-common-black);
  font-weight: 500;
  margin-right: 7px;
}

[dir=rtl] .profile__address-content p span {
  margin-right: 0;
  margin-left: 7px;
}

.profile__notification-title {
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.profile__notification-item .form-check-input {
  margin-top: 0;
  width: 40px;
  height: 20px;
  box-shadow: none;
}

.profile__notification-item .form-check-label {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-left: 10px;
}

[dir=rtl] .profile__notification-item .form-check-label {
  margin-left: 0;
  margin-right: 10px;
}

.profile__notification-item .form-check-label:hover {
  cursor: pointer;
  color: var(--tp-common-black);
}

.profile__notification-item .form-check-input:checked {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.profile__btn .tp-btn {
  border-radius: 0;
  padding: 6px 35px;
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.profile__btn .tp-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-6);
  background-color: var(--tp-theme-6);
}

@media only screen and (max-width: 767px) {
  .profile__main-inner {
    margin-bottom: 20px;
  }
}

.profile__main-thumb {
  position: relative;
}

.profile__main-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
}

[dir=rtl] .profile__main-thumb img {
  margin-right: 0;
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
}

.profile__main-thumb-edit input {
  display: none;
}

.profile__main-thumb-edit label {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: var(--tp-common-white);
  width: 30px;
  height: 30px;
  line-height: 24px;
  border: 2px solid var(--tp-common-white);
  text-align: center;
  background-color: var(--tp-theme-8);
  border-radius: 50%;
}

[dir=rtl] .profile__main-thumb-edit label {
  right: 0;
  bottom: 0;
}

.profile__main-thumb-edit label i {
  margin-left: 2px;
}

.profile__main-thumb-edit label:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
}

.profile__main-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.profile__main-content p span {
  color: var(--tp-theme-8);
  font-weight: 500;
}

.profile__main-info-item {
  border: 1px solid #EAEAEF;
  text-align: center;
  padding: 27px 30px 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
}

.profile__main-info-icon {
  position: relative;
  margin-bottom: 15px;
}

.profile__main-info-icon>span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.profile__main-info-icon>span svg {
  width: 60px;
}

.profile__main-info-icon>span svg path {
  fill: var(--tp-common-black);
}

.profile__main-info-icon .profile-icon-count {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border: 2px solid var(--tp-common-white);
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
}

.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
  .profile__shape {
    display: none;
  }
}

.profile__shape-1 {
  position: absolute;
  right: -10%;
  bottom: 32%;
  z-index: -1;
}

.profile__shape-2 {
  position: absolute;
  right: -19%;
  bottom: 14%;
  z-index: -1;
}

.profile__shape-3 {
  position: absolute;
  left: -12%;
  top: 12%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-3 {
    left: -4%;
  }
}

.profile__shape-4 {
  position: absolute;
  left: -7%;
  bottom: 10%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-4 {
    left: 0%;
  }
}

.profile__shape-5 {
  position: absolute;
  right: -20%;
  top: 43%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-5 {
    right: 0%;
  }
}

.profile__shape-6 {
  position: absolute;
  right: -4%;
  top: 9%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-6 {
    right: 1%;
  }
}

.tp-logout-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  padding: 6px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}

.tp-logout-btn:hover {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-profile-input-wrapper {
  margin-bottom: 8px;
}

.tp-profile-input-box {
  position: relative;
  margin-bottom: 34px;
}

.tp-profile-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 18px;
  color: var(--tp-common-black);
}

.tp-profile-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

.tp-profile-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

.tp-profile-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

.tp-profile-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

.tp-profile-input input::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

.tp-profile-input input:focus {
  border: 1px solid var(--tp-theme-8);
}

.tp-profile-input textarea {
  height: 165px;
  resize: none;
}

.tp-profile-input-title label {
  font-size: 18px;
  padding: 0 5px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-profile-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-profile-input-eye .open-eye {
  display: none;
}

.tp-profile-input-eye:hover {
  cursor: pointer;
}

.tp-profile-input-eye:hover span {
  color: var(--tp-common-black);
}

.tp-profile-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.tp-profile-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.tp-profile-wrapper h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-heading-2);
}

.tp-profile-social {
  margin-top: 42px;
}

.tp-profile-social a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  display: inline-block;
}

.tp-profile-social a:not(:last-child) {
  margin-right: 5px;
}

.tp-profile-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  10.4 Cart css
/*----------------------------------------*/
.tp-cart-header-product {
  padding-left: 30px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}

.tp-cart-list .table> :not(caption)>*>* {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cart-list table {
    width: 840px;
  }
}

.tp-cart-list thead {
  background-color: #F1F3F4;
}

.tp-cart-list thead th {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.tp-cart-list tr td {
  border-color: #E0E2E3;
}

.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 18px;
  color: #818487;
}

.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: var(--tp-theme-6);
}

.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  font-size: 18px;
  border-radius: 0;
  padding: 6px 20px;
  color: #ddf49f;
  border-color: var(--tp-theme-8);
  background: var(--tp-theme-8);
  box-shadow: 0 0 1px 0 var(--tp-theme-8), 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}

.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  border-color: var(--tp-theme-6);
  background-color: var(--tp-theme-6);
}

.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}

.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}

.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}

.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}

.tp-cart-title a:hover {
  color: var(--tp-theme-8);
}

.tp-cart-price {
  width: 126px;
}

.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}

.tp-cart-quantity {
  width: 180px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}

.tp-cart-coupon-input-box label {
  font-size: 18px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}

.tp-cart-coupon-input input {
  background: #FFFFFF;
  border: 1px solid #D6D9DC;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
}

.tp-cart-coupon-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818487;
}

.tp-cart-coupon-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #818487;
}

.tp-cart-coupon-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #818487;
}

.tp-cart-coupon-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #818487;
}

.tp-cart-coupon-input input::placeholder {
  /* MODERN BROWSER */
  color: #818487;
}

.tp-cart-coupon-input input:focus {
  border-color: var(--tp-theme-8);
}

.tp-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 10px 30px;
}

.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
}

.tp-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  padding: 9px 29px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-cart-update-btn:hover {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-cart-checkout-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 36px 24px 28px;
  margin-left: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}

.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}

.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}

.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}

.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}

.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}

.tp-cart-checkout-shipping-option input {
  display: none;
}

.tp-cart-checkout-shipping-option input:checked+label::after {
  border-color: var(--tp-theme-8);
}

.tp-cart-checkout-shipping-option input:checked+label::before {
  opacity: 1;
  visibility: visible;
}

.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 18px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}

.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}

.tp-cart-checkout-shipping-option label span {
  color: var(--tp-theme-8);
}

.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}

.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-8);
  visibility: hidden;
  opacity: 0;
}

.tp-cart-checkout-total {
  margin-bottom: 25px;
}

.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}

.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}

.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.tp-checkout-verify-item {
  margin-bottom: 40px;
}

.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}

.tp-checkout-verify-reveal {
  font-size: 18px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
}

.tp-checkout-verify-reveal button {
  color: var(--tp-theme-8);
  position: relative;
}

.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-8);
}

.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}

.tp-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-checkout-input {
  margin-bottom: 20px;
}

.tp-checkout-input label {
  font-weight: 500;
  color: var(--tp-common-black);
}

.tp-checkout-input label span {
  color: red;
}

.tp-checkout-input input,
.tp-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  height: 50px;
}

.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
  border-color: var(--tp-theme-8);
}

.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}

.tp-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  float: none;
  padding: 0 26px;
}

.tp-checkout-input .nice-select::after {
  right: 26px;
}

.tp-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}

.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tp-checkout-input .nice-select .list .option:hover {
  color: var(--tp-theme-8);
}

.tp-checkout-option {
  margin-bottom: 4px;
}

.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}

.tp-checkout-option input {
  display: none;
}

.tp-checkout-option input:checked~label::after {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.tp-checkout-option input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-checkout-option label::before {
  position: absolute;
  content: url("../images/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-checkout-option label a:hover {
  color: var(--tp-theme-8);
}

.tp-checkout-option label:hover {
  cursor: pointer;
}

.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}

.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}

.tp-checkout-place {
  padding: 44px 50px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}

.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
}

.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}

.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}

.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tp-checkout-payment-item input {
  display: none;
}

.tp-checkout-payment-item input:checked~label::after {
  border-color: var(--tp-theme-8);
}

.tp-checkout-payment-item input:checked~label::before {
  opacity: 1;
  visibility: visible;
}

.tp-checkout-payment-item label {
  font-size: 18px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}

.tp-checkout-payment-item label:hover {
  cursor: pointer;
}

.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}

.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}

.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}

.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}

.tp-checkout-payment-desc p {
  background-color: #F6F7F9;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 18px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}

.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--tp-common-white);
}

.tp-return-customer-input {
  margin-bottom: 20px;
}

.tp-return-customer-input label {
  font-weight: 500;
  color: var(--tp-common-black);
}

.tp-return-customer-input label span {
  color: red;
}

.tp-return-customer-input input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  height: 50px;
}

.tp-return-customer-input input:focus {
  border-color: var(--tp-theme-8);
}

.tp-return-customer-remeber input {
  display: none;
}

.tp-return-customer-remeber input:checked~label::after {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.tp-return-customer-remeber input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-return-customer-remeber label::before {
  position: absolute;
  content: url("../images/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-return-customer-remeber label a:hover {
  color: var(--tp-theme-8);
}

.tp-return-customer-remeber label:hover {
  cursor: pointer;
}

.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-8);
  position: relative;
  display: inline-block;
}

.tp-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-8);
}

.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}

.tp-order-details-icon {
  margin-bottom: 22px;
}

.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}

.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}

.tp-order-details-item {
  margin-bottom: 38px;
}

.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}

.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}

.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.tp-order-info-wrapper {
  padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}

.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}

.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}

.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}

.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-theme-8);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label::after {
  border-color: var(--tp-theme-8);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label::before {
  opacity: 1;
  visibility: visible;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 18px;
  position: relative;
  padding-right: 27px;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-theme-8);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}

.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}

.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}

.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  7.1 Dashboard Common
/*----------------------------------------*/
.tpd-color-sucess {
  color: var(--tp-dashboard-sucess);
}

.tpd-color-danger {
  color: var(--tp-dashboard-danger);
}

.tpd-common-date {
  color: #757C8E;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.tpd-common-text {
  color: var(--tp-text-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.tpd-common-shadow {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tpd-btn-border {
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  padding: 10px 19px 7px;
  line-height: 1;
  border: 1px solid #E6E8F0;
  color: var(--tp-dashboard-primary);
  background-color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-btn-border:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-dashboard-primary);
  background: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tpd-btn-border span {
  display: inline-block;
  margin-right: 4px;
}

.tpd-btn-border span svg {
  transform: translateY(-2px);
}

.tp-btn-enroll {
  border-radius: 6px;
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 600;
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  line-height: 1;
  display: inline-block;
  border: 2px solid var(--tp-dashboard-primary);
  padding: 10.5px 22px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn-enroll:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-dashboard-primary);
}

.tp-btn-add-course {
  color: #303651;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--tp-common-white);
  padding: 11.5px 21px;
  border-radius: 40px;
  border: 2px solid var(--tp-common-white);
  display: inline-block;
}

.tp-btn-add-course i {
  color: #697089;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn-add-course:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}

.tp-btn-add-course:hover i {
  color: var(--tp-common-white);
}

.tp-btn-add-course.profile {
  font-size: 15px;
  font-weight: 600;
  border: none;
  color: var(--tp-common-white);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.35);
}

.tp-btn-add-course.profile span {
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 5px;
}

.tp-btn-course {
  border-radius: 6px;
  background: var(--tp-dashboard-3);
  border: 2px solid var(--tp-dashboard-3);
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding: 4px 12px 5px 12px;
  display: inline-block;
  box-shadow: 0px 0px 1px 0px #5B7D55, 0px 1px 2px 0px rgba(91, 125, 85, 0.25);
}

.tp-btn-course:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-dashboard-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-course {
    padding: 4px 8px 5px 8px;
  }
}

.tpd-btn-cancel {
  color: #4F5158;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(117, 124, 142, 0.2);
  line-height: 1;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-btn-cancel:hover {
  background-color: #ED1B2E;
  border-color: #ED1B2E;
  color: var(--tp-common-white);
}

.tpd-btn-delete {
  color: #4F5158;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #F4F5FA;
  background: #F0F1F6;
  line-height: 1;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-btn-delete:hover {
  background-color: #ED1B2E;
  border-color: #ED1B2E;
  color: var(--tp-common-white);
}

.tpd-btn-edit {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 20px;
  border-radius: 6px;
  background: var(--tp-dashboard-primary);
  display: inline-block;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-btn-edit:hover {
  box-shadow: none;
}

.tpd-btn-details {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(60, 102, 249, 0.2);
  line-height: 1;
  padding: 8.5px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-btn-details:hover {
  background: var(--tp-dashboard-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
}

.tp-instructor-wrap {
  padding: 0 36px 0 48px;
  transform: translateY(46px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-wrap {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-wrap {
    transform: translateY(-50px);
  }
}

@media only screen and (max-width: 767px) {
  .tp-instructor-info {
    flex-wrap: wrap;
  }
}

.tp-instructor-avatar {
  flex: 0 0 auto;
  margin-right: 40px;
}

.tp-instructor-avatar img {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  object-fit: cover;
  padding: 8px;
  background-color: var(--tp-common-white);
}

.tp-instructor-avatar.profile img {
  height: 130px;
  width: 130px;
}

.tp-instructor-avatar.profile span {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tp-instructor-content {
  margin-top: 32px;
}

.tp-instructor-title {
  color: var(--tp-common-white);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
}

.tp-instructor-rate span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}

.tp-instructor-rate .profile {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}

.tp-instructor-rate .profile:not(:last-child) {
  margin-right: 20px;
}

.tp-instructor-rate .profile:not(:last-child)::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}

.tp-instructor-rating {
  margin-right: 10px;
}

.tp-instructor-rating i {
  color: #FFAD32;
  margin: 0 -1px;
}

.tp-instructor-course-btn {
  margin-top: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-instructor-course-btn {
    margin-top: 30px;
  }
}

.tp-instructor-course-btn.profile {
  margin-top: 12px;
}

.tp-fact-wrapper {
  margin-bottom: 25px;
}

.tp-fact-item {
  box-shadow: 0px 6px 6px rgba(8, 19, 34, 0.02);
  background-color: var(--tp-common-white);
  padding: 25px 30px;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-fact-item {
    margin-bottom: 30px;
  }
}

.tp-fact-item::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
}

.tp-fact-count {
  color: #1E1E2F;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
}

.tp-fact-content span {
  color: #6C7275;
  font-size: 15px;
  font-weight: 400;
}

.tp-fact-icon span {
  height: 60px;
  width: 60px;
  background-color: #F0EEFD;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  display: inline-block;
}

span.common-pale-yellow {
  background-color: #FFF0ED;
}

span.common-pale-pacific {
  background-color: #E7F6F8;
}

span.common-pale-blue {
  background-color: #E5F4FF;
}

span.common-pale-green {
  background-color: #E6F5EA;
}

span.common-pale-purple {
  background-color: #EFE7FC;
}

.tp-progress-wrapper {
  margin-bottom: 70px;
}

.tp-progress-item {
  background-color: var(--tp-common-white);
  padding: 20px 20px;
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14);
  border-radius: 14px;
}

.tp-progress-item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-progress-item {
    flex-wrap: wrap;
  }
}

.tp-progress-thumb {
  flex: 0 0 auto;
  position: relative;
  height: 100%;
  margin-right: 28px;
}

.tp-progress-thumb img {
  height: 100%;
  width: 330px;
  object-fit: cover;
  border-radius: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-progress-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-progress-thumb {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-progress-thumb {
    width: 100%;
  }
}

.tp-progress-title {
  color: #031F42;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.tp-progress-title a:hover {
  color: var(--tp-dashboard-secondary);
}

.tp-progress-content p {
  color: #94928E;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 34px;
}

.tp-progress-content p span {
  color: #4F5158;
}

.tp-progress-rate {
  margin-bottom: 6px;
}

.tp-progress-rate span {
  color: #8F9195;
  font-size: 15px;
}

.tp-progress-rate span:not(:last-of-type) {
  margin-right: 5px;
}

.tp-progress-rating {
  display: inline-block;
  margin-right: 7px;
}

.tp-progress-rating i {
  color: #FF9747;
  margin: 0 -1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-progress-bar {
    flex-wrap: wrap;
  }
}

.tp-progress-bar .progress {
  height: 5px;
  border-radius: 4px;
  background: #EEF1F8;
  width: 360px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (max-width: 767px) {
  .tp-progress-bar .progress {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-progress-bar .progress {
    width: 300px;
  }
}

.tp-progress-bar .progress-bar {
  border-radius: 4px;
  background: var(--tp-dashboard-primary);
  width: 50%;
}

.tp-progress-bar .progress-bar.seven {
  width: 70%;
}

.tp-progress-bar>span {
  flex: 0 0 auto;
  color: #8F9195;
  font-size: 18px;
}

.tp-dashboard-course-wrapper {
  padding-bottom: 70px;
}

.tp-dashboard-course-list {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14);
  padding: 40px 34px 26px 34px;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tp-dashboard-course-list>ul {
    overflow-x: scroll;
  }
}

.tp-dashboard-course-list ul li {
  list-style: none;
  padding: 15.5px 0;
}

.tp-dashboard-course-list ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}

.tp-dashboard-course-list ul li:first-child {
  border-bottom: none;
  padding: 8.5px 0;
}

@media only screen and (max-width: 767px) {
  .tp-dashboard-course-list ul li {
    width: 600px;
  }
}

.tp-dashboard-course-list ul li.active {
  background-color: #F4F5FA;
  border-radius: 8px;
}

.tp-dashboard-course-list ul li.active .tp-dashboard-course-name-title {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
}

.tp-dashboard-course-list ul li.active .tp-dashboard-course-enroll span,
.tp-dashboard-course-list ul li.active .tp-dashboard-course-rating span {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
}

.tp-dashboard-course-item {
  display: flex;
  align-items: center;
}

.tp-dashboard-course-name {
  width: 512px;
}

.tp-dashboard-course-name-title {
  margin-bottom: 0;
  margin-left: 20px;
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}

.tp-dashboard-course-enroll {
  margin-left: 15px;
  width: 185px;
}

.tp-dashboard-course-enroll span {
  color: #57595F;
  font-size: 16px;
  font-weight: 400;
}

.tp-dashboard-course-rating {
  margin-left: 15px;
  width: 185px;
}

.tp-dashboard-course-rating i {
  font-size: 13px;
  color: #FF9E4E;
  margin: 0 -1px;
}

.tp-dashboard-course-details a {
  color: #57595F;
  font-size: 15px;
  font-weight: 500;
}

.tp-dashboard-course-details a i {
  margin-left: 4px;
  transform: translateY(1px);
}

.tp-dashboard-course-details a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-profile-box {
  background-color: var(--tp-common-white);
  padding: 46px 34px;
  border-radius: 16px;
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
}

@media only screen and (max-width: 767px) {
  .tp-profile-box {
    padding: 30px;
  }
}

.tp-profile-box.my-profile {
  padding: 46px 36px 46px 48px;
  z-index: 1;
}

.tp-profile-wrap {
  border-radius: 8px;
  border: 1px solid #E6E8F0;
  background-color: #F9F9F9;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tp-profile-wrap ul {
    overflow-x: scroll;
  }
}

.tp-profile-wrap ul li {
  list-style: none;
}

.tp-profile-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}

@media only screen and (max-width: 767px) {
  .tp-profile-wrap ul li {
    width: 700px;
  }
}

.tp-profile-info-tag {
  width: 220px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-profile-info-tag {
    width: 200px;
  }
}

.tp-profile-info-tag span {
  padding: 13px 30px;
  color: #57595F;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.tp-profile-info-details {
  background-color: #fff;
  width: 100%;
}

.tp-profile-info-details span {
  padding: 13px 30px;
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.tp-profile-info-details span.details-zone {
  padding: 13px 30px 31px 30px;
}

.tpd-table {
  border-radius: 16px;
  padding: 40px 34px 24px 34px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-table {
    overflow-x: scroll;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tpd-table {
    padding: 40px 20px 24px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tpd-table {
    padding: 20px;
  }
}

.tpd-table-row {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.tpd-table-title {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpd-table>ul {
    width: 900px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-table>ul {
    width: 850px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-table>ul {
    width: 820px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-table>ul {
    width: 850px;
    padding-right: 30px;
  }
}

.tpd-table ul li {
  list-style: none;
  padding: 25px 0;
}

.tpd-table ul li:not(:last-of-type) {
  border-bottom: 1px solid #E6E8F0;
}

.tpd-table ul li:first-child {
  border-bottom: none;
  padding: 14px 0;
}

.tpd-table ul li:hover {
  background-color: #F9F9F9;
}

.tpd-table ul li.tpd-table-head {
  border-radius: 8px;
  background: #F4F5FA;
}

.tpd-action-btn button,
.tpd-action-btn a {
  position: relative;
  display: inline-block;
  color: #808187;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #EEEFF4;
}

.tpd-action-btn button:hover,
.tpd-action-btn a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-dashboard-primary);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tpd-action-btn button:hover .tpd-action-tooltip,
.tpd-action-btn a:hover .tpd-action-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-12px);
}

.tpd-action-btn button.nohover:hover,
.tpd-action-btn a.nohover:hover {
  border-color: inherit;
  background-color: inherit;
  box-shadow: inherit;
}

.tpd-action-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: max-content;
  background-color: #031233;
  color: var(--tp-common-white);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px 7px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.tpd-action-tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #031233;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tpd-action-inexact-btn {
  display: inline-block;
  position: relative;
}

.tpd-action-inexact-btn:not(:last-child) {
  margin-right: 5px;
}

.tpd-action-inexact-btn>button,
.tpd-action-inexact-btn>a {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  color: #697089;
  border: 1px solid transparent;
}

.tpd-action-inexact-btn>button svg,
.tpd-action-inexact-btn>a svg {
  transform: translateX(-1px);
}

.tpd-action-inexact-btn>button:hover,
.tpd-action-inexact-btn>a:hover {
  color: var(--tp-dashboard-primary);
  border-radius: 30px;
  border: 1px solid rgba(85, 109, 245, 0.2);
  background: rgba(85, 109, 245, 0.1);
}

.tpd-action-inexact-btn>button.click,
.tpd-action-inexact-btn>a.click {
  position: relative;
}

.tpd-action-inexact-btn>button.border-bg,
.tpd-action-inexact-btn>a.border-bg {
  line-height: 14px;
}

.tpd-action-inexact-btn>button.border-bg svg,
.tpd-action-inexact-btn>a.border-bg svg {
  transform: translateX(0px);
}

.tpd-action-inexact-btn.active .tpd-action-click-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tpd-action-click-tooltip {
  background-color: #24272E;
  padding: 8px 8px;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(3, 18, 51, 0.3);
  border-radius: 6px;
  position: absolute;
  right: -18px;
  bottom: calc(100% + 10px);
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.tpd-action-click-tooltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  right: 27px;
  width: 0;
  height: 0;
  border-top: 6px solid #303651;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tpd-action-click-tooltip button {
  display: block;
  border-radius: 4px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  padding: 10px 13px;
  width: 156px;
}

.tpd-action-click-tooltip button span {
  display: inline-block;
  width: 20px;
}

.tpd-action-click-tooltip button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.tpd-action-click-tooltip.bundle button {
  width: 120px;
}

.tpd-action-approv button {
  display: inline-block;
  color: var(--tp-dashboard-sucess);
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #EEEFF4;
  border-radius: 4px;
  border: 1px solid rgba(36, 161, 72, 0.12);
  background: #E8F9ED;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-action-approv button.reject {
  color: #BEBFC1;
  border-color: #E5E6EB;
  background-color: transparent;
}

.tpd-action-approv button.reject:hover {
  color: var(--tp-dashboard-danger);
  border: 1px solid rgba(255, 77, 79, 0.12);
  background: rgba(255, 77, 79, 0.08);
}

.tpd-action-approv button.style-bg-2 {
  background-color: #00B890;
  color: var(--tp-common-white);
}

.tpd-status button {
  display: inline-block;
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: #697089;
  border: 1px solid #EEEFF4;
}

.tpd-status-complete button {
  display: inline-block;
  font-size: 15px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid #00B890;
  background-color: #00B890;
}

.tpd-badge {
  display: inline-block;
  border-radius: 23px;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  padding: 2px 11px 5px 11px;
}

.tpd-badge.sucess {
  color: var(--tp-dashboard-sucess);
  background: rgba(15, 159, 85, 0.1);
  border: 1px solid rgba(36, 161, 72, 0.12);
}

.tpd-badge.danger {
  color: var(--tp-dashboard-danger);
  border: 1px solid rgba(255, 77, 79, 0.12);
  background: rgba(255, 77, 79, 0.08);
}

.tpd-badge.warning {
  color: var(--tp-dashboard-warning);
  border: 1px solid rgba(245, 155, 18, 0.12);
  background: rgba(245, 155, 18, 0.08);
}

.tpd-badge.info {
  color: var(--tp-dashboard-info);
  border: 1px solid rgba(84, 111, 255, 0.12);
  background: rgba(84, 111, 255, 0.08);
}

.tpd-border-btn {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  line-height: 1;
  padding: 8px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid rgba(60, 102, 249, 0.2);
}

.tpd-border-btn:hover {
  background: var(--tp-dashboard-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
}

.tpd-border-btn.active {
  background-color: var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tpd-border-btn.active:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}

.tpd-border-btn a {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(60, 102, 249, 0.2);
  line-height: 1;
  padding: 8.5px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-border-btn a:hover {
  background: var(--tp-dashboard-primary);
  border-radius: 6px;
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
  color: var(--tp-common-white);
}

.tpd-border-btn a.active {
  background-color: var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tpd-border-btn a.active:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}

.tpd-input .font {
  font-size: 16px;
}

.tpd-input label {
  color: #303651;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 7px;
}

.tpd-input input,
.tpd-input textarea {
  resize: none;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  transition: all 0.3s 0s ease-out;
}

.tpd-input input:focus,
.tpd-input textarea:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}

.tpd-input input::placeholder,
.tpd-input textarea::placeholder {
  color: #8F9195;
  font-size: 16px;
  font-weight: 400;
}

.tpd-input textarea {
  height: 162px;
}

.tpd-input .tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #E6E8F0;
}

.tpd-box-shadow {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tpd-input-white label {
  color: #8F9195;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}

.tpd-input-white input {
  border-radius: 10px;
  background: var(--tp-common-white);
  height: 50px;
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tpd-input-white input:focus {
  border-color: var(--tp-dashboard-primary);
}

.tpd-input-white input::placeholder {
  color: #757C8E;
  font-size: 17px;
  font-weight: 400;
}

.tpd-input-white textarea {
  height: 160px;
  border-radius: 10px;
  resize: none;
  padding: 14px 24px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tpd-input-white textarea:focus {
  box-shadow: none;
}

.tpd-input-white textarea::placeholder {
  color: #757C8E;
  font-size: 17px;
  font-weight: 400;
}

.tpd-table.li-hover-none ul li:hover {
  background-color: transparent;
}

.tpd-table.li-hover-none ul li.tpd-table-head:hover {
  background-color: #F4F5FA;
}

.tpd-certificate-img img {
  max-width: 90px;
  height: 64px;
  object-fit: cover;
  box-shadow: 2px 2px 2px rgba(16, 16, 16, 0.3);
}

.tpd-certificate-badge {
  width: 138px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #EFF2FA;
  padding: 3px 16px;
  border: 1px solid #E7EAF2;
  justify-content: space-between;
}

.tpd-certificate-badge:hover {
  background: rgba(85, 109, 245, 0.14);
}

.tpd-certificate-badge:hover .tpd-certificate-badge-text {
  color: var(--tp-dashboard-primary);
}

.tpd-certificate-badge:hover .tpd-certificate-badge-publish svg {
  color: var(--tp-dashboard-primary);
}

.tpd-certificate-badge-text {
  color: #57595F;
  font-size: 18px;
  font-weight: 400;
}

.tpd-certificate-badge-file {
  flex: 0 0 auto;
  margin-right: 2px;
  display: inline-block;
}

.tpd-certificate-badge-file svg {
  transform: translateY(-2px);
  display: inline-block;
}

.tpd-certificate-badge-publish svg {
  transform: translateY(-2px);
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-certificate-badge.active {
  border: 1px solid rgba(36, 161, 72, 0.12);
  background: #E8F9ED;
}

.tpd-certificate-badge.active .tpd-certificate-badge-text {
  color: #24A148;
}

.tpd-certificate-table .tpd-table-row {
  margin-left: 0;
  display: inherit;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-certificate-table ul {
    overflow: hidden;
    overflow-x: scroll;
  }
}

.tpd-certificate-table ul li {
  list-style: none;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(3, 11, 30, 0.14), 0px 1px 2px rgba(3, 11, 30, 0.06);
  padding: 23px 18px 23px 25px;
  border-radius: 10px;
}

.tpd-certificate-table ul li:not(:last-of-type) {
  margin-bottom: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-certificate-table ul li {
    width: 600px;
  }
}

.tpd-certificate-info {
  width: 600px;
}

.tpd-certificate-badges {
  flex: 0 0 auto;
  width: 140px;
}

.tpd-certificate-edit {
  margin-left: 10px;
  flex: 0 0 auto;
}

.tpd-certificate-delete {
  flex: 0 0 auto;
  margin-left: 10px;
}

.tpd-certificate-title {
  color: #57595F;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

/*----------------------------------------*/
/*  7.2 Dashboard Menu
/*----------------------------------------*/
.tp-dashboard-body-bg {
  background-color: #EFF2FA;
}

.tp-dashboard-banner-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.tp-dashboard-banner-bg {
  padding-top: 154px;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-dashboard-banner-bg.profile {
  padding-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile .tp-instructor-wrap {
    transform: translateY(46px);
  }
}

@media only screen and (max-width: 767px) {
  .tp-dashboard-banner-bg.profile .tp-instructor-wrap {
    transform: translateY(-20px);
  }
}

.tp-dashboard-banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tp-dashboard-banner-shape img {
  width: 100%;
}

.tp-dashboard-title {
  color: #0A1C3A;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 33px;
}

.tp-dashboard-tab {
  border-radius: 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tp-dashboard-tab-title {
  color: #303651;
  font-size: 26px;
  font-weight: 600;
  padding: 19px 30px 18px 30px;
  border-bottom: 1px solid #E6E8F0;
}

.tp-dashboard-tab-list {
  padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-dashboard-tab-list {
    padding: 0;
  }
}

.tp-dashboard-tab-list ul li {
  list-style: none;
  display: inline-block;
}

.tp-dashboard-tab-list ul li a {
  color: #697089;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 11px 24px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-dashboard-tab-list ul li a {
    padding: 10px 15px;
  }
}

.tp-dashboard-tab-list ul li a.active {
  color: var(--tp-dashboard-secondary);
  position: relative;
}

.tp-dashboard-tab-list ul li a.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-dashboard-course {
  border-radius: 10px;
  padding: 10px 10px 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tp-dashboard-course:hover .tp-dashboard-course-thumb img {
  transform: scale(1.08);
}

.tp-dashboard-course.courde-edit .tp-dashboard-course-content {
  padding: 20px 10px 0;
}

.tp-dashboard-course.courde-edit .tp-dashboard-course-meta {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9EBF1;
}

.tp-dashboard-course-content {
  padding: 18px 14px 19px 14px;
}

.tp-dashboard-course-thumb {
  overflow: hidden;
  border-radius: 8px;
}

.tp-dashboard-course-thumb img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-dashboard-course-title {
  color: #031F42;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.tp-dashboard-course-title a:hover {
  color: var(--tp-dashboard-primary);
}

.tp-dashboard-course-meta {
  margin-bottom: 10px;
}

.tp-dashboard-course-meta span {
  color: #8F9195;
  font-size: 18px;
  display: inline-block;
  margin-right: 1px;
}

.tp-dashboard-course-meta span:not(:last-of-type) {
  margin-right: 16px;
}

.tp-dashboard-course-meta span span {
  display: inline-block;
  transform: translateY(-2px);
}

.tp-dashboard-course-btn .tp-btn-border {
  display: block;
}

.tp-dashboard-course-free span {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-dashboard-secondary);
}

.tp-dashboard-btn .tp-dashboard-course-free {
  margin-left: 10px;
}

.tp-dashboard-btn .tp-course-pricing {
  text-align: end;
  flex: 0 0 auto;
  margin-left: 8px;
}

.tp-dashboard-rating {
  margin-bottom: 4px;
}

.tp-dashboard-rating i {
  color: #FFB21D;
}

.tp-dashboard-rating span {
  color: #8F9195;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}

.tp-dashboard-progress {
  margin-bottom: 25px;
}

.tp-dashboard-progress-info span {
  color: #8F9195;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

.tp-dashboard-progress .progress {
  border-radius: 2px;
  background: #EFF1F7;
  height: 4px;
}

.tp-dashboard-progress .progress-bar {
  border-radius: 2px;
  background: #15AC6A;
}

.tp-dashboard-course-2 .tp-dashboard-course-meta {
  margin-bottom: 19px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E9EBF1;
}

.tp-dashboard-course-2 .tp-dashboard-course-content {
  padding: 18px 14px 11px 14px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-dashboard-course-2 .tp-dashboard-course-content {
    padding: 0;
  }
}

.tpd-dashboard-wrap-bg {
  background-repeat: no-repeat;
}

.tpd-dashboard-footer .tp-footer-widget-title {
  color: var(--tp-common-white);
}

.tpd-dashboard-footer .tp-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.tpd-dashboard-footer .tp-footer-widget ul li a:hover {
  color: var(--tp-common-white);
}

.tpd-dashboard-footer .tp-footer-widget-content p {
  color: rgba(255, 255, 255, 0.7);
}

.tpd-dashboard-footer .tp-footer-newsletter-wrap p {
  color: rgba(255, 255, 255, 0.7);
}

.tpd-dashboard-footer .tp-footer-newsletter-input input {
  border-radius: 50px;
  font-size: 16px;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.tpd-dashboard-footer .tp-footer-newsletter-input input::placeholder {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tpd-dashboard-footer .tp-footer-newsletter-input input:focus {
  border-color: var(--tp-dashboard-primary);
}

.tpd-dashboard-footer .tp-footer-newsletter-submit .tp-btn {
  border-radius: 50px;
  border-color: var(--tp-dashboard-primary);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tpd-dashboard-footer .tp-footer-newsletter-social a {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: var(--tp-common-white);
  height: 44px;
  width: 44px;
  line-height: 44px;
}

.tpd-dashboard-footer .tp-footer-contact span {
  color: rgba(255, 255, 255, 0.7);
}

.tpd-dashboard-footer .tp-footer-contact a {
  color: var(--tp-common-white);
}

.tpd-dashboard-footer .tp-footer-contact-mail a {
  color: var(--tp-common-white);
}

.tpd-dashboard-footer .tp-footer-contact-mail a span {
  color: var(--tp-common-white);
}

.tpd-dashboard-footer-bottom {
  background: #142542;
}

.tpd-dashboard-footer-bottom .tp-footer-copyright span {
  color: var(--tp-common-white);
}

.tpd-dashboard-right .main-menu {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .tpd-dashboard-filter {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .tpd-dashboard-search {
    margin-bottom: 20px;
  }
}

.tpd-dashboard-search .tp-header-2-search {
  width: 360px;
  margin-left: 0;
}

.tpd-dashboard-search .tp-header-2-search input {
  color: var(--tp-heading-primary);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 30px 0 50px;
  border-radius: 100px;
  border: 1px solid #F3F4F9;
  background-color: var(--tp-common-white);
}

.tpd-dashboard-search .tp-header-2-search input::placeholder {
  font-size: 15px;
  font-weight: 400;
}

.tpd-dashboard-search .tp-header-2-search input:focus {
  border-color: var(--tp-theme-secondary);
  background-color: var(--tp-common-white);
}

.tpd-dashboard-search .tp-header-2-search-btn {
  position: absolute;
  right: auto;
  left: 22px;
}

.tpd-dashboard-search .tp-header-2-search-btn span {
  display: inline-block;
  transform: translateY(-1px);
}

.tpd-dashboard-select .tp-course-filter-select .nice-select {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  box-shadow: none;
  border-color: var(--tp-common-white);
  background: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-dashboard-select-course {
    margin-bottom: 20px;
  }
}

.tpd-dashboard-select-course .tp-course-filter-select .nice-select {
  float: none;
  width: 300px;
  height: 40px;
  border: inherit;
  box-shadow: none;
  line-height: 40px;
  padding-right: 45px;
  display: inline-table;
  background: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tpd-dashboard-select-calender {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .tpd-dashboard-select-calender .tpd-order-short-list {
    margin-bottom: 20px;
  }
}

.tpd-dashboard-progress-box {
  border-radius: 10px;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-dashboard-progress-box {
    margin-top: 30px;
  }
}

.tpd-dashboard-progress-heading {
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-dashboard-progress-heading {
    flex-wrap: wrap;
  }
}

.tpd-dashboard-progress-item {
  border-bottom: 1px solid #E6E8EC;
  padding: 24px 107px 24px 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-dashboard-progress-item {
    padding: 24px 90px 24px 29px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-dashboard-progress-item {
    padding: 24px 57px 24px 28px;
  }
}

.tpd-dashboard-progress-item:not(:last-of-type) {
  border-right: 1px solid #E6E8EC;
}

.tpd-dashboard-progress-item span {
  font-weight: 400;
  font-size: 18px;
  color: #757c8e;
}

.tpd-dashboard-progress-item p {
  font-weight: 600;
  font-size: 20px;
  color: #57595f;
  margin: 0;
}

.tpd-dashboard-progress-body {
  padding: 0 30px 40px;
}

.tpd-dashboard-progress-body h4 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.tpd-dashboard-progress-graph {
  width: 770px;
  height: 254px;
  margin-left: 30px;
  border-radius: 4px;
  border: 1px solid #E6E8EC;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-dashboard-progress-graph {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-dashboard-progress-graph {
    width: 100%;
    margin-left: 0;
  }
}

.tpd-dashboard-qa-tab {
  display: inline-block;
}

.tpd-dashboard-qa-tab-bg {
  position: relative;
  border-radius: 50px;
  background: var(--tp-common-white);
}

.tpd-dashboard-qa-tab-bg .nav-link.active {
  border-color: transparent;
  color: var(--tp-common-white);
  background-color: transparent;
}

.tpd-dashboard-qa-tab-bg .nav-link.active:focus {
  border: none;
}

.tpd-dashboard-qa-tab-bg .nav-link:hover {
  border: none;
}

.tpd-dashboard-qa-tab-bg button {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #57595F;
  z-index: 999;
  padding: 15px 25px;
  transition: 0.3s;
  border: none !important;
}

.tpd-dashboard-qa-tab-bg button.active {
  color: var(--tp-common-white);
}

.tpd-dashboard-qa-tab-bg button.monthly.active~.test {
  transform: translateX(0px);
}

.tpd-dashboard-qa-tab-bg .test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  border-radius: 30px;
  transform: translateX(104px);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tpd-dashboard-qa-select {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-dashboard-qa-select {
    justify-content: start;
  }
}

.tpd-dashboard-qa-select .tp-course-filter-select .nice-select {
  border: none;
  box-shadow: none;
  background: var(--tp-common-white);
}

.tpd-dashboard-calender-box .fc .fc-button-primary {
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-dashboard-primary);
  border-color: rgba(85, 109, 245, 0.14);
  background-color: rgba(85, 109, 245, 0.14);
}

.tpd-dashboard-calender-box .fc .fc-button-primary:active,
.tpd-dashboard-calender-box .fc .fc-button-primary:focus {
  box-shadow: none !important;
  color: var(--tp-common-white);
  border-color: var(--tp-dashboard-primary);
  background-color: var(--tp-dashboard-primary);
}

.tpd-dashboard-calender-box .fc .fc-button-primary.fc-button-active {
  height: 35px;
  color: var(--tp-common-white);
  border-color: var(--tp-dashboard-primary);
  background-color: var(--tp-dashboard-primary);
}

.tpd-dashboard-calender-box .fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(245, 246, 255);
}

.tpd-dashboard-calender-box .fc table {
  font-size: 16px;
}

.tpd-dashboard-calender-box .fc .fc-highlight {
  background-color: rgba(81, 105, 241, 0.06);
}

.tpd-dashboard-calender-box .fc .fc-timegrid-col.fc-day-today {
  background-color: rgb(217, 223, 250);
}

.tpd-dashboard-calender-box .fc .fc-cell-shaded,
.tpd-dashboard-calender-box .fc .fc .fc-day-disabled {
  background: hsl(234, 100%, 90%);
}

.tpd-dashboard-course-edit-box {
  margin-left: -36px;
}

.tpd-dashboard-course-edit .tp-course-filter-select .nice-select {
  float: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  border: inherit;
  box-shadow: none;
  background: var(--tp-common-white);
}

.tpd-dashboard-course-edit .tp-course-filter-select .nice-select::after {
  right: 24px;
}

/*----------------------------------------*/
/*  7.3 Sidebar
/*----------------------------------------*/
.tp-user-wrap {
  display: block;
  border-radius: 10px;
  padding: 28px 22px 12px 18px;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-user-wrap {
    padding: 22px 10px;
  }
}

.tp-user-banner {
  border: 1px solid #E6E8F0;
  border-radius: 8px;
  padding: 25px 0 27px 16px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.tp-user-banner-title {
  color: #303651;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}

.tp-user-banner-text {
  width: 50%;
}

.tp-user-banner-shape {
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: -1;
}

.tp-user-menu {
  padding: 0px 0px 12px 0px;
}

.tp-user-menu-title {
  padding: 6px 16px 4px 16px;
  color: #8F9195;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.tp-user-menu-title.space-gap {
  margin-top: 10px;
  padding-bottom: 0;
}

.tp-user-menu ul li {
  list-style: none;
}

.tp-user-menu ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.tp-user-menu ul li a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  color: #4F5158;
  padding: 6px 16px 8px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-user-menu ul li a span {
  display: inline-block;
  width: 30px;
  transform: translateY(-1px);
}

.tp-user-menu ul li a.active {
  border-radius: 8px;
  background: #556DF5;
  color: var(--tp-common-white);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}

.tp-user-menu ul li a.active:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
}

.tp-user-menu ul li a:hover {
  color: var(--tp-dashboard-primary);
  background: rgba(85, 109, 245, 0.14);
}

.tpd-menu {
  padding: 0 85px;
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tpd-menu {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpd-menu {
    padding: 0 30px;
  }
}

.tpd-menu .tp-header-2-search {
  width: 320px;
}

.tpd-menu .tp-header-2-search input {
  color: var(--tp-heading-primary);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 30px 0 50px;
  border-radius: 1000px;
  background-color: #F3F4F9;
  border: 2px solid #F3F4F9;
}

.tpd-menu .tp-header-2-search input:focus {
  border-color: var(--tp-theme-secondary);
  background-color: var(--tp-common-white);
}

.tpd-menu .tp-header-2-search-btn {
  position: absolute;
  right: auto;
  left: 22px;
}

.tpd-menu .tp-header-2-search-btn span {
  display: inline-block;
  transform: translateY(-1px);
}

.tpd-menu .tp-header-2-btn {
  margin-left: 30px;
}

.tpd-menu .tp-header-2-cart {
  position: relative;
}

.tpd-menu .tp-header-2-cart::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  height: 34px;
  width: 1px;
  background: rgba(0, 31, 63, 0.12);
}

.tpd-profile-avatar img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.tpd-main {
  position: relative;
  z-index: 1;
}

.tpd-user-sidebar {
  margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-user-sidebar {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-user-sidebar {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  7.4 Dashboard Reviews
/*----------------------------------------*/
.tpd-reviews-student {
  width: 258px;
  flex: 0 0 auto;
}

.tpd-reviews-date {
  margin-left: 12px;
  width: 225px;
  flex: 0 0 auto;
}

.tpd-reviews-date span {
  color: #57595F;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}

.tpd-reviews-date p {
  color: #8A8B90;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}

.tpd-reviews-feedback {
  margin-left: 15px;
  width: calc(100% - 535px);
}

.tpd-reviews-feedback .span {
  font-size: 18px;
  font-weight: 400;
  color: #4F5158;
}

.tpd-reviews-thumb {
  flex: 0 0 auto;
  margin-right: 12px;
}

.tpd-reviews-thumb img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.tpd-reviews-thumb-title {
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.tpd-reviews-course-info p {
  color: #757C8E;
  margin-bottom: 0;
  font-size: 15px;
}

.tpd-reviews-course-info p span {
  color: #4F5158;
  font-size: 15px;
}

.tpd-reviews-comment {
  color: #4F5158;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.tpd-course-wrap a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #6b7194;
  margin-bottom: 25px;
}

.tpd-course-wrap a span {
  margin-right: 6px;
  display: inline-block;
  transform: translateY(-2px);
}

.tpd-course-wrap a:hover {
  color: var(--tp-dashboard-primary);
}

.tpd-course-name {
  color: #4F5158;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.tpd-course-title {
  color: #8A8B90;
  font-size: 15px;
}

.tpd-reviews-course {
  width: 430px;
  flex: 0 0 auto;
}

.tpd-reviews-feedback-2 {
  margin-left: 15px;
  width: 235px;
  flex: 0 0 auto;
}

.tpd-reviews-edit {
  width: calc(100% - 725px);
  margin-left: 15px;
  flex: 0 0 auto;
}

/*----------------------------------------*/
/*  7.5 Dashboard Quiz
/*----------------------------------------*/
.tpd-quiz-info {
  width: 270px;
  flex: 0 0 auto;
}

.tpd-quiz-info-sub {
  width: 340px;
  flex: 0 0 auto;
}

.tpd-quiz-ques {
  margin-left: 15px;
  width: 68px;
  flex: 0 0 auto;
}

.tpd-quiz-tm {
  margin-left: 15px;
  width: 63px;
  flex: 0 0 auto;
}

.tpd-quiz-no {
  width: 65px;
  flex: 0 0 auto;
}

.tpd-quiz-no-2 {
  width: 84px;
  flex: 0 0 auto;
}

.tpd-quiz-result {
  margin-left: 15px;
  width: 95px;
  flex: 0 0 auto;
}

.tpd-quiz-result-2 {
  width: 95px;
  flex: 0 0 auto;
}

.tpd-quiz-result-sub {
  margin-left: 15px;
  width: 90px;
  flex: 0 0 auto;
}

.tpd-quiz-details {
  margin-left: 15px;
  flex: 0 0 auto;
}

.tpd-quiz-title {
  color: #1E1E2F;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1;
}

.tpd-quiz-title-2 {
  font-size: 16px;
  font-weight: 400;
  color: #57595F;
  margin-bottom: 0;
}

.tpd-quiz-title-2-color {
  font-size: 16px;
  font-weight: 400;
  color: #6B7194;
}

.tpd-quiz-attempts {
  margin-bottom: 30px;
}

.tpd-quiz-attempts .tp-dashboard-title {
  margin-bottom: 12px;
}

.tpd-quiz-time ul li {
  list-style: none;
  display: inline-block;
}

.tpd-quiz-time ul li:not(:first-of-type) {
  margin-left: 18px;
}

.tpd-quiz-time ul li p {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
}

.tpd-quiz-time ul li p span {
  color: #7C7F8C;
  font-size: 15px;
}

.tpd-quiz-date {
  width: 180px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-quiz-date {
    width: 190px;
  }
}

.tpd-quiz-date-2 {
  width: 148px;
  flex: 0 0 auto;
}

.tpd-quiz-date-3 {
  width: 165px;
  flex: 0 0 auto;
}

.tpd-quiz-ques-2 {
  width: 100px;
  flex: 0 0 auto;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-quiz-ques-2 {
    width: 70px;
  }
}

.tpd-quiz-ques-3 {
  width: 100px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-quiz-ques-3 {
    width: 70px;
  }
}

.tpd-quiz-tm-2 {
  width: 90px;
  flex: 0 0 auto;
}

.tpd-quiz-tm-3 {
  width: 145px;
  flex: 0 0 auto;
}

.tpd-quiz-tm-4 {
  width: 160px;
  flex: 0 0 auto;
}

.tpd-quiz-pm {
  width: 90px;
  flex: 0 0 auto;
  margin-left: 15px;
}

.tpd-quiz-pm-2 {
  width: 160px;
  flex: 0 0 auto;
}

.tpd-quiz-ca {
  width: 90px;
  flex: 0 0 auto;
  margin-left: 15px;
}

.tpd-quiz-ca-sub {
  width: 65px;
  flex: 0 0 auto;
  margin-left: 15px;
}

.tpd-quiz-em {
  width: 90px;
  margin-left: 15px;
  flex: 0 0 auto;
}

.tpd-quiz-em-box .tpd-action-approv {
  margin-right: 8px;
}

.tpd-quiz-type {
  width: 80px;
  flex: 0 0 auto;
}

.tpd-quiz-type-2 {
  width: 110px;
  flex: 0 0 auto;
}

.tpd-student-info p {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.tpd-student-info p span {
  color: #4F5158;
  font-size: 15px;
  font-weight: 400;
}

.tpd-select.w-120 .nice-select {
  height: 40px;
  padding-right: 65px;
  border-radius: 30px;
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  border: none;
}

.tpd-select.w-120 .nice-select:focus {
  border: none;
}

.tpd-select.w-120 .nice-select::after {
  right: 18px;
  color: #57595F;
}

.tpd-select.w-120 .nice-select .list {
  width: 100%;
}

.tpd-select.w-120.w-300 .nice-select {
  width: 300px;
}

.tpd-select2-wrap .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 300px;
}

.tpd-select2-wrap .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 370px !important;
  display: inline-block;
}

.tpd-select2-wrap .select2-results {
  display: block;
  width: 370px;
}

.tpd-assign-info {
  width: 340px;
  flex: 0 0 auto;
}

.tpd-assign-info.analytic {
  width: 320px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-assign-info.analytic {
    width: 285px;
  }
}

.tpd-assign-info.analytic p {
  display: inline-block;
}

.tpd-assign-info.analytic p:not(:last-of-type) {
  margin-right: 10px;
}

.tpd-assign-info.analytic .tpd-assign-title {
  color: #57595F;
  font-size: 18px;
}

.tpd-assign-mark {
  margin-left: 15px;
  width: 165px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-assign-mark {
    width: 135px;
  }
}

.tpd-assign-mark.analytic {
  width: 130px;
}

.tpd-assign-mark.analytic .tpd-common-text {
  color: #57595F;
}

.tpd-assign-submit {
  margin-left: 15px;
  width: 155px;
  flex: 0 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-assign-submit {
    width: 130px;
  }
}

.tpd-assign-details {
  margin-left: 15px;
}

.tpd-assign-details.analytic button {
  display: inline-block;
  margin-left: 15px;
}

.tpd-assign-details.analytic button:hover {
  color: #3C66F9;
}

.tpd-assign-title {
  color: #1E1E2F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1;
}

/*----------------------------------------*/
/*  7.6 Dashboard Order
/*----------------------------------------*/
.tpd-order-filter a {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  background-color: var(--tp-common-white);
  margin-right: 8px;
  border-radius: 50px;
  padding: 7px 21.5px;
}

@media only screen and (max-width: 767px) {
  .tpd-order-filter a {
    margin-bottom: 20px;
  }
}

.tpd-order-filter a.active span {
  box-shadow: 0px 0px 1px 0px #1438B5;
  border: 6px solid #556DF5;
  border-color: #556DF5;
}

.tpd-order-filter a span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  border: 1px solid #B8BABC;
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(3px);
}

.tpd-order-id {
  width: 85px;
  flex: 0 0 auto;
}

.tpd-order-name {
  margin-left: 15px;
  width: 240px;
  flex: 0 0 auto;
}

.tpd-order-date {
  margin-left: 15px;
  width: 160px;
  flex: 0 0 auto;
}

.tpd-order-price {
  margin-left: 15px;
  width: 85px;
  flex: 0 0 auto;
}

.tpd-order-status {
  margin-left: 15px;
  width: 103px;
  flex: 0 0 auto;
}

.tpd-order-action {
  margin-left: 15px;
}

.tpd-order-date-input {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-order-date-input {
    justify-content: start;
    margin-bottom: 20px;
  }
}

.tpd-order-date-input form {
  width: 270px;
  position: relative;
}

.tpd-order-date-input form input {
  width: 270px;
  height: 40px;
  background-color: var(--tp-common-white);
  border-radius: 50px;
  border: 1px solid transparent;
}

.tpd-order-date-input form input:focus {
  border-color: #556DF5;
  box-shadow: 0 1px 2px 0 rgba(85, 109, 245, 0.08), 0 2px 6px 0 rgba(85, 109, 245, 0.04), 0 3px 6px 0 rgba(85, 109, 245, 0.08), 0 0 0 4px rgba(85, 109, 245, 0.1);
}

.tpd-order-date-input form input::placeholder {
  color: #757C8E;
  font-size: 15px;
  line-height: 1.2;
}

.tpd-order-date-input form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.tpd-order-short-list .tp-course-filter-select .nice-select {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: inherit;
  box-shadow: none;
  background: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.7 Dashboard Q & A
/*----------------------------------------*/
.tpd-instructor-qa-student {
  width: 246px;
  flex: 0 0 auto;
}

.tpd-instructor-qa-question {
  margin-left: 15px;
  width: 216px;
  flex: 0 0 auto;
}

.tpd-instructor-qa-reply {
  margin-left: 15px;
  width: 68px;
  flex: 0 0 auto;
  text-align: center;
}

.tpd-instructor-qa-status {
  margin-left: 15px;
  width: 68px;
  flex: 0 0 auto;
  text-align: center;
}

.tpd-instructor-qa-btn {
  width: 80px;
  flex: 0 0 auto;
  margin-left: 15px;
}

.tpd-instructor-qa-action {
  margin-left: 15px;
}

.tpd-student-qa-student {
  width: 475px;
  flex: 0 0 auto;
}

.tpd-student-qa-reply {
  margin-left: 15px;
  flex: 0 0 auto;
  width: 150px;
}

.tpd-student-qa-btn {
  margin-left: 15px;
  flex: 0 0 auto;
  width: 80px;
}

.tpd-student-qa-action {
  margin-left: 15px;
  flex: 0 0 auto;
}

.tpd-announcement {
  background-color: var(--tp-common-white);
  padding: 20px 24px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .tpd-announcement {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .tpd-announcement-info {
    margin-bottom: 10px;
  }
}

.tpd-announcement-icon {
  flex: 0 0 auto;
  margin-right: 16px;
}

.tpd-announcement-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #EFF3FE;
}

.tpd-announcement-notification span {
  color: #757C8E;
  font-size: 16px;
  font-weight: 400;
}

.tpd-announcement-notification-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.tpd-announcement-table.tpd-table ul li {
  list-style: none;
  padding: 17.5px 0;
}

.tpd-announcement-date {
  flex: 0 0 auto;
  width: 206px;
}

.tpd-announcement-announcement {
  margin-left: 15px;
  width: 420px;
  flex: 0 0 auto;
}

.tpd-announcement-announcement .tpd-course-name {
  color: #757C8E;
  font-size: 15px;
}

.tpd-announcement-btn {
  margin-left: 15px;
  flex: 0 0 auto;
  width: 80px;
}

.tpd-announcement-action {
  margin-left: 15px;
  flex: 0 0 auto;
}

.tpd-announcement-time {
  color: #8A8B90;
  font-size: 18px;
  font-weight: 400;
}

.tpd-withdraw-notification p {
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
}

.tpd-withdraw-notification p span {
  display: inline-block;
  margin-right: 5px;
}

.tpd-withdraw-notification p span svg {
  transform: translateY(-2px);
}

.tpd-withdraw-notification p a {
  color: #3C66F9;
  font-size: 15px;
  font-weight: 500;
}

.tpd-withdraw-title {
  color: #4F5158;
  font-size: 20px;
  font-weight: 400;
}

.tpd-withdraw-title span {
  font-weight: 700;
  display: inline-block;
  color: #4F5158;
}

.tpd-withdraw-bg img {
  width: 100%;
  margin-bottom: 22px;
  display: inline-block;
}

.tpd-withdraw-bg p {
  color: #4F5158;
  font-size: 17px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  7.8 Dashboard Accordion
/*----------------------------------------*/
.tpd-accordion {
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-accordion {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-accordion {
    padding-bottom: 40px;
  }
}

.tpd-accordion .accordion-item {
  margin-bottom: 6px;
  border-radius: 10px !important;
}

.tpd-accordion .accordion-button {
  border-radius: 10px !important;
  background: var(--tp-common-white);
  color: var(--tp-grey-6);
  font-size: 20px;
  font-weight: 500;
  box-shadow: none;
  padding: 23px 24px;
}

.tpd-accordion .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.tpd-accordion .accordion-button.collapsed {
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

.tpd-accordion .accordion-body {
  padding: 0 60px 20px 24px;
}

.tpd-accordion .accordion-body.course-edit {
  padding: 0 30px 20px 30px;
}

.tpd-accordion .accordion-body.course-edit .tpd-new-course-box-1 {
  padding: 0;
}

.tpd-course-enroll-list {
  border-radius: 10px;
  padding: 45px 40px 45px 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 1px 0px rgba(3, 11, 30, 0.14), 0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-course-enroll-list {
    padding: 30px;
  }
}

.tpd-course-enroll-list .tp-dashboard-title {
  margin-bottom: 19px;
}

.tpd-course-enroll-list ul li {
  list-style: none;
  color: #57595F;
  font-size: 16px;
  line-height: 21px;
  display: flex;
}

.tpd-course-enroll-list ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.tpd-course-enroll-list ul li span {
  flex: 0 0 auto;
  margin-right: 5px;
}

.tpd-course-enroll-list.course-edit ul li {
  color: #6B7194;
}

.tpd-course-enroll-list.course-edit ul li span {
  margin-right: 12px;
  display: inline-block;
  transform: translateY(-2px);
}

.tpd-modal .modal-dialog {
  max-width: 620px;
}

.tpd-modal .modal-header {
  display: block;
  border-radius: 8px;
  background: #EBEEFF;
  margin: 12px;
  padding: 42px 20px 30px 48px;
  position: relative;
}

.tpd-modal .modal-header p {
  color: #75767C;
  font-size: 16px;
  font-weight: 400;
}

.tpd-modal-icon span {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  margin-bottom: 26px;
}

.tpd-modal-title {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 3px;
}

.tpd-modal-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.tpd-modal-content {
  padding: 12px 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tpd-modal-course span {
  color: #757C8E;
  font-size: 18px;
  font-weight: 400;
}

.tpd-modal-course-title {
  color: var(--tp-grey-6);
  font-size: 18px;
  font-weight: 500;
}

.tpd-modal-info {
  margin-left: 15px;
}

.tpd-modal-info span {
  color: #757C8E;
  font-size: 18px;
  font-weight: 400;
}

.tpd-modal-date,
.tpd-modal-time {
  color: #4F5158;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}

.tpd-modal .modal-footer {
  justify-content: space-between;
  border: none;
  padding: 16px 50px 50px 50px;
}

.tpd-modal-announcement .modal-dialog {
  border-radius: 16px;
  max-width: 620px;
}

.tpd-modal-announcement .modal-header {
  padding: 26px 50px 14px 60px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .tpd-modal-announcement .modal-header {
    padding: 25px 45px 15px 20px;
  }
}

.tpd-modal-announcement .modal-body {
  border-radius: 10px;
  background: #EFF2FA;
  margin: 0 12px;
  padding: 30px 36px 48px 36px;
}

@media only screen and (max-width: 767px) {
  .tpd-modal-announcement .modal-body {
    padding: 20px;
  }
}

.tpd-modal-announcement .modal-footer {
  justify-content: space-between;
  border: none;
  padding: 17px 45px 17px 46px;
}

/*----------------------------------------*/
/*  7.9 Dashboard Setting
/*----------------------------------------*/
.tpd-setting-box {
  padding: 50px 50px;
  border-radius: 10px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (max-width: 767px) {
  .tpd-setting-box {
    padding: 50px 20px;
  }
}

.tpd-setting-box.profile {
  padding: 12px;
}

.tpd-setting-from {
  padding: 0 40px;
}

.tpd-setting-from .tpd-input {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-setting-from {
    padding: 0 20px;
  }
}

.tpd-setting-btn {
  margin-top: 30px;
}

.tpd-setting-btn button {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 45px;
  border-radius: 4px;
  background: var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tpd-setting-btn button:hover {
  box-shadow: none;
  background: #425EFF;
}

.tpd-setting-cartificate {
  padding: 24px 40px 48px;
}

@media only screen and (max-width: 767px) {
  .tpd-setting-cartificate {
    padding: 15px 20px 30px;
  }
}

.tpd-setting-cartificate-upload {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .tpd-setting-cartificate-upload {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.tpd-setting-cartificate-title {
  font-weight: 600;
  font-size: 16px;
  color: #303651;
  margin-bottom: 20px;
}

.tpd-setting-cartificate-content p {
  font-weight: 400;
  font-size: 18px;
  color: #686a6d;
  margin-bottom: 15px;
}

.tpd-setting-cartificate-content .upload-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-dashboard-primary);
  cursor: pointer;
  border-radius: 4px;
  background: #e9ecff;
  padding: 8px 16px 9px 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-setting-cartificate-content .upload-btn:hover {
  color: var(--tp-common-white);
}

.tpd-setting-cartificate-content .upload-btn span {
  display: inline-block;
  transform: translateY(-2px);
  margin-right: 4px;
}

.tpd-setting-cartificate-content .upload-btn label {
  cursor: pointer;
}

.tpd-setting-cartificate-content .upload-btn input {
  display: none;
}

.tpd-setting-cartificate-thumb {
  margin-right: 25px;
}

.tpd-setting-cartificate-btn button {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 60px;
  border-radius: 4px;
  display: inline-block;
  background: var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tpd-setting-cartificate-btn button:hover {
  box-shadow: none;
  background: #425EFF;
}

.tpd-setting-password-content .tpd-input {
  margin-bottom: 20px;
}

.tpd-setting-social-title {
  font-size: 17px;
  font-weight: 600;
  color: #303651;
  margin-bottom: 40px;
}

.tpd-setting-social-icon {
  width: 120px;
  margin-right: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-setting-social-icon {
    margin-right: 85px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-setting-social-icon {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-setting-social-icon {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpd-setting-social-icon {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tpd-setting-social-icon {
    margin-bottom: 10px;
  }
}

.tpd-setting-social-icon img {
  margin-right: 10px;
}

.tpd-setting-social-icon h4 {
  font-size: 15px;
  font-weight: 500;
  color: #303651;
  margin: 0;
}

.tpd-setting-social-icon h4 span {
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 5px;
}

.tpd-setting-social-input .tpd-input input {
  height: 50px;
  width: 510px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-setting-social-input .tpd-input input {
    width: 440px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-setting-social-input .tpd-input input {
    width: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-setting-social-input .tpd-input input {
    width: 300px;
  }
}

.tpd-setting-social-wrap {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .tpd-setting-social-wrap {
    flex-wrap: wrap;
  }
}

.tpd-setting-withdraw-content .tpd-setting-from {
  padding: 0;
  padding-top: 40px;
}

.tpd-setting-withdraw-content-box-title {
  font-weight: 500;
  font-size: 16px;
  color: #303651;
  margin: 0;
  text-align: start;
  display: block;
}

.tpd-setting-withdraw-content-box-sub {
  font-weight: 400;
  font-size: 18px;
  color: #8f9195;
  display: block;
}

.tpd-setting-withdraw-title {
  font-size: 17px;
  font-weight: 600;
  color: #303651;
  margin-bottom: 25px;
}

.tpd-new-course-heading-title {
  font-size: 20px;
  font-weight: 600;
  color: #303651;
}

.tpd-new-course-box {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tpd-new-course-box {
    margin-right: 0;
  }
}

.tpd-new-course-box .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
}

.tpd-new-course-box .accordion-item .accordion-button {
  padding: 22px 34px;
  border-radius: 10px;
  border-bottom: 1px solid #e6e8f0;
}

.tpd-new-course-box .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 0;
  box-shadow: none;
  padding: 22px 34px;
  background-color: transparent;
}

.tpd-new-course-box .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.tpd-new-course-box .accordion-item .accordion-button .collapsed {
  border-radius: 10px !important;
}

.tpd-new-course-box-1 {
  padding: 5px 15px;
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-box-1 {
    padding: 5px 0px;
  }
}

.tpd-new-course-box-1 .tpd-input {
  margin-bottom: 20px;
}

.tpd-new-course-box-1 .tpd-input input {
  height: 46px;
}

.tpd-new-course-box-1 .tpd-input textarea {
  height: 90px;
  resize: block;
}

.tpd-new-course-box-1 .tpd-input.height-auto textarea {
  height: 120px;
}

.tpd-new-course-box-1 .tpd-input.about-height textarea {
  height: 160px;
}

.tpd-new-course-box-1 p {
  font-size: 15px;
  font-weight: 400;
  color: #8f9195;
  margin-bottom: 30px;
}

.tpd-new-course-box-1 p a {
  color: var(--tp-dashboard-primary);
}

.tpd-new-course-box-1 .tpd-setting-cartificate-upload {
  margin: 0;
}

.tpd-new-course-box-2 {
  padding: 30px;
  margin: 0 15px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-box-2 {
    margin: 0;
    padding: 15px;
  }
}

.tpd-new-course-box-2 .tp-dashboard-tab-list {
  margin-bottom: 30px;
  padding: 0;
}

.tpd-new-course-box-2 .tp-dashboard-tab-list ul {
  border-bottom: 1px solid #e6e8f0;
}

.tpd-new-course-box-2 .tp-dashboard-tab-list ul li span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

.tpd-new-course-box-2 .tpd-input label {
  display: block;
}

.tpd-new-course-box-2 .tpd-input input {
  width: 370px;
  height: 46px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-box-2 .tpd-input input {
    width: 100%;
  }
}

.tpd-new-course-box-2 p {
  font-size: 18px;
  font-weight: 400;
  color: #85878b;
  margin-bottom: 25px;
}

.tpd-new-course-box-2 p span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-box-duration {
    flex-wrap: wrap;
  }
}

.tpd-new-course-box-duration .tpd-input input {
  display: block;
  width: 240px;
  margin-bottom: 10px;
  padding-right: 16px;
  padding-left: 20px;
}

.tpd-new-course-box-duration .tpd-input p {
  line-height: 1;
  margin: 0;
}

.tpd-new-course-setting-title {
  font-size: 18px;
  font-weight: 500;
  color: #303651;
}

.tpd-new-course-categories {
  padding: 30px 15px;
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-categories {
    padding: 30px 0;
  }
}

.tpd-new-course-categories .tpd-select .nice-select {
  width: 100%;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  color: #8f9195;
  font-weight: 400;
  float: inherit;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tpd-new-course-categories .tpd-select .nice-select::after {
  right: 20px;
  color: #65676a;
}

.tpd-new-course-categories .tpd-select .nice-select .list {
  width: 100%;
  padding: 10px 0px;
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-categories .tpd-input-box {
    flex-wrap: wrap;
  }
}

.tpd-new-course-categories .tpd-input-box .tpd-input {
  margin-right: 20px;
}

.tpd-new-course-categories .tpd-input-box .tpd-input input {
  width: 240px;
}

.tpd-new-course-categories .tpd-input-box .tpd-input label {
  display: block;
}

.tpd-new-course-categories .tpd-input {
  margin-bottom: 30px;
}

.tpd-new-course-categories .tpd-input.course-file {
  margin-bottom: 10px;
}

.tpd-new-course-categories .tpd-input input {
  height: 46px;
}

.tpd-new-course-categories .tpd-order-filter a {
  padding: 4px 21.5px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06);
}

.tpd-new-course-categories #tpd-new-course-file-input {
  display: none;
}

.tpd-new-course-select2 .select2-container--default .select2-selection--single {
  display: none;
  height: 0;
}

.tpd-new-course-select2 .tpd-input {
  margin: 0;
}

.tpd-new-course-file-content {
  border-radius: 6px;
  padding: 48px 10px;
  border: 1.5px dashed #cfd5e5;
  background-size: cover;
  background-repeat: no-repeat;
}

.tpd-new-course-file-content label {
  display: inline-block !important;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 20px;
  cursor: pointer;
  width: 255px;
  border-radius: 6px;
  background-color: #76b559;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  margin-bottom: 15px;
  color: var(--tp-common-white);
  box-shadow: 0 10px 20px 0 rgba(20, 55, 3, 0.2);
}

.tpd-new-course-file-content label:hover {
  background-color: var(--tp-dashboard-primary);
}

.tpd-new-course-file-content p {
  font-size: 18px;
  font-weight: 600;
  color: #656872;
  margin: 0;
}

.tpd-new-course-wrapper .tpd-new-course-categories {
  padding: 6px 15px 25px;
}

.tpd-new-course-wrapper .tpd-new-course-categories .tpd-input {
  margin: 0;
}

.tpd-new-course-modal-btn {
  padding: 16px 15px 25px;
}

.tpd-new-course-modal-btn .btn-primary {
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tpd-new-course-modal-btn .btn-primary span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

.tpd-new-course-modal-btn .btn-primary:hover {
  box-shadow: none;
}

.tpd-new-course-instructor {
  padding: 16px 15px 25px;
}

.tpd-new-course-instructor-user {
  width: 280px;
  padding: 13px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tpd-new-course-instructor-user span {
  font-size: 18px;
  font-weight: 400;
  color: #697089;
}

.tpd-new-course-instructor-user img {
  width: 42px;
  margin-right: 14px;
}

.tpd-new-course-instructor .btn-primary {
  color: var(--tp-dashboard-primary);
  padding: 7px 21px;
  background: #e9ecff;
  border-color: #e9ecff;
}

.tpd-new-course-instructor .btn-primary span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

.tpd-new-course-instructor .upload-btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-dashboard-primary);
  padding: 10px 19px;
  border-radius: 6px;
  background: #e9ecff;
}

.tpd-new-course-instructor .upload-btn label {
  cursor: pointer;
}

.tpd-new-course-instructor .upload-btn span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}

.tpd-new-course-instructor .upload-btn input {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tpd-new-course-cartificate {
    margin-bottom: 30px;
  }
}

.tpd-new-course-cartificate img {
  width: 100%;
}

.tpd-input .switcher label * {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5F6168;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-input .switcher label * {
    font-size: 13px;
  }
}

.tpd-input .switcher label * svg {
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-input .switcher label input {
  display: none;
}

.tpd-input .switcher label input+span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  background: #c2cae7;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  flex: 0 0 auto;
}

.tpd-input .switcher label input+span small {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 4px;
  top: 3px;
  background: linear-gradient(180deg, #fff 0%, #d6dcef 100%);
  box-shadow: -1px 2px 3px 0 rgba(18, 20, 32, 0.3);
}

.tpd-input .switcher label input:checked+span {
  background: var(--tp-dashboard-primary);
}

.tpd-input .switcher label input:checked+span small {
  left: 56%;
}

.tpd-redio-style-span {
  top: 50%;
  width: 20px;
  right: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  border: 1px solid #b8babc;
  transform: translateY(-50%);
  box-shadow: 0 0 1px 0 #1438b5;
}

.tpd-redio-style-span::after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--tp-dashboard-primary);
  display: inline-block;
  opacity: 0;
  transition: all 0.1s;
}

.tpd-redio-style-span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transition: all 0.2s;
  margin: auto;
  padding: 0;
  outline: 0;
  overflow: hidden;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
}

.tpd-redio-style .nav.nav-tabs {
  border: none;
}

.tpd-redio-style .nav.nav-tabs .nav-item {
  position: relative;
}

.tpd-redio-style .nav.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 20px;
}

.tpd-redio-style .nav.nav-tabs .nav-item .nav-link {
  border-radius: 6px;
  padding: 13px 84px 13px 21px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-redio-style .nav.nav-tabs .nav-item .nav-link {
    padding: 13px 65px 13px 21px;
  }
}

.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span {
  border: none;
}

.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span::after {
  opacity: 1;
}

.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span::before {
  transform: scale(1);
  transition: all 0.4s;
}

.tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
  color: #4A4E68;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 50px;
  padding: 6px 30px 6px 40px;
  border-color: transparent;
}

.tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 8px;
}

.tpd-redio-style.tmy-tab .tpd-redio-style-span {
  left: 11px;
}

@media only screen and (max-width: 767px) {
  .tpd-redio-style.tmy-tab .tpd-redio-style-span {
    top: 11px;
    transform: translateY(0);
  }
}

/*----------------------------------------*/
/*  8.0 Dashboard Learning
/*----------------------------------------*/
.tpd-continue-learning-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-continue-learning-wrapper {
    flex-wrap: wrap-reverse;
  }
}

.tpd-continue-learning-sidebar {
  width: 400px;
  flex: 0 0 400px;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-continue-learning-sidebar {
    width: 100%;
    flex: 0 0 100%;
  }
}

.tpd-continue-learning-main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-continue-learning-main {
    min-height: inherit;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpd-continue-learning-main {
    width: 65%;
  }
}

.tpd-continue-learning-accordion {
  padding: 20px 24px;
}

.tpd-continue-learning-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #e6e8f0;
}

.tpd-continue-learning-accordion .accordion-item .accordion-button {
  padding: 15px 20px;
  border-radius: 10px;
  color: #697089;
  border-bottom: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}

.tpd-continue-learning-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 0;
  box-shadow: none;
  padding: 15px 20px;
  color: var(--tp-dashboard-primary);
  background-color: transparent;
}

.tpd-continue-learning-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  color: var(--tp-dashboard-primary);
  transform: rotate(-90deg);
}

.tpd-continue-learning-accordion .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.tpd-continue-learning-accordion .accordion-item .accordion-button .collapsed {
  border-radius: 10px !important;
}

.tpd-continue-learning-accordion .accordion-item .accordion-button::after {
  content: none;
}

.tpd-continue-learning-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #57595f;
  content: "\f105";
  transform: rotate(0deg);
  font-family: fontawesome;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-continue-learning-accordion .accordion-item .accordion-button span {
  margin-right: 25px;
  margin-left: auto;
  color: #8f9195;
}

.tpd-continue-learning-body {
  padding: 10px 0;
}

.tpd-continue-learning-body-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 14px 18px;
}

.tpd-continue-learning-body-item a.active {
  background: #eff2fa;
}

.tpd-continue-learning-body-item a.active p {
  color: var(--tp-dashboard-primary);
}

.tpd-continue-learning-body-item a:hover {
  background: #eff2fa;
}

.tpd-continue-learning-body-item a:hover p {
  color: var(--tp-dashboard-primary);
}

.tpd-continue-learning-body-item a p {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  color: #57595f;
}

.tpd-continue-learning-body-item a p span {
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-2px);
}

.tpd-continue-learning-body-item a i {
  font-size: 18px;
  color: var(--tp-dashboard-primary);
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(20, 56, 181, 0.25);
}

.tpd-continue-learning-body-item a .time p {
  font-weight: 400;
  font-size: 18px;
  margin-right: 5px;
  color: #697089;
  display: inline-block;
}

.tpd-continue-learning-popup {
  padding: 14px 25px;
  background: var(--tp-dashboard-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-continue-learning-popup {
    display: none !important;
  }
}

.tpd-continue-learning-popup-main span {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #3a52d7;
  color: var(--tp-common-white);
}

.tpd-continue-learning-popup-main span.crose {
  color: var(--tp-dashboard-primary);
  background-color: rgba(255, 255, 255, 0.9);
}

.tpd-continue-learning-popup-main span svg {
  transform: translate(-2px, -1px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tpd-continue-learning-popup-main span .svg-2 {
  transform: translate(0px, 0px);
}

.tpd-continue-learning-popup-main span.active .svg-1 {
  transform: scaleX(-1);
}

.tpd-continue-learning-popup-main p {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin: 0 15px;
}

.tpd-continue-learning-about-bg {
  background-color: var(--tp-common-white);
}

.tpd-continue-learning-about-thumb img {
  width: 100%;
}

.tpd-continue-learning-about-wrapper {
  padding-left: 265px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-continue-learning-about-wrapper {
    padding-left: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-continue-learning-about-wrapper {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-continue-learning-about-wrapper {
    padding-left: 20px;
  }
}

.tpd-continue-learning-about-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.tpd-continue-learning-about-wrapper p {
  font-weight: 400;
  font-size: 15px;
  color: #6b7194;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tpd-continue-learning-about-wrapper p br {
    display: none;
  }
}

.tpd-continue-learning-about-btn {
  padding: 18px 0;
  background: #eff2fa;
}

.tpd-continue-learning-about-btn .next {
  display: inline-block;
  margin-left: 8px;
}

.tpd-continue-learning-about-btn a {
  display: inline-block;
  border-radius: 6px;
  padding: 3px 13px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border: 1px solid rgba(60, 102, 249, 0.2);
}

.tpd-continue-learning-about-btn a span {
  display: inline-block;
  margin: 0 5px;
  transform: translateY(-1px);
}

.tpd-continue-learning-about-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 1px 0 rgba(20, 56, 181, 0.25);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tpd-continue-learning-quiz {
    padding-top: 100px;
  }
}

.tpd-continue-learning-content span {
  font-weight: 400;
  font-size: 15px;
  color: #6b7194;
  display: inline-block;
}

.tpd-continue-learning-content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin-bottom: 45px;
}

.tpd-continue-learning-q {
  padding: 16px 0;
  margin-bottom: 30px;
  border-top: 1px solid #dcdee6;
  border-bottom: 1px solid #dcdee6;
}

@media only screen and (max-width: 767px) {
  .tpd-continue-learning-q {
    flex-wrap: wrap;
  }
}

.tpd-continue-learning-q-item:not(:last-of-type) {
  margin-right: 150px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpd-continue-learning-q-item:not(:last-of-type) {
    margin-right: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpd-continue-learning-q-item:not(:last-of-type) {
    margin-right: 50px;
  }
}

.tpd-continue-learning-q-item p {
  font-weight: 400;
  font-size: 16px;
  color: #6b7194;
  margin: 0;
}

.tpd-continue-learning-q-item p span {
  color: #4a4e68;
}

@media only screen and (max-width: 767px) {
  .tpd-continue-learning-q-item p {
    margin-bottom: 20px;
  }
}

/*---------------------------------
    1.2 hero Classes
---------------------------------*/
.tp-hero-yoga-ptb {
  padding-top: 160px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-ptb {
    padding-top: 120px;
  }
}

.tp-hero-yoga-title {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 150px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-yoga-title {
    font-size: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-yoga-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-yoga-title {
    font-size: 45px;
  }
}

.tp-hero-yoga-title span {
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-title span {
    margin: 0;
  }
}

.tp-hero-yoga-btm-title {
  margin-left: 153px;
  margin-right: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-btm-title {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-hero-yoga-about {
  box-shadow: 0 10px 10px 0 rgba(39, 13, 5, 0.16);
  background: var(--tp-red-4);
  border: 1px solid #fff;
  border-radius: 16px;
  width: 320px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-about {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-about {
    margin-bottom: 30px;
  }
}

.tp-hero-yoga-shape {
  bottom: 13px;
  left: 47px;
  z-index: -1;
}

.tp-hero-yoga-thumb {
  margin-left: -70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-yoga-thumb {
    margin-left: -50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-thumb {
    margin-left: 0;
  }

  .tp-hero-yoga-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-thumb {
    margin-bottom: 30px;
  }
}

.tp-hero-yoga-bottom {
  margin-top: -315px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-yoga-bottom {
    margin-top: -170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-bottom {
    margin-top: 30px;
  }
}

.tp-hero-yoga-bottom-content {
  padding: 20px 20px 0px 0px;
}

.tp-hero-yoga-bottom-content .tp-video-icon p {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}

.tp-hero-yoga-bottom-content .tp-video-icon a {
  margin-bottom: 0;
}

.tp-hero-yoga-bottom-content .tp-video-icon a span {
  color: var(--tp-common-black);
  height: 40px;
  width: 40px;
  line-height: 41px;
  box-shadow: none;
  font-size: 18px;
  padding-left: 3px;
}

.tp-hero-yoga-bottom-content .titles {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-yoga-bottom-content .titles {
    font-size: 12px;
  }
}

.tp-hero-yoga-bottom-thumb {
  margin-top: -30px;
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-yoga-right-content {
    margin-left: -15px;
  }
}

.tp-hero-yoga-right-content p {
  font-size: 20px;
  line-height: 28px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-right-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-yoga-content {
    text-align: center;
  }
}

.tp-hero-chef-thumb {
  margin-left: -22px;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-thumb {
    margin-left: 0;
  }
}

.tp-hero-chef-thumb .thumb {
  object-fit: cover;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-chef-thumb .thumb {
    height: 600px;
  }
}

.tp-hero-chef-video {
  border: 1.5px solid var(--tp-theme-10);
  border-radius: 56px;
  width: 60px;
  height: 60px;
  display: inline-block;
  box-shadow: 2px 2px 0 0 var(--tp-theme-10);
  color: var(--tp-theme-10);
  background: var(--tp-common-white);
  text-align: center;
  line-height: 60px;
}

.tp-hero-chef-video:hover {
  box-shadow: none;
  color: var(--tp-theme-10);
}

.tp-hero-chef-video-wrap .text {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 17px;
  color: var(--tp-heading-5);
  line-height: 22px;
}

.tp-hero-chef-content {
  padding-left: 225px;
  padding-top: 220px;
  padding-bottom: 90px;
  padding-right: 180px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-chef-content {
    padding-left: 170px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-chef-content {
    padding-left: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-content {
    padding-left: 100px;
    padding-top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-content {
    padding-top: 150px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-content {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-content .tp-chef-btn-lg {
    margin-bottom: 20px;
  }
}

.tp-hero-chef-title {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 76px;
  color: var(--tp-heading-5);
  line-height: 105%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-chef-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-chef-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-chef-title {
    font-size: 38px;
  }
}

.tp-hero-chef-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.tp-hero-chef-text {
  animation: tp-rotate-video-text 12s linear infinite;
}

.tp-hero-chef-clients h3 {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--tp-heading-5);
}

.tp-hero-chef-clients span {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 17px;
  color: rgba(45, 42, 41, 0.8);
  line-height: 26px;
}

.tp-hero-chef-clients-wrap .tp-borders {
  background: rgba(33, 33, 32, 0.1);
  width: 280px;
  height: 1px;
  display: inline-block;
  margin-top: 54px;
  margin-left: -54px;
  margin-right: 22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-chef-clients-wrap .tp-borders {
    width: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-clients-wrap .tp-borders {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-chef-clients-wrap .tp-borders {
    width: 60px;
  }
}

.tp-hero-chef-clients-wrap .rounded-text {
  border: 1px solid rgba(33, 33, 32, 0.1);
  border-radius: 100px;
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  line-height: 104px;
}

.tp-hero-chef-card {
  position: absolute;
  bottom: 70px;
  left: -170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-card {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.tp-hero-chef-shape {
  top: 200px;
  right: 80px;
  animation: tpupdown 1s infinite alternate;
}

.tp-hero-chef-shape-2 {
  left: 30px;
  bottom: 60px;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

.tp-hero-chef-social {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-social {
    left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-chef-social {
    top: 30%;
  }
}

.tp-hero-chef-social span {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-heading-5);
  writing-mode: sideways-rl;
  position: relative;
  display: inline-block;
  padding-bottom: 80px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tp-hero-chef-social span::before {
  background: rgba(45, 42, 41, 0.1);
  width: 2px;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: "";
}

.tp-hero-chef-social ul {
  display: flex;
  flex-direction: column;
}

.tp-hero-chef-social ul li {
  list-style: none;
  margin-bottom: 7px;
}

.tp-hero-chef-social ul li a {
  color: var(--tp-heading-5);
  font-size: 18px;
}

.tp-hero-chef-social ul li a:hover {
  color: var(--tp-theme-10);
}

.tp-hero-quran-content {
  padding-top: 250px;
  padding-bottom: 175px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-quran-content {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

.tp-hero-quran-subtitle {
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-common-yellow);
}

.tp-hero-quran-title {
  font-weight: 600;
  font-size: 70px;
  letter-spacing: -0.02em;
  line-height: 109%;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-quran-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-quran-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-quran-title {
    font-size: 35px;
  }
}

.tp-hero-quran-title span {
  color: var(--tp-common-yellow);
}

.tp-hero-quran-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-hero-quran-text br {
    display: none;
  }
}

.tp-hero-quran-shape {
  position: absolute;
  right: -18px;
  top: 213px;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

.tp-hero-quran-shape-2 {
  left: 37px;
  bottom: 105px;
  z-index: -1;
}

.tp-hero-quran-shape-3 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.tp-hero-quran-shape-4 {
  position: absolute;
  top: 219px;
  left: 240px;
  z-index: -1;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

.tp-hero-quran-thumb {
  margin-bottom: -105px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-quran-thumb {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.tp-hero-quran-social {
  top: 57%;
  left: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-quran-social {
    left: 10px;
  }
}

.tp-hero-quran-social span {
  color: var(--tp-common-white);
}

.tp-hero-quran-social span::before {
  background: rgba(255, 255, 255, 0.1);
}

.tp-hero-quran-social ul li a {
  color: var(--tp-common-white);
}

.tp-hero-quran-social ul li a:hover {
  color: var(--tp-common-yellow);
}

.tp-hero-11-shapes .shape-1 {
  position: absolute;
  left: 15%;
  top: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-11-shapes .shape-1 {
    display: none;
  }
}

.tp-hero-11-shapes .shape-2 {
  position: absolute;
  top: 40%;
  right: 15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-11-shapes .shape-2 {
    display: none;
  }
}

.tp-hero-11-shapes .shape-3 {
  position: absolute;
  right: 50px;
  bottom: 10%;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-11-shapes .shape-3 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-11-content {
    padding-bottom: 0;
  }
}

.tp-hero-11-content .tp-hero-6-subtitle {
  color: #1E1E2F;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 50px;
  letter-spacing: -0.26px;
}

.tp-hero-11-content .tp-hero-6-title {
  font-size: 80px;
  font-weight: 600;
  color: #1E1E2F;
  letter-spacing: -1.6px;
  font-family: var(--tp-ff-body);
}

@media only screen and (max-width: 767px) {
  .tp-hero-11-content .tp-hero-6-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-11-content .tp-hero-6-title {
    font-size: 72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-11-content .tp-hero-6-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-11-content .tp-hero-6-title {
    font-size: 50px;
  }
}

.tp-hero-11-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: -0.34px;
  font-family: var(--tp-ff-manrope);
  color: rgba(30, 30, 47, 0.7);
}

@media only screen and (max-width: 767px) {
  .tp-hero-11-content p {
    margin-bottom: 20px;
  }
}

.tp-hero-11-wrap {
  position: relative;
  display: inline-flex;
  transform: translateX(80px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-11-wrap {
    transform: translateX(25px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-11-wrap {
    transform: translateX(-60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-11-wrap {
    margin-bottom: -60px;
    transform: translateX(-192px) scale(0.7);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-11-wrap {
    margin-bottom: -80px;
    transform: translateX(-272px) scale(0.6);
  }
}

.tp-hero-11-langs {
  position: absolute;
  top: 52px;
  left: 20px;
  width: 1030px;
  height: 1030px;
  border-radius: 50%;
  animation: falgs-rotated 30s linear infinite;
}

.tp-hero-11-langs:hover {
  animation-play-state: paused;
}

.tp-hero-11-langs:hover .lang {
  animation-play-state: paused;
}

.tp-hero-11-langs .lang {
  position: absolute;
  z-index: 3;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  animation: falgs-rotated 30s linear infinite reverse;
}

.tp-hero-11-langs .lang:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-60px) rotate(0deg);
}

.tp-hero-11-langs .lang:hover::after {
  top: -5px;
  opacity: 1;
  visibility: visible;
}

.tp-hero-11-langs .lang:nth-child(1) {
  top: 505px;
  left: 984px;
}

.tp-hero-11-langs .lang:nth-child(2) {
  top: 655px;
  left: 946px;
}

.tp-hero-11-langs .lang:nth-child(3) {
  top: 790px;
  left: 877px;
}

.tp-hero-11-langs .lang:nth-child(4) {
  top: 897px;
  left: 770px;
}

.tp-hero-11-langs .lang:nth-child(5) {
  top: 966px;
  left: 635px;
}

.tp-hero-11-langs .lang:nth-child(6) {
  top: 990px;
  left: 485px;
}

.tp-hero-11-langs .lang:nth-child(7) {
  top: 966px;
  left: 335px;
}

.tp-hero-11-langs .lang:nth-child(8) {
  top: 897px;
  left: 200px;
}

.tp-hero-11-langs .lang:nth-child(9) {
  top: 790px;
  left: 75px;
}

.tp-hero-11-langs .lang:nth-child(10) {
  top: 655px;
  left: 0px;
}

.tp-hero-11-langs .lang:nth-child(11) {
  top: 505px;
  left: -38px;
}

.tp-hero-11-langs .lang:nth-child(12) {
  top: 355px;
  left: -24px;
}

.tp-hero-11-langs .lang:nth-child(13) {
  top: 220px;
  left: 24px;
}

.tp-hero-11-langs .lang:nth-child(14) {
  top: 110px;
  left: 130px;
}

.tp-hero-11-langs .lang:nth-child(15) {
  top: 6px;
  left: 268px;
}

.tp-hero-11-langs .lang:nth-child(16) {
  top: -36px;
  left: 460px;
}

.tp-hero-11-langs .lang:nth-child(17) {
  top: -8px;
  left: 640px;
}

.tp-hero-11-langs .lang:nth-child(18) {
  top: 85px;
  left: 810px;
}

.tp-hero-11-langs .lang:nth-child(19) {
  top: 220px;
  left: 920px;
}

.tp-hero-11-langs .lang:nth-child(20) {
  top: 355px;
  left: 970px;
}

.tp-hero-11-langs .lang::before {
  position: absolute;
  margin: 1px;
  font-size: 15px;
  padding: 2px 12px;
  text-align: center;
  width: max-content;
  border-radius: 5px;
  content: attr(tooltip);
  opacity: 0;
  visibility: hidden;
  background: #FE4D01;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
  transform-origin: bottom center;
  transform: translateY(-54px) rotate(0deg);
}

.tp-hero-11-langs .lang::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FE4D01;
}

.tp-hero-11-xs-thumb {
  transform: scale(0.9);
}

.tp-hero-11-xs-thumb img {
  width: 100%;
}

.tp-hero-12-ptb {
  padding-top: 290px;
  padding-bottom: 210px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-12-ptb {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-12-ptb {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-12-ptb {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-12-ptb {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

.tp-hero-12-shapes .shape-1 {
  position: absolute;
  bottom: 130px;
  left: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-12-shapes .shape-1 {
    left: 10%;
    bottom: 50px;
  }
}

.tp-hero-12-shapes .shape-2 {
  position: absolute;
  right: 45px;
  top: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-12-shapes .shape-2 {
    display: none;
  }
}

.tp-hero-12-thumbs .hero-thumb-1 {
  top: 185px;
  left: 100px;
  position: absolute;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-12-thumbs .hero-thumb-1 {
    left: 35px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-12-thumbs .hero-thumb-1 {
    left: 0;
    top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-12-thumbs .hero-thumb-1 {
    left: 0;
    top: 50px;
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-12-thumbs .hero-thumb-1 {
    display: none;
  }
}

.tp-hero-12-thumbs .hero-thumb-2 {
  right: 125px;
  bottom: 70px;
  position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-12-thumbs .hero-thumb-2 {
    right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-12-thumbs .hero-thumb-2 {
    right: 0;
    bottom: 0;
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-12-thumbs .hero-thumb-2 {
    display: none;
  }
}

.tp-hero-12-text-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-12-text-shape {
    right: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-12-text-shape {
    display: none;
  }
}

.tp-hero-12-title {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  color: #FF5B35;
  margin-bottom: 15px;
  letter-spacing: -3.84px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-12-title br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-12-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-12-title {
    font-size: 65px;
    letter-spacing: -2.84px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-12-title {
    font-size: 52px;
    letter-spacing: -2px;
  }
}

.tp-hero-12-content p {
  color: #161616;
  margin-bottom: 30px;
  font-family: var(--tp-ff-manrope);
}

@media only screen and (max-width: 767px) {
  .tp-hero-12-content p br {
    display: none;
  }
}

.tp-hero-13-ptb {
  padding-top: 230px;
  padding-bottom: 242px;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-13-ptb {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-13-ptb {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-ptb {
    padding-top: 130px;
    padding-bottom: 115px;
    background-position: right;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-content {
    padding-bottom: 30px;
  }
}

.tp-hero-13-content p {
  font-size: 17px;
  color: #6D6D7B;
  margin-bottom: 45px;
  letter-spacing: -0.34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-13-content p br {
    display: none;
  }
}

.tp-hero-13-title {
  font-size: 72px;
  font-weight: 700;
  color: #211E1D;
  line-height: 1.25;
  margin-bottom: 30px;
  letter-spacing: -2.16px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-title br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-13-title {
    font-size: 70px;
    line-height: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-13-title {
    line-height: 1;
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-title {
    line-height: 1;
    font-size: 56px;
  }
}

.tp-hero-13-title span {
  color: #4D4ADF;
}

.tp-hero-13-title span i {
  position: relative;
  font-style: normal;
}

.tp-hero-13-title span i::after {
  content: "";
  height: 52px;
  width: 3px;
  margin-left: 20px;
  display: inline-block;
  transform: translateY(5px);
  background-color: #4D4ADF;
}

.tp-hero-13-btn-box {
  gap: 24px;
}

.tp-hero-13-btn .tp-btn-border span {
  margin-right: 5px;
}

.tp-hero-13-video a {
  font-size: 16px;
  color: #1E1E2F;
  font-weight: 600;
}

.tp-hero-13-video a span {
  height: 28px;
  width: 28px;
  margin-left: 5px;
  text-align: center;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-hero-13-video a span svg {
  transform: translateX(1px);
}

.tp-hero-13-thumb {
  margin-top: -70px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-thumb {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-thumb .img-main img {
    width: 100%;
  }
}

.tp-hero-13-thumb .img-one {
  left: 0;
  top: 65%;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-13-thumb .img-one {
    left: -17%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-13-thumb .img-one {
    top: 40%;
    left: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-thumb .img-one {
    display: none;
  }
}

.tp-hero-13-thumb .img-two {
  top: 40%;
  right: 34%;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-13-thumb .img-two {
    top: 36%;
    right: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-13-thumb .img-two {
    top: 24%;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-13-thumb .img-two {
    display: none;
  }
}

.tp-cta-3-wrap {
  z-index: 1;
}

.tp-btn-border span {
  margin-left: 4px;
  transform: translateY(-1px);
}

.tp-btn-border.orange-bg {
  padding: 12px 32px;
  border-color: transparent;
  background-color: #FE4D01;
}

.tp-btn-border.orange-bg:hover {
  color: #1E1E2F;
  border-color: #FE4D01;
  background-color: transparent;
}

.tp-btn-border.bg-color {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.tp-btn-border.bg-color:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}

.tp-btn-border.bg-transparnt {
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.tp-btn-border.bg-transparnt:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.tp-btn-border.green-bg {
  padding: 12px 32px;
  border-color: transparent;
  background-color: #D7E558;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-manrope);
}

.tp-btn-border.green-bg:hover {
  border-color: #D7E558;
  background-color: transparent;
}

.tp-header-2.tp-header-11-wrap {
  box-shadow: none;
  background-color: transparent;
}

.tp-header-2.tp-header-11-wrap .tp-header-2-category p {
  color: #262628;
  font-size: 15px;
  font-family: var(--tp-ff-manrope);
}

.tp-header-2.tp-header-11-wrap .tp-header-2-search input {
  background-color: transparent;
  border-color: rgba(30, 30, 47, 0.1);
}

.tp-header-2.tp-header-11-wrap .tp-header-2-search input:focus {
  box-shadow: 0 1px 2px 0 rgba(254, 77, 1, 0.08), 0 2px 6px 0 rgba(254, 77, 1, 0.04), 0 3px 6px 0 rgba(254, 77, 1, 0.08), 0 0 0 4px rgba(254, 77, 1, 0.1);
}

.tp-header-2.tp-header-11-wrap .tp-header-2-search-btn:hover {
  color: #FE4D01;
}

.tp-header-2.tp-header-11-wrap .tp-header-2-cart {
  margin-left: 30px;
}

.tp-header-2.tp-header-11-wrap .tp-header-2-cart button i {
  background-color: #FE4D01;
}

.tp-header-2.tp-header-11-wrap .tp-header-6-login button:hover span {
  color: #FE4D01;
}

.tp-header-2.tp-header-11-wrap .tp-header-6-btn a {
  padding: 7px 24px;
}

.tp-header-2.tp-header-11-wrap .main-menu>nav>ul>li>a {
  color: #1E1E2F;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--tp-ff-manrope);
}

.tp-header-2.tp-header-11-wrap .main-menu>nav>ul>li>a:hover {
  color: #FE4D01;
}

.tp-header-2.tp-header-11-wrap .main-menu>nav>ul>li>a:hover::before {
  opacity: 1;
  visibility: visible;
}

.tp-header-2.tp-header-11-wrap .main-menu>nav>ul>li>a:hover::after {
  color: #FE4D01;
}

.tp-header-5-login .tp-header-user-box {
  right: -45px;
}

.offcanvas-btn.black-color {
  border-radius: 6px;
  border: 1px solid rgba(3, 31, 66, 0.2);
}

.offcanvas-btn.black-color i {
  color: #031F42;
}

.tp-hero-6-subtitle.color-black {
  color: var(--tp-common-black);
}

.tp-leadership-thumb img {
  width: 100%;
}

.tp-leadership-social a svg {
  transform: translateY(-1px);
}

.tp-team-2-social-icon a {
  color: var(--tp-common-white);
}

.tp-team-2-social-icon a svg {
  width: 12px;
}

.tp-section-11-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #1E1E2F;
  padding: 4px 25px;
  margin-bottom: 10px;
  border-radius: 50px;
  display: inline-block;
  background: rgba(77, 74, 223, 0.05);
}

.tp-section-11-subtitle svg {
  margin-right: 4px;
}

.tp-section-11-title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--tp-heading-5);
}

@media only screen and (max-width: 767px) {
  .tp-section-11-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-11-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-section-11-title {
    font-size: 40px;
    line-height: 1.1;
  }
}

.tp-section-11-title.fs-42 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.84px;
  font-family: var(--tp-ff-inter);
}

@media only screen and (max-width: 767px) {
  .tp-section-11-title.fs-42 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-section-11-title.fs-42 br {
    display: none;
  }
}

.tp-section-12-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #343434;
  padding: 8px 23px;
  margin-bottom: 10px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid rgba(3, 31, 66, 0.08);
}

.tp-section-12-subtitle svg {
  margin-right: 5px;
  transform: translateY(-1px);
}

.tp-section-12-title {
  font-size: 42px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 20px;
  letter-spacing: -1.68px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-section-12-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-12-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-section-12-title {
    font-size: 32px;
  }
}

.tp-service-3-item.tp-service-11-item {
  border-radius: 12px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 30px 17px 25px 20px;
}

.tp-service-3-item.tp-service-11-item:hover {
  transform: translateY(-60px);
  background-color: #FE4D01;
  box-shadow: 0px 20px 20px 0px rgba(5, 5, 39, 0.05);
}

.tp-service-3-item.tp-service-11-item:hover .tp-service-3-title {
  color: var(--tp-common-white);
}

.tp-service-3-item.tp-service-11-item:hover .tp-service-3-icon-active {
  opacity: 1;
  visibility: visible;
  color: var(--tp-common-white);
}

.tp-service-3-item.tp-service-11-item:hover .tp-service-3-content p {
  color: var(--tp-common-white);
}

.tp-service-3-item.tp-service-11-item .tp-service-3-title {
  color: #1E1E2F;
  font-size: 18px;
  font-weight: 500;
}

.tp-service-3-item.tp-service-11-item .tp-service-3-title a {
  transition: none;
}

.tp-service-3-item.tp-service-11-item .tp-service-3-content p {
  color: #6C6D70;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-service-3-item.tp-service-11-item .tp-service-3-content p br {
    display: none;
  }
}

.tp-service-11-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid #E9E9F0;
}

@media only screen and (max-width: 767px) {
  .tp-service-11-wrapper .row [class*=col-]:not(:last-child) {
    border: none;
  }
}

.tp-course-item.orange-style .tp-course-title a:hover {
  color: #FE4D01;
}

.tp-course-tab.tp-course-11-tab .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #1E1E2F;
  margin: 0 0px;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: var(--tp-ff-manrope);
}

.tp-course-tab.tp-course-11-tab .nav-link.active {
  background-color: #FE4D01;
  color: var(--tp-common-white);
}

.tp-course-11-tab-content .tp-course-pricing.home-2 span {
  color: #FE4D01;
}

.tp-course-11-tab-content .tp-course-btn.home-2 a {
  background-color: #FE4D01;
}

.tp-course-11-tab-content .tp-course-btn.home-2 a:hover {
  background-color: var(--tp-common-black);
}

.tp-category-banner-btn.tp-category-11-btn .tp-btn-2 {
  border-color: transparent;
  background-color: #FE4D01;
  color: var(--tp-common-white);
}

.tp-category-banner-btn.tp-category-11-btn .tp-btn-2:hover {
  border-color: #FE4D01;
  color: var(--tp-common-black);
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-team-11-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.tp-team-11-shape {
  left: 0;
  bottom: 20%;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-team-11-shape {
    display: none;
  }
}

.tp-team-11-wrapper .tp-leadership-thumb::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.02%, #4D4ADF 100%);
}

.tp-team-11-wrapper .tp-leadership-title a:hover {
  color: #4D4ADF;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-blog-11-ptb {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-blog-11-shapes {
    display: none;
  }
}

.tp-blog-11-shapes .shape-1 {
  position: absolute;
  left: 100px;
  bottom: 212px;
}

.tp-blog-11-shapes .shape-2 {
  position: absolute;
  right: 95px;
  top: 18%;
}

@media only screen and (max-width: 767px) {
  .tp-blog-11-heading {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-11-content {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-cta-11-content {
    padding-left: 0;
    padding-bottom: 40px;
  }
}

.tp-cta-11-content-sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-manrope);
}

.tp-cta-11-content h4 {
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: -2.48px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-11-content h4 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-11-content h4 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-cta-11-content h4 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-cta-11-thumb img {
    width: 100%;
  }
}

.tp-cta-11-btn-wrap {
  gap: 15px;
}

.tp-cta-11-btn .tp-btn-border {
  padding: 12px 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-ptb {
    padding-bottom: 80px;
  }
}

.tp-chose-11-thumb {
  margin-left: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-chose-11-thumb {
    margin-left: 0;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-chose-11-thumb {
    margin-left: 0;
    margin-bottom: -20px;
  }
}

.tp-chose-11-thumb .tp-about-shape-1 {
  bottom: -65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-thumb .tp-about-shape-1 {
    display: none;
  }
}

.tp-chose-11-thumb .thumb {
  border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-thumb .thumb {
    margin-right: 0;
  }
}

.tp-chose-11-thumb .thumb img {
  border-radius: 8px;
}

.tp-chose-11-thumb .thumb-2 {
  right: 0;
  bottom: -135px;
}

@media only screen and (max-width: 767px) {
  .tp-chose-11-thumb .thumb-2 {
    position: static;
  }
}

.tp-chose-11-thumb .thumb-3 {
  top: 50px;
  right: -36px;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-11-thumb .thumb-3 {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-thumb .thumb-3 {
    display: none;
  }
}

.tp-chose-11-content {
  padding-left: 50px;
  margin-right: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-content {
    margin-right: 0;
  }
}

.tp-chose-11-content .tp-yoga-text {
  color: #5E5A59;
  font-weight: 500;
  font-family: var(--tp-ff-manrope);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-content .tp-yoga-text br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-chose-11-content .tp-chose-yoga-feature {
    margin-left: 0;
  }
}

.tp-chose-11-content .tp-chose-yoga-feature-tittel {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-theme-6);
  font-family: var(--tp-ff-body);
}

.tp-chose-11-content .tp-chose-yoga-feature-content p {
  font-size: 16px;
  font-weight: 500;
  color: #6C6D70;
  letter-spacing: -0.32px;
  font-family: var(--tp-ff-manrope);
}

@media only screen and (max-width: 767px) {
  .tp-chose-11-content .tp-chose-yoga-feature-content p br {
    display: none;
  }
}

.tp-about-12-shape-box .shape-1 {
  right: 0;
  top: 305px;
  position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-12-shape-box .shape-1 {
    top: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-12-shape-box .shape-1 {
    display: none;
  }
}

.tp-about-12-shape-box .shape-2 {
  left: 105px;
  top: 330px;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-12-shape-box .shape-2 {
    display: none;
  }
}

.tp-about-12-title-box {
  padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-12-title-box {
    padding-left: 0;
  }
}

.tp-about-12-title-text {
  padding-left: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-12-title-text {
    padding-left: 0;
  }
}

.tp-about-12-title-text p {
  line-height: 1.4;
  color: #77767E;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .tp-about-12-title-text p br {
    display: none;
  }
}

.tp-about-12-btn a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  display: inline-block;
  text-transform: capitalize;
}

.tp-about-12-btn a:hover {
  color: #FE4D01;
}

.tp-about-12-btn a:hover::after {
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
}

.tp-about-12-btn a span {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(-1px);
}

.tp-about-12-btn a::after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: #343434;
}

.tp-about-12-thumb-wrap img {
  width: 100%;
  border-radius: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-12-thumb-wrap.pt-150 {
    padding-top: 0;
  }
}

.tp-course-12-bg {
  background-size: contain;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-12-bg {
    background-size: cover;
  }
}

.tp-course-12-shape {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-12-shape {
    display: none;
  }
}

.tp-course-12-shape-2 {
  position: absolute;
  right: 50px;
  bottom: 20%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-12-shape-2 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-process-3-content p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-process-3-item-3 {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-process-3-shape-12 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tp-event-12-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tp-event-12-wrap .tp-event-item:hover .tp-event-arrow a {
  color: var(--tp-common-white);
  background-color: #FF5B35;
}

.tp-event-12-wrap .tp-event-title {
  font-weight: 500;
  letter-spacing: -0.96px;
}

.tp-event-12-wrap .tp-event-title a {
  transition: none;
}

.tp-event-12-wrap .tp-event-title a:hover {
  color: #FF5B35;
}

.tp-event-12-wrap .tp-event-list-count {
  font-size: 52px;
  font-weight: 500;
  color: #FF5B35;
  font-style: normal;
  letter-spacing: -1.04px;
  font-family: var(--tp-ff-p);
}

.tp-event-12-wrap .tp-event-arrow a {
  height: 50px;
  width: 50px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(30, 30, 47, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-event-12-section {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-event-12-btn {
    margin-bottom: 30px;
  }
}

.tp-counter-12-item p {
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: rgba(52, 52, 52, 0.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-counter-12-item p br {
    display: none;
  }
}

.tp-counter-12-item-title {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 15px;
  padding-bottom: 10px;
  letter-spacing: -1.8px;
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}

@media only screen and (max-width: 767px) {
  .tp-counter-12-item-title {
    font-size: 50px;
  }
}

.tp-counter-12-item-title svg {
  transform: translateY(-20px);
}

.tp-testimonial-12-ptb .tp-testimonial-themebg span {
  background-color: #DCEA5D;
}

.tp-testimonial-12-ptb .tp-testimonial-themebg-shape svg path {
  stroke: rgba(158, 185, 26, 0.27);
}

.tp-testimonial-12-ptb .tp-testimonial-next span:hover,
.tp-testimonial-12-ptb .tp-testimonial-prev span:hover {
  border-color: transparent;
  background-color: #FE4D01;
}

.tp-testimonial-bg {
  background-size: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-testimonial-bg {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-13-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tp-testimonial-13-slider .tp-testimonial-6-item-title {
  color: #FE4D01;
}

.tp-testimonial-13-heading .tp-section-12-subtitle {
  color: #4D4ADF;
}

.tp-testimonial-13-heading .tp-section-11-title span {
  color: #4D4ADF;
  position: relative;
}

.tp-testimonial-13-heading .tp-section-11-title span svg {
  left: 0;
  bottom: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-13-heading .tp-section-11-title span svg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-13-content {
    padding-bottom: 80px;
  }
}

.tp-testimonial-13-content .tp-testimonial-2-content p {
  color: #1E1E2F;
  font-weight: 400;
}

.tp-testimonial-13-content .tp-testimonial-2-avatar-info span {
  color: #1E1E2F;
}

.tp-testimonial-13-btn.tp-testimonial-2-avatar-active .slick-arrow:hover {
  background-color: #FE4D01;
}

.tp-blog-6-item.orange-style .tp-blog-stories-title a:hover {
  color: #FE4D01;
}

.tp-blog-12-shape-box .shape-1 {
  left: 65px;
  bottom: 265px;
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-blog-12-shape-box .shape-1 {
    display: none;
  }
}

.tp-blog-12-shape-box .shape-2 {
  top: 195px;
  right: 100px;
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-blog-12-shape-box .shape-2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tp-blog-12-section {
    margin-bottom: 30px;
  }
}

.tp-blog-12-item {
  border-radius: 12px;
  border: 1px solid rgba(30, 30, 47, 0.1);
}

.tp-blog-12-item:hover .tp-blog-12-item-thumb img {
  transform: scale(1.1);
}

.tp-blog-12-item-thumb {
  overflow: hidden;
  border-radius: 12px;
}

.tp-blog-12-item-thumb img {
  width: 100%;
  border-radius: 12px;
  transition: all 0.9s ease-in-out;
}

.tp-blog-12-item-tag p {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: var(--tp-ff-manrope);
}

.tp-blog-12-item-tag p span {
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-theme-6);
}

.tp-blog-12-item-tag p span::after {
  content: "";
  height: 1px;
  width: 24px;
  margin: 0 10px;
  display: inline-block;
  background-color: #D9D9D9;
  transform: translateY(-3px);
}

.tp-blog-12-item-title {
  font-size: 24px;
  font-weight: 500;
  color: #212120;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.96px;
}

.tp-blog-12-item-title a:hover {
  color: #FE4D01;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-blog-12-item-title a br {
    display: none;
  }
}

.tp-blog-12-item-content {
  padding: 30px 40px 40px;
}

@media only screen and (max-width: 767px) {
  .tp-blog-12-item-content {
    padding: 30px 25px 35px;
  }
}

.tp-blog-12-item-btn a {
  font-size: 16px;
  color: #1E1E2F;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.32px;
}

.tp-blog-12-item-btn a:hover {
  color: #FE4D01;
}

.tp-blog-12-item-btn a:hover::after {
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
}

.tp-blog-12-item-btn a span {
  margin-left: 4px;
  display: inline-block;
  transform: translateY(-1px);
}

.tp-blog-12-item-btn a::after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: #343434;
}

.tp-blog-12-item-2 {
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .tp-blog-12-item-2 {
    flex-wrap: wrap;
  }
}

.tp-blog-12-item-2:hover .tp-blog-12-item-2-thumb img {
  transform: scale(1.1);
}

.tp-blog-12-item-2-thumb {
  overflow: hidden;
  border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  .tp-blog-12-item-2-thumb {
    width: 100%;
  }
}

.tp-blog-12-item-2-thumb img {
  width: 100%;
  border-radius: 12px;
  transition: all 0.9s ease-in-out;
}

.tp-blog-12-item-2-wrapper .tp-blog-12-item-2:not(:last-of-type) {
  border-bottom: 1px solid rgba(30, 30, 47, 0.1);
}

.tp-process-12-shapes .tp-process-3-shape-8 {
  left: 44%;
  bottom: 50px;
  animation: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-process-12-shapes .tp-process-3-shape-8 {
    left: 32%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-process-12-shapes .tp-process-3-shape-8 {
    display: none;
  }
}

.tp-process-12-shapes .tp-process-3-shape-9 {
  right: 27%;
  bottom: 60px;
  animation: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-process-12-shapes .tp-process-3-shape-9 {
    right: 18%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-process-12-shapes .tp-process-3-shape-9 {
    display: none;
  }
}

.tp-process-12-icon {
  position: relative;
  display: inline-block;
}

.tp-process-12-icon span {
  top: -5px;
  right: -10px;
  height: 32px;
  width: 32px;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-white);
  background-color: #FF5B35;
}

.tp-process-12-icon span.blue {
  background-color: #4D4ADF;
}

.tp-process-12-icon span.green {
  background-color: #30AE73;
}

.tp-footer-12-shape-box .shape-1 {
  top: 55px;
  left: 200px;
  position: absolute;
}

.tp-footer-12-shape-box .shape-2 {
  right: 90px;
  bottom: 100px;
  position: absolute;
}

.tp-footer-12-widget .tp-footer-newsletter-input input {
  border: 1px solid rgba(22, 22, 22, 0.1);
}

.tp-footer-12-widget .tp-footer-newsletter-input input:focus {
  border-color: #FE4D01;
}

.tp-footer-12-widget .tp-footer-newsletter-submit .tp-btn {
  border-color: transparent;
  background-color: #1E1E2F;
}

.tp-footer-12-widget .tp-footer-newsletter-submit .tp-btn:hover {
  background-color: #FE4D01;
}

.tp-footer-12-widget .tp-footer-newsletter-social a {
  color: #161616;
}

.tp-footer-12-widget .tp-footer-newsletter-social a svg {
  transform: translateY(-2px);
}

.tp-footer-12-widget .tp-footer-newsletter-social a:hover {
  color: #FE4D01;
}

.tp-footer-12-copyright {
  padding: 20px 0;
}

.tp-footer-12-copyright .tp-footer-copyright span {
  color: #1E1E2F;
}

.tp-footer-12-copyright .tp-footer-copyright span a {
  color: #FE4D01;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-stories-tag-wrap a {
    margin-right: 40px;
  }
}

@keyframes falgs-rotated {
  0% {
    transform: rotate(0deg);
  }

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

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-service-13-ptb {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-service-13-ptb {
    padding-bottom: 80px;
  }
}

.tp-service-13-wrapper {
  margin-top: -140px;
  padding: 30px 30px 0;
  border-radius: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 4px 13px 40px 0px rgba(36, 2, 7, 0.05);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-service-13-wrapper {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-service-13-wrapper {
    padding: 30px 20px 0;
  }
}

.tp-service-13-wrapper .row [class*=col-]:last-of-type .tp-service-13-item {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .tp-service-13-wrapper .row [class*=col-]:last-of-type .tp-service-13-item {
    border-bottom: none;
  }
}

.tp-service-13-item {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 70px 0px 30px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-13-item {
    padding: 70px 0px 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-service-13-item {
    border-right: none;
    padding: 30px 0px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.tp-service-13-item:hover {
  border-radius: 24px;
  background: #1E1E2F;
  backdrop-filter: blur(8px);
  transform: translateY(-60px);
  box-shadow: 4px 13px 40px 0px rgba(36, 2, 7, 0.05);
}

.tp-service-13-item p {
  line-height: 21px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-service-13-item p br {
    display: none;
  }
}

.tp-service-13-icon {
  margin-bottom: 30px;
}

.tp-service-13-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: -0.4px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-13-ptb {
    padding-bottom: 0;
  }
}

.tp-about-13-shape {
  right: 0;
  bottom: -10%;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .tp-about-13-shape {
    display: none;
  }
}

.tp-about-13-title {
  font-size: 132px;
  font-weight: 700;
  line-height: 1;
  color: #1E1E2F;
  letter-spacing: -3.96px;
  font-family: var(--tp-ff-inter);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-13-title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-13-title {
    font-size: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-13-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-13-title {
    font-size: 70px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-13-heading-box {
    margin-bottom: 20px;
  }
}

.tp-about-13-text-box {
  margin-right: -42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-13-text-box {
    margin-right: 0;
  }
}

.tp-about-13-text-box p {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: #1E1E2F;
  margin-bottom: 50px;
  letter-spacing: -1.26px;
  font-family: var(--tp-ff-inter);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-about-13-text-box p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-13-text-box p {
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-13-text-box p {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-13-text-box p {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-counter-13-ptb {
    padding-bottom: 80px;
  }
}

.tp-course-13-shape {
  left: 0;
  top: 30%;
  position: absolute;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-course-13-shape {
    display: none;
  }
}

.tp-course-13-item.tp-course-grid-item {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 2px 9px 22px 0px rgba(0, 0, 0, 0.06);
}

.tp-course-13-item.tp-course-grid-item:hover {
  border-color: #4D4ADF;
}

.tp-course-13-style .tp-course-filter-tag .tag-span {
  color: #1E1E2F;
  border-radius: 60px;
  background: #EDF8FA;
}

.tp-course-13-style .tp-course-filter-tag .discount {
  border-radius: 60px;
}

.tp-course-13-style .tp-course-meta span {
  color: rgba(30, 30, 47, 0.8);
}

.tp-course-13-style .tp-course-grid-title a:hover {
  color: #FF5B35;
}

.tp-course-13-style .tp-course-teacher span {
  font-size: 16px;
  color: #1E1E2F;
  font-weight: 500;
}

.tp-course-13-style .tp-course-rating-icon i {
  color: #FF5B35;
}

.tp-course-13-style .tp-course-pricing span {
  background: var(--Linear, linear-gradient(90deg, #4D4ADF 0%, #E359D5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-category-13-banner .tp-category-banner-shape img {
  filter: brightness(0) invert(1);
}

.tp-category-13-banner .tp-category-banner-title {
  color: var(--tp-common-white);
}

.tp-category-13-banner .tp-category-banner-text span {
  color: var(--tp-common-white);
}

.tp-category-13-banner .tp-category-banner-btn .tp-btn-2:hover {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-team-13-ptb {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-team-13-title-box p br {
    display: none;
  }
}

.tp-team-13-wrapper .tp-leadership-title a:hover {
  color: #FE4D01;
}

.tp-team-13-wrapper .tp-leadership-thumb::after {
  background: linear-gradient(180deg, rgba(196, 18, 48, 0) 38.02%, #FE4D01 100%);
}

.tp-brand-13-title {
  font-size: 22px;
  color: #1E1E2F;
  font-weight: 600;
  letter-spacing: -0.88px;
  font-family: var(--tp-ff-inter);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-13-ptb {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-faq-13-ptb {
    padding-top: 80px;
  }
}

.tp-faq-13-shapes .shape-1 {
  left: 0;
  top: 20%;
  position: absolute;
}

.tp-faq-13-shapes .shape-2 {
  bottom: 13%;
  left: 25px;
  position: absolute;
  animation: animation-popup 2.5s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-faq-13-title-box {
    margin-bottom: 30px;
  }
}

.tp-faq-13-thumb-wrapper {
  margin-top: -65px;
}

.tp-faq-13-thumb-wrapper img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tp-faq-13-wrapper .tp-faq-yoga-wrap .tpd-accordion {
    padding-bottom: 0;
  }
}

.tp-faq-13-wrapper .tp-faq-yoga-wrap .tpd-accordion .accordion-button {
  font-weight: 500;
  color: #1E1E2F;
  font-family: var(--tp-ff-body);
}

.tp-faq-13-wrapper .tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) {
  color: #1E1E2F;
}

.tp-faq-13-wrapper .tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  background: #1E1E2F;
}

.tp-faq-13-wrapper .tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background: #1E1E2F;
}

.tp-faq-13-btn .tp-btn-border {
  padding: 10px 28px;
}

.tp-faq-13-btn .tp-btn-border span {
  margin-right: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-text-slider-ptb {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-text-slider-ptb {
    padding-bottom: 0px;
  }
}

.tp-text-slider-title {
  margin: 0;
  line-height: 1;
  font-size: 160px;
  font-weight: 600;
  letter-spacing: -4.8px;
  color: rgba(30, 30, 47, 0.1);
  font-family: var(--tp-ff-inter);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-text-slider-title {
    font-size: 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-text-slider-title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-text-slider-title {
    font-size: 100px;
  }
}

.tp-text-slider-active .swiper-slide {
  width: auto;
}

.tp-text-slider-shadow.tp-testimonial-6-wrapper::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, #FFF 100%);
}

.tp-text-slider-shadow.tp-testimonial-6-wrapper::after {
  background: linear-gradient(-270deg, rgba(255, 255, 255, 0.1) 0%, #FFF 100%);
}

.tp-cta-13-ptb {
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-13-ptb {
    background-position-x: -130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-13-ptb {
    background-position-x: -90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-cta-13-ptb {
    padding-top: 50px;
    background-position: right;
  }
}

.tp-cta-13-thumb {
  margin-left: -105px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-13-thumb {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-cta-13-thumb {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-cta-13-thumb img {
    width: 100%;
  }
}

.tp-cta-13-btn-wrap {
  gap: 15px;
}

.tp-cta-13-btn-wrap .tp-btn-border.orange-bg:hover {
  color: var(--tp-common-white);
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.tp-yoga-btn {
  padding: 12px 25px;
  background: var(--tp-red-5);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
  border-radius: 200px;
  display: inline-block;
  transition: all 0.3s ease;
}

.tp-yoga-btn:hover {
  background: var(--tp-heading-5);
  color: var(--tp-common-white);
}

.tp-yoga-btn-yelow {
  background: var(--tp-red-5);
  color: var(--tp-common-white);
  padding: 12px 40px;
}

.tp-yoga-btn-yelow:hover {
  color: var(--tp-common-white);
  background: var(--tp-red-4);
}

.tp-yoga-btn-border {
  border: 1px solid rgba(45, 42, 41, 0.1);
  background: transparent;
  padding: 11px 40px;
  color: var(--tp-common-black);
}

.tp-yoga-btn-border:hover {
  background: var(--tp-red-5);
  color: var(--tp-common-white);
}

.tp-yoga-subtitle {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--tp-red-4);
}

.tp-yoga-title {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-5);
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-yoga-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-yoga-title {
    font-size: 42px;
  }
}

.tp-yoga-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-grey-8);
}

.tp-chef-btn {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
  color: var(--tp-theme-10);
  border: 1.5px solid var(--tp-theme-10);
  border-radius: 46px;
  padding: 11px 26px;
  box-shadow: 2px 2px 0 0 var(--tp-theme-10);
  background: var(--tp-common-white);
  display: inline-block;
}

.tp-chef-btn:hover {
  box-shadow: none;
  color: var(--tp-theme-10);
}

.tp-chef-btn-squre {
  border-radius: 16px;
}

.tp-chef-btn-lg {
  padding: 13px 35px;
}

.tp-chef-btn-shadow-4 {
  box-shadow: 4px 4px 0 0 var(--tp-theme-10);
}

.tp-chef-section-subtitle {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 17px;
  color: var(--tp-theme-10);
  letter-spacing: 1px;
}

.tp-chef-section-title {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 50px;
  color: var(--tp-heading-5);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-chef-section-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-chef-section-title {
    font-size: 30px;
  }
}

.tp-quran-btn {
  font-weight: 500;
  font-size: 17px;
  color: #223d32;
  padding: 9px 24px;
  background: var(--tp-common-yellow);
  border-radius: 50px;
  display: inline-block;
  border: 1px solid transparent;
}

.tp-quran-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-heading-5);
  border-color: var(--tp-common-yellow);
}

.tp-quran-btn-lg {
  padding: 14px 31px;
}

.tp-quran-btn-green {
  background: var(--tp-theme-11);
  color: var(--tp-common-white);
}

.tp-quran-btn-green:hover {
  background: var(--tp-common-yellow);
  color: var(--tp-heading-5);
}

.tp-quran-section-subtitle {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tp-theme-11);
}

.tp-quran-section-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.02em;
  color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-quran-section-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-quran-section-title br {
    display: none;
  }
}

.tp-quran-section-text {
  font-size: 17px;
  letter-spacing: 0.1px;
}

.tp-quran-grey-bg {
  background: #f8f8f8;
}

@media (min-width: 1400px) {
  .custom-container-1823 {
    max-width: 1823px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1590 {
    max-width: 1590px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1750 {
    max-width: 1750px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1490 {
    max-width: 1490px;
  }
}

@media (min-width: 1400px) {
  .custom-container-1330 {
    max-width: 1330px;
  }
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.yoga-bg {
  background: var(--tp-grey-7);
}

.chef-bg {
  background: var(--tp-common-yellow);
}

.chef-bg-2 {
  background: #f7f6f4;
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

.bg-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-megamenu-up-speacing {
  padding: 50px 50px 10px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .offcanvas__update .tp-main-menu-content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .offcanvas__update .tp-megamenu-up-speacing {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-megamenu-up-speacing {
    padding: 0;
  }
}

/*---------------------------------
    1.2 header Classes
---------------------------------*/
.tp-header-yoga .main-menu>nav>ul>li.has-dropdown>a::after {
  display: none;
}

.tp-header-yoga .main-menu>nav>ul>li {
  margin: 0px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-yoga .main-menu>nav>ul>li {
    margin: 0px 10px;
  }
}

.tp-header-yoga .main-menu>nav>ul>li>a {
  padding: 34px 0;
  font-weight: 400;
}

.tp-header-yoga .main-menu>nav>ul>li.tp-header-yoga-logo {
  margin: 0px 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-yoga .main-menu>nav>ul>li.tp-header-yoga-logo {
    margin: 0px 22px;
  }
}

.tp-header-yoga .main-menu>nav>ul>li.tp-header-yoga-logo a {
  padding: 0;
}

.tp-header-yoga .tp-header-5-cart button i {
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: var(--tp-red-4);
  border: none;
  background-color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #5b7d55;
}

.tp-header-yoga-sidebar .offcanvas-open-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding-left: 14px;
  padding-top: 6px;
}

.tp-header-yoga-sidebar .offcanvas-open-btn:hover {
  background: none;
}

.tp-header-yoga-sidebar .offcanvas-open-btn:hover span {
  width: 20px;
}

.tp-header-yoga-sidebar .offcanvas-open-btn span {
  height: 2px;
  width: 12px;
  display: block;
  border-radius: 10px;
  background: var(--tp-common-white);
}

.tp-header-yoga-sidebar .offcanvas-open-btn span:nth-child(2) {
  width: 20px;
}

.tp-header-yoga-sidebar .offcanvas-open-btn span:not(:last-child) {
  margin-bottom: 3px;
}

.tp-header-yoga-social ul {
  display: flex;
}

.tp-header-yoga-social ul li {
  list-style: none;
  margin-right: 24px;
}

.tp-header-yoga-social ul li a {
  color: var(--tp-common-white);
}

.tp-header-yoga .tp-header-sticky .main-menu>nav>ul>li>a {
  color: var(--tp-common-black);
  padding: 27px 0;
}

.tp-header-yoga .tp-header-sticky .main-menu>nav>ul>li.tp-header-yoga-logo a {
  padding: 0;
}

.tp-header-yoga .tp-header-sticky .main-menu>nav>ul>li.tp-header-yoga-logo .logo-white {
  display: none;
}

.tp-header-yoga .tp-header-sticky .main-menu>nav>ul>li.tp-header-yoga-logo .logo-red {
  display: inline-block !important;
}

.tp-header-yoga .tp-header-sticky .tp-header-yoga-social ul li a {
  color: var(--tp-common-black);
}

.tp-header-yoga .tp-header-sticky .tp-header-5-cart button span {
  color: var(--tp-common-black);
}

.tp-header-yoga .tp-header-sticky .tp-header-5-cart button i {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-header-yoga .tp-header-sticky .tp-header-yoga-sidebar .offcanvas-open-btn span {
  background: var(--tp-common-black);
}

.tp-header-yoga .tp-header-sticky .tp-header-yoga-sidebar .offcanvas-open-btn {
  border: 1px solid rgba(22, 21, 21, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-yoga-lg-spacing {
    padding: 20px 0px;
  }

  .tp-header-yoga-lg-spacing .tp-header-sticky {
    padding: 10px 0px;
  }
}

.tp-header-yoga .tp-megamenu-home-item:hover .tp-megamenu-home-title .yellow {
  color: var(--tp-red-5);
}

.tp-header-yoga .tp-megamenu-courses-list a:hover {
  color: var(--tp-red-5);
}

.tp-header-yoga .tp-megamenu-courses-list a::before {
  background-color: var(--tp-red-5);
}

.tp-header-yoga .tp-megamenu-fullwidth-list ul li a:hover.yellow {
  color: var(--tp-red-5);
}

.tp-header-yoga .tp-megamenu-fullwidth-list ul li a::before {
  background-color: var(--tp-red-5) !important;
}

.tp-header-yoga .tp-megamenu-academics-list a:hover {
  color: var(--tp-red-5);
}

.tp-header-yoga .tp-megamenu-academics-list a::before {
  background-color: var(--tp-red-5) !important;
}

.tp-header-yoga .main-menu>nav>ul>li>.tp-submenu li:hover>a,
.tp-header-yoga .main-menu>nav>ul>li>.tp-submenu li.active>a {
  color: var(--tp-red-5);
}

.tp-header-chef .main-menu>nav>ul>li {
  margin: 0px 45px;
  margin-left: 0;
}

.tp-header-chef .main-menu>nav>ul>li>a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-heading-5);
}

.tp-header-chef .tp-header-yoga-sidebar .offcanvas-open-btn {
  border: 1.5px solid var(--tp-theme-10);
  box-shadow: 2px 2px 0 0 var(--tp-theme-10);
  background: var(--tp-common-white);
  transition: all 0.4s ease;
}

.tp-header-chef .tp-header-yoga-sidebar .offcanvas-open-btn:hover {
  box-shadow: none;
}

.tp-header-chef .tp-header-yoga-sidebar .offcanvas-open-btn span {
  background: var(--tp-theme-10);
}

.tp-header-chef .tp-header-5-cart button i {
  color: var(--tp-theme-10);
}

.tp-header-chef .tp-header-sticky .tp-header-yoga-sidebar .offcanvas-open-btn span {
  background: var(--tp-theme-10);
}

.tp-header-chef .tp-header-sticky .tp-header-5-cart button span {
  color: var(--tp-theme-10);
}

.tp-header-chef .tp-header-sticky .tp-header-5-cart button i {
  background: var(--tp-theme-10);
  color: var(--tp-common-white);
}

.tp-header-chef .tp-megamenu-container {
  width: 100%;
}

.tp-header-chef .tp-megamenu-home-item:hover .tp-megamenu-home-title .yellow {
  color: var(--tp-theme-10);
}

.tp-header-chef .tp-megamenu-fullwidth-list ul li a:hover.yellow {
  color: var(--tp-theme-10);
}

.tp-header-chef .tp-megamenu-fullwidth-list ul li a:hover.yellow::before {
  background: var(--tp-theme-10);
}

.tp-header-chef .tp-megamenu-courses-list a:hover {
  color: var(--tp-theme-10);
}

.tp-header-chef .tp-megamenu-courses-list a::before {
  background: var(--tp-theme-10);
}

.tp-header-quran {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tp-header-quran-border {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .tp-header-quran-border {
    display: none;
  }
}

.tp-header-quran .tp-header-5-cart button i {
  color: var(--tp-red-4);
  border: 3px solid #1E5541;
  background-color: var(--tp-common-yellow);
  line-height: 17px;
}

.tp-header-quran .main-menu>nav>ul>li>a {
  padding: 27px 0;
  font-weight: 500;
  font-size: 17px;
}

.tp-header-quran .tp-header-yoga .main-menu>nav>ul>li {
  margin: 0px 18px;
}

@media only screen and (max-width: 767px) {
  .tp-header-quran .tp-header-yoga-sidebar {
    margin-left: 20px;
  }
}

.tp-header-quran .tp-header-sticky .tp-header-5-login button span {
  color: var(--tp-common-black);
}

.tp-header-quran .tp-header-sticky .logo-white {
  display: none;
}

.tp-header-quran .tp-header-sticky .logo-black {
  display: block !important;
}

.tp-header-quran .tp-header-sticky .tp-header-quran-border {
  background: rgba(16, 16, 16, 0.21);
}

.tp-header-quran .tp-megamenu-home-item:hover .tp-megamenu-home-title .yellow {
  color: var(--tp-theme-11);
}

.tp-header-quran .tp-megamenu-fullwidth-list ul li a:hover.yellow {
  color: var(--tp-theme-11);
}

.tp-header-quran .tp-megamenu-fullwidth-list ul li a::before {
  background-color: var(--tp-theme-11) !important;
}

.tp-header-quran .tp-megamenu-courses-list a:hover {
  color: var(--tp-theme-11);
}

.tp-header-quran .tp-megamenu-courses-list a::before {
  background-color: var(--tp-theme-11);
}

.tp-header-quran .tp-megamenu-small-content .tp-megamenu-list a:hover {
  color: var(--tp-theme-11);
}

.tp-header-quran .tp-megamenu-small-content .tp-megamenu-list a::before {
  background-color: var(--tp-theme-11);
}

.tp-header-quran .main-menu>nav>ul>li>.tp-submenu li>a::before {
  background-color: var(--tp-theme-11);
}

.tp-header-quran .main-menu>nav>ul>li>.tp-submenu li:hover>a {
  color: var(--tp-theme-11);
}

.tp-header-11-top {
  padding: 8px 35px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-header-11-top-left .tp-header-info-item span {
  color: #1E1E2F;
}

.tp-header-11-top-left .tp-header-info-item span a:hover {
  color: #FE4D01;
}

.tp-header-11-top-right .tp-header-info-item {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(30, 30, 47, 0.1);
}

@media only screen and (max-width: 767px) {
  .tp-header-11-top-right .tp-header-info-item {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-11-top-right .tp-header-info-item {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(30, 30, 47, 0.1);
  }
}

.tp-header-11-top-right .tp-header-info-item span {
  color: #1E1E2F;
  font-family: var(--tp-ff-manrope);
}

.tp-header-11-info span {
  color: #1E1E2F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.28px;
  transform: translateY(-3px);
  font-family: var(--tp-ff-manrope);
}

.tp-header-11-offer h4 {
  color: #1E1E2F;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.28px;
  font-family: var(--tp-ff-manrope);
}

.tp-header-11-offer h4 span {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 17px;
  margin-left: 5px;
  border-radius: 50px;
  background: #FE4D01;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-manrope);
}

.tp-header-11-menu .main-menu>nav>ul>li {
  margin: 0px 14px;
}

.tp-header-11-menu .main-menu>nav>ul>li>a {
  color: #1E1E2F;
  padding: 27px 0 25px 0;
}

.tp-header-11-menu .main-menu>nav>ul>li.has-dropdown>a::after {
  color: #1E1E2F;
}

.tp-header-11-menu .main-menu>nav>ul>li .tp-submenu li:hover>a {
  padding-left: 35px;
  color: #FE4D01;
}

.tp-header-11-menu .main-menu>nav>ul>li .tp-submenu li:hover>a::before {
  background-color: #FE4D01;
}

.tp-header-11-menu .tp-megamenu-small-content .tp-megamenu-list a:hover {
  color: #FE4D01;
}

.tp-header-11-menu .tp-megamenu-small-content .tp-megamenu-list a::before {
  background-color: #FE4D01;
}

.tp-header-11-menu .tp-megamenu-fullwidth-list ul li a:hover {
  color: #FE4D01;
}

.tp-header-11-menu .tp-megamenu-fullwidth-list ul li a::before {
  background-color: #FE4D01;
}

.tp-header-11-content .tp-header-2-cart button i {
  background-color: #FE4D01;
}

.tp-header-11-content .tp-header-6-login button:hover span {
  color: #FE4D01;
}

.tp-header-11-content .tp-btn-inner {
  font-size: 16px;
  color: #1E1E2F;
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid #FE4D01;
  background-color: transparent;
}

.tp-header-11-content .tp-btn-inner:hover {
  background-color: #FE4D01;
  color: var(--tp-common-white);
}

.tp-header-13-wrap .main-menu>nav>ul>li {
  margin: 0px 17px;
}

.tp-header-13-wrap .main-menu>nav>ul>li>a {
  color: #1E1E2F;
  padding: 27px 0 25px 0;
}

.tp-header-13-wrap .main-menu>nav>ul>li>a::after {
  content: none;
}

.tp-header-13-right.tp-header-2 {
  box-shadow: none;
  background: transparent;
}

.tp-header-13-btn .tp-btn-border {
  font-weight: 500;
  padding: 6px 30px;
  border-radius: 100px;
  border-color: transparent;
  background-color: #4D4ADF;
}

.tp-header-13-btn .tp-btn-border:hover {
  border-color: #4D4ADF;
  background-color: transparent;
  color: var(--tp-common-black);
}

.tp-header-13-btn .tp-btn-border span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}

.tp-megamenu-home-title .new {
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
  border-radius: 100px;
  padding: 2px 9px 3px;
  background: #E70C46;
  display: inline-block;
  transform: translateY(-1px);
  color: var(--tp-common-white);
  box-shadow: 0px 4px 8px 0px rgba(150, 5, 40, 0.25);
}

.tp-megamenu-home-item.comeing-soon .tp-megamenu-home-thumb {
  position: relative;
}

.tp-megamenu-home-item.comeing-soon .tp-megamenu-home-thumb::before {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-title .orange-deep {
  color: #FE4D01;
}

/*---------------------------------
    1.2 about Classes
---------------------------------*/
.tp-about-yoga-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: var(--tp-grey-8);
}

.tp-about-yoga-content .about-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--tp-red-4);
  border-bottom: 1px solid var(--tp-red-4);
}

.tp-about-yoga-content .about-btn:hover {
  color: var(--tp-red-5);
  border-color: var(--tp-red-5);
}

.tp-about-yoga-title {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-red-4);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-yoga-title {
    font-size: 40px;
  }
}

.tp-about-yoga-shape {
  top: 187px;
  left: 0;
}

.tp-about-yoga-shape-2 {
  top: 187px;
  right: 0;
}

.tp-about-quran-thumb {
  margin-right: 270px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-quran-thumb {
    margin-right: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-quran-thumb {
    margin-right: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-about-quran-thumb {
    margin-right: 0;
  }
}

.tp-about-quran-thumb-2 {
  margin-right: 14px;
  margin-left: 233px;
  margin-top: -330px;
}

@media only screen and (max-width: 767px) {
  .tp-about-quran-thumb-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-about-quran-thumb-2 img {
  border: 10px solid var(--tp-common-white);
}

.tp-about-quran-shape {
  position: absolute;
  bottom: 50px;
  left: -54px;
  z-index: -1;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

.tp-about-quran-shape-2 {
  position: absolute;
  left: -50px;
  top: 60px;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-quran-shape-2 {
    left: 0;
  }
}

.tp-about-quran-counter {
  backdrop-filter: blur(20px);
  background: var(--tp-theme-11);
  width: 210px;
  padding-left: 24px;
  position: absolute;
  top: 45px;
  right: 24px;
}

.tp-about-quran-counter h2 {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.tp-about-quran-counter span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-white);
}

.tp-about-quran-wrapper {
  margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-about-quran-wrapper {
    margin-left: 0;
  }
}

.tp-about-quran-wrapper .tp-section p {
  margin-left: 0;
  color: #57595f;
}

.tp-about-quran-wrapper .tp-section p::before {
  background-color: var(--tp-theme-11);
}

.tp-about-quran-wrapper .tp-about-list {
  margin-left: 26px;
}

.tp-about-quran-wrapper .tp-about-list-title {
  margin-bottom: 7px;
}

/*---------------------------------
    1.2 about Classes
---------------------------------*/
.tp-benefits-yoga-title {
  font-weight: 400;
  font-size: 20px;
  color: #2d2a29;
}

.tp-benefits-yoga-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-grey-9);
}

.tp-benefits-yoga-border {
  border-left: 1px solid rgba(147, 49, 21, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-benefits-yoga-border {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}

/*---------------------------------
    1.2  Classes
---------------------------------*/
.tp-classes-yoga-bg {
  background: rgba(147, 49, 21, 0.06);
}

.tp-classes-yoga-tag {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-red-4);
  margin-bottom: 2px;
  display: inline-block;
}

.tp-classes-yoga-title {
  font-family: var(--tp-ff-marcellus);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: var(--tp-heading-4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-classes-yoga-title {
    font-size: 22px;
  }
}

.tp-classes-yoga-thumb img {
  transition: all 0.4s ease;
}

.tp-classes-yoga-wrap {
  background: #f9f4f1;
  box-shadow: 0 0 30px 0 rgba(45, 42, 41, 0.08);
}

.tp-classes-yoga-wrap:hover .tp-classes-yoga-thumb img {
  transform: scale(1.1);
}

.tp-classes-yoga-wrap:hover .tp-classes-yoga-link {
  opacity: 1;
  margin-top: 0;
}

.tp-classes-yoga-meta {
  display: flex;
  align-items: center;
}

.tp-classes-yoga-meta span {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-grey-8);
  display: flex;
  align-items: center;
}

.tp-classes-yoga-meta span:not(:last-child) {
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid rgba(147, 49, 21, 0.1);
}

.tp-classes-yoga-content {
  padding: 25px 30px 33px 35px;
}

.tp-classes-yoga-price {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-radius: 60px;
  width: 70px;
  height: 70px;
  background: var(--tp-red-5);
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: -35px;
  right: 35px;
}

.tp-classes-yoga-3-wrap {
  background: none;
  box-shadow: none;
  border: 1px solid rgba(45, 42, 41, 0.08);
}

.tp-classes-yoga-3-wrap .tp-classes-yoga-title {
  font-family: var(--tp-ff-rufina);
  color: var(--tp-heading-5);
  font-size: 22px;
}

.tp-classes-yoga-3-wrap .tp-classes-yoga-title a:hover {
  color: var(--tp-red-4);
}

.tp-classes-yoga-3-wrap .tp-classes-yoga-tag {
  font-weight: 300;
  font-size: 18px;
  color: var(--tp-grey-8);
  text-transform: unset;
  margin-bottom: 0;
}

.tp-classes-yoga-3-wrap .tp-classes-yoga-content {
  padding: 28px 10px 28px 10px;
}

.tp-classes-yoga-link {
  width: 120px;
  height: 120px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
  transition: 350ms cubic-bezier(0.37, 0, 0.63, 1);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background: var(--tp-common-white);
  font-family: var(--tp-ff-rufina);
  color: var(--tp-heading-5);
  font-size: 22px;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  margin-top: 15px;
}

.tp-classes-yoga-link:hover {
  color: var(--tp-red-4);
}

/*---------------------------------
    1.2 chose
---------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-chose-yoga-content {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-chose-yoga-thumb .thumb {
    margin-right: 70px;
  }
}

.tp-chose-yoga-thumb .thumb-2 {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 767px) {
  .tp-chose-yoga-thumb .thumb-2 {
    width: 140px;
  }
}

.tp-chose-yoga-shape {
  top: 60px;
  right: 0;
  z-index: -1;
}

.tp-chose-yoga-text {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-red-4);
  position: absolute;
  writing-mode: sideways-lr;
  top: -63px;
  left: -35px;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-chose-yoga-text {
    display: none;
  }
}

.tp-chose-yoga-icon {
  border: 1px solid rgba(147, 49, 21, 0.1);
  border-radius: 40px;
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-chose-yoga-spacing {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-chose-yoga-feature {
    margin-left: 0;
  }
}

.tp-chose-yoga-feature-tittel {
  font-family: var(--tp-ff-rufina);
  font-weight: 700;
  font-size: 22px;
  color: var(--tp-heading-5);
}

.tp-chose-yoga-feature-content p {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: var(--tp-grey-8);
}

/*---------------------------------
    1.2 testimonial
---------------------------------*/
.tp-testimonial-yoga-border {
  border-top: 1px solid rgba(147, 49, 21, 0.1);
}

.tp-testimonial-yoga-shape {
  margin-top: -100px;
  padding: 0 50px;
  background: var(--tp-grey-7);
  display: inline-block;
}

.tp-testimonial-yoga-shape .shape-img {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tp-testimonial-yoga-shape .shape-text img {
  animation: tp-rotate-video-text 12s linear infinite;
}

.tp-testimonial-yoga-shape-3 {
  bottom: 46px;
  right: 0;
}

.tp-testimonial-yoga-content p {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: var(--tp-heading-5);
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-yoga-content p {
    font-size: 20px;
    line-height: 33px;
  }
}

.tp-testimonial-yoga-content h5 {
  font-family: var(--tp-ff-rufina);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tp-heading-5);
}

.tp-testimonial-yoga-content span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-grey-8);
}

.tp-testimonial-yoga-wrap {
  padding: 0 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-yoga-wrap {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-yoga-wrap {
    padding: 0;
  }
}

.tp-testimonial-yoga-arrow span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -138px;
  border-right: 1px solid #d9d9d9;
  height: 120px;
  line-height: 120px;
  padding-right: 30px;
  color: var(--tp-heading-5);
  transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-yoga-arrow span {
    left: 0;
    top: 80%;
    border: none;
    z-index: 99;
  }
}

.tp-testimonial-yoga-arrow span:hover {
  color: var(--tp-red-4);
}

.tp-testimonial-yoga-arrow span.tp-testimonial-yoga-next {
  left: auto;
  right: -138px;
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  height: 120px;
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-yoga-arrow span.tp-testimonial-yoga-next {
    right: 0;
    border: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-chef-thumb {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.tp-testimonial-chef-thumb img {
  border-radius: 20px;
}

.tp-testimonial-chef-ratings span {
  color: var(--tp-theme-10);
  font-size: 17px;
}

.tp-testimonial-chef-slide-wrap {
  box-shadow: 6px 6px 0 0 #ff5224;
  background: var(--tp-common-yellow);
  border: 1.5px solid #ff5224;
  border-radius: 20px;
  padding: 60px 49px 40px 49px;
  margin-top: -131px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-chef-slide-wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-testimonial-chef-slide-wrap {
    padding: 60px 29px 40px 29px;
  }
}

.tp-testimonial-chef-comment {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-testimonial-chef-comment {
    font-size: 22px;
  }
}

.tp-testimonial-chef-qoute {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  text-align: center;
}

.tp-testimonial-chef-name {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: var(--tp-common-black);
}

.tp-testimonial-chef-dot {
  text-align: center;
}

.tp-testimonial-chef-dot span {
  border-radius: 20px;
  width: 30px;
  height: 6px;
  background: #e0dfdd;
  opacity: 1;
}

.tp-testimonial-chef-dot span.swiper-pagination-bullet-active {
  background: var(--tp-theme-10);
}

.tp-testimonial-chef-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: #f7f6f4;
  z-index: -1;
}

.tp-testimonial-chef-shape {
  left: 0;
  bottom: 266px;
}

.tp-testimonial-chef-shape-2 {
  right: 0;
  bottom: 125px;
  width: 11%;
}

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

.tp-testimonial-quran-wrap .tp-testimonial-6-item-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--tp-theme-11);
  font-family: var(--tp-ff-body);
}

/*---------------------------------
    1.2 practice
---------------------------------*/
.tp-practice-yoga-content {
  background: #f3e9e4;
  padding: 85px 100px 90px 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-practice-yoga-content {
    padding: 25px 30px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-practice-yoga-content {
    padding: 55px 30px 60px 30px;
  }
}

.tp-practice-yoga-list ul li {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-heading-5);
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(45, 42, 41, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tp-practice-yoga-title {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 40px;
  color: var(--tp-heading-5);
}

@media only screen and (max-width: 767px) {
  .tp-practice-yoga-title {
    font-size: 30px;
  }
}

.tp-practice-yoga-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.tp-practice-yoga-video .popup-video {
  font-size: 16px;
  color: var(--tp-common-white);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.tp-practice-yoga-video .popup-video::after {
  width: 104%;
  height: 104%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*---------------------------------
    1.2 team
---------------------------------*/
.tp-team-yoga-pos {
  font-weight: 400;
  font-size: 15px;
  color: #525356;
}

.tp-team-yoga-title {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #141820;
}

.tp-team-yoga-title:hover {
  color: var(--tp-red-4);
}

.tp-team-yoga-thumb::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(147, 49, 21, 0) 38.02%, #933115 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.tp-team-yoga-wrap:hover .tp-team-yoga-social a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tp-team-yoga-wrap:hover .tp-team-yoga-link a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tp-team-yoga-wrap:hover .tp-team-yoga-thumb::before {
  visibility: visible;
  opacity: 1;
}

.tp-team-yoga-social {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-yoga-social {
    bottom: 10px;
    left: 10px;
  }
}

.tp-team-yoga-social a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  background: var(--tp-common-white);
  opacity: 0;
  -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  margin-right: 3px;
  color: var(--tp-common-black);
}

.tp-team-yoga-social a:hover {
  color: var(--tp-red-4);
}

.tp-team-yoga-social a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tp-team-yoga-social a:nth-child(2) {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tp-team-yoga-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-yoga-link {
    bottom: 10px;
    right: 10px;
  }
}

.tp-team-yoga-link a {
  font-family: var(--tp-ff-manrope);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.tp-team-yoga-link a span {
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 4px;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}

.tp-team-yoga-link a span:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tp-team-quran-wrap .tp-team-yoga-thumb::before {
  background: linear-gradient(180deg, rgba(29, 146, 103, 0) 38.02%, #1d9267 100%);
}

.tp-team-quran-wrap .tp-team-yoga-title {
  font-family: var(--tp-ff-body);
  font-weight: 500;
  font-size: 22px;
  color: #161613;
}

.tp-team-quran-wrap .tp-team-yoga-title a:hover {
  color: var(--tp-theme-11);
}

/*---------------------------------
    1.2 counter
---------------------------------*/
.tp-counter-yoga-number {
  font-weight: 600;
  font-size: 60px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

.tp-counter-yoga-subtitle {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.tp-counter-yoga-wrap.tp-border {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-counter-yoga-wrap.tp-border {
    border-right: 0;
  }
}

.tp-counter-chef-wrap .tp-counter-yoga-number {
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-black);
}

.tp-counter-chef-wrap .tp-counter-yoga-subtitle {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-text-body);
}

.tp-counter-chef-wrap .tp-border {
  border-right: 1px solid rgba(33, 33, 32, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-counter-chef-wrap .tp-border {
    border: none;
  }
}

.tp-counter-quran-subtitle {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
}

@media only screen and (max-width: 767px) {
  .tp-counter-quran-subtitle {
    font-size: 18px;
  }
}

.tp-counter-quran-wrap {
  border-top: 1px solid #f7f6f4;
}

@media only screen and (max-width: 767px) {
  .tp-counter-quran-wrap {
    border-top: none;
  }
}

.tp-counter-quran-wrap .tp-counter-yoga-number {
  color: var(--tp-theme-11);
}

.tp-counter-quran-wrap .tp-counter-yoga-subtitle {
  font-weight: 400;
  text-transform: uppercase;
  color: #7a7d84;
}

.tp-counter-quran-wrap .tp-counter-yoga-wrap {
  padding-top: 66px;
  padding-bottom: 60px;
  border-right: 1px solid #f7f6f4;
  border-left: 1px solid #f7f6f4;
  margin-left: -1px;
}

@media only screen and (max-width: 767px) {
  .tp-counter-quran-wrap .tp-counter-yoga-wrap {
    border-right: 0;
    border-left: 0;
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

/*---------------------------------
    1.2  faq
---------------------------------*/
.tp-faq-yoga-shape {
  bottom: 220px;
  left: 0;
}

.tp-faq-yoga-wrap {
  margin-top: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-faq-yoga-wrap {
    margin-top: 0;
    margin-left: 0;
  }
}

.tp-faq-yoga-wrap .tpd-accordion {
  padding-right: 0;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button.collapsed {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  padding-right: 50px;
}

.tp-faq-yoga-wrap .accordion-item {
  padding: 23px 0px;
  background: none;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) {
  background-color: inherit;
  border: none;
  padding: 0;
  color: var(--tp-red-4);
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn {
  background: none;
  border: none;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  background: var(--tp-red-4);
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--tp-red-4);
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-item.expand {
  box-shadow: inherit;
  border-radius: 1px !important;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-body {
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-grey-8);
  padding-top: 17px;
  padding-right: 30px;
  font-weight: 400;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-item {
  border-bottom: 1px solid rgba(45, 42, 41, 0.1);
  border-radius: 1px !important;
  margin-bottom: 0;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button .accordion-btn {
  background: none;
  border: none;
  right: 0;
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button .accordion-btn::before {
  width: 14px;
  background: var(--tp-heading-5);
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button .accordion-btn::after {
  width: 14px;
  background: var(--tp-heading-5);
}

.tp-faq-yoga-wrap .tpd-accordion .accordion-button {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-5);
}

@media only screen and (max-width: 767px) {
  .tp-faq-quran-thumb img {
    width: 100%;
  }
}

.tp-faq-quran-thumb-2 {
  right: 0;
  bottom: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-faq-quran-thumb-2 {
    margin-right: 0;
  }
}

.tp-faq-quran-box .tpd-accordion {
  padding-right: 0;
}

.tp-faq-quran-box .tpd-accordion .accordion-button {
  border-radius: 0 !important;
}

.tp-faq-quran-box .tpd-accordion .accordion-body {
  border-radius: 0;
}

.tp-faq-quran-box .tpd-accordion .accordion-item.expand {
  border-radius: 0 !important;
}

.tp-faq-quran-box .tpd-accordion .accordion-button:not(.collapsed) {
  border-radius: 0 !important;
  border: none;
  color: var(--tp-theme-11);
}

.tp-faq-quran-box .tpd-accordion .accordion-item.expand {
  box-shadow: 0 6px 10px 0 rgba(22, 18, 3, 0.1);
  border: none !important;
}

.tp-faq-quran-box .tpd-accordion .accordion-item {
  border: none;
  box-shadow: 0 1px 2px 0 rgba(20, 24, 32, 0.1);
}

.tp-faq-quran-box .tpd-accordion .accordion-button.collapsed {
  border: none !important;
}

.tp-faq-quran-box .tpd-accordion .accordion-body {
  border: none !important;
}

.tp-faq-quran-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-theme-11);
}

/*---------------------------------
    1.2  instagram
---------------------------------*/
.tp-instagram-yoga-wrap .tp-instagram-item::before {
  border-radius: 0px;
}

.tp-instagram-yoga-wrap .tp-instagram-item {
  border-radius: 0px;
}

.tp-instagram-yoga-wrap .tp-instagram-item img {
  border-radius: 0px;
}

.tp-instagram-yoga-wrap .tp-instagram-shape {
  width: 30px;
}

.tp-instagram-chef-thumb {
  border-radius: 10px;
}

.tp-instagram-chef-thumb a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.tp-instagram-chef-thumb a:hover::before {
  opacity: 1;
}

.tp-instagram-chef-thumb a:hover img {
  transform: scale(1.1) rotate(8deg);
}

.tp-instagram-chef-thumb a:hover svg {
  opacity: 1;
  top: 50%;
}

.tp-instagram-chef-thumb a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

.tp-instagram-chef-thumb a svg {
  position: absolute;
  color: var(--tp-common-white);
  font-size: 16px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.tp-instagram-chef-thumb img {
  border-radius: 10px;
  transition: all 0.4s ease;
}

/*---------------------------------
    1.2  cta
---------------------------------*/
.tp-cta-yoga-title {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-5);
}

.tp-cta-yoga-icon {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.tp-cta-yoga-form .inputs {
  height: 56px;
  background: #f3e9e4;
  font-weight: 300;
  font-size: 16px;
  color: #86888d;
  padding: 10px 190px 10px 50px;
  border: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tp-cta-yoga-form .inputs {
    padding: 10px 120px 10px 50px;
  }
}

.tp-cta-yoga-form .inputs::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #86888d;
}

.tp-cta-yoga-btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  padding: 10px 48px;
  height: 100%;
  background: var(--tp-red-5);
  top: 0;
  right: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .tp-cta-yoga-btn {
    padding: 10px 15px;
  }
}

.tp-cta-yoga-btn:hover {
  background: var(--tp-red-4);
}

.tp-cta-chef-bg {
  background: var(--tp-common-yellow);
  padding: 42px 50px 20px 50px;
  box-shadow: 6px 6px 0 0 #ff5224;
  border: 1.5px solid #ff5224;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .tp-cta-chef-bg {
    padding: 42px 20px 20px 20px;
  }
}

.tp-cta-chef-shape {
  position: absolute;
  right: 77px;
  top: -5px;
  z-index: -1;
}

.tp-cta-chef-shape-2 {
  position: absolute;
  left: -35px;
  top: -36px;
}

.tp-cta-chef-subtitle {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-theme-10);
}

.tp-cta-chef-title {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 36px;
  line-height: 117%;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cta-chef-title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-cta-chef-title {
    font-size: 26px;
  }
}

.tp-cta-chef-form .inputs {
  border: 1.5px solid var(--tp-theme-10);
  border-radius: 70px;
  background: var(--tp-common-white);
  height: 54px;
  padding-right: 150px;
  padding-left: 54px;
  color: var(--tp-common-black);
}

.tp-cta-chef-form .inputs:focus {
  border: 1.5px solid var(--tp-theme-10);
}

.tp-cta-chef-form .inputs::placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 187%;
  color: var(--tp-grey-8);
}

.tp-cta-chef-form .icon {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.tp-cta-chef-form .button {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-theme-10);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 24px;
  line-height: 1;
  border-left: 1.5px solid rgba(94, 90, 89, 0.2);
}

@media only screen and (max-width: 767px) {
  .tp-cta-chef-content {
    flex-direction: column;
  }
}

.tp-cta-quran-wrap .tp-cta-3-wrap {
  padding: 74px 40px;
  border-radius: 0;
  background: #f8f8f8;
  border: 20px solid var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
  .tp-cta-quran-wrap .tp-cta-3-wrap {
    padding: 24px 20px;
    border: none;
  }
}

.tp-cta-quran-wrap .tp-cta-3-form-input input {
  border-radius: 50px;
  box-shadow: 0 1px 2px 0 rgba(17, 22, 29, 0.12);
  background: var(--tp-common-white);
  border: 1px solid transparent;
}

.tp-cta-quran-wrap .tp-cta-3-form-input input:focus {
  border-color: var(--tp-theme-11);
}

.tp-cta-quran-wrap .tp-cta-3-form-input textarea {
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(17, 22, 29, 0.12);
  background: var(--tp-common-white);
  border: 1px solid transparent;
}

.tp-cta-quran-wrap .tp-cta-3-form-input textarea:focus {
  border-color: var(--tp-theme-11);
}

.tp-cta-quran-wrap .tp-cta-3-btn button {
  box-shadow: 0 1px 3px 0 rgba(17, 22, 29, 0.12);
  background: #11161d;
  border-radius: 50px;
}

.tp-cta-quran-wrap .tp-cta-3-btn button:hover {
  background: var(--tp-theme-11);
}

/*---------------------------------
    1.2  footer
---------------------------------*/
.tp-footer-yoga-location .titles {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-5);
}

.tp-footer-yoga-location .titles .location {
  font-size: 16px;
}

.tp-footer-yoga-location .titles .location:hover {
  color: var(--tp-red-5);
}

.tp-footer-yoga-social a {
  border: 1px solid #e4e2dc;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: none;
  color: var(--tp-heading-5);
}

.tp-footer-yoga-social a:hover {
  background: var(--tp-red-5);
  color: var(--tp-common-white);
  border-color: var(--tp-red-5);
}

.tp-footer-yoga-call .titles {
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-heading-5);
}

.tp-footer-yoga-call .titles a:hover {
  color: var(--tp-red-5);
}

.tp-footer-yoga-call .emails {
  font-weight: 300;
  font-size: 16px;
  color: var(--tp-heading-5);
}

.tp-footer-yoga-call .emails:hover {
  color: var(--tp-red-5);
}

.tp-footer-yoga-bottom {
  background: #f3e9e4;
  padding: 27px 0 17px 0px;
}

.tp-footer-yoga-bottom .tp-footer-copyright span {
  font-weight: 400;
  font-size: 16px;
  color: #86888d;
}

.tp-footer-yoga-bottom .tp-footer-copyright span a {
  color: var(--tp-heading-5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-chef-widget {
    margin-left: 0;
  }
}

.tp-footer-chef-widget ul li {
  list-style: none;
}

.tp-footer-chef-widget ul li:not(:last-child) {
  margin-bottom: 4px;
}

.tp-footer-chef-widget ul li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-body);
}

.tp-footer-chef-widget ul li a:hover {
  color: var(--tp-theme-10);
}

.tp-footer-chef-widget .tp-footer-yoga-social a:hover {
  background: var(--tp-theme-10);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-10);
}

.tp-footer-chef-widget-2 {
  margin-left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-chef-widget-2 {
    margin-left: 0;
  }
}

.tp-footer-chef-widget-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-text-body);
  margin-bottom: 20px;
  display: inline-block;
}

.tp-footer-chef-widget-content a:hover {
  color: var(--tp-theme-10);
}

.tp-footer-chef-text {
  font-family: var(--tp-ff-tropiline);
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-black);
  line-height: 28px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-chef-text br {
    display: none;
  }
}

.tp-footer-chef-contact span {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-text-body);
}

.tp-footer-chef-contact a {
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-black);
  display: block;
}

.tp-footer-chef-contact a:hover {
  color: var(--tp-theme-10);
}

.tp-footer-chef-contact-mail a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-body);
}

.tp-footer-chef-contact-mail a:hover {
  color: var(--tp-theme-10);
}

.tp-footer-chef-title {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}

.tp-footer-chef-bottom {
  border-top: 1px solid rgba(33, 33, 32, 0.1);
  padding: 28px 0px;
}

.tp-footer-chef-spacing {
  padding-top: 175px;
  margin-top: -84px;
}

.tp-footer-chef-copyright span {
  font-weight: 300;
  font-size: 16px;
  color: var(--tp-text-body);
}

.tp-footer-chef-copyright span a {
  color: var(--tp-theme-10);
}

.tp-footer-quran-wrap .tp-footer-newsletter-input input {
  border-radius: 40px;
}

.tp-footer-quran-wrap .tp-footer-newsletter-submit .tp-btn {
  border-radius: 40px;
  background-color: #fdf275;
  color: var(--tp-common-black);
}

.tp-footer-quran-wrap .tp-footer-newsletter-submit .tp-btn:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-footer-quran-wrap .tp-footer-newsletter-social a {
  border-radius: 30px;
}

/*----------------------------------------*/
/*  2.6 cursor
/*----------------------------------------*/
.tp-cursor-point-area {
  cursor: none;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 90px;
  height: 90px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 0px;
  height: 0px;
  z-index: 10000001;
  background-color: rgba(7, 32, 50, 0.1882352941);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  opacity: 0;
  font-size: 20px;
  line-height: 85px;
  color: var(--tp-common-white);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner-pizza {
  background: var(--tp-theme-5);
}

.cursor-inner-digi {
  background: var(--tp-theme-primary);
}

.cursor-hidden {
  opacity: 0;
  visibility: hidden;
}

/*---------------------------------
    1.2 courses Classes
---------------------------------*/
.tp-courses-chef-wrap {
  width: 330px;
  border-radius: 16px;
  background: var(--tp-common-white);
  padding: 27px 30px 23px 30px;
}

.tp-courses-chef-wrap:hover .tp-courses-chef-thumb img {
  transform: scale(1.06);
}

.tp-courses-chef-title {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 20px;
  color: #212120;
  margin-bottom: 18px;
}

.tp-courses-chef-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.tp-courses-chef-thumb img {
  border-radius: 10px;
  transition: all 0.4s ease;
}

.tp-courses-chef-studebts {
  display: flex;
  align-items: center;
}

.tp-courses-chef-studebts span {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-grey-8);
  display: flex;
  align-items: center;
}

.tp-courses-chef-studebts span:not(:last-child) {
  border-right: 1px solid rgba(147, 49, 21, 0.1);
  padding-right: 16px;
  margin-right: 16px;
}

.tp-courses-chef-studebts span svg {
  margin-right: 6px;
}

.tp-courses-chef-price {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-theme-10);
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 56px;
  width: 76px;
  height: 76px;
  background: var(--tp-common-yellow);
  text-align: center;
  line-height: 76px;
  position: absolute;
  top: -38px;
  right: 34px;
}

.tp-courses-chef-2-wrap {
  transition: all 0.4s ease;
  border-radius: 10px 10px 18px 18px;
}

.tp-courses-chef-2-wrap:hover {
  box-shadow: 0px 8px 16px 0px rgba(22, 18, 3, 0.08);
}

.tp-courses-chef-2-wrap:hover .tp-courses-chef-thumb img {
  transform: scale(1.06);
}

.tp-courses-chef-2-wrap .tp-courses-chef-ratings span {
  color: #FFB21D;
}

.tp-courses-chef-2-wrap .tp-courses-chef-ratings span i {
  font-size: 13px;
}

.tp-courses-chef-2-wrap .tp-courses-chef-title {
  font-size: 22px;
  line-height: 30px;
}

.tp-courses-chef-2-wrap .tp-courses-chef-title a:hover {
  color: var(--tp-theme-10);
}

.tp-courses-chef-2-wrap .tp-courses-chef-thumb {
  border-radius: 10px 10px 0px 0px;
}

.tp-courses-chef-2-wrap .tp-courses-chef-thumb img {
  border-radius: 10px 10px 0px 0px;
}

.tp-courses-chef-2-content {
  box-shadow: 0 1px 3px 0 rgba(33, 33, 32, 0.1);
  background: var(--tp-common-white);
  border-radius: 0 0 18px 18px;
  padding: 20px 42px 27px 30px;
}

.tp-courses-chef-dot {
  text-align: center;
}

.tp-courses-chef-dot span {
  border-radius: 20px;
  width: 30px;
  height: 6px;
  background: #e0dfdd;
  opacity: 1;
}

.tp-courses-chef-dot span.swiper-pagination-bullet-active {
  background: var(--tp-theme-10);
}

.tp-courses-chef-bottom {
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(33, 33, 32, 0.1);
  background: var(--tp-common-white);
  border-radius: 100px;
  padding: 18px 30px 3px 36px;
  flex-wrap: wrap;
}

.tp-courses-chef-bottom-subtitle {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  color: var(--tp-theme-10);
}

.tp-courses-chef-bottom-title {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 18px;
  color: #212120;
}

.tp-courses-chef-bottom-btn .tp-quran-btn {
  color: #223d32;
}

.tp-courses-chef-bottom-btn .tp-quran-btn:hover {
  background: #223d32;
  border-color: #223d32;
  color: var(--tp-common-white);
}

.tp-courses-chef-ratings {
  color: var(--tp-theme-10);
}

.tp-courses-chef-shape {
  left: 0;
  top: 0;
  width: 15%;
}

.tp-courses-chef-shape img {
  width: 100%;
}

.tp-courses-chef-shape-2 {
  right: 0;
  bottom: 90px;
  width: 12%;
}

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

.tp-courses-quran-wrap .tp-courses-chef-price {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  color: var(--tp-heading-primary);
  line-height: 69px;
}

.tp-courses-quran-wrap .tp-courses-chef-title {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  color: var(--tp-heading-primary);
  line-height: 1;
  margin-bottom: 10px;
}

.tp-courses-quran-wrap .tp-courses-chef-title a:hover {
  color: var(--tp-theme-11);
}

.tp-courses-quran-wrap .tp-courses-chef-bottom-subtitle {
  font-family: var(--tp-ff-body);
  font-weight: 400;
  color: var(--tp-theme-11);
}

.tp-courses-quran-wrap .tp-courses-chef-bottom-title {
  font-family: var(--tp-ff-body);
  font-weight: 600;
}

.tp-courses-quran-wrap .tp-courses-chef-dot span.swiper-pagination-bullet-active {
  background: var(--tp-theme-11);
}

.tp-courses-quran-shape-2 {
  position: absolute;
  top: 0;
  right: 114px;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.tp-courses-quran-shape .tp-feature-quran-shape {
  left: -162px;
  top: -40px;
}

.tp-courses-quran-shape .tp-feature-quran-shape-2 {
  top: 126px;
  left: 25px;
}

.tp-courses-quran-shape .tp-feature-quran-shape-3 {
  width: 450px;
  height: 450px;
  bottom: -230px;
  right: -45px;
}

.tp-courses-quran-shape .tp-feature-quran-shape-4 {
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: 144px;
}

.tp-courses-quran-shape .tp-feature-quran-shape-5 {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 115px;
  top: 195px;
}

.tp-courses-quran-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-text-body);
  margin-bottom: 18px;
}

/*---------------------------------
    1.2 feature Classes
---------------------------------*/
.tp-feature-chef-title {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 22px;
  color: var(--tp-heading-5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-chef-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-feature-chef-title-wrap {
    padding-bottom: 30px;
  }
}

.tp-feature-chef-wrap {
  box-shadow: 0 10px 50px 0 rgba(31, 29, 27, 0.08);
  background: var(--tp-common-white);
  border-radius: 20px;
  padding: 45px 40px 33px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-feature-chef-wrap {
    padding: 45px 15px 33px 15px;
  }
}

.tp-feature-chef-wrap:hover .tp-feature-chef-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.tp-feature-chef-wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-text-body);
}

.tp-feature-chef-icon {
  height: 72px;
  transition: all 0.4s ease;
}

.tp-feature-chef-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-feature-chef-bg img {
    width: 100%;
  }
}

.tp-feature-chef-shape {
  position: absolute;
  top: -43px;
  left: 497px;
}

.tp-feature-quran-title {
  font-weight: 500;
  font-size: 20px;
  color: #244034;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-feature-quran-title {
    font-size: 18px;
  }
}

.tp-feature-quran-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(29, 146, 103, 0.1);
  line-height: 80px;
}

.tp-feature-quran-wrap {
  box-shadow: 0 14px 40px 0 rgba(22, 22, 19, 0.04);
  background: var(--tp-common-white);
  padding: 40px 20px 20px 20px;
  transition: all 0.4s ease;
}

.tp-feature-quran-wrap:hover {
  box-shadow: 0 1px 3px 0 rgba(33, 33, 32, 0.1);
}

.tp-feature-quran-wrap p {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: var(--tp-text-body);
}

.tp-feature-quran-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

.tp-feature-quran-shape-5 {
  position: absolute;
  right: 170px;
  bottom: 155px;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-feature-quran-shape-5 {
    right: 10px;
  }
}

.tp-feature-quran-shape-6 {
  position: absolute;
  right: 48px;
  top: -4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-feature-quran-shape-6 {
    right: 5px;
  }
}

/*---------------------------------
    1.2 skill Classes
---------------------------------*/
.tp-skill-chef-title {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-heading-5);
}

.tp-skill-chef-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-text-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-skill-chef-text br {
    display: none;
  }
}

.tp-skill-chef-tabwrap {
  padding-right: 170px;
  padding-left: 50px;
  border-left: 1px solid rgba(87, 89, 95, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-skill-chef-tabwrap {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-skill-chef-tabwrap {
    padding-right: 0;
  }
}

.tp-skill-chef-tabbtn {
  text-align: left;
  position: relative;
  transition: all 0.4s ease;
  padding-top: 20px;
  cursor: pointer;
}

.tp-skill-chef-tabbtn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  background: var(--tp-theme-10);
  left: -50px;
  top: auto;
  bottom: 0;
  transition: all 0.4s ease;
}

.tp-skill-chef-tabbtn.active::before {
  height: 100%;
  top: 0;
  bottom: auto;
}

.tp-skill-chef-thumb .tp-hero-chef-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.tp-skill-chef-thumb-bg {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-skill-chef-thumb-wrap {
    margin-left: 0;
  }
}

.tp-skill-chef-thumb-wrap .tab-content {
  padding-right: 60px;
  padding-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-skill-chef-thumb-wrap .tab-content {
    padding-right: 0;
    padding-top: 0;
  }
}

.tp-skill-chef-shape {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  width: 12%;
}

.tp-skill-chef-shape img {
  width: 100%;
}

/*---------------------------------
    1.2 skill Classes
---------------------------------*/
.tp-brands-chef-title {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  text-align: center;
}

.tp-brands-chef-title span {
  display: inline-block;
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 18px;
  color: #212120;
  background: var(--tp-common-white);
  padding: 0 10px;
}

.tp-brands-chef-wrap {
  padding: 40px 0px;
  border: 1px solid rgba(87, 89, 95, 0.1);
  border-radius: 16px;
}

.tp-brands-chef-slider-active .swiper-slide {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .tp-brands-chef-slider-active .swiper-slide {
    width: 120px;
  }
}

.tp-brands-quran-wrap .swiper-slide {
  border: 1px solid rgba(3, 31, 66, 0.08);
  height: 180px;
  text-align: center;
  line-height: 180px;
  width: 240px;
  margin-right: -1px;
  border-bottom: none;
}

/*---------------------------------
    1.2 courses Classes
---------------------------------*/
.tp-service-chef-title {
  font-family: var(--tp-ff-tropiline);
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #212120;
}

.tp-service-chef-icon {
  transition: all 0.4sease;
}

.tp-service-chef-wrap {
  padding: 0 17px;
  padding-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-service-chef-wrap {
    padding: 0;
  }
}

.tp-service-chef-wrap:hover .tp-service-chef-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.tp-service-chef-wrap p {
  font-weight: 300;
  font-size: 16px;
  color: var(--tp-text-body);
  line-height: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-service-chef-wrap p br {
    display: none;
  }
}

.tp-service-chef-border>div:not(:last-child) {
  border-right: 1px solid rgba(87, 89, 95, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-service-chef-border>div:not(:last-child) {
    border-right: none;
    margin-bottom: 25px;
  }
}

/*---------------------------------
    1.2 banner Classes
---------------------------------*/
.tp-banner-chef-wrap {
  background: var(--tp-common-yellow);
  border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-banner-chef-wrap {
    padding: 0px 20px 40px 20px;
  }
}

.tp-banner-chef-thumb {
  padding-top: 33px;
  padding-bottom: 36px;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-banner-chef-thumb {
    margin-right: 0;
  }
}

.tp-banner-chef-subtitle {
  font-family: var(--tp-ff-tropiline);
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  color: var(--tp-theme-10);
}

.tp-banner-chef-title {
  font-family: var(--tp-ff-tropiline-extra-bold);
  font-weight: 900;
  font-size: 70px;
  line-height: 123%;
  letter-spacing: 0.02em;
  color: #fdf275;
  text-shadow: 7px 7px 0 #FF5224, -7px -7px 0 #FF5224, 7px -7px 0 #FF5224, -7px 7px 0 #FF5224, 7px 7px 0 #FF5224;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-banner-chef-title {
    font-size: 45px;
  }
}

.tp-banner-chef-shape {
  top: 107px;
  left: -40px;
}

.tp-banner-chef-shape-2 {
  right: 191px;
  top: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-banner-chef-shape-2 {
    right: 100px;
    top: 10px;
  }
}

.tp-banner-chef-shape-3 {
  bottom: 109px;
  right: 57px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-banner-chef-shape-3 {
    bottom: 20px;
    right: 20px;
  }

  .tp-banner-chef-shape-3 img {
    width: 80px;
  }
}

.tp-banner-chef-shape-4 {
  bottom: -14px;
  right: 280px;
}

/*---------------------------------
    1.2 events Classes
---------------------------------*/
.tp-events-chef-thumb {
  overflow: hidden;
  border-radius: 20px 20px 10px 10px;
}

.tp-events-chef-thumb img {
  border-radius: 20px 20px 10px 10px;
  transition: all 0.4s ease;
}

.tp-events-chef-date {
  font-weight: 400;
  font-size: 16px;
  color: #5f5d59;
  margin-bottom: 7px;
}

.tp-events-chef-title {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #212120;
}

.tp-events-chef-title a:hover {
  color: var(--tp-theme-10);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-events-chef-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-events-chef-title {
    font-size: 20px;
  }
}

.tp-events-chef-content {
  padding: 0 36px 36px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-events-chef-content {
    padding: 0 18px 36px 19px;
  }
}

.tp-events-chef-wrap {
  border: 1px solid rgba(33, 33, 32, 0.1);
  border-radius: 20px;
  transition: all 0.4s ease;
}

.tp-events-chef-wrap:hover {
  box-shadow: 0px 8px 16px 0px rgba(22, 18, 3, 0.08);
}

.tp-events-chef-wrap:hover .tp-events-chef-thumb img {
  transform: scale(1.06);
}

.tp-events-chef-icon {
  font-weight: 400;
  font-size: 16px;
  color: #6d6c68;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.tp-events-chef-icon svg {
  margin-right: 7px;
}

.tp-events-chef-btn .tp-chef-btn {
  padding: 3px 20px;
  border-radius: 10px;
}

/*---------------------------------
    1.2 testimonial
---------------------------------*/
.tp-blog-chef-tag {
  font-weight: 400;
  font-size: 18px;
  color: #212120;
  display: inline-block;
  border-radius: 100px;
  padding: 0px 14px;
  background: #efe9fe;
}

.tp-blog-chef-tag.tag-2 {
  background: #DFF9F0;
}

.tp-blog-chef-tag.tag-3 {
  background: #FFF9B6;
}

.tp-blog-chef-tag-wrap {
  margin-bottom: 17px;
}

.tp-blog-chef-date {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 35px;
  margin-left: 7px;
}

.tp-blog-chef-date::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: #d9d9d9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tp-blog-chef-title {
  font-family: var(--tp-ff-tropiline-bold);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--tp-common-black);
}

.tp-blog-chef-title a:hover {
  color: var(--tp-theme-10);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-chef-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-chef-title {
    font-size: 19px;
  }
}

.tp-blog-chef-author img {
  width: 34px;
  margin-right: 10px;
}

.tp-blog-chef-author span {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-body);
}

.tp-blog-chef-thumb {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  min-height: 220px;
}

.tp-blog-chef-thumb img {
  border-radius: 16px 16px 0 0;
  transition: all 0.4s ease;
  height: 220px;
  object-fit: cover;
}

.tp-blog-chef-wrap {
  border: 1px solid rgba(33, 33, 32, 0.08);
  border-radius: 20px;
  transition: all 0.4s ease;
}

.tp-blog-chef-wrap:hover {
  box-shadow: 0px 8px 16px 0px rgba(22, 18, 3, 0.08);
}

.tp-blog-chef-wrap:hover .tp-blog-chef-thumb img {
  transform: scale(1.06);
}

.tp-blog-chef-content {
  padding: 24px 24px 30px 24px;
}

.tp-blog-chef-shape {
  position: absolute;
  right: 0;
  bottom: 82px;
  z-index: -1;
  width: 9%;
}

.tp-blog-chef-shape img {
  width: 100%;
}

.tp-blog-quran-wrap .tp-blog-chef-wrap {
  border-radius: 0;
}

.tp-blog-quran-wrap .tp-blog-chef-thumb {
  border-radius: 0;
}

.tp-blog-quran-wrap .tp-blog-chef-thumb img {
  border-radius: 0;
}

.tp-blog-quran-wrap .tp-blog-chef-title {
  font-family: var(--tp-ff-body);
  font-weight: 500;
  font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-blog-quran-wrap .tp-blog-chef-title {
    font-size: 21px;
  }
}

.tp-blog-quran-wrap .tp-blog-chef-title a:hover {
  color: var(--tp-theme-11);
}

.tp-blog-quran-wrap .tp-blog-chef-wrap:hover {
  box-shadow: none;
}

/*---------------------------------
    1.2 expertise Classes
---------------------------------*/
.tp-expertise-quran-progress {
  background: #f2eef0;
  width: 100%;
  height: 6px;
  position: relative;
}

.tp-expertise-quran-progress-wrapper {
  padding-bottom: 6px;
}

.tp-expertise-quran-progress-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-heading-primary);
}

.tp-expertise-quran-progress-travel {
  color: var(--tp-heading-5);
}

.tp-expertise-quran-progress .progress-bar {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6px;
  text-align: center;
  white-space: nowrap;
  background-color: var(--tp-theme-11);
  transition: width 0.6s ease;
  position: relative;
}

.tp-expertise-quran-progress .progress-bar:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--tp-theme-11);
  border-radius: 50%;
  right: 0;
}

.tp-expertise-quran-counter {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-heading-primary);
}

@media only screen and (max-width: 767px) {
  .tp-expertise-quran-content {
    margin-right: 0;
  }
}

.tp-expertise-quran-video .popup-video {
  padding: 235px 20px 194px 20px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-expertise-quran-video .popup-video {
    padding: 135px 20px 104px 20px;
  }
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  margin: auto
}



@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1220px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
  .container {
    max-width: 1450px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .main-menu>nav>ul>li>a {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 34px 10px 32px !important;
  }

  .tp-header-sticky .main-menu>nav>ul>li>a,
  .tp-header-1.tp-header-sticky .main-menu nav>ul>li>a,
  .tp-header-2.tp-header-sticky .main-menu nav>ul>li>a {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 34px 7px 32px !important;
  }

}

@media (min-width: 1900px) {
  .container {
    max-width: 1800px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .tp-header-sticky .main-menu>nav>ul>li>a,
  .tp-header-1.tp-header-sticky .main-menu nav>ul>li>a,
  .tp-header-2.tp-header-sticky .main-menu nav>ul>li>a {
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 20px 12px !important;
  }


  .tp-megamenu-small-cta,
  .tp-megamenu-fullwidth-item,
  .tp-megamenu-academics-banner,
  .tp-megamenu-courses-wrap {
    padding: 20px !important;
  }

  .tp-megamenu-small-cta-title,
  .tp-megamenu-fullwidth-content-title,
  .tp-megamenu-academics-banner-title,
  .tp-megamenu-courses-wrap-title {
    font-size: 25px !important;
  }

}


@media (min-width: 1200px) and (max-width: 1399px) {
  .header-container {
    width: 1500px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .header-container {
    width: 1500px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}


@media (min-width: 1900px) {
  .header-container {
    width: 1800px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}









@media (min-width: 1200px) and (max-width: 1399px) {
  .iama-gp-container {
    width: 1500px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .iama-gp-container {
    width: 1550px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}


@media (min-width: 1900px) {
  .iama-gp-container {
    width: 1870px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}


/* IAMA final navigation + slider fixes */
.tp-main-menu-content>ul>li>a {
  font-weight: 600;
}

.tp-megamenu-main {
  z-index: 99999;
}

.tp-hero-item {
  min-height: 660px;
  position: relative;
  overflow: hidden;
}

.tp-hero-bg {
  background-size: cover;
  background-position: center;
}

.tp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 20, 34, .48);
}

.tp-hero-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 185px;
}

.tp-hero-slider-arrow {
  position: absolute;
  right: 70px;
  bottom: 130px;
  z-index: 5;
  display: flex;
  gap: 14px;
}

.tp-hero-slider-arrow button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.tp-hero-slider-arrow button:hover {
  background: #b50934;
  border-color: #b50934;
}

@media (max-width:1199px) {
  .tp-hero-item {
    min-height: 700px
  }

  .tp-hero-wrapper {
    padding-top: 210px
  }

  .tp-main-menu-mobile .tp-megamenu-main {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    transform: none;
    width: 100%;
    box-shadow: none;
    padding: 0;
    background: transparent
  }

  .tp-main-menu-mobile .tp-megamenu-fullwidth {
    padding: 10px 0
  }

  .tp-main-menu-mobile .tp-megamenu-fullwidth-item-wrap {
    display: none !important
  }

  .tp-main-menu-mobile .tp-megamenu-fullwidth-list-title,
  .tp-main-menu-mobile .tp-megamenu-fullwidth-title {
    font-size: 15px;
    margin-top: 10px
  }

  .tp-main-menu-mobile .tp-megamenu-fullwidth-list ul li a {
    font-size: 14px;
    padding: 6px 0
  }

  .tp-main-menu-mobile nav ul li {
    display: block;
    width: 100%;
  }
}

@media (max-width:767px) {
  .tp-hero-item {
    min-height: 320px
  }

  .tp-hero-wrapper {
    padding-top: 15px
  }

  .tp-hero-title {
    font-size: 44px !important;
    line-height: 1.08 !important
  }

  .tp-hero-slider-arrow {
    right: 22px;
    bottom: 95px
  }

  .tp-hero-slider-arrow button {
    width: 44px;
    height: 44px
  }

  .service-area {
    padding-top: 70px
  }

  .tp-header-logo-1 img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin-top: 10px;
  }


}

/* Dreamweaver safe fixes */
.iama-search-link {
  display: block;
  margin: 10px 0;
  padding: 16px 18px;
  border: 1px solid #e8e2dc;
  border-radius: 10px;
  background: #fff;
  color: #161613;
  font-weight: 600;
}

.iama-search-link:hover {
  color: #b50934;
  border-color: #b50934;
}

.tp-search-close-btn {
  font-size: 34px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #161613;
}

.tp-hero-active,
.tp-slider-active {
  overflow: hidden;
}

.tp-hero-title br {
  display: block;
}

@media (max-width:991px) {
  .tp-main-menu-mobile ul li a {
    display: block;
  }

  .tp-offcanvas-menu {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

.whychoosesec {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

.whychoosesec-head {
  text-align: center;
  margin-bottom: 60px;
}

.whychoosesec-head span {
  font-family: "Inter", Sans-serif;
  display: inline-block;
  color: #00287d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.whychoosesec-head h2 {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: #071525;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
}

.whychoosesec-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.whychoosesec-image {
  position: relative;
}

.whychoosesec-image img {
  width: 100%;
  display: block;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

.whychoosesec-content {
  position: relative;
  padding-left: 45px;
}

.whychoosesec-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #0d4dbb;
  opacity: .15;
}

.whychoosesec-point {
  position: relative;
  display: flex;
  gap: 22px;
  margin-bottom: 35px;
}

.whychoosesec-point:last-child {
  margin-bottom: 0;
}

.whychoosesec-point span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00287d;
  border: 5px solid #00287d;
  flex-shrink: 0;
  margin-left: -46px;
  margin-top: 4px;
}

.whychoosesec-point h3 {
  margin: 0 0 8px;
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.whychoosesec-point p {
  margin: 0;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

@media(max-width:991px) {

  .whychoosesec {
    padding: 80px 0;
  }

  .whychoosesec-wrap {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .whychoosesec-head h2 {
    font-size: 38px;
  }
}

@media(max-width:767px) {

  .whychoosesec {
    padding: 70px 0;
  }

  .whychoosesec-head {
    margin-bottom: 40px;
  }

  .whychoosesec-head h2 {
    font-size: 30px;
  }

  .whychoosesec-content {
    padding-left: 30px;
  }

  .whychoosesec-point {
    gap: 18px;
    margin-bottom: 28px;
  }

  .whychoosesec-point span {
    width: 18px;
    height: 18px;
    margin-left: -31px;
    border-width: 4px;
  }

  .whychoosesec-point h3 {
    font-size: 20px;
  }

  .whychoosesec-point p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================================================
   MODERN IAMA FOOTER
   Theme:
   Dark Blue: #00287d
   Yellow:    #ffc63b
   White:     #ffffff
========================================================= */

.newfootersec {
  --footer-blue: #00287d;
  --footer-yellow: #ffc63b;
  --footer-white: #ffffff;
  --footer-text: #0d1b35;
  --footer-muted: #5d6a7d;
  --footer-light: #f4f7fc;
  --footer-border: rgba(0, 40, 125, .10);
  --footer-shadow: 0 18px 50px rgba(0, 40, 125, .10);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0 0;
  background:
    radial-gradient(circle at 5% 10%,
      rgba(0, 40, 125, .12) 0,
      rgba(0, 40, 125, 0) 28%),
    radial-gradient(circle at 95% 85%,
      rgba(255, 198, 59, .20) 0,
      rgba(255, 198, 59, 0) 26%),
    linear-gradient(180deg,
      #f5f8ff 0%,
      #eaf1ff 52%,
      #f8faff 100%);
}

.newfootersec::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 125, .10);
  box-shadow:
    0 0 0 50px rgba(0, 40, 125, .025),
    0 0 0 100px rgba(0, 40, 125, .018);
  pointer-events: none;
  z-index: -1;
}

.newfootersec::after {
  content: "";
  position: absolute;
  left: -140px;
  bottom: 120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 198, 59, .10);
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}

.newfootersec * {
  box-sizing: border-box;
}

.newfootersec .container {
  position: relative;
  z-index: 2;
}


/* =========================================================
   BRAND AREA
========================================================= */

.newfootersec-brand {
  position: relative;
  max-width: 850px;
  margin: 0 auto 42px;
  padding: 0 20px;
  text-align: center;
}

.newfootersec-brand::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 24px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg,
      var(--footer-blue) 0%,
      var(--footer-yellow) 100%);
}

.newfootersec-brand a {
  display: inline-block;
  text-decoration: none;
}

.newfootersec-brand img {
  display: block;
  width: auto;
  max-width: 145px;
  height: auto;
  margin: 0 auto 20px;
  filter: drop-shadow(0 14px 22px rgba(0, 40, 125, .16));
  transition:
    transform .35s ease,
    filter .35s ease;
}

.newfootersec-brand a:hover img {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 18px 28px rgba(0, 40, 125, .22));
}

.newfootersec-brand h2 {
  margin: 0 0 10px;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
  color: var(--footer-blue);
}

.newfootersec-brand p {
  max-width: 650px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}


/* =========================================================
   FEATURE STRIP
========================================================= */

.newfootersec-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 52px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  background:
    linear-gradient(135deg,
      #001d5f 0%,
      var(--footer-blue) 55%,
      #063aa0 100%);
  box-shadow:
    0 24px 60px rgba(0, 40, 125, .22),
    inset 0 1px 0 rgba(255, 255, 255, .10);
}

.newfootersec-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, .06) 45%,
      transparent 70%);
  pointer-events: none;
}

.newfootersec-strip div {
  position: relative;
  min-height: 74px;
  padding: 15px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
  color: var(--footer-white);

  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease;
}

.newfootersec-strip div:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 198, 59, .50);
  background: rgba(255, 255, 255, .13);
}

.newfootersec-strip i {
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--footer-yellow);
}


/* =========================================================
   FOOTER NAVIGATION GRID
========================================================= */

.newfootersec-linksgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 44px;
  align-items: start;
}

.newfootersec-linksgrid>div {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  padding: 28px 26px 24px;
  border: 1px solid var(--footer-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .84);
  box-shadow:
    0 14px 40px rgba(0, 40, 125, .07),
    inset 0 1px 0 rgba(255, 255, 255, .90);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.newfootersec-linksgrid>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,
      var(--footer-blue) 0%,
      var(--footer-yellow) 100%);
}

.newfootersec-linksgrid>div::after {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 40, 125, .035);
  transition:
    transform .35s ease,
    background .35s ease;
}

.newfootersec-linksgrid>div:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 40, 125, .18);
  box-shadow:
    0 24px 55px rgba(0, 40, 125, .12),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

.newfootersec-linksgrid>div:hover::after {
  transform: scale(1.15);
  background: rgba(255, 198, 59, .12);
}

.newfootersec-linksgrid h4 {
  position: relative;
  z-index: 2;
  margin: 0 0 19px;
  padding: 0 0 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 21px;
  font-weight:600;
  line-height: 1.25;
  letter-spacing: -.2px;
  color: var(--footer-blue);
}

.newfootersec-linksgrid h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 20px;
  background: var(--footer-yellow);
}

.newfootersec-linksgrid ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newfootersec-linksgrid li {
  position: relative;
  margin: 0;
  padding: 0;
}

.newfootersec-linksgrid a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0 8px 18px;
  overflow-wrap: anywhere;

  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.7;
  color: #1e2b40;
  text-decoration: none;

  transition:
    color .25s ease,
    transform .25s ease,
    padding-left .25s ease;
}

.newfootersec-linksgrid a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--footer-blue);
  border-radius: 50%;
  background: transparent;
  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.newfootersec-linksgrid a:hover {
  padding-left: 23px;
  color: var(--footer-blue);
  transform: none;
}

.newfootersec-linksgrid a:hover::before {
  border-color: var(--footer-yellow);
  background: var(--footer-yellow);
  transform: scale(1.12);
}


/* =========================================================
   CONTACT BAR
========================================================= */

.newfootersec-contactbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.newfootersec-contactbar a {
  position: relative;
  min-width: 0;
  min-height: 78px;
  padding: 16px 20px;
  overflow: hidden;
  border: 1px solid var(--footer-border);
  border-radius: 20px;
  background: var(--footer-white);
  box-shadow: 0 14px 36px rgba(0, 40, 125, .08);

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;

  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--footer-text);
  text-decoration: none;
  overflow-wrap: anywhere;

  transition:
    transform .3s ease,
    color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.newfootersec-contactbar a::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 198, 59, .10);
  transition: transform .3s ease;
}

.newfootersec-contactbar a:hover {
  color: var(--footer-blue);
  transform: translateY(-4px);
  border-color: rgba(0, 40, 125, .20);
  box-shadow: 0 20px 45px rgba(0, 40, 125, .12);
}

.newfootersec-contactbar a:hover::after {
  transform: scale(1.25);
}

.newfootersec-contactbar i {
  position: relative;
  z-index: 2;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--footer-blue);
  color: var(--footer-yellow);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 17px;
  box-shadow: 0 10px 24px rgba(0, 40, 125, .18);
  transition:
    transform .3s ease,
    background .3s ease,
    color .3s ease;
}

.newfootersec-contactbar a:hover i {
  transform: rotate(-6deg) scale(1.05);
  background: var(--footer-yellow);
  color: var(--footer-blue);
}


/* =========================================================
   SOCIAL AND APPLY AREA
========================================================= */

.newfootersec-bottomtop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding: 22px 26px;
  overflow: hidden;
  border: 1px solid var(--footer-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--footer-shadow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.newfootersec-bottomtop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(0, 40, 125, .06),
      transparent);
  pointer-events: none;
}

.newfootersec-social {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.newfootersec-social a {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 40, 125, .10);
  border-radius: 14px;
  background: #f1f5ff;
  color: var(--footer-blue);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 40, 125, .06);

  transition:
    transform .3s ease,
    background .3s ease,
    color .3s ease,
    border-radius .3s ease,
    box-shadow .3s ease;
}

.newfootersec-social a:hover {
  color: var(--footer-blue);
  background: var(--footer-yellow);
  border-radius: 50%;
  transform: translateY(-5px);
  box-shadow: 0 14px 24px rgba(255, 198, 59, .28);
}

.newfootersec-apply {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  min-height: 50px;
  padding: 14px 29px;
  overflow: hidden;
  border: 2px solid var(--footer-blue);
  border-radius: 50px;
  background: var(--footer-blue);
  color: var(--footer-white);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .2px;
  text-decoration: none;

  box-shadow: 0 14px 30px rgba(0, 40, 125, .20);

  transition:
    transform .3s ease,
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.newfootersec-apply::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  transform: skewX(-25deg);
  background: rgba(255, 255, 255, .20);
  transition: left .45s ease;
}

.newfootersec-apply:hover::before {
  left: 140%;
}

.newfootersec-apply:hover {
  color: var(--footer-blue);
  background: var(--footer-yellow);
  border-color: var(--footer-yellow);
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(255, 198, 59, .30);
}

.newfootersec-apply i {
  transition: transform .3s ease;
}

.newfootersec-apply:hover i {
  transform: translateX(4px);
}


/* =========================================================
   COPYRIGHT
========================================================= */

.newfootersec-copyright {
  position: relative;
  padding: 20px 15px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(135deg,
      #001b57 0%,
      var(--footer-blue) 55%,
      #073b9f 100%);
}

.newfootersec-copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 198, 59, .75),
      transparent);
}

.newfootersec-copyright p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, .80);
}

.newfootersec-copyright a {
  color: var(--footer-yellow);
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease;
}

.newfootersec-copyright a:hover {
  color: var(--footer-white);
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width:1199px) {

  .newfootersec {
    padding-top: 78px;
  }

  .newfootersec-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .newfootersec-linksgrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .newfootersec-contactbar a {
    font-size: 16px;
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:991px) {

  .newfootersec {
    padding-top: 68px;
  }

  .newfootersec-brand {
    margin-bottom: 36px;
  }

  .newfootersec-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 40px;
  }

  .newfootersec-linksgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .newfootersec-contactbar {
    grid-template-columns: 1fr;
  }

  .newfootersec-contactbar a {
    min-height: 72px;
  }

  .newfootersec-bottomtop {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .newfootersec-social {
    justify-content: center;
  }
}


/* =========================================================
   MOBILE LANDSCAPE
========================================================= */

@media (max-width:767px) {

  .newfootersec {
    padding-top: 58px;
  }

  .newfootersec-brand h2 {
    font-size: 34px;
  }

  .newfootersec-brand p {
    font-size: 16px;
  }

  .newfootersec-strip {
    padding: 13px;
    border-radius: 22px;
  }

  .newfootersec-strip div {
    min-height: 68px;
    font-size: 16px;
  }

  .newfootersec-linksgrid {
    grid-template-columns: 1fr;
  }

  .newfootersec-linksgrid>div {
    padding: 26px 23px 22px;
  }

  .newfootersec-linksgrid a {
    font-size: 15px;
  }

  .newfootersec-bottomtop {
    padding: 22px 20px;
  }

  .newfootersec-apply {
    width: 100%;
    max-width: 280px;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:575px) {

  .newfootersec {
    padding-top: 50px;
  }

  .newfootersec::before {
    width: 280px;
    height: 280px;
  }

  .newfootersec-brand {
    margin-bottom: 32px;
    padding: 0 8px;
  }

  .newfootersec-brand img {
    max-width: 130px;
    margin-bottom: 17px;
  }

  .newfootersec-brand h2 {
    font-size: 30px;
    letter-spacing: -.5px;
  }

  .newfootersec-brand p {
    font-size: 15px;
    line-height: 1.6;
  }

  .newfootersec-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 34px;
    padding: 12px;
    border-radius: 18px;
  }

  .newfootersec-strip div {
    min-height: 60px;
    justify-content: flex-start;
    padding: 14px 17px;
    border-radius: 14px;
    text-align: left;
  }

  .newfootersec-linksgrid {
    gap: 15px;
    margin-bottom: 32px;
  }

  .newfootersec-linksgrid>div {
    padding: 24px 20px 20px;
    border-radius: 18px;
  }

  .newfootersec-linksgrid h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .newfootersec-linksgrid a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14.5px;
  }

  .newfootersec-linksgrid a::before {
    top: 14px;
  }

  .newfootersec-contactbar {
    gap: 12px;
    margin-bottom: 24px;
  }

  .newfootersec-contactbar a {
    min-height: 68px;
    padding: 13px 15px;
    border-radius: 16px;
    font-size: 15px;
    text-align: left;
  }

  .newfootersec-contactbar i {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .newfootersec-bottomtop {
    gap: 19px;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 18px;
  }

  .newfootersec-social {
    gap: 9px;
  }

  .newfootersec-social a {
    width: 43px;
    height: 43px;
    border-radius: 12px;
  }

  .newfootersec-apply {
    max-width: none;
    min-height: 48px;
    padding: 13px 22px;
  }

  .newfootersec-copyright {
    padding: 17px 14px;
  }

  .newfootersec-copyright p {
    font-size: 13px;
  }
}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width:380px) {

  .newfootersec-brand h2 {
    font-size: 27px;
  }

  .newfootersec-strip div {
    font-size: 15px;
  }

  .newfootersec-linksgrid>div {
    padding-left: 18px;
    padding-right: 18px;
  }

  .newfootersec-contactbar a {
    align-items: flex-start;
  }

  .newfootersec-social {
    justify-content: center;
  }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.newfootersec a:focus-visible {
  outline: 3px solid var(--footer-yellow);
  outline-offset: 4px;
}

@media (prefers-reduced-motion:reduce) {

  .newfootersec *,
  .newfootersec *::before,
  .newfootersec *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.footer1 {
  background-color: #00287d;
  padding: .5%;
}

.footer-left1 {
  margin-left: 1vw;
}

.footer-right1 {
  margin-right: 1vw;
}

.monogram {
  float: left;
  width: 2%;
  height: auto;
}

.monogram img {
  width: 100%;
  height: 100%;
}

.weblink {
  font-family: Poppins, sans-serif;
  font-size: 0.9vw;
  color: #FFF;
  padding-top: .0vw;
  float: left;
  margin-left: .5vw;
  text-decoration: none
}

.weblink a {
  font-family: Poppins, sans-serif;
  font-size: 0.9vw;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
}

.weblink a:hover {
  color: #ffc533;
  text-decoration: none
}

.copyright {
  font-family: Poppins, sans-serif;
  font-size: 0.9vw;
  float: right;
  color: #FFF;
  padding-top: .0vw;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {



  .weblink {
    font-size: 15px !important;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .weblink a {
    font-size: 15px !important;
  }

  .copyright {
    font-size: 15px !important;
    text-align: center;
    width: 100%;
  }

}

.breadnewcss {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

.breadnewcss-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.breadnewcss-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(40, 35, 95, .88) 35%, rgb(0 40 125) 100%);
  z-index: -2;
}

.breadnewcss-content {
  max-width: 1000px;
  padding-top: 215px;
}

.breadnewcss-content span {
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.breadnewcss-content h1 {
  font-family: 'Outfit', sans-serif;
  margin: 0 0 18px;
  color: #fff;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -2px;
}

.breadnewcss-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadnewcss-nav a,
.breadnewcss-nav p,
.breadnewcss-nav i {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.breadnewcss-nav p {
  color: #ffd86b;
}

@media(max-width:991px) {
  .breadnewcss {
    min-height: 360px;
  }

  .breadnewcss-content h1 {
    font-size: 48px;
  }
}

@media(max-width:575px) {
  .breadnewcss {
    min-height: 310px;
  }

  .breadnewcss-content {
    padding-top: 230px;
  }

  .breadnewcss-content span {
    font-size: 11px;
    padding: 7px 14px;
  }

  .breadnewcss-content h1 {
    font-size: 36px;
  }

  .breadnewcss-nav a,
  .breadnewcss-nav p,
  .breadnewcss-nav i {
    font-size: 13px;
  }
}


.tp-about-4-thumb-1,
.tp-about-4-thumb-2,
.tp-about-4-thumb-3,
.tp-about-4-thumb-4 {
  margin-bottom: 0 !important;
}

.about-area .row.align-items-center {
  --bs-gutter-x: -180px;
  --bs-gutter-y: 0;
}


.campus-location-sec {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 45%, #eef5ff 100%);
  overflow: hidden;
}

.campus-hero {
  max-width: 820px;
  margin: 0 auto 45px;
  text-align: center;
}

.campus-hero span,
.campus-support-content span,
.campus-hours-head span,
.campus-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.campus-hero h2,
.campus-support-content h2,
.campus-hours-head h2,
.campus-cta h2 {
  color: #071f4f;
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.campus-hero p {
  color: #52627a;
  font-size: 17px;
  line-height: 1.8;
}

.campus-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.campus-contact-card {
  background: #fff;
  padding: 36px 30px;
  border-radius: 26px;
  border: 1px solid rgba(10, 59, 158, .10);
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
  position: relative;
  overflow: hidden;
}

.campus-contact-card:before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.campus-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.campus-contact-card:hover:before {
  transform: scale(1.5);
}

.campus-contact-card i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  font-size: 28px;
  margin-bottom: 22px;
}

.campus-contact-card h3 {
  font-size: 22px;
  color: #071f4f;
  margin-bottom: 12px;
}

.campus-contact-card p,
.campus-contact-card a {
  color: #52627a;
  line-height: 1.75;
  text-decoration: none;
}

.campus-support-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: stretch;
}

.campus-support-content,
.campus-map-card {
  background: #fff;
  border-radius: 30px;
  padding: 45px;
  border: 1px solid rgba(10, 59, 158, .10);
  box-shadow: 0 20px 55px rgba(10, 59, 158, .09);
}

.campus-list-block {
  padding: 22px 22px 22px 68px;
  border-radius: 18px;
  background: #f4f8ff;
  margin-top: 18px;
  position: relative;
}

.campus-list-block:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 24px;
  top: 24px;
  color: #00287d;
  font-size: 26px;
}

.campus-list-block b {
  display: block;
  color: #071f4f;
  font-size: 18px;
  margin-bottom: 5px;
}

.campus-list-block p {
  margin: 0;
  color: #52627a;
  line-height: 1.7;
}

.campus-map-card {
  min-height: 420px;
  background:
    linear-gradient(rgba(10, 59, 158, .86), rgba(10, 59, 158, .86)),
    radial-gradient(circle at top right, rgba(255, 255, 255, .35), transparent 35%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.campus-map-icon {
  width: 120px;
  height: 120px;
  border-radius: 35px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
  margin-bottom: 28px;
}

.campus-map-icon i {
  font-size: 54px;
  color: #fff;
}

.campus-map-card h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}

.campus-map-card p {
  color: rgba(255, 255, 255, .86);
  line-height: 1.8;
  max-width: 390px;
}

.campus-hours-head {
  text-align: center;
  margin: 75px auto 35px;
}

.campus-hours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.campus-hour-card {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  border-left: 5px solid #00287d;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.campus-hour-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 65px rgba(10, 59, 158, .15);
}

.campus-hour-card h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 10px;
}

.campus-hour-card p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.campus-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.campus-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.campus-cta h2 {
  color: #fff;
  margin-bottom: 10px;
}

.campus-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.campus-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {

  .campus-contact-grid,
  .campus-hours-grid {
    grid-template-columns: 1fr 1fr;
  }

  .campus-support-wrap {
    grid-template-columns: 1fr;
  }

  .campus-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .campus-location-sec {
    padding: 60px 0;
  }

  .campus-hero h2,
  .campus-support-content h2,
  .campus-hours-head h2,
  .campus-cta h2 {
    font-size: 30px;
  }

  .campus-contact-grid,
  .campus-hours-grid {
    grid-template-columns: 1fr;
  }

  .campus-support-content,
  .campus-map-card,
  .campus-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .campus-map-card {
    min-height: 320px;
  }

  .campus-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}

.modern-faq-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 45%, #eef5ff 100%);
  overflow: hidden;
}

.faq-hero {
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
}

.faq-hero span,
.faq-left-box span,
.faq-cta-box span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.faq-hero h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #071f4f;
  margin-bottom: 18px;
}

.faq-hero p {
  color: #52627a;
  font-size: 17px;
  line-height: 1.8;
}

.faq-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 35px;
}

.faq-info-card {
  background: #fff;
  padding: 32px;
  border-radius: 26px;
  border: 1px solid rgba(10, 59, 158, .10);
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
  position: relative;
  overflow: hidden;
}

.faq-info-card:before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.faq-info-card:hover,
.faq-info-card.active {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.faq-info-card:hover:before {
  transform: scale(1.5);
}

.faq-info-card i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  font-size: 27px;
  margin-bottom: 20px;
}

.faq-info-card h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 10px;
}

.faq-info-card p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.faq-main-wrap {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 30px;
  align-items: start;
}

.faq-left-box {
  background: linear-gradient(135deg, #00287d, #062766);
  color: #fff;
  border-radius: 30px;
  padding: 40px;
  position: sticky;
  top: 110px;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.faq-left-box span,
.faq-cta-box span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.faq-left-box h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.faq-left-box p {
  color: rgba(255, 255, 255, .86);
  line-height: 1.8;
}

.faq-left-box ul {
  padding: 0;
  margin: 25px 0;
  list-style: none;
}

.faq-left-box li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, .9);
}

.faq-left-box li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #fff;
}

.faq-btn {
  display: inline-block;
  background: #fff;
  color: #00287d;
  padding: 15px 26px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: .35s ease;
}

.faq-btn:hover {
  color: #00287d;
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

.modern-faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 18px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.modern-faq-accordion .accordion-button {
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  background: #fff;
  box-shadow: none;
}

.modern-faq-accordion .accordion-button:after {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(10, 59, 158, .09);
  background-position: center;
  background-size: 14px;
}

.modern-faq-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.modern-faq-accordion .accordion-button:not(.collapsed):after {
  background-color: rgba(255, 255, 255, .18);
  filter: brightness(0) invert(1);
}

.modern-faq-accordion .accordion-body {
  padding: 26px 28px;
  color: #52627a;
  line-height: 1.85;
  background: #fff;
}

.faq-cta-box {
  margin-top: 70px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.faq-cta-box h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.faq-cta-box p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.faq-cta-box .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .faq-top-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-main-wrap {
    grid-template-columns: 1fr;
  }

  .faq-left-box {
    position: relative;
    top: auto;
  }

  .faq-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .modern-faq-sec {
    padding: 60px 0;
  }

  .faq-hero h2 {
    font-size: 34px;
  }

  .faq-top-grid {
    grid-template-columns: 1fr;
  }

  .faq-info-card,
  .faq-left-box,
  .faq-cta-box {
    padding: 28px;
    border-radius: 22px;
  }

  .modern-faq-accordion .accordion-button {
    padding: 20px 22px;
    font-size: 16px;
  }

  .faq-cta-box h2 {
    font-size: 28px;
  }

  .faq-cta-box .tp-btn,
  .faq-btn {
    width: 100%;
    text-align: center;
  }
}

.faculty-dir-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.faculty-hero {
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 32px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.faculty-hero span,
.faculty-head span,
.faculty-split-content span,
.faculty-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.faculty-hero span,
.faculty-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.faculty-hero h2 {
  font-size: 52px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.faculty-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.faculty-hero-icon {
  min-width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.faculty-hero-icon i {
  font-size: 54px;
  color: #fff;
}

.faculty-intro-grid {
  display: grid;
  grid-template-columns: 1fr 260px 260px;
  gap: 24px;
  margin-top: 35px;
}

.faculty-intro-card,
.faculty-mini-card,
.faculty-card,
.faculty-split-content,
.faculty-visual-box,
.faculty-step {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.faculty-intro-card {
  padding: 34px;
}

.faculty-intro-card h3 {
  color: #071f4f;
  font-size: 26px;
  margin-bottom: 12px;
}

.faculty-intro-card p,
.faculty-card p,
.faculty-split-content p,
.faculty-visual-box p,
.faculty-step p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.faculty-mini-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faculty-mini-card i {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 18px;
}

.faculty-mini-card h4 {
  color: #071f4f;
  font-size: 20px;
  margin: 0;
}

.faculty-head {
  max-width: 780px;
  text-align: center;
  margin: 75px auto 35px;
}

.faculty-head h2 {
  color: #071f4f;
  font-size: 42px;
  line-height: 1.2;
}

.faculty-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.faculty-card {
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.faculty-card:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -45px;
  top: -45px;
  background: rgba(10, 59, 158, .08);
  border-radius: 50%;
  transition: .35s ease;
}

.faculty-card:hover,
.faculty-intro-card:hover,
.faculty-mini-card:hover,
.faculty-split-content:hover,
.faculty-visual-box:hover,
.faculty-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.faculty-card:hover:before {
  transform: scale(1.5);
}

.faculty-card i {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 27px;
  margin-bottom: 22px;
}

.faculty-card h3,
.faculty-step h3,
.faculty-visual-box h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 12px;
}

.faculty-split {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
}

.faculty-split-content {
  padding: 45px;
}

.faculty-split-content h2 {
  color: #071f4f;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.faculty-split-content ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.faculty-split-content li {
  position: relative;
  padding-left: 32px;
  color: #52627a;
}

.faculty-split-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00287d;
}

.faculty-visual-box {
  padding: 45px;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faculty-visual-box i {
  width: 86px;
  height: 86px;
  border-radius: 26px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.faculty-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.faculty-step {
  padding: 34px;
}

.faculty-step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.faculty-faq-wrap {
  margin-top: 75px;
}

.faculty-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.faculty-accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.faculty-accordion .accordion-button {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  box-shadow: none;
}

.faculty-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.faculty-accordion .accordion-body {
  padding: 24px 26px;
  color: #52627a;
  line-height: 1.85;
}

.faculty-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.faculty-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.faculty-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.faculty-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .faculty-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .faculty-hero h2 {
    font-size: 40px;
  }

  .faculty-intro-grid,
  .faculty-card-grid,
  .faculty-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faculty-split {
    grid-template-columns: 1fr;
  }

  .faculty-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .faculty-dir-sec {
    padding: 60px 0;
  }

  .faculty-hero {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .faculty-hero h2 {
    font-size: 32px;
  }

  .faculty-head h2,
  .faculty-split-content h2,
  .faculty-cta h2 {
    font-size: 29px;
  }

  .faculty-intro-grid,
  .faculty-card-grid,
  .faculty-step-grid,
  .faculty-split-content ul {
    grid-template-columns: 1fr;
  }

  .faculty-intro-card,
  .faculty-mini-card,
  .faculty-card,
  .faculty-split-content,
  .faculty-visual-box,
  .faculty-step,
  .faculty-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .faculty-hero-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .faculty-hero-icon i {
    font-size: 38px;
  }

  .faculty-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}

.dept-sec {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 45%, #eef5ff 100%);
}

.dept-hero {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 50px;
}

.dept-hero span,
.dept-head span,
.dept-program-content span,
.dept-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.dept-hero h2 {
  font-size: 56px;
  color: #071f4f;
  margin-bottom: 16px;
}

.dept-hero p {
  color: #52627a;
  font-size: 17px;
  line-height: 1.8;
}

.dept-head {
  text-align: center;
  margin-bottom: 35px;
}

.dept-head h2 {
  font-size: 42px;
  color: #071f4f;
}

.dept-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dept-card {
  background: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid rgba(10, 59, 158, .10);
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.dept-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(10, 59, 158, .16);
}

.dept-card i {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: #00287d;
  color: #fff;
  border-radius: 18px;
  font-size: 25px;
  margin-bottom: 20px;
}

.dept-card h3 {
  color: #071f4f;
  font-size: 20px;
  margin: 0;
  line-height: 1.35;
}

.dept-program-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
}

.dept-program-content,
.dept-program-highlight,
.dept-course-card {
  background: #fff;
  border-radius: 28px;
  padding: 42px;
  border: 1px solid rgba(10, 59, 158, .10);
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
}

.dept-program-content h2 {
  font-size: 38px;
  color: #071f4f;
  margin-bottom: 24px;
}

.dept-program-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.dept-program-content li {
  position: relative;
  padding-left: 32px;
  color: #52627a;
  font-weight: 700;
}

.dept-program-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00287d;
}

.dept-program-highlight {
  background: linear-gradient(135deg, #00287d, #062766);
  color: #fff;
}

.dept-program-highlight i {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .15);
  display: grid;
  place-items: center;
  font-size: 34px;
  margin-bottom: 24px;
}

.dept-program-highlight h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 14px;
}

.dept-program-highlight p {
  color: rgba(255, 255, 255, .86);
  line-height: 1.8;
  margin: 0;
}

.dept-course-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.dept-course-card {
  transition: .35s ease;
}

.dept-course-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(10, 59, 158, .15);
}

.dept-course-card span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.dept-course-card h3 {
  color: #071f4f;
  font-size: 24px;
  margin-bottom: 12px;
}

.dept-course-card p {
  color: #52627a;
  line-height: 1.8;
  margin: 0;
}

.dept-cta {
  margin-top: 70px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #fff;
}

.dept-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.dept-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.dept-cta p {
  color: rgba(255, 255, 255, .86);
  margin: 0;
}

.dept-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .dept-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dept-program-wrap,
  .dept-course-grid {
    grid-template-columns: 1fr;
  }

  .dept-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .dept-sec {
    padding: 60px 0;
  }

  .dept-hero h2 {
    font-size: 34px;
  }

  .dept-head h2,
  .dept-program-content h2,
  .dept-cta h2 {
    font-size: 28px;
  }

  .dept-grid,
  .dept-program-content ul {
    grid-template-columns: 1fr;
  }

  .dept-card,
  .dept-program-content,
  .dept-program-highlight,
  .dept-course-card,
  .dept-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .dept-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}


.acad-cal-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.acad-cal-hero {
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 32px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.acad-cal-hero span,
.acad-cal-content span,
.acad-cal-head span,
.acad-cal-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.acad-cal-hero span,
.acad-cal-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.acad-cal-hero h2 {
  font-size: 52px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.acad-cal-hero p {
  max-width: 800px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.acad-cal-icon {
  min-width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.acad-cal-icon i {
  font-size: 54px;
  color: #fff;
}

.acad-cal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 35px;
}

.acad-cal-card,
.acad-cal-content,
.acad-cal-doc-box,
.acad-cal-step {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.acad-cal-card {
  padding: 32px 26px;
  position: relative;
  overflow: hidden;
}

.acad-cal-card:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.acad-cal-card:hover,
.acad-cal-content:hover,
.acad-cal-doc-box:hover,
.acad-cal-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.acad-cal-card:hover:before {
  transform: scale(1.5);
}

.acad-cal-card i {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.acad-cal-card h3,
.acad-cal-doc-box h3,
.acad-cal-step h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 12px;
}

.acad-cal-card p,
.acad-cal-content p,
.acad-cal-doc-box p,
.acad-cal-step p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.acad-cal-split {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
}

.acad-cal-content {
  padding: 45px;
}

.acad-cal-content h2 {
  color: #071f4f;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.acad-cal-content ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.acad-cal-content li {
  position: relative;
  padding-left: 32px;
  color: #52627a;
}

.acad-cal-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00287d;
}

.acad-cal-doc-box {
  padding: 45px;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
  position: relative;
  overflow: hidden;
}

.acad-cal-doc-box .doc-line {
  height: 8px;
  width: 100%;
  background: #00287d;
  border-radius: 30px;
  margin-bottom: 35px;
}

.acad-cal-doc-box i {
  font-size: 58px;
  color: #00287d;
  margin-bottom: 24px;
}

.acad-cal-process,
.acad-cal-faq {
  margin-top: 75px;
}

.acad-cal-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 35px;
}

.acad-cal-head h2 {
  color: #071f4f;
  font-size: 42px;
  line-height: 1.2;
}

.acad-cal-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.acad-cal-step {
  padding: 34px;
}

.acad-cal-step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.acad-cal-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.acad-cal-accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.acad-cal-accordion .accordion-button {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  box-shadow: none;
}

.acad-cal-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.acad-cal-accordion .accordion-body {
  padding: 24px 26px;
  color: #52627a;
  line-height: 1.85;
}

.acad-cal-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.acad-cal-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.acad-cal-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.acad-cal-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .acad-cal-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .acad-cal-hero h2 {
    font-size: 40px;
  }

  .acad-cal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .acad-cal-split {
    grid-template-columns: 1fr;
  }

  .acad-cal-step-grid {
    grid-template-columns: 1fr;
  }

  .acad-cal-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .acad-cal-sec {
    padding: 60px 0;
  }

  .acad-cal-hero {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .acad-cal-hero h2 {
    font-size: 31px;
  }

  .acad-cal-head h2,
  .acad-cal-content h2,
  .acad-cal-cta h2 {
    font-size: 28px;
  }

  .acad-cal-grid,
  .acad-cal-content ul {
    grid-template-columns: 1fr;
  }

  .acad-cal-card,
  .acad-cal-content,
  .acad-cal-doc-box,
  .acad-cal-step,
  .acad-cal-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .acad-cal-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .acad-cal-icon i {
    font-size: 38px;
  }

  .acad-cal-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}

.curriculum-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.curriculum-hero {
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 32px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.curriculum-hero span,
.curriculum-flow-content span,
.curriculum-head span,
.curriculum-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.curriculum-hero span,
.curriculum-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.curriculum-hero h2 {
  font-size: 52px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.curriculum-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.curriculum-hero-icon {
  min-width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.curriculum-hero-icon i {
  font-size: 54px;
  color: #fff;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.curriculum-card,
.curriculum-flow-content,
.curriculum-flow-card,
.curriculum-step {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.curriculum-card {
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.curriculum-card:before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.curriculum-card:hover,
.curriculum-flow-content:hover,
.curriculum-flow-card:hover,
.curriculum-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.curriculum-card:hover:before {
  transform: scale(1.5);
}

.curriculum-card i {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 27px;
  margin-bottom: 22px;
}

.curriculum-card h3,
.curriculum-flow-step h3,
.curriculum-step h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 12px;
}

.curriculum-card p,
.curriculum-flow-content p,
.curriculum-step p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.curriculum-flow-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
}

.curriculum-flow-content {
  padding: 45px;
}

.curriculum-flow-content h2 {
  color: #071f4f;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.curriculum-flow-content ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.curriculum-flow-content li {
  position: relative;
  padding-left: 32px;
  color: #52627a;
}

.curriculum-flow-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00287d;
}

.curriculum-flow-card {
  padding: 32px;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
  display: grid;
  gap: 15px;
}

.curriculum-flow-step {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 25px rgba(10, 59, 158, .07);
}

.curriculum-flow-step b {
  min-width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
}

.curriculum-flow-step h3 {
  font-size: 18px;
  margin: 0;
}

.curriculum-process,
.curriculum-faq {
  margin-top: 75px;
}

.curriculum-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 35px;
}

.curriculum-head h2 {
  color: #071f4f;
  font-size: 42px;
  line-height: 1.2;
}

.curriculum-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.curriculum-step {
  padding: 34px;
}

.curriculum-step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.curriculum-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.curriculum-accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.curriculum-accordion .accordion-button {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  box-shadow: none;
}

.curriculum-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.curriculum-accordion .accordion-body {
  padding: 24px 26px;
  color: #52627a;
  line-height: 1.85;
}

.curriculum-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.curriculum-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.curriculum-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.curriculum-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .curriculum-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .curriculum-hero h2 {
    font-size: 40px;
  }

  .curriculum-grid,
  .curriculum-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .curriculum-flow-wrap {
    grid-template-columns: 1fr;
  }

  .curriculum-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .curriculum-sec {
    padding: 60px 0;
  }

  .curriculum-hero {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .curriculum-hero h2 {
    font-size: 31px;
  }

  .curriculum-head h2,
  .curriculum-flow-content h2,
  .curriculum-cta h2 {
    font-size: 28px;
  }

  .curriculum-grid,
  .curriculum-step-grid,
  .curriculum-flow-content ul {
    grid-template-columns: 1fr;
  }

  .curriculum-card,
  .curriculum-flow-content,
  .curriculum-flow-card,
  .curriculum-step,
  .curriculum-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .curriculum-hero-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .curriculum-hero-icon i {
    font-size: 38px;
  }

  .curriculum-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}


.online-program-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.online-program-hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 35px;
}

.online-program-hero span,
.program-category-head span,
.learning-head span,
.online-program-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.online-program-hero h2 {
  font-size: 56px;
  color: #071f4f;
  margin-bottom: 16px;
}

.online-program-hero p {
  color: #52627a;
  font-size: 17px;
  line-height: 1.8;
}

.program-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.program-tabs a {
  background: #fff;
  color: #00287d;
  padding: 13px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(10, 59, 158, .08);
  border: 1px solid rgba(10, 59, 158, .12);
  transition: .3s ease;
}

.program-tabs a:hover {
  background: #00287d;
  color: #fff;
  transform: translateY(-4px);
}

.program-category {
  margin-bottom: 65px;
}

.program-category-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.program-category-head span {
  width: 58px;
  height: 58px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  margin: 0;
}

.program-category-head h3 {
  font-size: 34px;
  color: #071f4f;
  margin: 0;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.program-card {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 24px;
  padding: 30px 24px;
  min-height: 210px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.program-card:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -45px;
  top: -45px;
  background: rgba(10, 59, 158, .08);
  border-radius: 50%;
  transition: .35s ease;
}

.program-card:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #00287d;
  opacity: .35;
  transition: .35s ease;
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.program-card:hover:before {
  transform: scale(1.5);
}

.program-card:hover:after {
  right: 18px;
  opacity: 1;
}

.program-card span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 7px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.program-card h4 {
  color: #071f4f;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.program-card p {
  color: #52627a;
  line-height: 1.65;
  margin: 0;
  font-size: 15px;
}

.learning-model {
  margin-top: 80px;
}

.learning-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 35px;
}

.learning-head h2 {
  color: #071f4f;
  font-size: 42px;
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.learning-card {
  background: #fff;
  padding: 35px;
  border-radius: 26px;
  border: 1px solid rgba(10, 59, 158, .10);
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.learning-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.learning-card i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;

  border-radius: 20px;
  background: #00287d;
  color: #fff;
  font-size: 28px;
  margin-bottom: 22px;
}

.learning-card h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 10px;
}

.learning-card p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.online-program-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.online-program-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.online-program-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.online-program-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.online-program-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:1199px) {
  .program-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:991px) {

  .program-grid,
  .learning-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .online-program-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .online-program-sec {
    padding: 60px 0;
  }

  .online-program-hero h2 {
    font-size: 34px;
  }

  .program-category-head h3,
  .learning-head h2,
  .online-program-cta h2 {
    font-size: 28px;
  }

  .program-tabs {
    justify-content: flex-start;
    gap: 10px;
  }

  .program-tabs a {
    padding: 11px 18px;
    font-size: 14px;
  }

  .program-grid,
  .learning-grid {
    grid-template-columns: 1fr;
  }

  .program-card,
  .learning-card,
  .online-program-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .online-program-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}

.research-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.research-hero {
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 32px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.research-hero span,
.research-head span,
.research-publication-head span,
.research-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.research-hero span,
.research-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.research-hero h2 {
  font-size: 52px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.research-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.research-hero-icon {
  min-width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.research-hero-icon i {
  font-size: 54px;
  color: #fff;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.research-card,
.research-publication-card,
.research-step {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.research-card {
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.research-card:before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.research-card:hover,
.research-publication-card:hover,
.research-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.research-card:hover:before {
  transform: scale(1.5);
}

.research-card i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  font-size: 28px;
  margin-bottom: 22px;
}

.research-card h3,
.research-publication-card h3,
.research-step h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 12px;
}

.research-card p,
.research-publication-card p,
.research-step p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.research-publication-wrap {
  margin-top: 75px;
}

.research-publication-head,
.research-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 35px;
}

.research-publication-head h2,
.research-head h2 {
  color: #071f4f;
  font-size: 42px;
  line-height: 1.2;
}

.research-publication-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.research-publication-card {
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.research-publication-card span {
  display: inline-block;
  background: #00287d;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.research-publication-card:after {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 80px;
  color: rgba(10, 59, 158, .06);
}

.research-pathway,
.research-faq-wrap {
  margin-top: 75px;
}

.research-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.research-step {
  padding: 34px;
}

.research-step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.research-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.research-accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.research-accordion .accordion-button {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  box-shadow: none;
}

.research-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.research-accordion .accordion-body {
  padding: 24px 26px;
  color: #52627a;
  line-height: 1.85;
}

.research-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.research-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.research-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.research-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .research-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .research-hero h2 {
    font-size: 40px;
  }

  .research-grid,
  .research-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .research-publication-grid {
    grid-template-columns: 1fr;
  }

  .research-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .research-sec {
    padding: 60px 0;
  }

  .research-hero {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .research-hero h2 {
    font-size: 32px;
  }

  .research-publication-head h2,
  .research-head h2,
  .research-cta h2 {
    font-size: 28px;
  }

  .research-grid,
  .research-step-grid {
    grid-template-columns: 1fr;
  }

  .research-card,
  .research-publication-card,
  .research-step,
  .research-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .research-hero-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .research-hero-icon i {
    font-size: 38px;
  }

  .research-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}

.library-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.library-hero {
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 32px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.library-hero span,
.library-content span,
.library-head span,
.library-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.library-hero span,
.library-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.library-hero h2 {
  font-size: 56px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.library-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.library-hero-icon {
  min-width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.library-hero-icon i {
  font-size: 54px;
  color: #fff;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 35px;
}

.library-card,
.library-content,
.library-visual-box,
.library-step {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.library-card {
  padding: 32px 26px;
  position: relative;
  overflow: hidden;
}

.library-card:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.library-card:hover,
.library-content:hover,
.library-visual-box:hover,
.library-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.library-card:hover:before {
  transform: scale(1.5);
}

.library-card i {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.library-card h3,
.library-visual-box h3,
.library-step h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 12px;
}

.library-card p,
.library-content p,
.library-visual-box p,
.library-step p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.library-split {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
}

.library-content {
  padding: 45px;
}

.library-content h2 {
  color: #071f4f;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.library-content ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.library-content li {
  position: relative;
  padding-left: 32px;
  color: #52627a;
}

.library-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00287d;
}

.library-visual-box {
  padding: 45px;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.library-visual-box i {
  width: 86px;
  height: 86px;
  border-radius: 26px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.library-process,
.library-faq {
  margin-top: 75px;
}

.library-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 35px;
}

.library-head h2 {
  color: #071f4f;
  font-size: 42px;
  line-height: 1.2;
}

.library-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.library-step {
  padding: 34px;
}

.library-step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.library-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.library-accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.library-accordion .accordion-button {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  box-shadow: none;
}

.library-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.library-accordion .accordion-body {
  padding: 24px 26px;
  color: #52627a;
  line-height: 1.85;
}

.library-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.library-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.library-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.library-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .library-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .library-hero h2 {
    font-size: 42px;
  }

  .library-grid,
  .library-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .library-split {
    grid-template-columns: 1fr;
  }

  .library-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .library-sec {
    padding: 60px 0;
  }

  .library-hero {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .library-hero h2 {
    font-size: 34px;
  }

  .library-head h2,
  .library-content h2,
  .library-cta h2 {
    font-size: 28px;
  }

  .library-grid,
  .library-step-grid,
  .library-content ul {
    grid-template-columns: 1fr;
  }

  .library-card,
  .library-content,
  .library-visual-box,
  .library-step,
  .library-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .library-hero-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .library-hero-icon i {
    font-size: 38px;
  }

  .library-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}

.exam-result-sec {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 59, 158, .12), transparent 35%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #eef5ff 100%);
  overflow: hidden;
}

.exam-result-hero {
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 32px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.exam-result-hero span,
.exam-result-content span,
.exam-result-head span,
.exam-result-cta span {
  display: inline-block;
  background: rgba(10, 59, 158, .09);
  color: #00287d;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.exam-result-hero span,
.exam-result-cta span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.exam-result-hero h2 {
  font-size: 56px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}

.exam-result-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.exam-result-icon {
  min-width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.exam-result-icon i {
  font-size: 54px;
  color: #fff;
}

.exam-result-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 35px;
}

.exam-result-card,
.exam-result-content,
.exam-result-status,
.exam-step {
  background: #fff;
  border: 1px solid rgba(10, 59, 158, .10);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.exam-result-card {
  padding: 32px 26px;
  position: relative;
  overflow: hidden;
}

.exam-result-card:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .08);
  transition: .35s ease;
}

.exam-result-card:hover,
.exam-result-content:hover,
.exam-result-status:hover,
.exam-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(10, 59, 158, .16);
}

.exam-result-card:hover:before {
  transform: scale(1.5);
}

.exam-result-card i {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.exam-result-card h3,
.exam-result-status h3,
.exam-step h3 {
  color: #071f4f;
  font-size: 22px;
  margin-bottom: 12px;
}

.exam-result-card p,
.exam-result-content p,
.exam-result-status p,
.exam-step p {
  color: #52627a;
  line-height: 1.75;
  margin: 0;
}

.exam-result-split {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
}

.exam-result-content {
  padding: 45px;
}

.exam-result-content h2 {
  color: #071f4f;
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.exam-result-content ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.exam-result-content li {
  position: relative;
  padding-left: 32px;
  color: #52627a;
}

.exam-result-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #00287d;
}

.exam-result-status {
  padding: 45px;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exam-result-status i {
  width: 86px;
  height: 86px;
  border-radius: 26px;
  background: #00287d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.exam-result-process,
.exam-result-faq {
  margin-top: 75px;
}

.exam-result-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 35px;
}

.exam-result-head h2 {
  color: #071f4f;
  font-size: 42px;
  line-height: 1.2;
}

.exam-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.exam-step {
  padding: 34px;
}

.exam-step b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #00287d;
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}

.exam-result-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.exam-result-accordion .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(10, 59, 158, .08);
}

.exam-result-accordion .accordion-button {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #071f4f;
  box-shadow: none;
}

.exam-result-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #fff;
}

.exam-result-accordion .accordion-body {
  padding: 24px 26px;
  color: #52627a;
  line-height: 1.85;
}

.exam-result-cta {
  margin-top: 75px;
  background: linear-gradient(135deg, #00287d, #062766);
  border-radius: 30px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  box-shadow: 0 25px 70px rgba(10, 59, 158, .25);
}

.exam-result-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.exam-result-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
  line-height: 1.7;
}

.exam-result-cta .tp-btn {
  background: #fff;
  color: #00287d;
  white-space: nowrap;
}

@media(max-width:991px) {
  .exam-result-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .exam-result-hero h2 {
    font-size: 42px;
  }

  .exam-result-grid,
  .exam-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .exam-result-split {
    grid-template-columns: 1fr;
  }

  .exam-result-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:575px) {
  .exam-result-sec {
    padding: 60px 0;
  }

  .exam-result-hero {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .exam-result-hero h2 {
    font-size: 34px;
  }

  .exam-result-head h2,
  .exam-result-content h2,
  .exam-result-cta h2 {
    font-size: 28px;
  }

  .exam-result-grid,
  .exam-step-grid,
  .exam-result-content ul {
    grid-template-columns: 1fr;
  }

  .exam-result-card,
  .exam-result-content,
  .exam-result-status,
  .exam-step,
  .exam-result-cta {
    padding: 28px;
    border-radius: 22px;
  }

  .exam-result-icon {
    min-width: 90px;
    height: 90px;
    border-radius: 24px;
  }

  .exam-result-icon i {
    font-size: 38px;
  }

  .exam-result-cta .tp-btn {
    width: 100%;
    text-align: center;
  }
}





/*==================================================
NEW LEADERSHIP SECTION
==================================================*/

.newleadercss {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #fff;
}

.newleadercss:nth-child(even) {
  background: #f7faff;
}

/* Heading */

.newleadercss-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.newleadercss-head span {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: rgba(10, 59, 158, .08);
  color: #00287d;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.newleadercss-head h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #08152e;
  margin-bottom: 18px;
}

.newleadercss-head p {
  font-size: 18px;
  color: #667085;
}

/* Message Layout */

.newleadercss-message {
  display: flex;
  align-items: center;
  gap: 70px;
}

.newleadercss-reverse {
  flex-direction: row-reverse;
}

/* Image Area */

.newleadercss-photo {
  width: 420px;
  flex-shrink: 0;
  position: relative;
}

.newleadercss-frame {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  padding: 14px;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .12);
}

.newleadercss-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 35px;
  background: linear-gradient(135deg,
      #00287d,
      #4d7dff,
      #b5c8ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

.newleadercss-frame img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.newleadercss-badge {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #00287d;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(10, 59, 158, .3);
}

/* Content */

.newleadercss-content {
  flex: 1;
}

.newleadercss-tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #00287d;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newleadercss-content h3 {
  font-size: 40px;
  font-weight: 600;
  color: #08152e;
  margin-bottom: 25px;
}

.newleadercss-content h3 small {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #00287d;
}

.newleadercss-content p {
  color: #4f5b6f;
  font-size: 16px;
  line-height: 1.95;
  margin-bottom: 22px;
}

/* Signature */

.newleadercss-sign {
  margin-top: 40px;
  border-left: 4px solid #00287d;
  padding-left: 25px;
}

.newleadercss-sign em {
  display: block;
  color: #00287d;
  margin-bottom: 8px;
  font-style: italic;
}

.newleadercss-sign strong {
  display: block;
  font-size: 20px;
  color: #08152e;
}

/* Secretary Block */

.newleadercss-secretary {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
  margin-bottom: 70px;
}

.newleadercss-secretary-title {
  margin-bottom: 25px;
}

.newleadercss-secretary-title span {
  color: #00287d;
  font-weight: 700;
  text-transform: uppercase;
}

.newleadercss-secretary-title h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 8px;
}

.newleadercss-secretary-content p {
  line-height: 1.9;
  color: #59657a;
}

/* Leadership Cards */

.newleadercss-card {
  height: 100%;
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  transition: .4s;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

.newleadercss-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(10, 59, 158, .15);
}

.newleadercss-card i {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #eef4ff;
  color: #00287d;
  font-size: 36px;
}

.newleadercss-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.newleadercss-card p {
  color: #667085;
  line-height: 1.8;
}

/* Decorative Shapes */

.newleadercss::before {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .03);
  top: -180px;
  right: -150px;
}

.newleadercss::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(10, 59, 158, .04);
  bottom: -180px;
  left: -120px;
}

/* Responsive */

@media(max-width:1200px) {

  .newleadercss-message {
    gap: 40px;
  }

  .newleadercss-photo {
    width: 350px;
  }

  .newleadercss-frame img {
    height: 500px;
  }
}

@media(max-width:991px) {

  .newleadercss {
    padding: 80px 0;
  }

  .newleadercss-message,
  .newleadercss-reverse {
    flex-direction: column;
  }

  .newleadercss-photo {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }

  .newleadercss-content h3 {
    font-size: 32px;
  }

  .newleadercss-head h2 {
    font-size: 34px;
  }

  .newleadercss-secretary {
    padding: 35px;
  }
}

@media(max-width:576px) {

  .newleadercss {
    padding: 60px 0;
  }

  .newleadercss-head h2 {
    font-size: 28px;
  }

  .newleadercss-content h3 {
    font-size: 26px;
  }

  .newleadercss-frame img {
    height: 420px;
  }

  .newleadercss-secretary {
    padding: 25px;
    border-radius: 20px;
  }

  .newleadercss-card {
    padding: 30px;
  }
}

/* =========================== GALLERY CSS =========================== */
.newgallerycode-section {
  padding: 100px 0;
  background: #fff;
}

.newgallerycode-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.newgallerycode-head span {
  display: inline-block;
  padding: 10px 22px;
  background: #edf4ff;
  color: #00287d;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}

.newgallerycode-head h2 {
  font-size: 48px;
  font-weight: 600;
  color: #08142d;
  margin-bottom: 15px;
}

.newgallerycode-head p {
  color: #667085;
  font-size: 17px;
}

.newgallerycode-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.newgallerycode-item {
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  background: #f5f5f5;
}

.newgallerycode-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: .5s;
}

.newgallerycode-item:hover img {
  transform: scale(1.08);
}

.newgallerycode-item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 59, 158, .35), transparent);
  opacity: 0;
  transition: .4s;
  z-index: 1;
}

.newgallerycode-item:hover:before {
  opacity: 1;
}

/* LIGHTBOX */
.newgallerycode-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999999;
}

.newgallerycode-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.newgallerycode-lightbox-content {
  width: 90%;
  text-align: center;
}

.newgallerycode-lightbox img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 10px;
}

.newgallerycode-close,
.newgallerycode-prev,
.newgallerycode-next {
  position: absolute;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.newgallerycode-close {
  top: 25px;
  right: 25px;
}

.newgallerycode-prev {
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.newgallerycode-next {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/* RESPONSIVE */
@media(max-width:1199px) {
  .newgallerycode-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:767px) {
  .newgallerycode-section {
    padding: 70px 0;
  }

  .newgallerycode-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .newgallerycode-item img {
    height: 180px;
  }

  .newgallerycode-head h2 {
    font-size: 30px;
  }

  .newgallerycode-prev,
  .newgallerycode-next {
    width: 45px;
    height: 45px;
  }
}


.socialnewcss-section {
  padding: 100px 0;
  background: #f8fbff;
  position: relative;
}

.socialnewcss-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.socialnewcss-head span {
  display: inline-block;
  padding: 10px 22px;
  background: #e8f0ff;
  color: #00287d;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 18px;
}

.socialnewcss-head h2 {
  font-size: 48px;
  font-weight: 600;
  color: #08142d;
  margin-bottom: 15px;
}

.socialnewcss-head p {
  color: #667085;
  font-size: 17px;
  line-height: 1.8;
}

.socialnewcss-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.socialnewcss-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 35px 28px;
  text-decoration: none;
  overflow: hidden;
  transition: .4s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
  border: 1px solid rgba(10, 59, 158, .08);
}

.socialnewcss-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(10, 59, 158, .15);
}

.socialnewcss-icon {
  width: 75px;
  height: 75px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
}

.socialnewcss-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #08142d;
}

.socialnewcss-content p {
  color: #667085;
  line-height: 1.8;
  margin: 0;
}

.socialnewcss-arrow {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00287d;
  transition: .4s;
}

.socialnewcss-card:hover .socialnewcss-arrow {
  background: #00287d;
  color: #fff;
}

/* Platform Colors */

.socialnewcss-linkedin .socialnewcss-icon {
  background: #0077b5;
}

.socialnewcss-instagram .socialnewcss-icon {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.socialnewcss-youtube .socialnewcss-icon {
  background: #ff0000;
}

.socialnewcss-facebook .socialnewcss-icon {
  background: #1877f2;
}

/* Responsive */

@media(max-width:1199px) {

  .socialnewcss-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .socialnewcss-section {
    padding: 70px 0;
  }

  .socialnewcss-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .socialnewcss-head h2 {
    font-size: 32px;
  }

  .socialnewcss-card {
    padding: 25px;
  }

}

@media (max-width: 1400px) {

  .main-menu>nav>ul>li {
    margin: 0 6px;
  }

  .main-menu>nav>ul>li>a {
    font-size: 15px;
    padding: 28px 0;
  }

  .tp-header-right-list a {
    font-size: 10px;
  }

  .main-menu>nav>ul>li.has-dropdown>a::after {
    display: none;
  }

}











.homenewsec1 {
  position: relative;
  z-index: 5;
  padding-bottom: 40px;
}

.homenewsec1-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #00287d;
  overflow: hidden;
}

.homenewsec1-card {
  position: relative;
  display: block;
  text-align: center;
  padding: 28px 18px 25px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid rgb(118 118 118 / 16%);
  background: #ffc63b;
  transition: all 0.35s ease;
}

.homenewsec1-card:last-child {
  border-right: 0;
}

.homenewsec1-card span {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00287d;
  border: 1px solid rgba(216, 166, 40, 0.45);
  font-size: 22px;
  transition: all 0.35s ease;
}

.homenewsec1-card span i {
  color: #fff;
}



.homenewsec1-card h4 {
  font-family: "Inter", Sans-serif;
  color: #161613;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 7px;
}

.homenewsec1-card p {
  font-family: "Inter", Sans-serif;
  color: #161613;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.homenewsec1-card:hover {
  background: #00287d;
  transform: translateY(0px);
  box-shadow: 0 18px 35px rgba(216, 166, 40, 0.28);
}

.homenewsec1-card:hover span {
  color: #00287d;
  background: #fff;
  border-color: #fff;
}

.homenewsec1-card:hover span i {
  color: #00287d;
  border-color: #071b53;
}



.homenewsec1-card:hover h4,
.homenewsec1-card:hover p {
  color: #fff;
}

@media (max-width: 1199px) {
  .homenewsec1-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .homenewsec1-card:nth-child(3),
  .homenewsec1-card:nth-child(6) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .homenewsec1 {
    margin-top: 25px;
    padding-bottom: 25px;
  }

  .homenewsec1-grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 12px;
  }

  .homenewsec1-card {
    padding: 24px 14px 22px;
  }

  .homenewsec1-card:nth-child(even) {
    border-right: 0;
  }
}

@media (max-width: 480px) {
  .homenewsec1-grid {
    grid-template-columns: 1fr;
  }

  .homenewsec1-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .homenewsec1-card:last-child {
    border-bottom: 0;
  }
}


/*==============================
HOME SECTION 2
===============================*/

.homesec2 {
  margin-top: -18px;
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}

.homesec2-wrap {

  display: grid;
  grid-template-columns: repeat(6, 1fr);

  background: #071b53;

  border-radius: 18px;

  overflow: hidden;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, .15);

  border: 1px solid rgba(216, 166, 40, .25);

}

.homesec2-item {

  padding: 32px 18px;

  text-align: center;

  border-right: 1px solid rgba(255, 255, 255, .10);

  transition: .35s;

  position: relative;

}

.homesec2-item:last-child {

  border-right: none;

}

.homesec2-item i {

  font-size: 34px;

  color: #d8a628;

  margin-bottom: 18px;

  transition: .35s;

}

.homesec2-item h3 {

  color: #fff;

  font-size: 34px;

  font-weight: 600;

  margin-bottom: 6px;

}

.homesec2-item span {

  display: block;

  color: rgba(255, 255, 255, .78);

  font-size: 14px;

  line-height: 1.5;

}

.homesec2-item:hover {

  background: #d8a628;

  transform: translateY(-0px);

}

.homesec2-item:hover i {

  color: #071b53;

  transform: scale(1.15);

}

.homesec2-item:hover h3 {

  color: #071b53;

}

.homesec2-item:hover span {

  color: #071b53;

}

/*=============
Tablet
==============*/

@media(max-width:991px) {

  .homesec2-wrap {

    grid-template-columns: repeat(3, 1fr);

  }

  .homesec2-item:nth-child(3) {

    border-right: none;

  }

  .homesec2-item:nth-child(-n+3) {

    border-bottom: 1px solid rgba(255, 255, 255, .10);

  }

}

/*=============
Mobile
==============*/

@media(max-width:767px) {

  .homesec2 {

    margin-bottom: 40px;

  }

  .homesec2-wrap {

    grid-template-columns: repeat(2, 1fr);

  }

  .homesec2-item {

    padding: 28px 12px;

  }

  .homesec2-item:nth-child(even) {

    border-right: none;

  }

  .homesec2-item:nth-child(-n+4) {

    border-bottom: 1px solid rgba(255, 255, 255, .10);

  }

  .homesec2-item h3 {

    font-size: 28px;

  }

  .homesec2-item i {

    font-size: 28px;

  }

}

@media(max-width:480px) {

  .homesec2-wrap {

    grid-template-columns: 1fr;

  }

  .homesec2-item {

    border-right: none;

    border-bottom: 1px solid rgba(255, 255, 255, .10);

  }

  .homesec2-item:last-child {

    border-bottom: none;

  }

}

.homesec3 {
  padding: 90px 0 80px;
  background: #f7f9fd;
}

.homesec3-card {
  display: grid;
  grid-template-columns: 46% 54%;
  height: 285px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 83, 0.08);
  box-shadow: 0 14px 35px rgba(7, 27, 83, 0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.homesec3-img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.homesec3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.homesec3-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 27, 83, 0.35));
  pointer-events: none;
}

.homesec3-icon {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #071b53;
  color: #d8a628;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .25);
  transition: background-color .35s ease, color .35s ease, transform .35s ease;
}

.homesec3-content {
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homesec3-content h3 {
  color: #071b53;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
  font-family: Georgia, serif;
}

.homesec3-content h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: #d8a628;
  margin-top: 14px;
}

.homesec3-content p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.homesec3-content a {
  color: #071b53;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homesec3-content a i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d8a628;
  color: #d8a628;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .35s ease, color .35s ease, transform .35s ease;
}

.homesec3-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(7, 27, 83, 0.18);
}

.homesec3-card:hover .homesec3-img img {
  transform: scale(1.08);
}

.homesec3-card:hover .homesec3-icon {
  background: #d8a628;
  color: #071b53;
  transform: scale(1.06);
}

.homesec3-card:hover .homesec3-content a i {
  background: #d8a628;
  color: #071b53;
  transform: translateX(4px);
}

@media (max-width: 1199px) {
  .homesec3-card {
    height: 300px;
  }

  .homesec3-content h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .homesec3 {
    padding: 65px 0 55px;
  }

  .homesec3-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .homesec3-img {
    height: 230px;
  }

  .homesec3-content {
    padding: 38px 25px 28px;
  }
}

/*=========================
SECTION HEADING
==========================*/

.homesec3-heading {
  max-width: 760px;
  margin: 0 auto 65px;
}

.homesec3-subtitle {

  display: inline-block;

  color: #d8a628;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 3px;

  text-transform: uppercase;

  margin-bottom: 12px;

  position: relative;

}

.homesec3-subtitle::before,
.homesec3-subtitle::after {

  content: "";

  position: absolute;

  top: 50%;

  width: 55px;

  height: 1px;

  background: #d8a628;

}

.homesec3-subtitle::before {

  right: calc(100% + 18px);

}

.homesec3-subtitle::after {

  left: calc(100% + 18px);

}

.homesec3-heading h2 {

  color: #071b53;

  font-size: 52px;

  line-height: 1.15;

  font-weight: 600;

  margin-bottom: 18px;

  font-family: "Playfair Display", serif;

}

.homesec3-heading p {

  color: #666;

  font-size: 17px;

  line-height: 1.8;

  margin: 22px auto 0;

  max-width: 650px;

}





/*=========================================
HOME SECTION 5 - UPCOMING EVENTS
==========================================*/

.homesec5 {
  padding: 90px 0;
  background: #f8f9fc;
  position: relative;
  overflow: hidden;
}

.homesec5::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  left: -260px;
  top: -260px;
  border-radius: 50%;
  background: radial-gradient(rgba(216, 166, 40, .08), transparent 70%);
}

.homesec5::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: -220px;
  bottom: -220px;
  border-radius: 50%;
  background: radial-gradient(rgba(7, 27, 83, .05), transparent 70%);
}

/*===================*/

.homesec5-list {

  margin-top: 55px;

}

.homesec5-row {

  display: flex;

  align-items: center;

  gap: 28px;

  padding: 22px;

  margin-bottom: 22px;

  background: #fff;

  border-radius: 18px;

  text-decoration: none;

  border: 1px solid rgba(7, 27, 83, .08);

  box-shadow: 0 10px 35px rgba(7, 27, 83, .07);

  transition: all .35s ease;

}

.homesec5-row:hover {

  transform: translateY(-6px);

  box-shadow: 0 22px 50px rgba(7, 27, 83, .12);

}

/*===================*/

.homesec5-date {

  width: 115px;

  min-width: 115px;

  text-align: center;

  background: linear-gradient(#ffffff, #f4f6fb);

  border-radius: 14px;

  padding: 18px 10px;

  border: 1px solid rgba(216, 166, 40, .18);

}

.homesec5-date span {

  display: block;

  color: #d8a628;

  font-size: 15px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 2px;

}

.homesec5-date strong {

  display: block;

  color: #071b53;

  font-size: 48px;

  line-height: 1;

  margin: 8px 0;

  font-weight: 600;

}

.homesec5-date small {

  color: #777;

  font-size: 15px;

}

/*===================*/

.homesec5-content {

  flex: 1;

}

.homesec5-content h4 {

  color: #071b53;

  font-size: 27px;

  font-weight: 700;

  margin-bottom: 14px;

  transition: .3s;

}

.homesec5-row:hover h4 {

  color: #d8a628;

}

.homesec5-content ul {

  display: flex;

  gap: 35px;

  list-style: none;

  margin: 0;

  padding: 0;

  flex-wrap: wrap;

}

.homesec5-content li {

  color: #666;

  font-size: 15px;

}

.homesec5-content i {

  color: #d8a628;

  margin-right: 7px;

}

/*===================*/

.homesec5-type {

  padding: 10px 20px;

  border-radius: 30px;

  font-size: 14px;

  font-weight: 700;

  white-space: nowrap;

}

.webinar {

  background: #eef3ff;

  color: #2047a6;

}

.seminar {

  background: #eefbe8;

  color: #3b7b20;

}

.workshop {

  background: #f4efff;

  color: #6c36d8;

}

/*===================*/

.homesec5-arrow {

  width: 58px;

  height: 58px;

  border-radius: 50%;

  background: #071b53;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  transition: .35s;

}

.homesec5-row:hover .homesec5-arrow {

  background: #d8a628;

  color: #071b53;

  transform: translateX(5px);

}

/*===================*/

.homesec5-bottom {

  margin-top: 45px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background: #fff;

  border-radius: 18px;

  padding: 22px 30px;

  box-shadow: 0 12px 35px rgba(7, 27, 83, .08);

  border: 1px solid rgba(7, 27, 83, .08);

}

.homesec5-bottom-icon {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: #fff8eb;

  color: #d8a628;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 28px;

}

.homesec5-bottom p {

  flex: 1;

  margin: 0 30px;

  color: #555;

  font-size: 16px;

}

.homesec5-bottom a {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 16px 32px;

  background: #071b53;

  color: #fff;

  border-radius: 10px;

  font-weight: 700;

  transition: .35s;

}

.homesec5-bottom a:hover {

  background: #d8a628;

  color: #071b53;

}

/*========================
Responsive
=========================*/

@media(max-width:991px) {

  .homesec5-row {

    flex-wrap: wrap;

  }

  .homesec5-type {

    order: 4;

  }

  .homesec5-arrow {

    margin-left: auto;

  }

  .homesec5-bottom {

    flex-direction: column;

    text-align: center;

    gap: 20px;

  }

  .homesec5-bottom p {

    margin: 0;

  }

}

@media(max-width:767px) {

  .homesec5 {

    padding: 65px 0;

  }

  .homesec5-row {

    padding: 18px;

    gap: 18px;

  }

  .homesec5-date {

    width: 90px;

    min-width: 90px;

  }

  .homesec5-date strong {

    font-size: 38px;

  }

  .homesec5-content h4 {

    font-size: 22px;

  }

  .homesec5-content ul {

    display: block;

  }

  .homesec5-content li {

    margin-top: 8px;

  }

  .homesec5-bottom a {

    width: 100%;

    justify-content: center;

  }

}

@media(max-width:480px) {

  .homesec5-row {

    display: block;

  }

  .homesec5-date {

    margin-bottom: 18px;

  }

  .homesec5-type {

    margin-top: 18px;

    display: inline-block;

  }

  .homesec5-arrow {

    margin-top: 18px;

  }

}


.mainabout2 {
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 200, 61, 0.22), transparent 25%),
    linear-gradient(135deg, #ffffff 0%, #f4f6ff 100%);
  position: relative;
  overflow: hidden;
}

.mainabout2-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.mainabout2-left {
  position: sticky;
  top: 110px;
  background: #554fc0;
  padding: 80px 60px;
  border-radius: 34px;
  box-shadow: 0 25px 70px rgba(85, 79, 192, 0.25);
}

.mainabout2-left .iama-label {
  color: #ffc83d;
}

.mainabout2-left h2 {
  font-family: 'Outfit', sans-serif;
  color: #111;
  font-size: 55px;
  color: #ffffff;
  line-height: 1;
  margin: 16px 0 30px;
  font-weight: 400;
}

.mainabout2-btn {
  font-family: "Inter", Sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffc83d;
  color: #17172f;
  padding: 15px 26px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.mainabout2-btn:hover {
  background: #ffffff;
  color: #554fc0;
  transform: translateY(-3px);
}

.mainabout2-content {
  background: #ffffff;
  padding: 50px;
  border-radius: 34px;
  box-shadow: 0 22px 65px rgba(35, 35, 80, 0.08);
  border: 1px solid rgba(85, 79, 192, 0.08);
}

.mainabout2-content p {
  color: #55576a;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 24px;
  padding-left: 24px;
  border-left: 4px solid rgba(85, 79, 192, 0.18);
}

.mainabout2-content p:last-child {
  margin-bottom: 0;
}

.mainabout2-content strong {
  color: #17172f;
  font-weight: 900;
}

@media (max-width: 991px) {
  .mainabout2 {
    padding: 80px 0;
  }

  .mainabout2-wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .mainabout2-left {
    position: relative;
    top: auto;
  }
}

@media (max-width: 575px) {
  .mainabout2 {
    padding: 65px 0;
  }

  .mainabout2-left,
  .mainabout2-content {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .mainabout2-left h2 {
    font-size: 32px;
  }

  .mainabout2-content p {
    font-size: 15px;
    padding-left: 18px;
  }
}

/*====================================================
  ACADIA-STYLE HERO SLIDER
====================================================*/

.newslider-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #071d3f;
}

.newslider-active,
.newslider-active .swiper-wrapper,
.newslider-active .swiper-slide {
  width: 100%;
  height: 100%;
}

/*====================================================
  SLIDE STRUCTURE
====================================================*/

.newslider-item {
  position: relative;
  width: 100%;
  min-height: 810px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.newslider-item>.container {
  position: relative;
  z-index: 5;
  width: 100%;
}

/*====================================================
  BACKGROUND IMAGE
====================================================*/

.newslider-bg {
  position: absolute;
  inset: -2%;
  z-index: 1;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  transform: scale(1.12);
  will-change: transform, opacity;
}

/* Dark overlay for readable text */

.newslider-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

/* Soft bottom shading */

.newslider-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0) 45%,
      rgba(0, 0, 0, 0.24) 100%);
}

/* Active slide cinematic zoom-out */

.newslider-active .swiper-slide-active .newslider-bg {
  animation: newsliderZoomOut 7.5s ease-out forwards;
}

@keyframes newsliderZoomOut {
  0% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }
}

/*====================================================
  CONTENT POSITION
====================================================*/

.newslider-content {
  position: relative;
  z-index: 5;
  padding-top: 125px;
}

/*====================================================
  OPTIONAL SUBTITLE
====================================================*/

.newslider-subtitle {
  display: inline-block;
  margin-bottom: 22px;

  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.5px;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(28px);
}

/*====================================================
  HERO TITLE
====================================================*/

.newslider-title {
  margin: 0 0 38px;

  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(58px, 5vw, 82px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.8px;

  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.28),
    0 6px 16px rgba(0, 0, 0, 0.10);
}

.newslider-title-line {
  display: block;
  overflow: hidden;

  opacity: 0;
  transform: translateY(85px);

  will-change: transform, opacity;
}

.newslider-title strong {
  color: #ffffff;
  font-weight: 700;
}

/*====================================================
  BUTTON
====================================================*/

.newslider-btn {
  position: relative;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-height: 58px;
  padding: 16px 31px !important;

  overflow: hidden;

  color: #071b40 !important;
  background: #f8c23a !important;
  border: 1px solid #f8c23a !important;
   border-radius:50px;

  font-family: "Inter", sans-serif;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: 0.15px;
  text-transform: capitalize;

  opacity: 0;
  transform: translateY(42px);

  transition:
    color 0.4s ease,
    border-color 0.4s ease,
    transform 0.4s ease !important;
}

.newslider-btn::before {
  content: "";
  position: absolute;
  inset: 0;

  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right center;

  transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
}

.newslider-btn span,
.newslider-btn i {
  position: relative;
  z-index: 2;
}

.newslider-btn i {
  font-size: 18px;
  transition: transform 0.35s ease;
}

.newslider-btn:hover {
  color: #071b40 !important;
  border-color: #ffffff !important;
  background: #f8c23a !important;
  transform: translateY(-3px);
}

.newslider-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.newslider-btn:hover i {
  transform: translateX(5px);
}

/*====================================================
  ACTIVE SLIDE CONTENT ANIMATION
====================================================*/

.newslider-active .swiper-slide-active .newslider-subtitle {
  animation: newsliderFadeUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

.newslider-active .swiper-slide-active .newslider-title-line:nth-child(1) {
  animation: newsliderTitleReveal 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.42s;
}

.newslider-active .swiper-slide-active .newslider-title-line:nth-child(2) {
  animation: newsliderTitleReveal 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.58s;
}

.newslider-active .swiper-slide-active .newslider-btn {
  animation: newsliderFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.86s;
}

@keyframes newsliderTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(85px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes newsliderFadeUp {
  0% {
    opacity: 0;
    transform: translateY(42px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hide inactive content cleanly */

.newslider-active .swiper-slide:not(.swiper-slide-active) .newslider-subtitle,
.newslider-active .swiper-slide:not(.swiper-slide-active) .newslider-title-line,
.newslider-active .swiper-slide:not(.swiper-slide-active) .newslider-btn {
  opacity: 0;
}

/*====================================================
  NAVIGATION ARROWS
====================================================*/

.newslider-arrow {
  position: absolute;
  right: 55px;
  bottom: 110px;
  z-index: 20;

  display: flex;
  align-items: center;
  gap: 12px;
}

.newslider-prev,
.newslider-next {
  position: relative;

  width: 56px;
  height: 56px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);

  font-size: 16px;

  cursor: pointer;

  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.newslider-prev:hover,
.newslider-next:hover {
  color: #071b40;
  background: #f8c23a;
  border-color: #f8c23a;
  transform: translateY(-3px);
}

/*====================================================
  PAGINATION
====================================================*/

.newslider-pagination {
  display: none;
}

/*====================================================
  LARGE DESKTOP
====================================================*/

@media (min-width: 1601px) {
  .newslider-item {
    min-height: 820px;
  }

  .newslider-content {
    padding-top: 140px;
  }

  .newslider-title {
    font-size: 82px;
  }
}

/*====================================================
  STANDARD DESKTOP / LAPTOP
====================================================*/

@media (max-width: 1600px) {
  .newslider-item {
    min-height: 760px;
  }

  .newslider-content {
    padding-top: 120px;
  }

  .newslider-title {
    font-size: 80px;
    letter-spacing: -2.2px;
  }
}

/*====================================================
  SMALL LAPTOP
====================================================*/

@media (max-width: 1199px) {
  .newslider-item {
    min-height: 700px;
  }

  .newslider-content {
    max-width: 760px;
    padding-top: 105px;
    padding-left: 10px;
  }

  .newslider-title {
    font-size: 59px;
    line-height: 1.07;
  }

  .newslider-arrow {
    right: 30px;
    bottom: 35px;
  }
}

/*====================================================
  TABLET
====================================================*/

@media (max-width: 991px) {
  .newslider-item {
    min-height: 650px;
  }

  .newslider-bg {
    background-position: 62% center;
  }

  .newslider-bg::before {
    background:
      linear-gradient(90deg,
        rgba(3, 18, 45, 0.88) 0%,
        rgba(3, 23, 55, 0.70) 50%,
        rgba(3, 23, 55, 0.24) 100%);
  }

  .newslider-content {
    max-width: 680px;
    padding: 100px 30px 20px;
  }

  .newslider-title {
    font-size: 50px;
    letter-spacing: -1.7px;
  }

  .newslider-prev,
  .newslider-next {
    display: none;
  }

  .newslider-pagination {
    position: absolute;
    right: auto !important;
    bottom: 28px !important;
    left: 30px !important;
    z-index: 20;

    display: flex;
    width: auto !important;
    gap: 8px;
  }

  .newslider-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;

    background: #ffffff;
    opacity: 0.48;

    transition:
      width 0.35s ease,
      opacity 0.35s ease,
      border-radius 0.35s ease;
  }

  .newslider-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    opacity: 1;
  }
}

/*====================================================
  MOBILE
====================================================*/

@media (max-width: 767px) {
  .newslider-item {
    min-height: 590px;
  }

  .newslider-bg {
    inset: 0;
    background-position: 68% center;
  }

  .newslider-bg::before {
    background:
      linear-gradient(90deg,
        rgba(3, 18, 45, 0.88) 0%,
        rgba(3, 23, 55, 0.74) 65%,
        rgba(3, 23, 55, 0.48) 100%);
  }

  .newslider-content {
    max-width: 100%;
    padding: 90px 20px 45px;
  }

  .newslider-title {
    margin-bottom: 28px;

    font-size: 40px;
    line-height: 1.09;
    letter-spacing: -1.3px;
  }

  .newslider-btn {
    min-height: 52px;
    padding: 14px 24px !important;
    font-size: 14px !important;
  }
}

/*====================================================
  SMALL MOBILE
====================================================*/

@media (max-width: 480px) {
  .newslider-item {
    min-height: 540px;
  }

  .newslider-content {
    padding-top: 75px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .newslider-title {
    font-size: 33px;
    line-height: 1.12;
    letter-spacing: -0.9px;
  }

  .newslider-pagination {
    left: 16px !important;
    bottom: 20px !important;
  }
}

/*====================================================
  REDUCED MOTION ACCESSIBILITY
====================================================*/

@media (prefers-reduced-motion: reduce) {

  .newslider-bg,
  .newslider-subtitle,
  .newslider-title-line,
  .newslider-btn {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}


.iama-trusteex-hero,
.iama-trusteex-secretary,
.iama-trusteex-purpose,
.iama-trusteex-framework,
.iama-trusteex-structure,
.iama-trusteex-responsibilities,
.iama-trusteex-admin,
.iama-trusteex-values,
.iama-trusteex-cta {
  --tt-blue: #00287d;
  --tt-blue-deep: #001a55;
  --tt-yellow: #ffc63b;
  --tt-white: #fff;
  --tt-dark: #071525;
  --tt-soft: #f5f8ff;
  --tt-border: rgba(0, 40, 125, 0.1);
  position: relative;
  overflow: hidden;
}

.iama-trusteex-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid rgba(0, 40, 125, 0.1);
  border-radius: 999px;
  background: #edf3ff;
  color: var(--tt-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-trusteex-label-dark {
  border-color: rgba(255, 198, 59, 0.3);
  background: rgba(255, 198, 59, 0.1);
  color: var(--tt-yellow);
}

.iama-trusteex-hero h2,
.iama-trusteex-secretary h2,
.iama-trusteex-purpose h2,
.iama-trusteex-head h2,
.iama-trusteex-structure h2,
.iama-trusteex-admin h2,
.iama-trusteex-values h2,
.iama-trusteex-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--tt-dark);
}

.iama-trusteex-hero h2 span,
.iama-trusteex-secretary h2 span,
.iama-trusteex-purpose h2 span,
.iama-trusteex-head h2 span,
.iama-trusteex-values h2 span {
  color: var(--tt-blue);
}

.iama-trusteex-hero p,
.iama-trusteex-secretary p,
.iama-trusteex-purpose p,
.iama-trusteex-head>p,
.iama-trusteex-structure p,
.iama-trusteex-responsibilities p,
.iama-trusteex-admin p,
.iama-trusteex-values p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

/* HERO */
.iama-trusteex-hero {
  padding: 85px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.17), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.iama-trusteex-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 85px;
}

.iama-trusteex-hero-copy>p {
  max-width: 680px;
  margin: 27px 0 0;
}

.iama-trusteex-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.iama-trusteex-hero-points>div {
  padding: 18px;
  border: 1px solid var(--tt-border);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 15px 35px rgba(7, 21, 37, .05);
}

.iama-trusteex-hero-points strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tt-blue);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-trusteex-hero-points span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.iama-trusteex-hero-visual {
  position: relative;
  min-height: 665px;
}

.iama-trusteex-hero-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 580px;
  padding: 9px;
  border: 1px solid var(--tt-border);
  border-radius: 34px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 35px 90px rgba(7, 21, 37, .16);
}

.iama-trusteex-hero-small {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 47%;
  height: 260px;
  padding: 7px;
  border-radius: 25px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 25px 65px rgba(0, 40, 125, .18);
}

.iama-trusteex-hero-badge {
  position: absolute;
  z-index: 5;
  right: -10px;
  bottom: 95px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 50px rgba(0, 40, 125, .16);
}

.iama-trusteex-hero-badge i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--tt-blue);
  color: #fff;
}

.iama-trusteex-hero-badge span {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--tt-dark);
}

/* SECRETARY */
.iama-trusteex-secretary {
  padding: 80px 0;
  background: #fff;
}

.iama-trusteex-secretary-grid {
  display: grid;
  grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 85px;
}

.iama-trusteex-secretary-visual {
  position: relative;
  padding: 30px 20px 45px;
}

.iama-trusteex-secretary-visual img {
  display: block;
  width: 100%;
  min-height: 610px;
  padding: 8px;
  border: 1px solid var(--tt-border);
  border-radius: 32px;
  background: #fff;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 32px 82px rgba(7, 21, 37, .15);
}

.iama-trusteex-secretary-visual>div {
  position: absolute;
  right: 40px;
  bottom: 70px;
  left: 40px;
  padding: 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 15px 40px rgba(0, 40, 125, .12);
}

.iama-trusteex-secretary-visual span {
  display: block;
  margin-bottom: 4px;
  color: var(--tt-blue);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-trusteex-secretary-visual h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--tt-dark);
  font-size: 21px;
}

.iama-trusteex-secretary-copy>p {
  margin: 26px 0 0;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

/* PURPOSE */
.iama-trusteex-purpose {
  padding: 20px 0;
  background: #f6f9ff;
}

.iama-trusteex-purpose-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 65px;
  padding: 38px;
  border: 1px solid var(--tt-border);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 21, 37, .07);
}

.iama-trusteex-purpose-grid>img {
  width: 100%;
height: 500px;
  border-radius: 25px;
  object-fit: cover;

}

.iama-trusteex-purpose-grid>div>p {
  margin: 26px 0 0;
  color: #000;
  font-size: 18px;
}

.iama-trusteex-purpose-grid article {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding: 20px;
  border-left: 4px solid var(--tt-yellow);
  border-radius: 0 17px 17px 0;
  background: #edf3ff;
}

.iama-trusteex-purpose-grid article>i {
  display: flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--tt-blue);
  color: #fff;
}

.iama-trusteex-purpose-grid article h3 {
  margin: 0 0 6px;
  font-family: "Outfit", sans-serif;
  color: var(--tt-dark);
  font-size: 20px;
}

.iama-trusteex-purpose-grid article p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

/* SHARED HEAD */
.iama-trusteex-head {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-trusteex-head>p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--tt-yellow);
  color: #000;
}

/* FRAMEWORK */
.iama-trusteex-framework {
  padding: 110px 0;
  background: #fff;
}

.iama-trusteex-track {
  display: flex;
  gap: 14px;
}

.iama-trusteex-track article {
  display: grid;
  grid-template-columns: 70px 64px 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--tt-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 21, 37, .045);
  transition: .3s ease;
}

.iama-trusteex-track article:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 45px rgba(0, 40, 125, .1);
}

.iama-trusteex-track b {
  color: #00287d;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-trusteex-track i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--tt-blue);
  color: #fff;
  font-size: 22px;
}

.iama-trusteex-track article:nth-child(even) i {
  background: var(--tt-yellow);
  color: var(--tt-dark);
}

.iama-trusteex-track h3 {
  margin: 0 0 7px;
  font-family: "Outfit", sans-serif;
  color: var(--tt-dark);
  font-size: 22px;
}

.iama-trusteex-track p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

/* STRUCTURE */
.iama-trusteex-structure {
  padding: 70px 0;
background:
    radial-gradient(circle at 8% 18%,
      rgba(0, 74, 190, 0.22),
      transparent 31%),
    radial-gradient(circle at 92% 82%,
      rgba(244, 200, 75, 0.12),
      transparent 27%),
    linear-gradient(135deg, #00287d 0%, #00287d 55%, #000 100%);
}

.iama-trusteex-structure-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 80px;
}

.iama-trusteex-structure h2 {
  color: #fff;
}

.iama-trusteex-structure h2 span {
  color: var(--tt-yellow);
}

.iama-trusteex-structure-grid>div:first-child>p {
  margin: 26px 0 0;
  color: #fff;
}

.iama-trusteex-role-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.iama-trusteex-role-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 17px;
  background: rgba(255, 255, 255, .055);
}

.iama-trusteex-role-list b {
  color: var(--tt-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 30px;
}

.iama-trusteex-role-list small {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.iama-trusteex-role-list h3 {
  margin: 0 0 7px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 22px;
}

.iama-trusteex-role-list p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.iama-trusteex-structure-visual {
  position: relative;
  padding: 30px 20px;
}

.iama-trusteex-structure-visual>img {
  display: block;
  width: 100%;
  min-height: 580px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 31px;
  background: rgba(255, 255, 255, .07);
  object-fit: cover;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38);
}

.iama-trusteex-structure-visual>div {
  position: absolute;
  right: -5px;
  bottom: 90px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.iama-trusteex-structure-visual strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 20px;
}

.iama-trusteex-structure-visual span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

/* RESPONSIBILITIES */
.iama-trusteex-responsibilities {
  padding: 110px 0;
  background: #fff;
}

.iama-trusteex-res-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: stretch;
  gap: 30px;
}

.iama-trusteex-res-image {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, .15);
}

.iama-trusteex-res-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-trusteex-res-image>div {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  padding: 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  line-height: 1;
}

.iama-trusteex-res-image strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 20px;
}

.iama-trusteex-res-image span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.iama-trusteex-res-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.iama-trusteex-res-cards article {
  padding: 25px;
  border: 1px solid var(--tt-border);
  border-radius: 20px;
  background: #f7f9ff;
  transition: .3s ease;
}

.iama-trusteex-res-cards article:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 20px 45px rgba(0, 40, 125, .1);
}

.iama-trusteex-res-cards i {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 16px;
  background: var(--tt-blue);
  color: #fff;
  font-size: 20px;
}

.iama-trusteex-res-cards article:nth-child(even) i {
  background: var(--tt-yellow);
  color: var(--tt-dark);
}

.iama-trusteex-res-cards h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  color: var(--tt-dark);
  font-size: 21px;
}

.iama-trusteex-res-cards p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

/* ADMIN */
.iama-trusteex-admin {
  padding: 110px 0;
  background: radial-gradient(circle at 8% 18%, rgba(0, 74, 190, 0.22), transparent 31%), radial-gradient(circle at 92% 82%, rgba(244, 200, 75, 0.12), transparent 27%), linear-gradient(135deg, #00287d 0%, #00287d 55%, #000 100%);
}

.iama-trusteex-admin-head {
  margin: 0 auto 65px;
  text-align: center;
}

.iama-trusteex-admin h2 {
  color: #fff;
}

.iama-trusteex-admin h2 span {
  color: var(--tt-yellow);
}

.iama-trusteex-admin-head>p {
  margin: 12px auto 0;
  color: #fff;
}

.iama-trusteex-admin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.iama-trusteex-admin-grid article {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
  transition: .35s ease;
}

.iama-trusteex-admin-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 198, 59, .3);
  background: rgba(255, 255, 255, .085);
}

.iama-trusteex-admin-grid b {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(255, 255, 255, .12);
  font-family: "Outfit", sans-serif;
  font-size: 42px;
}

.iama-trusteex-admin-grid i {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 17px;
  background: var(--tt-yellow);
  color: var(--tt-dark);
  font-size: 22px;
}

.iama-trusteex-admin-grid h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 28px;
}

.iama-trusteex-admin-grid p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

/* VALUES */
.iama-trusteex-values {
  padding: 80px 0;
  background:
    radial-gradient(circle at 93% 10%, rgba(255, 198, 59, .16), transparent 25%),
    linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.iama-trusteex-values-head {
  margin: 0 auto 60px;
  text-align: center;
}

.iama-trusteex-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.iama-trusteex-values-grid article {
  padding: 27px;
  border: 1px solid var(--tt-border);
  border-radius: 23px;
  box-shadow: 0 15px 40px rgba(7, 21, 37, .05);
  transition: .35s ease;
}

.iama-trusteex-values-grid article:hover {
  transform: translateY(-8px);
}

.iama-trusteex-values-grid b {
  display: block;
  margin-bottom: 65px;
  font-family: "Outfit", sans-serif;
  font-size: 38px;
  opacity: .18;
}

.iama-trusteex-values-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 27px;
  color: #000;
}

.iama-trusteex-values-grid p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.iama-trusteex-values-grid .blue {
  background: var(--tt-blue);
  color: #fff;
}

.iama-trusteex-values-grid .blue strong,
.iama-trusteex-values-grid .blue p {
  color: #fff;
}

.iama-trusteex-values-grid .yellow {
  background: var(--tt-yellow);
}

.iama-trusteex-values-grid .light {
  background: #eaf2ff;
}

.iama-trusteex-values-grid .white {
  background: #fff;
}

/* CTA */
.iama-trusteex-cta {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.iama-trusteex-cta-bg,
.iama-trusteex-cta-overlay {
  position: absolute;
  inset: 0;
}

.iama-trusteex-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-trusteex-cta-overlay {
  background: linear-gradient(90deg, rgba(2, 15, 48, .96) 0%, rgba(0, 40, 125, .88) 52%, rgba(0, 40, 125, .55) 100%);
}

.iama-trusteex-cta .container {
  position: relative;
  z-index: 2;
}

.iama-trusteex-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}

.iama-trusteex-cta h2 {
  font-size: 47px;
  color: #fff;
}

.iama-trusteex-cta h2 span {
  color: var(--tt-yellow);
}

.iama-trusteex-cta a {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 27px;
  border-radius: 13px;
  background: var(--tt-yellow);
  color: var(--tt-dark);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease;
}

.iama-trusteex-cta a:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--tt-blue);
}

/* RESPONSIVE */
@media (max-width: 1199px) {

  .iama-trusteex-hero h2,
  .iama-trusteex-secretary h2,
  .iama-trusteex-purpose h2,
  .iama-trusteex-head h2,
  .iama-trusteex-structure h2,
  .iama-trusteex-admin h2,
  .iama-trusteex-values h2,
  .iama-trusteex-cta h2 {
    font-size: 48px;
  }

  .iama-trusteex-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {

  .iama-trusteex-hero-grid,
  .iama-trusteex-secretary-grid,
  .iama-trusteex-purpose-grid,
  .iama-trusteex-head,
  .iama-trusteex-structure-grid,
  .iama-trusteex-res-grid,
  .iama-trusteex-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-trusteex-hero-visual,
  .iama-trusteex-secretary-visual,
  .iama-trusteex-structure-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-trusteex-admin-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iama-trusteex-cta a {
    justify-self: start;
  }
}

@media (max-width: 767px) {

  .iama-trusteex-hero,
  .iama-trusteex-secretary,
  .iama-trusteex-purpose,
  .iama-trusteex-framework,
  .iama-trusteex-structure,
  .iama-trusteex-responsibilities,
  .iama-trusteex-admin,
  .iama-trusteex-values {
    padding: 75px 0;
  }

  .iama-trusteex-hero h2,
  .iama-trusteex-secretary h2,
  .iama-trusteex-purpose h2,
  .iama-trusteex-head h2,
  .iama-trusteex-structure h2,
  .iama-trusteex-admin h2,
  .iama-trusteex-values h2,
  .iama-trusteex-cta h2 {
    font-size: 40px;
  }

  .iama-trusteex-hero-points,
  .iama-trusteex-res-cards {
    grid-template-columns: 1fr;
  }

  .iama-trusteex-res-image {
    min-height: 520px;
  }
}

@media (max-width: 575px) {

  .iama-trusteex-hero,
  .iama-trusteex-secretary,
  .iama-trusteex-purpose,
  .iama-trusteex-framework,
  .iama-trusteex-structure,
  .iama-trusteex-responsibilities,
  .iama-trusteex-admin,
  .iama-trusteex-values {
    padding: 60px 0;
  }

  .iama-trusteex-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-trusteex-hero h2,
  .iama-trusteex-secretary h2,
  .iama-trusteex-purpose h2,
  .iama-trusteex-head h2,
  .iama-trusteex-structure h2,
  .iama-trusteex-admin h2,
  .iama-trusteex-values h2,
  .iama-trusteex-cta h2 {
    font-size: 32px;
  }

  .iama-trusteex-hero p,
  .iama-trusteex-secretary p,
  .iama-trusteex-purpose p,
  .iama-trusteex-head>p,
  .iama-trusteex-structure p,
  .iama-trusteex-responsibilities p,
  .iama-trusteex-admin p,
  .iama-trusteex-values p {
    font-size: 15px;
  }

  .iama-trusteex-hero-visual {
    min-height: 510px;
  }

  .iama-trusteex-hero-main {
    width: 92%;
    height: 400px;
  }

  .iama-trusteex-hero-small {
    width: 58%;
    height: 180px;
  }

  .iama-trusteex-hero-badge,
  .iama-trusteex-structure-visual>div {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    margin: -55px auto 0;
  }

  .iama-trusteex-secretary-visual {
    padding: 15px 0 30px;
  }

  .iama-trusteex-secretary-visual img,
  .iama-trusteex-purpose-grid>img,
  .iama-trusteex-structure-visual>img {
    min-height: 400px;
  }

  .iama-trusteex-secretary-visual>div {
    right: 18px;
    bottom: 48px;
    left: 18px;
  }

  .iama-trusteex-purpose-grid {
    padding: 20px;
  }

  .iama-trusteex-track article {
    grid-template-columns: 50px 1fr;
  }

  .iama-trusteex-track i {
    width: 50px;
    height: 50px;
  }

  .iama-trusteex-track article>div {
    grid-column: 2;
  }

  .iama-trusteex-admin-grid,
  .iama-trusteex-values-grid {
    grid-template-columns: 1fr;
  }

  .iama-trusteex-cta {
    min-height: 500px;
    padding: 70px 0;
  }

  .iama-trusteex-cta-overlay {
    background: rgba(1, 17, 55, .9);
  }

  .iama-trusteex-cta a {
    width: 100%;
  }
}


.iama-scholarx-intro,
.iama-scholarx-pillars,
.iama-scholarx-navigator,
.iama-scholarx-global,
.iama-scholarx-journey,
.iama-scholarx-faq,
.iama-scholarx-cta {
  --iama-scholarx-blue: #00287d;
  --iama-scholarx-blue-dark: #001a55;
  --iama-scholarx-yellow: #ffc63b;
  --iama-scholarx-white: #fff;
  --iama-scholarx-dark: #071525;
  --iama-scholarx-soft: #f5f8ff;
  --iama-scholarx-border: rgba(0, 40, 125, 0.1);
  position: relative;
  overflow: hidden;
}

.iama-scholarx-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid rgba(0, 40, 125, 0.1);
  border-radius: 999px;
  background: #edf3ff;
  color: var(--iama-scholarx-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-scholarx-label-dark {
  border-color: rgba(255, 198, 59, 0.3);
  background: rgba(255, 198, 59, 0.1);
  color: var(--iama-scholarx-yellow);
}

.iama-scholarx-intro h2,
.iama-scholarx-heading-row h2,
.iama-scholarx-global h2,
.iama-scholarx-journey h2,
.iama-scholarx-faq h2,
.iama-scholarx-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-intro h2 span,
.iama-scholarx-heading-row h2 span,
.iama-scholarx-journey h2 span,
.iama-scholarx-faq h2 span {
  color: var(--iama-scholarx-blue);
}

.iama-scholarx-intro p,
.iama-scholarx-heading-row>p,
.iama-scholarx-global p,
.iama-scholarx-journey p,
.iama-scholarx-faq p,
.iama-scholarx-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-scholarx-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.iama-scholarx-btn:hover {
  transform: translateY(-4px);
}

.iama-scholarx-btn-blue {
  background: var(--iama-scholarx-blue);
  color: #fff;
  box-shadow: 0 18px 35px rgba(0, 40, 125, 0.2);
}

.iama-scholarx-btn-blue:hover {
  background: var(--iama-scholarx-blue-dark);
  color: #fff;
}

.iama-scholarx-btn-white {
  border: 1px solid var(--iama-scholarx-blue);
  background: #fff;
  color: var(--iama-scholarx-blue);
}

.iama-scholarx-btn-white:hover {
  background: var(--iama-scholarx-blue);
  color: #fff;
}

/* INTRO */

.iama-scholarx-intro {
  padding: 75px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.17), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.iama-scholarx-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 85px;
}

.iama-scholarx-intro-copy>p {
  max-width: 680px;
  margin: 27px 0 0;
}

.iama-scholarx-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 33px;
}

.iama-scholarx-intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.iama-scholarx-intro-strip>div {
  padding: 18px;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 35px rgba(7, 21, 37, 0.05);
  line-height: 1.4em;
  font-size: 20px;
}

.iama-scholarx-intro-strip i {
  display: block;
  margin-bottom: 13px;
  color: #00287d;
  font-size: 20px;
}

.iama-scholarx-intro-strip span {
  display: block;
  margin-bottom: 4px;
  color: var(--iama-scholarx-blue);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.iama-scholarx-intro-strip small {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 17px;
}

.iama-scholarx-intro-gallery {
  position: relative;
  min-height: 680px;
}

.iama-scholarx-intro-image-large {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(7, 21, 37, 0.16);
}

.iama-scholarx-intro-image-large img {
  display: block;
  width: 100%;
  height: 580px;
  border-radius: 25px;
  object-fit: cover;
}

.iama-scholarx-intro-image-small {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 46%;
  overflow: hidden;
  padding: 7px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(0, 40, 125, 0.18);
}

.iama-scholarx-intro-image-small img {
  display: block;
  width: 100%;
  height: 245px;
  border-radius: 18px;
  object-fit: cover;
}

.iama-scholarx-intro-info {
  position: absolute;
  z-index: 5;
  right: -10px;
  bottom: 95px;
  display: flex;
  max-width: 330px;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 40, 125, 0.16);
}

.iama-scholarx-intro-info>i {
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--iama-scholarx-blue);
  color: #fff;
}

.iama-scholarx-intro-info strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-scholarx-dark);
  font-size: 22px;
  line-height: 1.2em;
}

.iama-scholarx-intro-info p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
}

/* PILLARS */

.iama-scholarx-pillars {
  padding: 0 0 100px;
  background: #f6f9ff;
}

.iama-scholarx-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.iama-scholarx-pillar {
  position: relative;
  min-height: 285px;
  padding: 28px;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(7, 21, 37, 0.05);
  transition: all 0.35s ease;
}

.iama-scholarx-pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 40, 125, 0.11);
}

.iama-scholarx-pillar-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(0, 40, 125, 0.08);
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.iama-scholarx-pillar>i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  border-radius: 17px;
  background: var(--iama-scholarx-blue);
  color: #fff;
  font-size: 21px;
}

.iama-scholarx-pillar:nth-child(even)>i {
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-pillar h3 {
  margin: 0 0 11px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-scholarx-dark);
  font-size: 26px;
}

.iama-scholarx-pillar p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

/* NAVIGATOR */

.iama-scholarx-navigator {
  padding: 70px 0;
  background: #fff;
}

.iama-scholarx-heading-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-scholarx-heading-row>p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--iama-scholarx-yellow);
}

.iama-scholarx-navigator-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: stretch;
  gap: 25px;
}

.iama-scholarx-featured-link {
  position: sticky;
  top: 110px;
  min-height: 760px;
  overflow: hidden;
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.15);
}

.iama-scholarx-featured-link>img,
.iama-scholarx-featured-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iama-scholarx-featured-link>img {
  object-fit: cover;
}

.iama-scholarx-featured-overlay {
  background: linear-gradient(180deg, rgba(0, 40, 125, 0.03) 20%, rgba(0, 25, 82, 0.95) 100%);
}

.iama-scholarx-featured-number {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 28px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.iama-scholarx-featured-content {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.iama-scholarx-featured-content>i {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 18px;
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
  font-size: 22px;
}

.iama-scholarx-featured-content h3 {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 34px;
}

.iama-scholarx-featured-content p {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.iama-scholarx-featured-content>span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-scholarx-link-list {
  display: grid;
  gap: 13px;
}

.iama-scholarx-nav-item {
  display: grid;
  grid-template-columns: 52px 58px 1fr 44px;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(7, 21, 37, 0.04);
  transition: all 0.3s ease;
}

.iama-scholarx-nav-item:hover {
  transform: translateX(7px);
  border-color: rgba(0, 40, 125, 0.2);
  box-shadow: 0 18px 42px rgba(0, 40, 125, 0.1);
}

.iama-scholarx-nav-item>span {
  color: rgba(0, 40, 125, 0.25);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.iama-scholarx-nav-item>i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--iama-scholarx-blue);
  color: #fff;
  font-size: 20px;
}

.iama-scholarx-nav-item:nth-child(even)>i {
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-nav-item h3 {
  margin: 0 0 6px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-scholarx-dark);
  font-size: 21px;
}

.iama-scholarx-nav-item p {
  margin: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.iama-scholarx-nav-item b {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf3ff;
  color: var(--iama-scholarx-blue);
}

/* GLOBAL */

.iama-scholarx-global {
  padding: 110px 0;
  background: radial-gradient(circle at 8% 18%, rgba(0, 74, 190, 0.22), transparent 31%), radial-gradient(circle at 92% 82%, rgba(244, 200, 75, 0.12), transparent 27%), linear-gradient(135deg, #00287d 0%, #00287d 55%, #000 100%);
}

.iama-scholarx-global-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 80px;
}

.iama-scholarx-global-visual {
  position: relative;
  padding: 30px 20px;
}

.iama-scholarx-global-visual>img {
  display: block;
  width: 100%;
  min-height: 590px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.07);
  object-fit: cover;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

.iama-scholarx-global-badge {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: 95px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.iama-scholarx-global-badge>i {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-global-badge strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 22px;
}

.iama-scholarx-global-badge span {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 18px;
}

.iama-scholarx-global-tags {
  position: absolute;
  top: 75px;
  left: -10px;
  display: grid;
  gap: 10px;
}

.iama-scholarx-global-tags span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(2, 13, 36, 0.9);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.iama-scholarx-global h2 {
  color: #fff;
}

.iama-scholarx-global h2 span {
  color: var(--iama-scholarx-yellow);
}

.iama-scholarx-global-content>p {
  margin: 26px 0 0;
  color: #fff;
  font-size: 18px;
}

.iama-scholarx-global-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.iama-scholarx-global-list article {
  display: grid;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.iama-scholarx-global-list strong {
  color: var(--iama-scholarx-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.iama-scholarx-global-list p {
  margin: 0;
  color: #fff;
  font-size: 25px;
}

/* JOURNEY */

.iama-scholarx-journey {
  padding: 110px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 198, 59, 0.16), transparent 25%),
    linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.iama-scholarx-journey-head {
  max-width: 850px;
  margin: 0 auto 65px;
  text-align: center;
}

.iama-scholarx-journey-layout {
 display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    justify-items: start;
    align-content: stretch;
  gap: 20px;
}

.iama-scholarx-journey-step {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(7, 21, 37, 0.05);
}

.iama-scholarx-journey-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--iama-scholarx-blue);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.iama-scholarx-journey-step:nth-child(2) .iama-scholarx-journey-number {
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-journey-content {
  position: relative;
  padding: 28px 30px;
}

.iama-scholarx-journey-content>i {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #00287d;
  font-size: 32px;
}

.iama-scholarx-journey-content h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-scholarx-dark);
  font-size: 23px;
}

.iama-scholarx-journey-content p {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

/* FAQ */

.iama-scholarx-faq {
  padding: 110px 0;
  background: #fff;
}

.iama-scholarx-faq-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 75px;
}

.iama-scholarx-faq-copy>h2 {
  margin-bottom: 32px;
}

.iama-scholarx-accordion .accordion-item {
  margin-bottom: 13px;
  overflow: hidden;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 21, 37, 0.04);
}

.iama-scholarx-accordion .accordion-button {
  padding: 20px 22px;
  background: #fff;
  box-shadow: none;
  color: var(--iama-scholarx-dark);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.iama-scholarx-accordion .accordion-button:not(.collapsed) {
  background: #edf3ff;
  color: var(--iama-scholarx-blue);
}

.iama-scholarx-accordion .accordion-body {
  padding: 15px 22px 22px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.iama-scholarx-faq-visual {
  position: relative;
  padding: 25px 20px;
}

.iama-scholarx-faq-visual>img {
  display: block;
  width: 100%;
  min-height: 540px;
  padding: 8px;
  border: 1px solid var(--iama-scholarx-border);
  border-radius: 30px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 30px 75px rgba(7, 21, 37, 0.14);
}

.iama-scholarx-faq-note {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: 85px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 40, 125, 0.16);
}

.iama-scholarx-faq-note>i {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-faq-note strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 20px;
}

.iama-scholarx-faq-note span {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 18px;
}

/* CTA */

.iama-scholarx-cta {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.iama-scholarx-cta-bg,
.iama-scholarx-cta-overlay {
  position: absolute;
  inset: 0;
}

.iama-scholarx-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-scholarx-cta-overlay {
  background: linear-gradient(90deg, rgba(2, 15, 48, 0.96) 0%, rgba(0, 40, 125, 0.88) 52%, rgba(0, 40, 125, 0.55) 100%);
}

.iama-scholarx-cta .container {
  position: relative;
  z-index: 2;
}

.iama-scholarx-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
}

.iama-scholarx-cta h2 {
  color: #fff;
}

.iama-scholarx-cta h2 span {
  color: var(--iama-scholarx-yellow);
}

.iama-scholarx-cta-copy>p {
  max-width: 740px;
  margin: 16px 0 0;
  color: #fff;
  font-size: 18px;
}

.iama-scholarx-cta-actions {
  display: grid;
  gap: 12px;
}

.iama-scholarx-btn-yellow {
  background: var(--iama-scholarx-yellow);
  color: var(--iama-scholarx-dark);
}

.iama-scholarx-btn-yellow:hover {
  background: #fff;
  color: var(--iama-scholarx-blue);
}

.iama-scholarx-btn-glass {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
}

.iama-scholarx-btn-glass:hover {
  background: #fff;
  color: var(--iama-scholarx-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {

  .iama-scholarx-intro h2,
  .iama-scholarx-heading-row h2,
  .iama-scholarx-global h2,
  .iama-scholarx-journey h2,
  .iama-scholarx-faq h2,
  .iama-scholarx-cta h2 {
    font-size: 48px;
  }

  .iama-scholarx-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {

  .iama-scholarx-intro-grid,
  .iama-scholarx-heading-row,
  .iama-scholarx-navigator-grid,
  .iama-scholarx-global-grid,
  .iama-scholarx-faq-grid,
  .iama-scholarx-cta-inner {
    grid-template-columns: 1fr;
  }

  .iama-scholarx-intro-gallery,
  .iama-scholarx-global-visual,
  .iama-scholarx-faq-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-scholarx-featured-link {
    position: relative;
    top: auto;
    min-height: 520px;
  }

  .iama-scholarx-heading-row {
    gap: 24px;
  }

  .iama-scholarx-heading-row>p {
    max-width: 760px;
  }

  .iama-scholarx-cta-actions {
    grid-template-columns: repeat(2, auto);
    justify-content: start;
  }
}

@media (max-width: 767px) {

  .iama-scholarx-intro,
  .iama-scholarx-navigator,
  .iama-scholarx-global,
  .iama-scholarx-journey,
  .iama-scholarx-faq {
    padding: 75px 0;
  }

  .iama-scholarx-intro h2,
  .iama-scholarx-heading-row h2,
  .iama-scholarx-global h2,
  .iama-scholarx-journey h2,
  .iama-scholarx-faq h2,
  .iama-scholarx-cta h2 {
    font-size: 40px;
  }

  .iama-scholarx-intro-strip {
    grid-template-columns: 1fr;
  }

  .iama-scholarx-nav-item {
    grid-template-columns: 48px 56px 1fr;
  }

  .iama-scholarx-nav-item b {
    display: none;
  }

  .iama-scholarx-faq-visual>img {
    min-height: 440px;
  }
}

@media (max-width: 575px) {

  .iama-scholarx-intro,
  .iama-scholarx-navigator,
  .iama-scholarx-global,
  .iama-scholarx-journey,
  .iama-scholarx-faq {
    padding: 60px 0;
  }

  .iama-scholarx-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-scholarx-intro h2,
  .iama-scholarx-heading-row h2,
  .iama-scholarx-global h2,
  .iama-scholarx-journey h2,
  .iama-scholarx-faq h2,
  .iama-scholarx-cta h2 {
    font-size: 32px;
  }

  .iama-scholarx-intro p,
  .iama-scholarx-heading-row>p,
  .iama-scholarx-global p,
  .iama-scholarx-journey p,
  .iama-scholarx-faq p,
  .iama-scholarx-cta p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
  }

  .iama-scholarx-intro-actions,
  .iama-scholarx-cta-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .iama-scholarx-btn {
    width: 100%;
  }

  .iama-scholarx-intro-gallery {
    min-height: 500px;
  }

  .iama-scholarx-intro-image-large {
    width: 92%;
  }

  .iama-scholarx-intro-image-large img {
    height: 390px;
  }

  .iama-scholarx-intro-image-small {
    width: 58%;
  }

  .iama-scholarx-intro-image-small img {
    height: 180px;
  }

  .iama-scholarx-intro-info,
  .iama-scholarx-global-badge,
  .iama-scholarx-faq-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    max-width: none;
    margin: -55px auto 0;
  }

  .iama-scholarx-pillars-grid {
    grid-template-columns: 1fr;
  }

  .iama-scholarx-featured-link {
    min-height: 430px;
  }

  .iama-scholarx-nav-item {
    grid-template-columns: 42px 1fr;
  }

  .iama-scholarx-nav-item>i {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .iama-scholarx-nav-item>div {
    grid-column: 2;
  }

  .iama-scholarx-global-tags {
    display: none;
  }

  .iama-scholarx-global-visual>img {
    min-height: 400px;
  }

  .iama-scholarx-journey-step {
    grid-template-columns: 78px 1fr;
  }

  .iama-scholarx-faq-visual>img {
    min-height: 390px;
  }

  .iama-scholarx-cta {
    min-height: 520px;
    padding: 70px 0;
  }

  .iama-scholarx-cta-overlay {
    background: rgba(1, 17, 55, 0.9);
  }
}

.iama-facultyv2-hero,
.iama-facultyv2-support,
.iama-facultyv2-areas,
.iama-facultyv2-global,
.iama-facultyv2-process,
.iama-facultyv2-faq,
.iama-facultyv2-cta {
  --iama-facultyv2-blue: #00287d;
  --iama-facultyv2-blue-dark: #001a55;
  --iama-facultyv2-yellow: #ffc63b;
  --iama-facultyv2-white: #fff;
  --iama-facultyv2-dark: #071525;
  --iama-facultyv2-soft: #f5f8ff;
  --iama-facultyv2-border: rgba(0, 40, 125, 0.1);
  position: relative;
  overflow: hidden;
}

.iama-facultyv2-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid rgba(0, 40, 125, 0.1);
  border-radius: 999px;
  background: #edf3ff;
  color: var(--iama-facultyv2-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-facultyv2-label-dark {
  border-color: rgba(255, 198, 59, 0.3);
  background: rgba(255, 198, 59, 0.1);
  color: var(--iama-facultyv2-yellow);
}

.iama-facultyv2-hero h2,
.iama-facultyv2-support h2,
.iama-facultyv2-heading-row h2,
.iama-facultyv2-global h2,
.iama-facultyv2-process h2,
.iama-facultyv2-faq h2,
.iama-facultyv2-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-hero h2 span,
.iama-facultyv2-support h2 span,
.iama-facultyv2-heading-row h2 span,
.iama-facultyv2-process h2 span,
.iama-facultyv2-faq h2 span {
  color: var(--iama-facultyv2-blue);
}

.iama-facultyv2-hero p,
.iama-facultyv2-support p,
.iama-facultyv2-heading-row>p,
.iama-facultyv2-areas p,
.iama-facultyv2-global p,
.iama-facultyv2-process p,
.iama-facultyv2-faq p,
.iama-facultyv2-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

/* HERO */

.iama-facultyv2-hero {
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.17), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.iama-facultyv2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 85px;
}

.iama-facultyv2-hero-copy>p {
  max-width: 670px;
  margin: 27px 0 0;
}

.iama-facultyv2-hero-support {
  display: flex;
  max-width: 520px;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
  padding: 18px;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 40px rgba(7, 21, 37, 0.06);
}

.iama-facultyv2-hero-support-icon {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--iama-facultyv2-blue);
  color: #fff;
  font-size: 20px;
}

.iama-facultyv2-hero-support strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 17px;
}

.iama-facultyv2-hero-support span {
  display: block;
  color: #657183;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.iama-facultyv2-hero-visual {
  position: relative;
  min-height: 675px;
}

.iama-facultyv2-hero-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(7, 21, 37, 0.16);
}

.iama-facultyv2-hero-main img {
  display: block;
  width: 100%;
  height: 580px;
  border-radius: 25px;
  object-fit: cover;
}

.iama-facultyv2-hero-secondary {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 46%;
  overflow: hidden;
  padding: 7px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(0, 40, 125, 0.18);
}

.iama-facultyv2-hero-secondary img {
  display: block;
  width: 100%;
  height: 245px;
  border-radius: 18px;
  object-fit: cover;
}

.iama-facultyv2-hero-card {
  position: absolute;
  z-index: 5;
  right: -10px;
  bottom: 95px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 40, 125, 0.16);
}

.iama-facultyv2-hero-card>i {
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-hero-card strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 16px;
}

.iama-facultyv2-hero-card span {
  color: #697485;
  font-family: "Inter", sans-serif;
  font-size: 11px;
}

.iama-facultyv2-hero-orbit {
  position: absolute;
  z-index: 5;
  top: 65px;
  left: 0;
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--iama-facultyv2-blue);
  box-shadow: 0 18px 45px rgba(0, 40, 125, 0.18);
  color: #fff;
  font-size: 27px;
}

/* SUPPORT */

.iama-facultyv2-support {
  padding: 100px 0;
  background: #fff;
}

.iama-facultyv2-support-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
  padding: 42px;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 198, 59, 0.16), transparent 24%),
    #f7f9ff;
}

.iama-facultyv2-support-copy>p {
  margin: 26px 0 0;
  color: #435062;
}

.iama-facultyv2-support-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.iama-facultyv2-support-cards article {
  position: relative;
  min-height: 230px;
  padding: 25px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(7, 21, 37, 0.06);
}

.iama-facultyv2-support-cards article>span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(0, 40, 125, 0.09);
  font-family: "Outfit", sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.iama-facultyv2-support-cards i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border-radius: 17px;
  background: var(--iama-facultyv2-blue);
  color: #fff;
  font-size: 21px;
}

.iama-facultyv2-support-cards article:nth-child(2) i {
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-support-cards h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 22px;
}

/* AREAS */

.iama-facultyv2-areas {
  padding: 110px 0;
  background:
    radial-gradient(circle at 93% 10%, rgba(255, 198, 59, 0.16), transparent 25%),
    linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.iama-facultyv2-heading-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-facultyv2-heading-row>p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--iama-facultyv2-yellow);
}

.iama-facultyv2-areas-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: 28px;
}

.iama-facultyv2-areas-feature {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.15);
}

.iama-facultyv2-areas-feature>img,
.iama-facultyv2-areas-feature-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iama-facultyv2-areas-feature>img {
  object-fit: cover;
}

.iama-facultyv2-areas-feature-overlay {
  background: linear-gradient(180deg, rgba(0, 40, 125, 0.03) 20%, rgba(0, 25, 82, 0.95) 100%);
}

.iama-facultyv2-areas-feature-content {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.iama-facultyv2-areas-feature-content>span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--iama-facultyv2-yellow);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-facultyv2-areas-feature-content h3 {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 34px;
}

.iama-facultyv2-areas-feature-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.iama-facultyv2-area-list {
  display: grid;
  gap: 14px;
}

.iama-facultyv2-area-item {
  display: grid;
  grid-template-columns: 48px 58px 1fr;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 21, 37, 0.04);
  transition: all 0.3s ease;
}

.iama-facultyv2-area-item:hover {
  transform: translateX(7px);
  box-shadow: 0 18px 42px rgba(0, 40, 125, 0.1);
}

.iama-facultyv2-area-item>span {
  color: rgba(0, 40, 125, 0.25);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.iama-facultyv2-area-item>i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--iama-facultyv2-blue);
  color: #fff;
  font-size: 20px;
}

.iama-facultyv2-area-item:nth-child(even)>i {
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-area-item h3 {
  margin: 0 0 6px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 21px;
}

.iama-facultyv2-area-item p {
  margin: 0;
  color: #566274;
  font-size: 18px;
  line-height: 1.55;
}

/* GLOBAL */

.iama-facultyv2-global {
  padding: 110px 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(0, 74, 190, 0.22), transparent 31%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.12), transparent 27%),
    linear-gradient(135deg, #020d24 0%, #061a42 57%, #00143d 100%);
}

.iama-facultyv2-global-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 80px;
}

.iama-facultyv2-global h2 {
  color: #fff;
}

.iama-facultyv2-global h2 span {
  color: var(--iama-facultyv2-yellow);
}

.iama-facultyv2-global-copy>p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.iama-facultyv2-global-copy ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.iama-facultyv2-global-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.iama-facultyv2-global-copy li i {
  color: var(--iama-facultyv2-yellow);
}

.iama-facultyv2-global-visual {
  position: relative;
  padding: 30px 20px;
}

.iama-facultyv2-global-visual>img {
  display: block;
  width: 100%;
  min-height: 590px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.07);
  object-fit: cover;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

.iama-facultyv2-global-panel {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: 95px;
  display: flex;
  max-width: 330px;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.iama-facultyv2-global-panel>i {
  display: flex;
  width: 47px;
  height: 47px;
  min-width: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-global-panel h3 {
  margin: 0 0 5px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 17px;
}

.iama-facultyv2-global-panel p {
  margin: 0;
  color: #687382;
  font-size: 12px;
  line-height: 1.5;
}

.iama-facultyv2-global-tags {
  position: absolute;
  top: 75px;
  left: -10px;
  display: grid;
  gap: 10px;
}

.iama-facultyv2-global-tags span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(2, 13, 36, 0.9);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

/* PROCESS */

.iama-facultyv2-process {
  padding: 110px 0;
  background: #fff;
}

.iama-facultyv2-process-head {
  max-width: 850px;
  margin: 0 auto 65px;
  text-align: center;
}

.iama-facultyv2-process-grid {
  display: grid;
  gap: 20px;
}

.iama-facultyv2-process-grid article {
  display: grid;
  grid-template-columns: 90px 64px 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 21, 37, 0.05);
  transition: all 0.3s ease;
}

.iama-facultyv2-process-grid article:hover {
  transform: translateX(8px);
  box-shadow: 0 22px 48px rgba(0, 40, 125, 0.1);
}

.iama-facultyv2-process-grid article>span {
  color: rgba(0, 40, 125, 0.18);
  font-family: "Outfit", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.iama-facultyv2-process-grid article>i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--iama-facultyv2-blue);
  color: #fff;
  font-size: 22px;
}

.iama-facultyv2-process-grid article:nth-child(2)>i {
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-process-grid h3 {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 23px;
}

.iama-facultyv2-process-grid p {
  margin: 0;
  color: #4d5969;
  font-size: 15px;
  line-height: 1.6;
}

/* FAQ */

.iama-facultyv2-faq {
  padding: 110px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 198, 59, 0.16), transparent 25%),
    linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.iama-facultyv2-faq-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 75px;
}

.iama-facultyv2-faq-copy>h2 {
  margin-bottom: 32px;
}

.iama-facultyv2-accordion .accordion-item {
  margin-bottom: 13px;
  overflow: hidden;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 21, 37, 0.04);
}

.iama-facultyv2-accordion .accordion-button {
  padding: 20px 22px;
  background: #fff;
  box-shadow: none;
  color: var(--iama-facultyv2-dark);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.iama-facultyv2-accordion .accordion-button:not(.collapsed) {
  background: #edf3ff;
  color: var(--iama-facultyv2-blue);
}

.iama-facultyv2-accordion .accordion-body {
  padding: 0 22px 22px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.iama-facultyv2-faq-visual {
  position: relative;
  padding: 25px 20px;
}

.iama-facultyv2-faq-visual>img {
  display: block;
  width: 100%;
  min-height: 540px;
  padding: 8px;
  border: 1px solid var(--iama-facultyv2-border);
  border-radius: 30px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 30px 75px rgba(7, 21, 37, 0.14);
}

.iama-facultyv2-faq-note {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: 85px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(0, 40, 125, 0.16);
}

.iama-facultyv2-faq-note>i {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-faq-note strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Outfit", sans-serif;
  color: var(--iama-facultyv2-dark);
  font-size: 16px;
}

.iama-facultyv2-faq-note span {
  color: #687382;
  font-family: "Inter", sans-serif;
  font-size: 11px;
}

/* CTA */

.iama-facultyv2-cta {
  display: flex;
  min-height: 560px;
  align-items: center;
  padding: 90px 0;
}

.iama-facultyv2-cta-bg,
.iama-facultyv2-cta-overlay {
  position: absolute;
  inset: 0;
}

.iama-facultyv2-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-facultyv2-cta-overlay {
  background: linear-gradient(90deg, rgba(2, 15, 48, 0.96) 0%, rgba(0, 40, 125, 0.88) 52%, rgba(0, 40, 125, 0.55) 100%);
}

.iama-facultyv2-cta .container {
  position: relative;
  z-index: 2;
}

.iama-facultyv2-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
}

.iama-facultyv2-cta h2 {
  color: #fff;
}

.iama-facultyv2-cta h2 span {
  color: var(--iama-facultyv2-yellow);
}

.iama-facultyv2-cta-grid>div:first-child>p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #fff;
}

.iama-facultyv2-cta-actions {
  display: grid;
  gap: 12px;
}

.iama-facultyv2-cta-primary,
.iama-facultyv2-cta-secondary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.iama-facultyv2-cta-primary {
  background: var(--iama-facultyv2-yellow);
  color: var(--iama-facultyv2-dark);
}

.iama-facultyv2-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
}

.iama-facultyv2-cta-primary:hover,
.iama-facultyv2-cta-secondary:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--iama-facultyv2-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {

  .iama-facultyv2-hero h2,
  .iama-facultyv2-support h2,
  .iama-facultyv2-heading-row h2,
  .iama-facultyv2-global h2,
  .iama-facultyv2-process h2,
  .iama-facultyv2-faq h2,
  .iama-facultyv2-cta h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {

  .iama-facultyv2-hero-grid,
  .iama-facultyv2-support-shell,
  .iama-facultyv2-heading-row,
  .iama-facultyv2-areas-layout,
  .iama-facultyv2-global-grid,
  .iama-facultyv2-faq-grid,
  .iama-facultyv2-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-facultyv2-hero-visual,
  .iama-facultyv2-global-visual,
  .iama-facultyv2-faq-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-facultyv2-heading-row {
    gap: 24px;
  }

  .iama-facultyv2-areas-feature {
    min-height: 520px;
  }

  .iama-facultyv2-cta-actions {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
}

@media (max-width: 767px) {

  .iama-facultyv2-hero,
  .iama-facultyv2-support,
  .iama-facultyv2-areas,
  .iama-facultyv2-global,
  .iama-facultyv2-process,
  .iama-facultyv2-faq {
    padding: 75px 0;
  }

  .iama-facultyv2-hero h2,
  .iama-facultyv2-support h2,
  .iama-facultyv2-heading-row h2,
  .iama-facultyv2-global h2,
  .iama-facultyv2-process h2,
  .iama-facultyv2-faq h2,
  .iama-facultyv2-cta h2 {
    font-size: 40px;
  }

  .iama-facultyv2-support-cards {
    grid-template-columns: 1fr;
  }

  .iama-facultyv2-area-item {
    grid-template-columns: 48px 56px 1fr;
  }

  .iama-facultyv2-faq-visual>img {
    min-height: 440px;
  }
}

@media (max-width: 575px) {

  .iama-facultyv2-hero,
  .iama-facultyv2-support,
  .iama-facultyv2-areas,
  .iama-facultyv2-global,
  .iama-facultyv2-process,
  .iama-facultyv2-faq {
    padding: 60px 0;
  }

  .iama-facultyv2-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-facultyv2-hero h2,
  .iama-facultyv2-support h2,
  .iama-facultyv2-heading-row h2,
  .iama-facultyv2-global h2,
  .iama-facultyv2-process h2,
  .iama-facultyv2-faq h2,
  .iama-facultyv2-cta h2 {
    font-size: 32px;
  }

  .iama-facultyv2-hero p,
  .iama-facultyv2-support p,
  .iama-facultyv2-heading-row>p,
  .iama-facultyv2-areas p,
  .iama-facultyv2-global p,
  .iama-facultyv2-process p,
  .iama-facultyv2-faq p,
  .iama-facultyv2-cta p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
  }

  .iama-facultyv2-global p,
  .iama-facultyv2-cta p,
  .iama-facultyv2-areas-feature-content p {
    color: #fff;
  }

  .iama-facultyv2-hero-visual {
    min-height: 500px;
  }

  .iama-facultyv2-hero-main {
    width: 92%;
  }

  .iama-facultyv2-hero-main img {
    height: 390px;
  }

  .iama-facultyv2-hero-secondary {
    width: 58%;
  }

  .iama-facultyv2-hero-secondary img {
    height: 180px;
  }

  .iama-facultyv2-hero-card,
  .iama-facultyv2-global-panel,
  .iama-facultyv2-faq-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    max-width: none;
    margin: -55px auto 0;
  }

  .iama-facultyv2-hero-orbit,
  .iama-facultyv2-global-tags {
    display: none;
  }

  .iama-facultyv2-support-shell {
    padding: 22px;
  }

  .iama-facultyv2-areas-feature {
    min-height: 430px;
  }

  .iama-facultyv2-area-item {
    grid-template-columns: 42px 1fr;
  }

  .iama-facultyv2-area-item>i {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .iama-facultyv2-area-item>div {
    grid-column: 2;
  }

  .iama-facultyv2-global-visual>img {
    min-height: 400px;
  }

  .iama-facultyv2-process-grid article {
    grid-template-columns: 64px 1fr;
  }

  .iama-facultyv2-process-grid article>i {
    width: 64px;
    height: 64px;
  }

  .iama-facultyv2-process-grid article>div {
    grid-column: 2;
  }

  .iama-facultyv2-faq-visual>img {
    min-height: 390px;
  }

  .iama-facultyv2-cta {
    min-height: 540px;
    padding: 70px 0;
  }

  .iama-facultyv2-cta-overlay {
    background: rgba(1, 17, 55, 0.9);
  }

  .iama-facultyv2-cta-actions {
    grid-template-columns: 1fr;
  }

  .iama-facultyv2-cta-primary,
  .iama-facultyv2-cta-secondary {
    width: 100%;
  }
}


/* =====================================================
   IAMA FACULTIES DIRECTORY — NOVA DESIGN
   Unique prefix: iama-facultynova-
===================================================== */

.iama-facultynova-hero,
.iama-facultynova-support,
.iama-facultynova-areas,
.iama-facultynova-global,
.iama-facultynova-process,
.iama-facultynova-faq,
.iama-facultynova-cta {
  --nova-blue: #00287d;
  --nova-blue-deep: #001a55;
  --nova-yellow: #ffc63b;
  --nova-white: #fff;
  --nova-black: #000;
  --nova-dark: #000;
  --nova-border: rgba(0, 40, 125, 0.16);
  position: relative;
  overflow: hidden;
}

.iama-facultynova-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--nova-border);
  border-radius: 999px;
  background: #fff;
  color: var(--nova-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-facultynova-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--nova-yellow);
}

.iama-facultynova-hero h2,
.iama-facultynova-support h2,
.iama-facultynova-areas h2,
.iama-facultynova-global h2,
.iama-facultynova-process h2,
.iama-facultynova-faq h2,
.iama-facultynova-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--nova-dark);
}

.iama-facultynova-hero h2 span,
.iama-facultynova-support h2 span,
.iama-facultynova-areas h2 span,
.iama-facultynova-process h2 span {
  color: var(--nova-blue);
}

/* EXACT PARAGRAPH SYSTEM */
.iama-facultynova-hero p,
.iama-facultynova-support p,
.iama-facultynova-areas p,
.iama-facultynova-process p,
.iama-facultynova-faq p,
.iama-facultynova-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-facultynova-global p,
.iama-facultynova-faq-image-copy p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
}

/* HERO */




/* =========================================================
   IAMA FACULTY DIRECTORY — MODERN ISOLATED CSS
   No :root variables. No generic global element selectors.
   Theme: #00287d / #ffc63b / #ffffff
   ========================================================= */

.iama-facultynova-support,
.iama-facultynova-areas,
.iama-facultynova-global,
.iama-facultynova-process,
.iama-facultynova-faq,
.iama-facultynova-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.iama-facultynova-support *,
.iama-facultynova-areas *,
.iama-facultynova-global *,
.iama-facultynova-process *,
.iama-facultynova-faq *,
.iama-facultynova-cta * {
  box-sizing: border-box;
}

.iama-facultynova-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 40, 125, 0.22);
  border-radius: 7px;
  background: #fff8e6;
  color: #00287d;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.iama-facultynova-label > i {
  color: #00287d;
  font-size: 14px;
}

.iama-facultynova-label-dark {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.iama-facultynova-label-dark > i {
  color: #ffc63b;
}

/* ACADEMIC SUPPORT */
.iama-facultynova-support {
  padding: 72px 0;
  background: #ffffff;
}

.iama-facultynova-support::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 29%;
  height: 100%;
  background: #fff8e6;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.iama-facultynova-support-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1fr;
  align-items: center;
  gap: 30px;
}

.iama-facultynova-support-heading > h2 {
  margin: 14px 0 0;
  color: #00163f;
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.iama-facultynova-support-heading > h2 > span {
  color: #00287d;
}

.iama-facultynova-support-copy {
  padding: 4px 0 4px 25px;
  border-left: 4px solid #ffc63b;
}

.iama-facultynova-support-copy > p {
  margin: 0;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
}

.iama-facultynova-support-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.iama-facultynova-support-blocks > article {
  position: relative;
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  overflow: hidden;
  border-radius: 14px;
  background: #00287d;
  box-shadow: 0 15px 32px rgba(0, 40, 125, 0.17);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iama-facultynova-support-blocks > article:nth-child(2) {
  background: #ffc63b;
}

.iama-facultynova-support-blocks > article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 112px;
  height: 112px;
  border: 18px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.iama-facultynova-support-blocks > article:hover {
  transform: translateY(-5px);
  box-shadow: 0 21px 40px rgba(0, 40, 125, 0.22);
}

.iama-facultynova-support-blocks > article > span {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(255, 255, 255, 0.28);
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.iama-facultynova-support-blocks > article:nth-child(2) > span {
  color: rgba(0, 40, 125, 0.22);
}

.iama-facultynova-support-blocks > article > i {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #ffffff;
  color: #00287d;
  font-size: 20px;
}

.iama-facultynova-support-blocks > article > h3 {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.iama-facultynova-support-blocks > article:nth-child(2) > h3 {
  color: #00163f;
}

/* FACULTY AREAS */
.iama-facultynova-areas {
  padding: 78px 0;
  background: #00287d;
}

.iama-facultynova-areas::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -100px;
  width: 340px;
  height: 340px;
  border: 66px solid rgba(255, 198, 59, 0.08);
  border-radius: 50%;
}

.iama-facultynova-areas-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  align-items: end;
  gap: 34px;
  margin-bottom: 34px;
}

.iama-facultynova-areas-head > .iama-facultynova-label,
.iama-facultynova-areas-head > h2 {
  grid-column: 1;
}

.iama-facultynova-areas-head > h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.iama-facultynova-areas-head > h2 > span {
  color: #ffc63b;
}

.iama-facultynova-areas-head > p {
  grid-column: 2;
  margin: 0;
  padding: 3px 0 4px 25px;
  border-left: 4px solid #ffc63b;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.iama-facultynova-areas-stack {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.iama-facultynova-area-row {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.iama-facultynova-area-row:hover {
  transform: translateY(-6px);
  border-color: #ffc63b;
  background: #ffffff;
}

.iama-facultynova-area-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px 16px;
}

.iama-facultynova-area-index > span {
  color: #ffc63b;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.iama-facultynova-area-index > i {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #ffc63b;
  color: #00287d;
  font-size: 18px;
}

.iama-facultynova-area-content {
  padding: 0 22px 23px;
}

.iama-facultynova-area-content > h3 {
  margin: 12px 0 10px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.iama-facultynova-area-content > p {
  margin: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
}

.iama-facultynova-area-row:hover .iama-facultynova-area-content > h3,
.iama-facultynova-area-row:hover .iama-facultynova-area-content > p {
  color: #00163f;
}

/* GLOBAL COORDINATION */
.iama-facultynova-global {
  padding: 78px 0;
  background: #00163f;
}

.iama-facultynova-global-bg,
.iama-facultynova-global-overlay {
  position: absolute;
  inset: 0;
}

.iama-facultynova-global-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-facultynova-global-overlay {
background: radial-gradient(circle at 8% 18%, rgba(0, 74, 190, 0.22), transparent 31%), radial-gradient(circle at 92% 82%, rgba(244, 200, 75, 0.12), transparent 27%), linear-gradient(135deg, #00287d 0%, #00287d 55%, #000 100%);
}

.iama-facultynova-global > .container {
  position: relative;
  z-index: 2;
}

.iama-facultynova-global-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 36px;
}

.iama-facultynova-global-copy > h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.iama-facultynova-global-copy > h2 > span {
  color: #ffc63b;
}

.iama-facultynova-global-copy > p {
  margin: 20px 0 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
}

.iama-facultynova-global-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.iama-facultynova-global-list > article {
  display: flex;
  min-height: 128px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7px);
}

.iama-facultynova-global-list > article > span {
  color: #ffc63b;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.iama-facultynova-global-list > article > p {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.iama-facultynova-global-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  padding: 20px;
  border-left: 5px solid #ffc63b;
  border-radius: 0 12px 12px 0;
  background: #ffffff;
}

.iama-facultynova-global-card > i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #00287d;
  color: #ffffff;
  font-size: 21px;
}

.iama-facultynova-global-card > div > h3 {
  margin: 0 0 5px;
  color: #00163f;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.iama-facultynova-global-card > div > p {
  margin: 0;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

/* PROCESS */
.iama-facultynova-process {
  padding: 78px 0;
  background: #ffffff;
}

.iama-facultynova-process-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 48px;
}

.iama-facultynova-process-heading > h2 {
  margin: 14px 0 0;
  color: #00163f;
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.iama-facultynova-process-heading > h2 > span {
  color: #00287d;
}

.iama-facultynova-process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.iama-facultynova-process-line::before {
  display: none;
}

.iama-facultynova-process-line > article {
  position: relative;
  display: block;
  min-height: 255px;
  padding-top: 28px;
}

.iama-facultynova-process-marker {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 20px;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #00287d;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 40, 125, 0.18);
}

.iama-facultynova-process-line > article:nth-child(2) .iama-facultynova-process-marker {
  background: #ffc63b;
  color: #00163f;
}

.iama-facultynova-process-content {
  height: 100%;
  padding: 45px 21px 23px;
  border: 1px solid #d8e0ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 13px 32px rgba(0, 40, 125, 0.09);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.iama-facultynova-process-line > article:hover .iama-facultynova-process-content {
  transform: translateY(-5px);
  border-color: #ffc63b;
}

.iama-facultynova-process-content > i {
  margin-bottom: 18px;
  color: #00287d;
  font-size: 24px;
}

.iama-facultynova-process-content > h3 {
  margin: 0 0 9px;
  color: #00163f;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.iama-facultynova-process-content > p {
  margin: 0;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

/* FAQ */
.iama-facultynova-faq {
  padding: 78px 0;
  background: #fff8e6;
}

.iama-facultynova-faq-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e1e6ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 40, 125, 0.15);
}

.iama-facultynova-faq-image {
  position: relative;
  min-height: 400px;
}

.iama-facultynova-faq-image > img,
.iama-facultynova-faq-image-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iama-facultynova-faq-image > img {
  object-fit: cover;
}

.iama-facultynova-faq-image-overlay {
  background: linear-gradient(180deg, rgba(0, 40, 125, 0.35) 0%, rgba(0, 22, 63, 0.93) 100%);
}

.iama-facultynova-faq-image-copy {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.iama-facultynova-faq-image-copy > h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.iama-facultynova-faq-image-copy > h2 > span {
  color: #ffc63b;
}

.iama-facultynova-faq-note {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 13px;
  margin-top: 23px;
  padding: 16px;
  border-left: 4px solid #ffc63b;
  border-radius: 0 10px 10px 0;
  background: #ffffff;
}

.iama-facultynova-faq-note > i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #00287d;
  color: #ffffff;
  font-size: 18px;
}

.iama-facultynova-faq-note > div > strong {
  display: block;
  margin-bottom: 3px;
  color: #00163f;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-facultynova-faq-note > div > span {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.iama-facultynova-accordion {
  padding: 30px;
  background: #ffffff;
}

.iama-facultynova-accordion > .accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #d8e0ef;
  border-radius: 11px;
  background: #ffffff;
}

.iama-facultynova-accordion > .accordion-item:last-child {
  margin-bottom: 0;
}

.iama-facultynova-accordion .accordion-header {
  margin: 0;
}

.iama-facultynova-accordion .accordion-button {
  padding: 18px 20px;
  background: #ffffff;
  box-shadow: none;
  color: #00163f;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-facultynova-accordion .accordion-button:not(.collapsed) {
  background: #00287d;
  color: #ffffff;
}

.iama-facultynova-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.iama-facultynova-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.iama-facultynova-accordion .accordion-body {
  padding: 17px 20px 20px;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

/* CTA */
.iama-facultynova-cta {
  background: #00287d;
}

.iama-facultynova-cta-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.iama-facultynova-cta-copy {
  display: flex;
  height: 510px;
  flex-direction: column;
  justify-content: center;
  padding: 55px 55px 55px 0;
}

.iama-facultynova-cta-copy > h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.iama-facultynova-cta-copy > h2 > span {
  color: #ffc63b;
}

.iama-facultynova-cta-copy > p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
}

.iama-facultynova-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.iama-facultynova-cta-primary,
.iama-facultynova-cta-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.iama-facultynova-cta-primary {
  border: 1px solid #ffc63b;
  background: #ffc63b;
  color: #00163f;
}

.iama-facultynova-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #ffffff;
}

.iama-facultynova-cta-primary:hover,
.iama-facultynova-cta-secondary:hover {
  transform: translateY(-3px);
  border-color: #ffffff;
  background: #ffffff;
  color: #00287d;
}

.iama-facultynova-cta-image {
  height: 510px;
}

.iama-facultynova-cta-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .iama-facultynova-support-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iama-facultynova-support-blocks {
    grid-column: 1 / -1;
  }

  .iama-facultynova-areas-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iama-facultynova-process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .iama-facultynova-support-heading > h2,
  .iama-facultynova-areas-head > h2,
  .iama-facultynova-global-copy > h2,
  .iama-facultynova-process-heading > h2,
  .iama-facultynova-cta-copy > h2 {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .iama-facultynova-support-grid,
  .iama-facultynova-areas-head,
  .iama-facultynova-global-inner,
  .iama-facultynova-faq-shell,
  .iama-facultynova-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-facultynova-areas-head > p {
    grid-column: 1;
    grid-row: auto;
  }

  .iama-facultynova-process-line {
    grid-template-columns: 1fr;
  }

  .iama-facultynova-process-line > article {
    min-height: auto;
  }

  .iama-facultynova-faq-image {
    min-height: 470px;
  }

  .iama-facultynova-cta-copy {
    min-height: auto;
    padding: 65px 35px;
  }

  .iama-facultynova-cta-image {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .iama-facultynova-support,
  .iama-facultynova-areas,
  .iama-facultynova-global,
  .iama-facultynova-process,
  .iama-facultynova-faq {
    padding: 60px 0;
  }

  .iama-facultynova-areas-stack,
  .iama-facultynova-global-list {
    grid-template-columns: 1fr;
  }

  .iama-facultynova-support-heading > h2,
  .iama-facultynova-areas-head > h2,
  .iama-facultynova-global-copy > h2,
  .iama-facultynova-process-heading > h2,
  .iama-facultynova-cta-copy > h2 {
    font-size: 39px;
  }

  .iama-facultynova-faq-image-copy > h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .iama-facultynova-support,
  .iama-facultynova-areas,
  .iama-facultynova-global,
  .iama-facultynova-process,
  .iama-facultynova-faq {
    padding: 48px 0;
  }

  .iama-facultynova-support-blocks {
    grid-template-columns: 1fr;
  }

  .iama-facultynova-support-copy,
  .iama-facultynova-areas-head > p {
    padding-left: 18px;
  }

  .iama-facultynova-support-heading > h2,
  .iama-facultynova-areas-head > h2,
  .iama-facultynova-global-copy > h2,
  .iama-facultynova-process-heading > h2,
  .iama-facultynova-cta-copy > h2 {
    font-size: 32px;
  }

  .iama-facultynova-support-copy > p,
  .iama-facultynova-areas-head > p,
  .iama-facultynova-global-copy > p,
  .iama-facultynova-cta-copy > p {
    font-size: 17px;
  }

  .iama-facultynova-faq-image {
    min-height: 420px;
  }

  .iama-facultynova-faq-image-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .iama-facultynova-faq-image-copy > h2 {
    font-size: 30px;
  }

  .iama-facultynova-accordion {
    padding: 18px;
  }

  .iama-facultynova-accordion .accordion-button {
    padding: 16px;
    font-size: 17px;
  }

  .iama-facultynova-cta-copy {
    padding: 52px 22px;
  }

  .iama-facultynova-cta-actions {
    flex-direction: column;
  }

  .iama-facultynova-cta-primary,
  .iama-facultynova-cta-secondary {
    width: 100%;
  }

  .iama-facultynova-cta-image {
    min-height: 330px;
  }
}

























.iama-deptnova-page,
.iama-deptnova-cta {
  --dn-blue: #00287d;
  --dn-deep: #001a55;
  --dn-yellow: #ffc63b;
  --dn-white: #fff;
  --dn-black: #000;
  --dn-dark: #000;
  --dn-border: rgba(0, 40, 125, .16)
}

.iama-deptnova-page section,
.iama-deptnova-cta {
  position: relative;
  overflow: hidden
}

.iama-deptnova-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--dn-border);
  border-radius: 999px;
  background: #fff;
  color: var(--dn-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase
}

.iama-deptnova-label-dark {
  border-color: rgba(255, 198, 59, .45);
  background: rgba(255, 198, 59, .12);
  color: var(--dn-yellow)
}

.iama-deptnova-page h2,
.iama-deptnova-cta h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.6px;
  color: var(--dn-dark)
}

.iama-deptnova-page h2 span {
  color: var(--dn-blue)
}

.iama-deptnova-page p,
.iama-deptnova-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em
}

.iama-deptnova-index p,
.iama-deptnova-research p,
.iama-deptnova-cta p {
  color: #fff
}

.iama-deptnova-intro {
  padding: 80px 0 95px;
  background: radial-gradient(circle at 10% 8%, rgba(0, 40, 125, .09), transparent 28%), radial-gradient(circle at 90% 88%, rgba(255, 198, 59, .16), transparent 26%), #fff
}

.iama-deptnova-intro-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 85px
}

.iama-deptnova-intro-copy>p {
  max-width: 680px;
  margin: 26px 0 0
}

.iama-deptnova-intro-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px
}

.iama-deptnova-intro-checks div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-left: 4px solid var(--dn-yellow);
  background: #f7f9ff
}

.iama-deptnova-intro-checks i {
  color: var(--dn-blue)
}

.iama-deptnova-intro-checks span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600
}

.iama-deptnova-primary-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--dn-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 40, 125, .2);
  transition: .3s
}

.iama-deptnova-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--dn-deep);
  color: #fff
}

.iama-deptnova-intro-visual {
  position: relative;
  min-height: 620px
}

.iama-deptnova-intro-image {
  position: absolute;
  inset: 0 0 80px 55px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, .16)
}

.iama-deptnova-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.iama-deptnova-intro-counter {
  position: absolute;
  top: 40px;
  left: 0;
  width: 170px;
  padding: 24px;
  background: var(--dn-yellow)
}

.iama-deptnova-intro-counter strong {
  display: block;
  color: var(--dn-dark);
  font-family: "Outfit", sans-serif;
  font-size: 54px;
  line-height: 1
}

.iama-deptnova-intro-counter span {
  display: block;
  margin-top: 7px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700
}

.iama-deptnova-intro-summary {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  max-width: 360px;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 40, 125, .16)
}

.iama-deptnova-intro-summary>i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dn-blue);
  color: #fff
}

.iama-deptnova-intro-summary h3 {
  margin: 0 0 5px;
  color: var(--dn-dark);
  font-family: "Outfit", sans-serif;
  font-size: 19px
}

.iama-deptnova-intro-summary p {
  margin: 0;
  font-size: 18px;
  color: #000
}

.iama-deptnova-statbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--dn-border);
  border-bottom: 1px solid var(--dn-border)
}

.iama-deptnova-statbar article {
  padding: 24px;
  border-right: 1px solid var(--dn-border)
}

.iama-deptnova-statbar article:last-child {
  border-right: 0
}

.iama-deptnova-statbar strong {
  display: block;
  margin-bottom: 5px;
  color: var(--dn-blue);
  font-family: "Outfit", sans-serif;
  font-size: 35px
}

.iama-deptnova-statbar span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600
}

.iama-deptnova-index {
  padding: 110px 0;
  background: var(--dn-blue)
}

.iama-deptnova-section-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px
}

.iama-deptnova-section-head h2 {
  color: #fff
}

.iama-deptnova-section-head h2 span {
  color: var(--dn-yellow)
}

.iama-deptnova-section-head>p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--dn-yellow)
}

.iama-deptnova-index-list {
  display: grid
}

.iama-deptnova-index-list>a {
  display: grid;
  grid-template-columns: 90px 70px 1fr 56px;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  text-decoration: none;
  transition: .3s
}

.iama-deptnova-index-list>a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .24)
}

.iama-deptnova-index-list>a:hover {
  padding-left: 18px;
  background: rgba(255, 255, 255, .08)
}

.iama-deptnova-index-list>a>span {
  color: var(--dn-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700
}

.iama-deptnova-index-list>a>i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--dn-blue);
  font-size: 22px
}

.iama-deptnova-index-list h3 {
  margin: 0 0 7px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 30px
}

.iama-deptnova-index-list p {
  margin: 0
}

.iama-deptnova-index-list b {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%
}

.iama-deptnova-system {
  padding: 110px 0;
  background: #fff
}

.iama-deptnova-system-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 85px
}

.iama-deptnova-system-copy {
  position: sticky;
  top: 120px
}

.iama-deptnova-system-copy>p {
  margin: 26px 0 0
}

.iama-deptnova-system-steps {
  display: grid;
  gap: 18px
}

.iama-deptnova-system-steps article {
  display: grid;
  grid-template-columns: 70px 64px 1fr;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--dn-border);
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 40, 125, .07)
}

.iama-deptnova-system-steps article:nth-child(2) {
  background: var(--dn-yellow)
}

.iama-deptnova-system-steps article>span {
  color: rgba(0, 40, 125, .25);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700
}

.iama-deptnova-system-steps article>i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dn-blue);
  color: #fff;
  font-size: 22px
}

.iama-deptnova-system-steps h3 {
  margin: 0 0 7px;
  color: var(--dn-dark);
  font-family: "Outfit", sans-serif;
  font-size: 23px
}

.iama-deptnova-system-steps p {
  margin: 0
}

.iama-deptnova-research {
  background: var(--dn-deep)
}

.iama-deptnova-research-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px
}

.iama-deptnova-research-image {
  position: relative;
  min-height: 680px
}

.iama-deptnova-research-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.iama-deptnova-research-badge {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  padding: 20px;
  background: #fff
}

.iama-deptnova-research-badge>i {
  display: flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dn-yellow);
  color: var(--dn-dark)
}

.iama-deptnova-research-badge strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dn-dark);
  font-family: "Outfit", sans-serif;
  font-size: 22px
}

.iama-deptnova-research-badge span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px
}

.iama-deptnova-research-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
padding: 90px 80px;
}






/* Laptop */
@media (max-width:1200px){
    padding:80px 60px;
}

/* Tablet */
@media (max-width:991px){
    padding:70px 45px;
}

/* Mobile */
@media (max-width:767px){
    padding:60px 25px;
}

/* Small Mobile */
@media (max-width:575px){
    padding:50px 20px;
}

.iama-deptnova-research-copy h2 {
  color: #fff
}

.iama-deptnova-research-copy>p {
  margin: 26px 0 0
}

.iama-deptnova-research-list {
  display: grid;
  gap: 14px;
  margin-top: 30px
}

.iama-deptnova-research-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .25)
}

.iama-deptnova-research-list i {
  color: var(--dn-yellow)
}

.iama-deptnova-research-list span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600
}

.iama-deptnova-pathways {
  padding: 110px 0;
  background: var(--dn-yellow)
}

.iama-deptnova-pathway-head {
  max-width: 900px;
  margin-bottom: 65px
}

.iama-deptnova-pathway-head>p {
  max-width: 760px;
  margin: 26px 0 0
}

.iama-deptnova-pathway-timeline {
  display: grid;
  border-top: 2px solid var(--dn-blue)
}

.iama-deptnova-pathway-timeline a {
  display: grid;
  grid-template-columns: 100px 1fr 56px;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 2px solid var(--dn-blue);
  color: var(--dn-dark);
  text-decoration: none;
  transition: .3s
}

.iama-deptnova-pathway-timeline a:hover {
  padding-left: 18px;
  background: rgba(255, 255, 255, .28)
}

.iama-deptnova-pathway-timeline a>span {
  color: var(--dn-blue);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700
}

.iama-deptnova-pathway-timeline h3 {
  margin: 0 0 6px;
  color: var(--dn-dark);
  font-family: "Outfit", sans-serif;
  font-size: 24px
}

.iama-deptnova-pathway-timeline p {
  margin: 0
}

.iama-deptnova-pathway-timeline a>i {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dn-blue);
  color: #fff
}

.iama-deptnova-cta {
  padding: 80px 0;
  background: var(--dn-blue)
}

.iama-deptnova-cta-grid {
  display: grid;
  grid-template-columns: .75fr 1.6fr auto;
  align-items: center;
  gap: 45px
}

.iama-deptnova-cta h3 {
  color: #fff;
  font-size: 46px
}

.iama-deptnova-cta p {
  margin: 0
}

.iama-deptnova-cta a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 12px;
  background: var(--dn-yellow);
  color: var(--dn-dark);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s
}

.iama-deptnova-cta a:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--dn-blue)
}

@media(max-width:1199px) {

  .iama-deptnova-page h2,
  .iama-deptnova-cta h3 {
    font-size: 48px
  }
}

@media(max-width:991px) {

  .iama-deptnova-intro-grid,
  .iama-deptnova-section-head,
  .iama-deptnova-system-grid,
  .iama-deptnova-research-grid,
  .iama-deptnova-cta-grid {
    grid-template-columns: 1fr
  }

  .iama-deptnova-intro-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto
  }

  .iama-deptnova-statbar {
    grid-template-columns: repeat(2, 1fr)
  }

  .iama-deptnova-system-copy {
    position: static
  }

  .iama-deptnova-research-copy {
    padding: 80px 40px
  }

  .iama-deptnova-cta a {
    justify-self: start
  }
}

@media(max-width:767px) {

  .iama-deptnova-intro,
  .iama-deptnova-index,
  .iama-deptnova-system,
  .iama-deptnova-pathways {
    padding: 75px 0
  }

  .iama-deptnova-page h2,
  .iama-deptnova-cta h3 {
    font-size: 40px
  }

  .iama-deptnova-intro-checks {
    grid-template-columns: 1fr
  }

  .iama-deptnova-index-list>a {
    grid-template-columns: 70px 60px 1fr
  }

  .iama-deptnova-index-list b {
    display: none
  }

  .iama-deptnova-research-image {
    min-height: 520px
  }
}

@media(max-width:575px) {

  .iama-deptnova-intro,
  .iama-deptnova-index,
  .iama-deptnova-system,
  .iama-deptnova-pathways {
    padding: 60px 0
  }

  .iama-deptnova-label {
    padding: 9px 14px;
    font-size: 11px
  }

  .iama-deptnova-page h2,
  .iama-deptnova-cta h3 {
    font-size: 32px
  }

  .iama-deptnova-page p,
  .iama-deptnova-cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em
  }

  .iama-deptnova-intro-visual {
    min-height: 500px
  }

  .iama-deptnova-intro-image {
    inset: 0 0 80px 25px
  }

  .iama-deptnova-intro-counter {
    top: 20px;
    width: 135px;
    padding: 18px
  }

  .iama-deptnova-intro-counter strong {
    font-size: 42px
  }

  .iama-deptnova-intro-summary {
    right: 0;
    width: calc(100% - 20px)
  }

  .iama-deptnova-statbar {
    grid-template-columns: 1fr
  }

  .iama-deptnova-statbar article {
    border-right: 0;
    border-bottom: 1px solid var(--dn-border)
  }

  .iama-deptnova-index-list>a {
    grid-template-columns: 52px 1fr;
    gap: 14px
  }

  .iama-deptnova-index-list>a>i {
    width: 52px;
    height: 52px
  }

  .iama-deptnova-index-list>a>div {
    grid-column: 2
  }

  .iama-deptnova-system-steps article {
    grid-template-columns: 54px 1fr
  }

  .iama-deptnova-system-steps article>i {
    width: 54px;
    height: 54px
  }

  .iama-deptnova-system-steps article>div {
    grid-column: 2
  }

  .iama-deptnova-research-image {
    min-height: 420px
  }

  .iama-deptnova-research-badge {
    right: 20px;
    bottom: 20px;
    left: 20px
  }

  .iama-deptnova-research-copy {
    padding: 70px 24px
  }

  .iama-deptnova-pathway-timeline a {
    grid-template-columns: 60px 1fr
  }

  .iama-deptnova-pathway-timeline a>i {
    display: none
  }

  .iama-deptnova-cta {
    padding: 70px 0
  }

  .iama-deptnova-cta a {
    width: 100%
  }
}






.iama-courseatlas-page,
.iama-courseatlas-form {
  --atlas-blue: #00287d;
  --atlas-blue-deep: #001a55;
  --atlas-yellow: #ffc63b;
  --atlas-white: #fff;
  --atlas-black: #000;
  --atlas-dark: #071525;
  --atlas-border: rgba(0, 40, 125, 0.16);
}

.iama-courseatlas-page section,
.iama-courseatlas-form {
  position: relative;
  overflow: hidden;
}

.iama-courseatlas-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--atlas-border);
  border-radius: 999px;
  background: #fff;
  color: var(--atlas-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-courseatlas-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--atlas-yellow);
}

.iama-courseatlas-page h2,
.iama-courseatlas-form h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--atlas-dark);
}

.iama-courseatlas-page h2 span,
.iama-courseatlas-form h2 span {
  color: var(--atlas-blue);
}

/* Exact paragraph system */
.iama-courseatlas-page p,
.iama-courseatlas-form p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-courseatlas-diploma p,
.iama-courseatlas-doctoral p,
.iama-courseatlas-form p {
  color: #fff;
}

/* HERO */

.iama-courseatlas-hero {
  padding: 80px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.16), transparent 25%),
    #fff;
}

.iama-courseatlas-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 85px;
}

.iama-courseatlas-hero-copy > p {
  max-width: 680px;
  margin: 26px 0 0;
}

.iama-courseatlas-primary-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--atlas-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 40, 125, 0.2);
  transition: 0.3s ease;
}

.iama-courseatlas-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--atlas-blue-deep);
  color: #fff;
}

.iama-courseatlas-hero-visual {
  position: relative;
min-height: 490px;
}

.iama-courseatlas-hero-image {
  position: absolute;
  inset: 0 80px 60px 0;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.16);
}

.iama-courseatlas-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-courseatlas-level-stack {
  position: absolute;
  top: 40px;
  right: 0;
  display: grid;
  gap: 10px;
}

.iama-courseatlas-level-stack span {
  min-width: 150px;
  padding: 13px 16px;
  background: #fff;
  color: var(--atlas-blue);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 40, 125, 0.14);
}

.iama-courseatlas-level-stack span:nth-child(odd) {
  background: var(--atlas-yellow);
  color: var(--atlas-dark);
}

.iama-courseatlas-hero-badge {
  position: absolute;
  left: 35px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 360px;
  padding: 20px;
  background: var(--atlas-blue);
  color: #fff;
}

.iama-courseatlas-hero-badge > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--atlas-yellow);
  color: var(--atlas-dark);
}

.iama-courseatlas-hero-badge strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-courseatlas-hero-badge span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

/* RAIL */

.iama-courseatlas-rail {
  background: var(--atlas-blue);
}

.iama-courseatlas-rail-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.iama-courseatlas-rail-grid a {
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-courseatlas-rail-grid a:last-child {
  border-right: 0;
}

.iama-courseatlas-rail-grid a:hover {
  background: var(--atlas-yellow);
  color: var(--atlas-dark);
}

.iama-courseatlas-rail-grid span {
  display: block;
  margin-bottom: 28px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.iama-courseatlas-rail-grid i {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
}

.iama-courseatlas-rail-grid strong {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
}

/* OVERVIEW */

.iama-courseatlas-overview {
  padding: 100px 0;
  background: #fff;
}

.iama-courseatlas-overview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
}

.iama-courseatlas-overview-grid > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--atlas-yellow);
}

/* DIPLOMA */

.iama-courseatlas-diploma {
  padding: 110px 0;
  background: var(--atlas-blue);
}

.iama-courseatlas-section-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 80px;
}

.iama-courseatlas-section-intro {
  position: sticky;
  top: 120px;
}

.iama-courseatlas-level {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--atlas-yellow);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-courseatlas-big-number {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Outfit", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}

.iama-courseatlas-section-intro > i {
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--atlas-yellow);
  color: var(--atlas-dark);
  font-size: 24px;
}

.iama-courseatlas-section-intro h2 {
  color: #fff;
}

.iama-courseatlas-section-intro > p {
  margin: 24px 0 0;
}

.iama-courseatlas-course-lines {
  display: grid;
  gap: 0;
}

.iama-courseatlas-course-lines a {
  display: grid;
  grid-template-columns: 70px 1fr 50px;
  align-items: center;
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-courseatlas-course-lines a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.iama-courseatlas-course-lines a:hover {
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.iama-courseatlas-course-lines span {
  color: var(--atlas-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-courseatlas-course-lines h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
    color: #fff;
}

.iama-courseatlas-course-lines i {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

/* PG DIPLOMA */

.iama-courseatlas-pgdiploma {
  padding: 110px 0;
  background: #fff;
}

.iama-courseatlas-pgdiploma-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.iama-courseatlas-pgdiploma-head > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--atlas-yellow);
}

.iama-courseatlas-pgdiploma-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.iama-courseatlas-pgdiploma-grid a {
  position: relative;
  min-height: 170px;
  padding: 25px;
  border: 1px solid var(--atlas-border);
  background: #fff;
  color: var(--atlas-dark);
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0, 40, 125, 0.06);
  transition: 0.3s ease;
}

.iama-courseatlas-pgdiploma-grid a:hover {
  transform: translateY(-6px);
  background: var(--atlas-yellow);
}

.iama-courseatlas-pgdiploma-grid span {
  display: block;
  margin-bottom: 35px;
  color: var(--atlas-blue);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-courseatlas-pgdiploma-grid h3 {
  max-width: 85%;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-courseatlas-pgdiploma-grid i {
  position: absolute;
  right: 22px;
  bottom: 22px;
  color: var(--atlas-blue);
}

/* MASTERS */

.iama-courseatlas-masters {
  padding: 110px 0;
  background: var(--atlas-yellow);
}

.iama-courseatlas-masters-head {
  display: grid;
  grid-template-columns: 120px 1fr 80px;
  align-items: center;
  gap: 30px;
  margin-bottom: 55px;
}

.iama-courseatlas-masters-number {
  color: rgba(0, 40, 125, 0.18);
  font-family: "Outfit", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.iama-courseatlas-masters-head > div:nth-child(2) > p {
  max-width: 780px;
  margin: 22px 0 0;
}

.iama-courseatlas-masters-head > i {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--atlas-blue);
  color: #fff;
  font-size: 28px;
}

.iama-courseatlas-masters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.iama-courseatlas-masters-grid a {
  position: relative;
  min-height: 250px;
  padding: 24px;
  border: 2px solid var(--atlas-blue);
  color: var(--atlas-dark);
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-courseatlas-masters-grid a:hover {
  transform: translateY(-7px);
  background: #fff;
}

.iama-courseatlas-masters-grid span {
  display: block;
  margin-bottom: 36px;
  color: var(--atlas-blue);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-courseatlas-masters-grid a > i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--atlas-blue);
  color: #fff;
  font-size: 21px;
}

.iama-courseatlas-masters-grid h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
}

/* DOCTORAL */

.iama-courseatlas-doctoral {
  background: var(--atlas-blue-deep);
}

.iama-courseatlas-doctoral-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 760px;
}

.iama-courseatlas-doctoral-visual {
  position: relative;
  min-height: 760px;
}

.iama-courseatlas-doctoral-visual > img,
.iama-courseatlas-doctoral-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iama-courseatlas-doctoral-visual > img {
  object-fit: cover;
}

.iama-courseatlas-doctoral-overlay {
  background: rgba(0, 24, 78, 0.82);
}

.iama-courseatlas-doctoral-copy {
  position: absolute;
  z-index: 2;
  right: 45px;
  bottom: 45px;
  left: 45px;
}

.iama-courseatlas-doctoral-copy h2 {
  color: #fff;
}

.iama-courseatlas-doctoral-copy > p {
  margin: 24px 0 0;
}

.iama-courseatlas-doctoral-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  margin-top: 30px;
  padding: 18px;
  border-left: 4px solid var(--atlas-yellow);
  background: #fff;
}

.iama-courseatlas-doctoral-badge > i {
  display: flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--atlas-blue);
  color: #fff;
}

.iama-courseatlas-doctoral-badge strong {
  display: block;
  margin-bottom: 4px;
  color: var(--atlas-dark);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-courseatlas-doctoral-badge span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.iama-courseatlas-doctoral-list {
  display: grid;
  align-content: center;
  padding: 70px;
}

.iama-courseatlas-doctoral-list a {
  display: grid;
  grid-template-columns: 70px 1fr 46px;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-courseatlas-doctoral-list a:hover {
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.07);
}

.iama-courseatlas-doctoral-list span {
  color: var(--atlas-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-courseatlas-doctoral-list h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
    color: #fff;
}

/* MODEL */

.iama-courseatlas-model {
  padding: 110px 0;
  background: #fff;
}

.iama-courseatlas-model-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 65px;
}

.iama-courseatlas-model-copy > p {
  margin: 24px 0 0;
}

.iama-courseatlas-model-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.iama-courseatlas-model-points article {
  min-height: 155px;
  padding: 22px;
  border: 1px solid var(--atlas-border);
}

.iama-courseatlas-model-points i {
  display: block;
  margin-bottom: 30px;
  color: var(--atlas-blue);
  font-size: 25px;
}

.iama-courseatlas-model-points strong {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
}

.iama-courseatlas-model-media {
  grid-column: 1 / -1;
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.iama-courseatlas-model-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.iama-courseatlas-model-media > div {
  position: absolute;
  left: 35px;
  bottom: 35px;
  padding: 20px;
  background: #fff;
}

.iama-courseatlas-model-media span {
  display: block;
  margin-bottom: 5px;
  color: var(--atlas-blue);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-courseatlas-model-media strong {
  display: block;
  margin-bottom: 5px;
  color: var(--atlas-dark);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
}

.iama-courseatlas-model-media p {
  margin: 0;
}

/* FORM */

.iama-courseatlas-form {
  padding: 90px 0;
  background: var(--atlas-blue);
}

.iama-courseatlas-form-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 55px;
}

.iama-courseatlas-form h2 {
  color: #fff;
}

.iama-courseatlas-form h2 span {
  color: var(--atlas-yellow);
}

.iama-courseatlas-form-grid > div:first-child > p {
  max-width: 850px;
  margin: 25px 0 0;
}

.iama-courseatlas-form-actions {
  display: grid;
  gap: 12px;
}

.iama-courseatlas-form-primary,
.iama-courseatlas-form-secondary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-courseatlas-form-primary {
  background: var(--atlas-yellow);
  color: var(--atlas-dark);
}

.iama-courseatlas-form-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.iama-courseatlas-form-primary:hover,
.iama-courseatlas-form-secondary:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--atlas-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .iama-courseatlas-page h2,
  .iama-courseatlas-form h2 {
    font-size: 48px;
  }

  .iama-courseatlas-masters-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .iama-courseatlas-hero-grid,
  .iama-courseatlas-overview-grid,
  .iama-courseatlas-section-grid,
  .iama-courseatlas-pgdiploma-head,
  .iama-courseatlas-doctoral-grid,
  .iama-courseatlas-model-grid,
  .iama-courseatlas-form-grid {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-hero-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-courseatlas-rail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iama-courseatlas-section-intro {
    position: static;
  }

  .iama-courseatlas-doctoral-list {
    padding: 55px 40px;
  }

  .iama-courseatlas-form-actions {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .iama-courseatlas-hero,
  .iama-courseatlas-overview,
  .iama-courseatlas-diploma,
  .iama-courseatlas-pgdiploma,
  .iama-courseatlas-masters,
  .iama-courseatlas-model {
    padding: 75px 0;
  }

  .iama-courseatlas-page h2,
  .iama-courseatlas-form h2 {
    font-size: 40px;
  }

  .iama-courseatlas-pgdiploma-grid {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-masters-head {
    grid-template-columns: 90px 1fr;
  }

  .iama-courseatlas-masters-head > i {
    display: none;
  }
}

@media (max-width: 575px) {
  .iama-courseatlas-hero,
  .iama-courseatlas-overview,
  .iama-courseatlas-diploma,
  .iama-courseatlas-pgdiploma,
  .iama-courseatlas-masters,
  .iama-courseatlas-model {
    padding: 60px 0;
  }

  .iama-courseatlas-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-courseatlas-page h2,
  .iama-courseatlas-form h2 {
    font-size: 32px;
  }

  .iama-courseatlas-page p,
  .iama-courseatlas-form p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .iama-courseatlas-hero-visual {
    min-height: 520px;
  }

  .iama-courseatlas-hero-image {
    inset: 0 25px 85px 0;
  }

  .iama-courseatlas-level-stack {
    right: 0;
  }

  .iama-courseatlas-level-stack span {
    min-width: 120px;
    font-size: 12px;
  }

  .iama-courseatlas-hero-badge {
    right: 15px;
    left: 15px;
  }

  .iama-courseatlas-rail-grid {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-course-lines a,
  .iama-courseatlas-doctoral-list a {
    grid-template-columns: 52px 1fr;
  }

  .iama-courseatlas-course-lines a > i,
  .iama-courseatlas-doctoral-list a > i {
    display: none;
  }

  .iama-courseatlas-masters-head {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-masters-number {
    font-size: 64px;
  }

  .iama-courseatlas-masters-grid {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-doctoral-visual {
    min-height: 520px;
  }

  .iama-courseatlas-doctoral-copy {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .iama-courseatlas-doctoral-list {
    padding: 45px 24px;
  }

  .iama-courseatlas-model-points {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-form {
    padding: 70px 0;
  }

  .iama-courseatlas-form-actions {
    grid-template-columns: 1fr;
  }

  .iama-courseatlas-form-primary,
  .iama-courseatlas-form-secondary {
    width: 100%;
  }
}




.iama-ugmatrix-page,
.iama-ugmatrix-admission {
  --ug-blue: #00287d;
  --ug-blue-deep: #001a55;
  --ug-yellow: #ffc63b;
  --ug-white: #fff;
  --ug-black: #000;
  --ug-dark: #071525;
  --ug-border: rgba(0, 40, 125, 0.16);
}

.iama-ugmatrix-page section,
.iama-ugmatrix-admission {
  position: relative;
  overflow: hidden;
}

.iama-ugmatrix-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--ug-border);
  border-radius: 999px;
  background: #fff;
  color: var(--ug-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-ugmatrix-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--ug-yellow);
}

.iama-ugmatrix-page h2,
.iama-ugmatrix-admission h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--ug-dark);
}

.iama-ugmatrix-page h2 span {
  color: var(--ug-blue);
}

/* Exact paragraph system */
.iama-ugmatrix-page p,
.iama-ugmatrix-admission p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-ugmatrix-learning p,
.iama-ugmatrix-admission p {
  color: #fff;
}

/* HERO */

.iama-ugmatrix-hero {
  padding: 85px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.16), transparent 25%),
    #fff;
}

.iama-ugmatrix-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 85px;
}

.iama-ugmatrix-hero-copy > p {
  max-width: 680px;
  margin: 26px 0 0;
}

.iama-ugmatrix-primary-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--ug-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 40, 125, 0.2);
  transition: 0.3s ease;
}

.iama-ugmatrix-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--ug-blue-deep);
  color: #fff;
}

.iama-ugmatrix-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.iama-ugmatrix-hero-tags span {
  padding: 11px 15px;
  border: 1px solid var(--ug-border);
  background: #fff;
  color: var(--ug-blue);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.iama-ugmatrix-hero-visual {
  position: relative;
  min-height: 640px;
}

.iama-ugmatrix-hero-image {
  position: absolute;
  inset: 0 40px 70px 70px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.16);
}

.iama-ugmatrix-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-ugmatrix-hero-word {
  position: absolute;
  top: 40px;
  left: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(0, 40, 125, 0.16);
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.iama-ugmatrix-hero-card {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: var(--ug-blue);
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 40, 125, 0.24);
}

.iama-ugmatrix-hero-card > i {
  display: flex;
  width: 56px;
  height: 56px;
  min-width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ug-yellow);
  color: var(--ug-dark);
  font-size: 21px;
}

.iama-ugmatrix-hero-card strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
}

.iama-ugmatrix-hero-card p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

/* PATHWAYS */

.iama-ugmatrix-pathways {
  padding: 110px 0;
  background: var(--ug-blue);
}

.iama-ugmatrix-pathways-head {
  max-width: 860px;
  margin-bottom: 65px;
}

.iama-ugmatrix-pathways-head h2 {
  color: #fff;
}

.iama-ugmatrix-pathways-head h2 span {
  color: var(--ug-yellow);
}

.iama-ugmatrix-pathways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.iama-ugmatrix-pathways-grid article {
  position: relative;
  min-height: 390px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  transition: 0.3s ease;
}

.iama-ugmatrix-pathways-grid article:nth-child(2) {
  background: var(--ug-yellow);
}

.iama-ugmatrix-pathways-grid article:hover {
  transform: translateY(-8px);
  background: #fff;
}

.iama-ugmatrix-pathway-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, 0.22);
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.iama-ugmatrix-pathways-grid article:nth-child(2) .iama-ugmatrix-pathway-number {
  color: rgba(0, 40, 125, 0.2);
}

.iama-ugmatrix-pathway-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border-radius: 50%;
  background: #fff;
  color: var(--ug-blue);
  font-size: 23px;
}

.iama-ugmatrix-pathways-grid article:nth-child(2) .iama-ugmatrix-pathway-icon {
  background: var(--ug-blue);
  color: #fff;
}

.iama-ugmatrix-pathways-grid article > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ug-yellow);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-ugmatrix-pathways-grid article:nth-child(2) > span {
  color: var(--ug-blue);
}

.iama-ugmatrix-pathways-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}

.iama-ugmatrix-pathways-grid p {
  margin: 0;
  color: #fff;
}

.iama-ugmatrix-pathways-grid article:nth-child(2) h3,
.iama-ugmatrix-pathways-grid article:nth-child(2) p {
  color: #000;
}

.iama-ugmatrix-pathways-grid article:hover h3,
.iama-ugmatrix-pathways-grid article:hover p {
  color: #000;
}

.iama-ugmatrix-pathways-grid article:hover > span {
  color: var(--ug-blue);
}

/* LEARNING */

.iama-ugmatrix-learning {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 70px 0;
}

.iama-ugmatrix-learning-bg,
.iama-ugmatrix-learning-overlay {
  position: absolute;
  inset: 0;
}

.iama-ugmatrix-learning-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-ugmatrix-learning-overlay {
  background: rgba(0, 18, 60, 0.9);
}

.iama-ugmatrix-learning .container {
  position: relative;
  z-index: 2;
}

.iama-ugmatrix-learning-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: start;
  gap: 80px;
}

.iama-ugmatrix-learning-copy h2 {
  color: #fff;
}

.iama-ugmatrix-learning-copy h2 span {
  color: var(--ug-yellow);
}

.iama-ugmatrix-learning-copy > p {
  margin: 26px 0 0;
}

.iama-ugmatrix-learning-panel {
  display: grid;
  gap: 14px;
}

.iama-ugmatrix-learning-panel article {
  display: grid;
  grid-template-columns: 55px 58px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.iama-ugmatrix-learning-panel article > span {
  color: var(--ug-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-ugmatrix-learning-panel article > i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ug-yellow);
  color: var(--ug-dark);
  font-size: 20px;
}

.iama-ugmatrix-learning-panel h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
}

.iama-ugmatrix-learning-panel p {
  margin: 0;
}

.iama-ugmatrix-learning-badge {
  grid-column: 1 / -1;
  display: flex;
  max-width: 520px;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
  padding: 20px;
  border-left: 5px solid var(--ug-yellow);
  background: #fff;
}

.iama-ugmatrix-learning-badge > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ug-blue);
  color: #fff;
}

.iama-ugmatrix-learning-badge strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ug-dark);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-ugmatrix-learning-badge span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

/* Programmes */

.iama-ugmatrix-Programmes {
  padding: 110px 0;
  background: #fff;
}

.iama-ugmatrix-Programmes-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-ugmatrix-Programmes-head > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--ug-yellow);
}

.iama-ugmatrix-Programmes-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.iama-ugmatrix-diploma-board {
  background: var(--ug-blue);
}

.iama-ugmatrix-certificate-board {
  border: 2px solid var(--ug-blue);
  background: #fff;
}

.iama-ugmatrix-board-head {
  display: grid;
  grid-template-columns: 60px 56px 1fr;
  align-items: center;
  gap: 15px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.iama-ugmatrix-certificate-board .iama-ugmatrix-board-head {
  border-bottom: 2px solid var(--ug-blue);
}

.iama-ugmatrix-board-head > span {
  color: var(--ug-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.iama-ugmatrix-certificate-board .iama-ugmatrix-board-head > span {
  color: var(--ug-blue);
}

.iama-ugmatrix-board-head > i {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ug-yellow);
  color: var(--ug-dark);
}

.iama-ugmatrix-certificate-board .iama-ugmatrix-board-head > i {
  background: var(--ug-blue);
  color: #fff;
}

.iama-ugmatrix-board-head h3 {
  margin: 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}

.iama-ugmatrix-certificate-board .iama-ugmatrix-board-head h3 {
  color: var(--ug-dark);
}

.iama-ugmatrix-diploma-list a {
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  gap: 16px;
  padding: 21px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-ugmatrix-diploma-list a:hover {
  padding-left: 35px;
  background: rgba(255, 255, 255, 0.08);
}

.iama-ugmatrix-diploma-list span {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
}

.iama-ugmatrix-diploma-list i {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.iama-ugmatrix-certificate-list {
  display: grid;
}

.iama-ugmatrix-certificate-list a {
  display: grid;
  grid-template-columns: 50px 1fr 42px;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 20px;
  border-bottom: 1px solid var(--ug-border);
  color: var(--ug-dark);
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-ugmatrix-certificate-list a:hover {
  background: var(--ug-yellow);
}

.iama-ugmatrix-certificate-list span {
  color: var(--ug-blue);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-ugmatrix-certificate-list h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
}

.iama-ugmatrix-certificate-list > a > i {
  color: var(--ug-blue);
}

/* ADMISSION */

.iama-ugmatrix-admission {
  padding: 80px 0;
  background: var(--ug-yellow);
}

.iama-ugmatrix-admission-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.6fr auto;
  align-items: center;
  gap: 45px;
}

.iama-ugmatrix-admission h3 {
  color: var(--ug-dark);
  font-size: 46px;
}

.iama-ugmatrix-admission p {
  margin: 0;
  color: #000;
}

.iama-ugmatrix-admission a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 12px;
  background: var(--ug-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-ugmatrix-admission a:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--ug-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .iama-ugmatrix-page h2,
  .iama-ugmatrix-admission h3 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .iama-ugmatrix-hero-grid,
  .iama-ugmatrix-learning-grid,
  .iama-ugmatrix-Programmes-head,
  .iama-ugmatrix-Programmes-grid,
  .iama-ugmatrix-admission-grid {
    grid-template-columns: 1fr;
  }

  .iama-ugmatrix-hero-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-ugmatrix-pathways-grid {
    grid-template-columns: 1fr;
  }

  .iama-ugmatrix-admission a {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .iama-ugmatrix-hero,
  .iama-ugmatrix-pathways,
  .iama-ugmatrix-learning,
  .iama-ugmatrix-Programmes {
    padding: 75px 0;
  }

  .iama-ugmatrix-page h2,
  .iama-ugmatrix-admission h3 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .iama-ugmatrix-hero,
  .iama-ugmatrix-pathways,
  .iama-ugmatrix-learning,
  .iama-ugmatrix-Programmes {
    padding: 60px 0;
  }

  .iama-ugmatrix-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-ugmatrix-page h2,
  .iama-ugmatrix-admission h3 {
    font-size: 32px;
  }

  .iama-ugmatrix-page p,
  .iama-ugmatrix-admission p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .iama-ugmatrix-hero-visual {
    min-height: 500px;
  }

  .iama-ugmatrix-hero-image {
    inset: 0 15px 90px 40px;
  }

  .iama-ugmatrix-hero-word {
    font-size: 20px;
  }

  .iama-ugmatrix-hero-card {
    left: 15px;
    right: 15px;
    max-width: none;
  }

  .iama-ugmatrix-learning-panel article {
    grid-template-columns: 48px 1fr;
  }

  .iama-ugmatrix-learning-panel article > i {
    width: 48px;
    height: 48px;
  }

  .iama-ugmatrix-learning-panel article > div {
    grid-column: 2;
  }

  .iama-ugmatrix-board-head {
    grid-template-columns: 48px 1fr;
  }

  .iama-ugmatrix-board-head > i {
    width: 48px;
    height: 48px;
  }

  .iama-ugmatrix-board-head h3 {
    grid-column: 2;
  }

  .iama-ugmatrix-certificate-list a {
    grid-template-columns: 42px 1fr;
  }

  .iama-ugmatrix-certificate-list > a > i {
    display: none;
  }

  .iama-ugmatrix-admission {
    padding: 70px 0;
  }

  .iama-ugmatrix-admission a {
    width: 100%;
  }
}




.iama-pgprime-page,
.iama-pgprime-cta {
  --pg-blue: #00287d;
  --pg-blue-deep: #001a55;
  --pg-yellow: #ffc63b;
  --pg-white: #fff;
  --pg-black: #000;
  --pg-dark: #071525;
  --pg-border: rgba(0, 40, 125, 0.16);
}

.iama-pgprime-page section,
.iama-pgprime-cta {
  position: relative;
  overflow: hidden;
}

.iama-pgprime-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--pg-border);
  border-radius: 999px;
  background: #fff;
  color: var(--pg-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-pgprime-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--pg-yellow);
}

.iama-pgprime-page h2,
.iama-pgprime-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--pg-dark);
}

.iama-pgprime-page h2 span,
.iama-pgprime-cta h2 span {
  color: var(--pg-blue);
}

/* Exact paragraph presentation */
.iama-pgprime-page p,
.iama-pgprime-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-pgprime-masters p,
.iama-pgprime-research p,
.iama-pgprime-cta p {
  color: #fff;
}

/* HERO */

.iama-pgprime-hero {
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.16), transparent 25%),
    #fff;
}

.iama-pgprime-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 85px;
}

.iama-pgprime-hero-copy > p {
  max-width: 680px;
  margin: 26px 0 0;
}

.iama-pgprime-primary-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--pg-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 40, 125, 0.2);
  transition: 0.3s ease;
}

.iama-pgprime-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--pg-blue-deep);
  color: #fff;
}

.iama-pgprime-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.iama-pgprime-hero-tags span {
  padding: 11px 15px;
  border: 1px solid var(--pg-border);
  background: #fff;
  color: var(--pg-blue);
  font-family: "Inter", sans-serif;
  font-size: 20x;
  font-weight: 700;
}

.iama-pgprime-hero-visual {
  position: relative;
  min-height: 650px;
}

.iama-pgprime-hero-image {
  position: absolute;
  inset: 0 110px 60px 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.16);
}

.iama-pgprime-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-pgprime-level-column {
  position: absolute;
  top: 38px;
  right: 0;
  display: grid;
  gap: 12px;
}

.iama-pgprime-level-column div {
  width: 190px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 40, 125, 0.14);
}

.iama-pgprime-level-column div:nth-child(2) {
  background: var(--pg-yellow);
}

.iama-pgprime-level-column span {
  display: block;
  margin-bottom: 5px;
  color: var(--pg-blue);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.iama-pgprime-level-column strong {
  color: var(--pg-dark);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
}

.iama-pgprime-hero-badge {
  position: absolute;
  left: 35px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 410px;
  padding: 20px;
  background: var(--pg-blue);
  color: #fff;
}

.iama-pgprime-hero-badge > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pg-yellow);
  color: var(--pg-dark);
}

.iama-pgprime-hero-badge strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-pgprime-hero-badge span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

/* LEVELS */

.iama-pgprime-levels {
  padding: 110px 0;
  background: var(--pg-blue);
}

.iama-pgprime-levels-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-pgprime-levels-head h2 {
  color: #fff;
}

.iama-pgprime-levels-head h2 span {
  color: var(--pg-yellow);
}

.iama-pgprime-levels-head > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--pg-yellow);
  color: #fff;
}

.iama-pgprime-levels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.iama-pgprime-levels-grid a {
  position: relative;
  min-height: 340px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}

.iama-pgprime-levels-grid a:nth-child(2) {
  background: var(--pg-yellow);
  color: var(--pg-dark);
}

.iama-pgprime-levels-grid a:hover {
  transform: translateY(-8px);
  background: #fff;
  color: var(--pg-dark);
}

.iama-pgprime-level-no {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255,255,255,.2);
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.iama-pgprime-levels-grid a:nth-child(2) .iama-pgprime-level-no {
  color: rgba(0,40,125,.18);
}

.iama-pgprime-levels-grid > a > i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border-radius: 50%;
  background: #fff;
  color: var(--pg-blue);
  font-size: 23px;
}

.iama-pgprime-levels-grid a:nth-child(2) > i {
  background: var(--pg-blue);
  color: #fff;
}

.iama-pgprime-levels-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--pg-yellow);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-pgprime-levels-grid a:nth-child(2) span,
.iama-pgprime-levels-grid a:hover span {
  color: var(--pg-blue);
}

.iama-pgprime-levels-grid h3 {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
    color:#fff;
}

.iama-pgprime-levels-grid p {
  margin: 0;
  color: #fff;
}

.iama-pgprime-levels-grid a:nth-child(2) p,
.iama-pgprime-levels-grid a:hover p {
  color: #000;
}

/* PROGRAM HEAD */

.iama-pgprime-program-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.iama-pgprime-program-head-left {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.iama-pgprime-program-index {
  color: rgba(0,40,125,.16);
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.iama-pgprime-program-head > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--pg-yellow);
}

/* PG DIPLOMA */

.iama-pgprime-pgdiploma {
  padding: 110px 0;
  background: #fff;
}

.iama-pgprime-pgdiploma-list {
  display: grid;
  gap: 0;
}

.iama-pgprime-pgdiploma-list a {
  display: grid;
  grid-template-columns: 70px 64px 1fr 50px;
  align-items: center;
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid var(--pg-border);
  color: var(--pg-dark);
  text-decoration: none;
  transition: .3s ease;
}

.iama-pgprime-pgdiploma-list a:last-child {
  border-bottom: 1px solid var(--pg-border);
}

.iama-pgprime-pgdiploma-list a:hover {
  padding-left: 16px;
  background: var(--pg-yellow);
}

.iama-pgprime-pgdiploma-list span {
  color: var(--pg-blue);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-pgprime-pgdiploma-list > a > i {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pg-blue);
  color: #fff;
  font-size: 21px;
}

.iama-pgprime-pgdiploma-list h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
}

.iama-pgprime-pgdiploma-list b {
  color: var(--pg-blue);
}

/* MASTERS */

.iama-pgprime-masters {
  padding: 110px 0;
  background: var(--pg-blue-deep);
}

.iama-pgprime-masters-intro {
  display: grid;
  grid-template-columns: 110px 1fr 80px;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.iama-pgprime-masters-intro .iama-pgprime-program-index {
  color: rgba(255,255,255,.16);
}

.iama-pgprime-masters-intro h2 {
  color: #fff;
}

.iama-pgprime-masters-intro p {
  max-width: 780px;
  margin: 22px 0 0;
}

.iama-pgprime-masters-intro > i {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pg-yellow);
  color: var(--pg-dark);
  font-size: 28px;
}

.iama-pgprime-masters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.iama-pgprime-masters-grid a {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}

.iama-pgprime-masters-grid a:hover {
  transform: translateY(-8px);
  background: var(--pg-yellow);
  color: var(--pg-dark);
}

.iama-pgprime-masters-grid span {
  display: block;
  margin-bottom: 35px;
  color: var(--pg-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-pgprime-masters-grid a:hover span {
  color: var(--pg-blue);
}

.iama-pgprime-masters-grid a > i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--pg-blue);
  font-size: 21px;
}

.iama-pgprime-masters-grid h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  color:#fff;
}

/* DOCTORAL */

.iama-pgprime-doctoral {
  padding: 110px 0;
  background: #fff;
}

.iama-pgprime-doctoral-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: start;
}

.iama-pgprime-doctoral-intro {
  position: sticky;
  top: 120px;
}

.iama-pgprime-doctoral-intro > p {
  margin: 24px 0 0;
}

.iama-pgprime-doctoral-image {
  position: relative;
  margin-top: 32px;
  min-height: 440px;
  overflow: hidden;
}

.iama-pgprime-doctoral-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.iama-pgprime-doctoral-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: #fff;
}

.iama-pgprime-doctoral-note > i {
  display: flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pg-yellow);
  color: var(--pg-dark);
}

.iama-pgprime-doctoral-note strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-pgprime-doctoral-note span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.iama-pgprime-doctoral-list {
  display: grid;
  gap: 0;
}

.iama-pgprime-doctoral-list a {
  display: grid;
  grid-template-columns: 60px 1fr 44px;
  align-items: center;
  gap: 16px;
  padding: 21px 0;
  border-top: 1px solid var(--pg-border);
  color: var(--pg-dark);
  text-decoration: none;
  transition: .3s ease;
}

.iama-pgprime-doctoral-list a:last-child {
  border-bottom: 1px solid var(--pg-border);
}

.iama-pgprime-doctoral-list a:hover {
  padding-left: 14px;
  background: var(--pg-yellow);
}

.iama-pgprime-doctoral-list span {
  color: var(--pg-blue);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-pgprime-doctoral-list h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-pgprime-doctoral-list i {
  color: var(--pg-blue);
}

/* RESEARCH */

.iama-pgprime-research {
  padding: 100px 0;
  background: var(--pg-blue);
}

.iama-pgprime-research-grid {
  display: grid;
  grid-template-columns: 100px 1.15fr .85fr;
  align-items: center;
  gap: 40px;
}

.iama-pgprime-research-mark {
  display: flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pg-yellow);
  color: var(--pg-dark);
  font-size: 34px;
}

.iama-pgprime-research-copy h2 {
  color: #fff;
  font-size: 46px;
}

.iama-pgprime-research-copy p {
  margin: 24px 0 0;
}

.iama-pgprime-research-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.iama-pgprime-research-points div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.24);
}

.iama-pgprime-research-points span {
  display: block;
  margin-bottom: 18px;
  color: var(--pg-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.iama-pgprime-research-points strong {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

/* OUTCOMES */

.iama-pgprime-outcomes {
  padding: 110px 0;
  background: var(--pg-yellow);
}

.iama-pgprime-outcomes-head {
  max-width: 850px;
  margin-bottom: 60px;
}

.iama-pgprime-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.iama-pgprime-outcomes-grid article {
  min-height: 310px;
  padding: 26px;
  border: 2px solid var(--pg-blue);
  transition: .3s ease;
}

.iama-pgprime-outcomes-grid article:hover {
  transform: translateY(-8px);
  background: #fff;
}

.iama-pgprime-outcomes-grid article > span {
  display: block;
  margin-bottom: 45px;
  color: var(--pg-blue);
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.iama-pgprime-outcomes-grid article > i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--pg-blue);
  color: #fff;
  font-size: 21px;
}

.iama-pgprime-outcomes-grid h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-pgprime-outcomes-grid p {
  margin: 0;
}

/* CTA */

.iama-pgprime-cta {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.iama-pgprime-cta-bg,
.iama-pgprime-cta-overlay {
  position: absolute;
  inset: 0;
}

.iama-pgprime-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-pgprime-cta-overlay {
  background: linear-gradient(90deg, rgba(0, 18, 60, .96) 0%, rgba(0, 40, 125, .9) 52%, rgba(0, 40, 125, .55) 100%);
}

.iama-pgprime-cta .container {
  position: relative;
  z-index: 2;
}

.iama-pgprime-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 55px;
}

.iama-pgprime-cta h2 {
  color: #fff;
}

.iama-pgprime-cta h2 span {
  color: var(--pg-yellow);
}

.iama-pgprime-cta-grid > div:first-child > p {
  max-width: 850px;
  margin: 25px 0 0;
}

.iama-pgprime-cta-actions {
  display: grid;
  gap: 12px;
}

.iama-pgprime-cta-primary,
.iama-pgprime-cta-secondary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease;
}

.iama-pgprime-cta-primary {
  background: var(--pg-yellow);
  color: var(--pg-dark);
}

.iama-pgprime-cta-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.iama-pgprime-cta-primary:hover,
.iama-pgprime-cta-secondary:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--pg-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .iama-pgprime-page h2,
  .iama-pgprime-cta h2 {
    font-size: 48px;
  }

  .iama-pgprime-masters-grid,
  .iama-pgprime-outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .iama-pgprime-hero-grid,
  .iama-pgprime-levels-head,
  .iama-pgprime-program-head,
  .iama-pgprime-doctoral-grid,
  .iama-pgprime-research-grid,
  .iama-pgprime-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-pgprime-hero-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-pgprime-levels-grid {
    grid-template-columns: 1fr;
  }

  .iama-pgprime-doctoral-intro {
    position: static;
  }

  .iama-pgprime-research-mark {
    margin-bottom: 10px;
  }

  .iama-pgprime-cta-actions {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .iama-pgprime-hero,
  .iama-pgprime-levels,
  .iama-pgprime-pgdiploma,
  .iama-pgprime-masters,
  .iama-pgprime-doctoral,
  .iama-pgprime-outcomes {
    padding: 75px 0;
  }

  .iama-pgprime-page h2,
  .iama-pgprime-cta h2 {
    font-size: 40px;
  }

  .iama-pgprime-masters-intro {
    grid-template-columns: 90px 1fr;
  }

  .iama-pgprime-masters-intro > i {
    display: none;
  }
}

@media (max-width: 575px) {
  .iama-pgprime-hero,
  .iama-pgprime-levels,
  .iama-pgprime-pgdiploma,
  .iama-pgprime-masters,
  .iama-pgprime-doctoral,
  .iama-pgprime-outcomes {
    padding: 60px 0;
  }

  .iama-pgprime-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-pgprime-page h2,
  .iama-pgprime-cta h2 {
    font-size: 32px;
  }

  .iama-pgprime-page p,
  .iama-pgprime-cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .iama-pgprime-hero-visual {
    min-height: 520px;
  }

  .iama-pgprime-hero-image {
    inset: 0 30px 90px 0;
  }

  .iama-pgprime-level-column {
    right: 0;
  }

  .iama-pgprime-level-column div {
    width: 145px;
  }

  .iama-pgprime-hero-badge {
    right: 15px;
    left: 15px;
  }

  .iama-pgprime-program-head-left {
    flex-direction: column;
  }

  .iama-pgprime-pgdiploma-list a {
    grid-template-columns: 52px 1fr;
  }

  .iama-pgprime-pgdiploma-list > a > i {
    width: 52px;
    height: 52px;
  }

  .iama-pgprime-pgdiploma-list a h3 {
    grid-column: 2;
  }

  .iama-pgprime-pgdiploma-list b {
    display: none;
  }

  .iama-pgprime-masters-intro {
    grid-template-columns: 1fr;
  }

  .iama-pgprime-masters-grid,
  .iama-pgprime-outcomes-grid {
    grid-template-columns: 1fr;
  }

  .iama-pgprime-doctoral-list a {
    grid-template-columns: 52px 1fr;
  }

  .iama-pgprime-doctoral-list a > i {
    display: none;
  }

  .iama-pgprime-research-points {
    grid-template-columns: 1fr;
  }

  .iama-pgprime-cta {
    min-height: 560px;
    padding: 70px 0;
  }

  .iama-pgprime-cta-actions {
    grid-template-columns: 1fr;
  }

  .iama-pgprime-cta-primary,
  .iama-pgprime-cta-secondary {
    width: 100%;
  }
}


.iama-diploflux-page,.iama-diploflux-cta{--flux-blue:#00287d;--flux-blue-deep:#001a55;--flux-yellow:#ffc63b;--flux-dark:#071525;--flux-border:rgba(0,40,125,.16)}
.iama-diploflux-page section,.iama-diploflux-cta{position:relative;overflow:hidden}
.iama-diploflux-label{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;padding:10px 17px;border:1px solid var(--flux-border);border-radius:999px;background:#fff;color:var(--flux-blue);font-family:"Inter",sans-serif;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}
.iama-diploflux-label-dark{border-color:rgba(255,198,59,.45);background:rgba(255,198,59,.12);color:var(--flux-yellow)}
.iama-diploflux-page h2,.iama-diploflux-cta h3{margin:0;font-family:"Outfit",sans-serif;font-size:60px;font-weight:600;line-height:1.05;letter-spacing:-.6px;color:var(--flux-dark)}
.iama-diploflux-page h2 span{color:var(--flux-blue)}
.iama-diploflux-page p,.iama-diploflux-cta p{font-family:"Inter",sans-serif;font-size:18px;font-weight:400;color:#000;line-height:1.4em}
.iama-diploflux-journey p,.iama-diploflux-flexible p{color:#fff}

.iama-diploflux-hero{padding:115px 0;background:radial-gradient(circle at 10% 10%,rgba(0,40,125,.08),transparent 28%),radial-gradient(circle at 92% 84%,rgba(255,198,59,.18),transparent 25%),#fff}
.iama-diploflux-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:85px}
.iama-diploflux-hero-visual{position:relative;min-height:670px}
.iama-diploflux-hero-main{position:absolute;inset:0 80px 90px 0;overflow:hidden;border-radius:34px;box-shadow:0 30px 80px rgba(7,21,37,.16)}
.iama-diploflux-hero-main img,.iama-diploflux-flexible-bg img{width:100%;height:100%;object-fit:cover}
.iama-diploflux-hero-secondary{position:absolute;right:0;bottom:0;width:47%;overflow:hidden;border:8px solid #fff;border-radius:24px;box-shadow:0 20px 50px rgba(0,40,125,.16)}
.iama-diploflux-hero-secondary img{display:block;width:100%;height:230px;object-fit:cover}
.iama-diploflux-hero-badge{position:absolute;left:30px;bottom:20px;display:flex;align-items:center;gap:14px;max-width:360px;padding:20px;background:var(--flux-blue);color:#fff}
.iama-diploflux-hero-badge>i,.iama-diploflux-flexible-card>i{display:flex;width:54px;height:54px;min-width:54px;align-items:center;justify-content:center;border-radius:50%;background:var(--flux-yellow);color:var(--flux-dark)}
.iama-diploflux-hero-badge strong,.iama-diploflux-flexible-card strong{display:block;margin-bottom:4px;font-family:"Outfit",sans-serif;font-size:22px}
.iama-diploflux-hero-badge span,.iama-diploflux-flexible-card span{font-family:"Inter",sans-serif;font-size:18px}
.iama-diploflux-hero-shape{position:absolute;top:45px;right:0;width:160px;padding:20px;background:var(--flux-yellow)}
.iama-diploflux-hero-shape span{display:block;margin-bottom:4px;color:var(--flux-blue);font:700 12px "Inter",sans-serif;text-transform:uppercase}
.iama-diploflux-hero-shape strong{color:var(--flux-dark);font:700 22px "Outfit",sans-serif}
.iama-diploflux-hero-copy>p{max-width:680px;margin:26px 0 0}
.iama-diploflux-hero-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}
.iama-diploflux-hero-checks div{display:flex;align-items:center;gap:10px;min-height:58px;padding:14px 16px;border-left:4px solid var(--flux-yellow);background:#f7f9ff}
.iama-diploflux-hero-checks i{color:var(--flux-blue)}
.iama-diploflux-hero-checks span{color:#000;font:600 18px "Inter",sans-serif}
.iama-diploflux-primary-btn{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:11px;margin-top:32px;padding:14px 24px;border-radius:12px;background:var(--flux-blue);color:#fff;font:700 18px "Inter",sans-serif;text-decoration:none;box-shadow:0 18px 35px rgba(0,40,125,.2);transition:.3s}
.iama-diploflux-primary-btn:hover{transform:translateY(-4px);background:var(--flux-blue-deep);color:#fff}

.iama-diploflux-benefits{background:var(--flux-yellow)}
.iama-diploflux-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.iama-diploflux-benefits-grid article{min-height:250px;padding:28px;border-right:2px solid var(--flux-blue)}
.iama-diploflux-benefits-grid article:last-child{border-right:0}
.iama-diploflux-benefits-grid article>span{display:block;margin-bottom:30px;color:rgba(0,40,125,.28);font:700 26px "Outfit",sans-serif}
.iama-diploflux-benefits-grid article>i{display:flex;width:60px;height:60px;align-items:center;justify-content:center;margin-bottom:28px;border-radius:50%;background:var(--flux-blue);color:#fff;font-size:22px}
.iama-diploflux-benefits-grid strong{display:block;margin-bottom:10px;color:var(--flux-dark);font:700 22px "Outfit",sans-serif}
.iama-diploflux-benefits-grid p{margin:0}

.iama-diploflux-journey{padding:110px 0;background:var(--flux-blue)}
.iama-diploflux-journey-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:85px}
.iama-diploflux-journey-intro{position:sticky;top:120px}
.iama-diploflux-journey-intro h2{color:#fff}.iama-diploflux-journey-intro h2 span{color:var(--flux-yellow)}
.iama-diploflux-journey-intro>p{margin:26px 0 0}
.iama-diploflux-journey-mark{display:flex;width:82px;height:82px;align-items:center;justify-content:center;margin-top:30px;border-radius:50%;background:var(--flux-yellow);color:var(--flux-dark);font-size:28px}
.iama-diploflux-journey-steps{display:grid;border-top:1px solid rgba(255,255,255,.24)}
.iama-diploflux-journey-steps article{display:grid;grid-template-columns:80px 64px 1fr;align-items:center;gap:18px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.24)}
.iama-diploflux-step-no{color:var(--flux-yellow);font:700 22px "Outfit",sans-serif}
.iama-diploflux-journey-steps article>i{display:flex;width:64px;height:64px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--flux-blue);font-size:22px}
.iama-diploflux-journey-steps h3{margin:0 0 8px;color:#fff;font:700 23px "Outfit",sans-serif}.iama-diploflux-journey-steps p{margin:0}

.iama-diploflux-Programmes{padding:110px 0;background:#fff}
.iama-diploflux-Programmes-head{display:grid;grid-template-columns:1.05fr .95fr;align-items:end;gap:70px;margin-bottom:65px}
.iama-diploflux-Programmes-head>p{margin:0;padding-left:25px;border-left:3px solid var(--flux-yellow)}
.iama-diploflux-program-list{display:grid}
.iama-diploflux-program-list a{display:grid;grid-template-columns:130px 64px 1fr 48px;align-items:center;gap:18px;padding:24px 0;border-top:1px solid var(--flux-border);color:var(--flux-dark);text-decoration:none;transition:.3s}
.iama-diploflux-program-list a:last-child{border-bottom:1px solid var(--flux-border)}
.iama-diploflux-program-list a:hover{padding-left:16px;background:var(--flux-yellow)}
.iama-diploflux-program-list>a>span{color:var(--flux-blue);font:700 13px "Inter",sans-serif;text-transform:uppercase}
.iama-diploflux-program-list>a>i{display:flex;width:60px;height:60px;align-items:center;justify-content:center;border-radius:50%;background:var(--flux-blue);color:#fff;font-size:21px}
.iama-diploflux-program-list h3{margin:0 0 8px;font:700 23px "Outfit",sans-serif}.iama-diploflux-program-list p{margin:0}.iama-diploflux-program-list b{color:var(--flux-blue)}

.iama-diploflux-flexible{min-height:720px;display:flex;align-items:center;padding:110px 0}
.iama-diploflux-flexible-bg,.iama-diploflux-flexible-overlay{position:absolute;inset:0}.iama-diploflux-flexible-overlay{background:rgba(0,18,60,.9)}
.iama-diploflux-flexible .container{position:relative;z-index:2}
.iama-diploflux-flexible-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px}
.iama-diploflux-flexible-copy h2{color:#fff}.iama-diploflux-flexible-copy>p{margin:26px 0 0}
.iama-diploflux-flexible-card{display:flex;max-width:520px;align-items:center;gap:14px;margin-top:30px;padding:20px;border-left:5px solid var(--flux-yellow);background:#fff}
.iama-diploflux-flexible-card>i{background:var(--flux-blue);color:#fff}.iama-diploflux-flexible-card strong{color:var(--flux-dark)}.iama-diploflux-flexible-card span{color:#000}
.iama-diploflux-flexible-list{display:grid;gap:14px}
.iama-diploflux-flexible-list article{display:grid;grid-template-columns:60px 60px 1fr;align-items:center;gap:15px;min-height:100px;padding:18px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08)}
.iama-diploflux-flexible-list span{color:var(--flux-yellow);font:700 18px "Outfit",sans-serif}
.iama-diploflux-flexible-list i{display:flex;width:56px;height:56px;align-items:center;justify-content:center;border-radius:50%;background:var(--flux-yellow);color:var(--flux-dark)}
.iama-diploflux-flexible-list strong{color:#fff;font:700 20px "Outfit",sans-serif}

.iama-diploflux-cta{padding:85px 0;background:var(--flux-yellow)}
.iama-diploflux-cta-grid{display:grid;grid-template-columns:.8fr 1.5fr auto;align-items:center;gap:45px}
.iama-diploflux-cta-title h3{color:var(--flux-dark);font-size:46px}.iama-diploflux-cta p{margin:0;color:#000}
.iama-diploflux-cta a{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:10px;padding:14px 26px;border-radius:12px;background:var(--flux-blue);color:#fff;font:700 15px "Inter",sans-serif;text-decoration:none;transition:.3s}
.iama-diploflux-cta a:hover{transform:translateY(-4px);background:#fff;color:var(--flux-blue)}

@media(max-width:1199px){
.iama-diploflux-page h2,.iama-diploflux-cta h3{font-size:48px}
.iama-diploflux-benefits-grid{grid-template-columns:repeat(2,1fr)}
.iama-diploflux-benefits-grid article:nth-child(2){border-right:0}
.iama-diploflux-benefits-grid article:nth-child(-n+2){border-bottom:2px solid var(--flux-blue)}
}
@media(max-width:991px){
.iama-diploflux-hero-grid,.iama-diploflux-journey-grid,.iama-diploflux-Programmes-head,.iama-diploflux-flexible-grid,.iama-diploflux-cta-grid{grid-template-columns:1fr}
.iama-diploflux-hero-visual{width:100%;max-width:760px;margin:0 auto}
.iama-diploflux-journey-intro{position:static}.iama-diploflux-cta a{justify-self:start}
}
@media(max-width:767px){
.iama-diploflux-hero,.iama-diploflux-journey,.iama-diploflux-Programmes,.iama-diploflux-flexible{padding:75px 0}
.iama-diploflux-page h2,.iama-diploflux-cta h3{font-size:40px}
.iama-diploflux-hero-checks{grid-template-columns:1fr}
.iama-diploflux-program-list a{grid-template-columns:100px 56px 1fr}.iama-diploflux-program-list b{display:none}
}
@media(max-width:575px){
.iama-diploflux-hero,.iama-diploflux-journey,.iama-diploflux-Programmes,.iama-diploflux-flexible{padding:60px 0}
.iama-diploflux-label{padding:9px 14px;font-size:11px}
.iama-diploflux-page h2,.iama-diploflux-cta h3{font-size:32px}
.iama-diploflux-page p,.iama-diploflux-cta p{font-size:18px;font-weight:400;line-height:1.4em}
.iama-diploflux-hero-visual{min-height:500px}.iama-diploflux-hero-main{inset:0 25px 100px 0}
.iama-diploflux-hero-secondary{width:58%}.iama-diploflux-hero-secondary img{height:170px}
.iama-diploflux-hero-shape{top:20px;width:130px;padding:16px}.iama-diploflux-hero-badge{right:15px;left:15px}
.iama-diploflux-benefits-grid{grid-template-columns:1fr}.iama-diploflux-benefits-grid article{border-right:0;border-bottom:2px solid var(--flux-blue)}
.iama-diploflux-journey-steps article{grid-template-columns:54px 1fr}.iama-diploflux-journey-steps article>i{width:54px;height:54px}.iama-diploflux-journey-steps article>div:last-child{grid-column:2}
.iama-diploflux-program-list a{grid-template-columns:52px 1fr}.iama-diploflux-program-list>a>i{width:52px;height:52px}.iama-diploflux-program-list>a>div{grid-column:2}
.iama-diploflux-flexible-list article{grid-template-columns:50px 1fr}.iama-diploflux-flexible-list i{width:50px;height:50px}.iama-diploflux-flexible-list strong{grid-column:2}
.iama-diploflux-cta{padding:70px 0}.iama-diploflux-cta a{width:100%}
}




.iama-onlineorbit-page,
.iama-onlineorbit-cta {
  --orbit-blue: #00287d;
  --orbit-blue-deep: #001a55;
  --orbit-yellow: #ffc63b;
  --orbit-white: #fff;
  --orbit-black: #000;
  --orbit-dark: #071525;
  --orbit-border: rgba(0, 40, 125, 0.16);
}

.iama-onlineorbit-page section,
.iama-onlineorbit-cta {
  position: relative;
  overflow: hidden;
}

.iama-onlineorbit-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--orbit-border);
  border-radius: 999px;
  background: #fff;
  color: var(--orbit-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-onlineorbit-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--orbit-yellow);
}

.iama-onlineorbit-page h2,
.iama-onlineorbit-cta h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--orbit-dark);
}

.iama-onlineorbit-page h2 span {
  color: var(--orbit-blue);
}

/* Exact paragraph system */
.iama-onlineorbit-page p,
.iama-onlineorbit-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-onlineorbit-workflow p,
.iama-onlineorbit-cta p {
  color: #fff;
}

/* HERO */

.iama-onlineorbit-hero {
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 84%, rgba(255, 198, 59, 0.17), transparent 25%),
    #fff;
}

.iama-onlineorbit-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 85px;
}

.iama-onlineorbit-hero-copy > p {
  max-width: 680px;
  margin: 26px 0 0;
}

.iama-onlineorbit-primary-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--orbit-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 40, 125, 0.2);
  transition: 0.3s ease;
}

.iama-onlineorbit-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--orbit-blue-deep);
  color: #fff;
}

.iama-onlineorbit-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.iama-onlineorbit-hero-features div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border: 1px solid var(--orbit-border);
  background: #fff;
}

.iama-onlineorbit-hero-features i {
  color: var(--orbit-blue);
}

.iama-onlineorbit-hero-features span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.iama-onlineorbit-hero-stage {
  position: relative;
  min-height: 610px;
}

.iama-onlineorbit-screen {
  position: absolute;
  inset: 30px 55px 90px 25px;
  overflow: hidden;
  border: 10px solid var(--orbit-dark);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(7, 21, 37, 0.18);
}

.iama-onlineorbit-screen-bar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: var(--orbit-dark);
}

.iama-onlineorbit-screen-bar > div {
  display: flex;
  gap: 7px;
}

.iama-onlineorbit-screen-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orbit-yellow);
}

.iama-onlineorbit-screen-bar strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.iama-onlineorbit-screen-image {
  height: calc(100% - 48px);
}

.iama-onlineorbit-screen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-onlineorbit-screen-base {
  position: absolute;
  right: 10px;
  bottom: 65px;
  left: 0;
  height: 28px;
  border-radius: 0 0 50% 50%;
  background: var(--orbit-dark);
}

.iama-onlineorbit-device-card {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: var(--orbit-blue);
  color: #fff;
}

.iama-onlineorbit-device-card > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orbit-yellow);
  color: var(--orbit-dark);
}

.iama-onlineorbit-device-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-onlineorbit-device-card span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.iama-onlineorbit-live-card {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 16px;
  background: var(--orbit-yellow);
}

.iama-onlineorbit-live-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--orbit-blue);
}

.iama-onlineorbit-live-card strong,
.iama-onlineorbit-live-card small {
  display: block;
  color: var(--orbit-dark);
  font-family: "Inter", sans-serif;
}

.iama-onlineorbit-live-card strong {
  font-size: 14px;
}

.iama-onlineorbit-live-card small {
  margin-top: 3px;
  font-size: 11px;
}

/* HIGHLIGHTS */

.iama-onlineorbit-highlights {
  background: var(--orbit-yellow);
}

.iama-onlineorbit-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.iama-onlineorbit-highlights-grid article {
  min-height: 250px;
  padding: 28px;
  border-right: 2px solid var(--orbit-blue);
}

.iama-onlineorbit-highlights-grid article:last-child {
  border-right: 0;
}

.iama-onlineorbit-highlights-grid article > span {
  display: block;
  margin-bottom: 30px;
  color: rgba(0, 40, 125, 0.26);
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.iama-onlineorbit-highlights-grid article > i {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--orbit-blue);
  color: #fff;
  font-size: 22px;
}

.iama-onlineorbit-highlights-grid h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-onlineorbit-highlights-grid p {
  margin: 0;
}

/* WORKFLOW */

.iama-onlineorbit-workflow {
  padding: 110px 0;
  background: var(--orbit-blue);
}

.iama-onlineorbit-workflow-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-onlineorbit-workflow-head h2 {
  color: #fff;
}

.iama-onlineorbit-workflow-head h2 span {
  color: var(--orbit-yellow);
}

.iama-onlineorbit-workflow-head > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--orbit-yellow);
}

.iama-onlineorbit-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.iama-onlineorbit-workflow-grid article {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transition: 0.3s ease;
}

.iama-onlineorbit-workflow-grid article:nth-child(even) {
  margin-top: 55px;
}

.iama-onlineorbit-workflow-grid article:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.iama-onlineorbit-step-no {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.iama-onlineorbit-workflow-grid article > i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border-radius: 50%;
  background: var(--orbit-yellow);
  color: var(--orbit-dark);
  font-size: 23px;
}

.iama-onlineorbit-workflow-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--orbit-yellow);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.iama-onlineorbit-workflow-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}

.iama-onlineorbit-workflow-grid p {
  margin: 0;
}

/* DIRECTORY */

.iama-onlineorbit-directory {
  padding: 110px 0;
  background: #fff;
}

.iama-onlineorbit-directory-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-onlineorbit-directory-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-left: 5px solid var(--orbit-yellow);
  background: #f7f9ff;
}

.iama-onlineorbit-directory-note > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orbit-blue);
  color: #fff;
}

.iama-onlineorbit-directory-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--orbit-dark);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-onlineorbit-directory-note span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.iama-onlineorbit-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.iama-onlineorbit-category {
  border: 2px solid var(--orbit-blue);
  background: #fff;
}

.iama-onlineorbit-category:nth-child(2),
.iama-onlineorbit-category:nth-child(3) {
  background: var(--orbit-yellow);
}

.iama-onlineorbit-category-head {
  display: grid;
  grid-template-columns: 110px 58px 1fr;
  align-items: center;
  gap: 15px;
  padding: 24px;
  border-bottom: 2px solid var(--orbit-blue);
}

.iama-onlineorbit-category-head > span {
  color: var(--orbit-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-onlineorbit-category-head > i {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orbit-blue);
  color: #fff;
}

.iama-onlineorbit-category-head h3 {
  margin: 0;
  color: var(--orbit-dark);
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}

.iama-onlineorbit-category-links {
  display: grid;
}

.iama-onlineorbit-category-links a {
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--orbit-border);
  color: var(--orbit-dark);
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-onlineorbit-category-links a:last-child {
  border-bottom: 0;
}

.iama-onlineorbit-category-links a:hover {
  padding-left: 30px;
  background: var(--orbit-blue);
  color: #fff;
}

.iama-onlineorbit-category-links span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.iama-onlineorbit-category-links i {
  color: var(--orbit-blue);
}

.iama-onlineorbit-category-links a:hover i {
  color: #fff;
}

/* SUPPORT */

.iama-onlineorbit-support {
  padding: 110px 0;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 198, 59, 0.16), transparent 25%),
    #f7f9ff;
}

.iama-onlineorbit-support-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}

.iama-onlineorbit-support-copy > p {
  margin: 26px 0 0;
}

.iama-onlineorbit-support-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.iama-onlineorbit-support-list article {
  display: grid;
  grid-template-columns: 52px 58px 1fr;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--orbit-border);
  background: #fff;
}

.iama-onlineorbit-support-list article > span {
  color: var(--orbit-blue);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-onlineorbit-support-list article > i {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orbit-blue);
  color: #fff;
  font-size: 20px;
}

.iama-onlineorbit-support-list h3 {
  margin: 0 0 7px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-onlineorbit-support-list p {
  margin: 0;
}

.iama-onlineorbit-support-visual {
  position: relative;
  min-height: 620px;
}

.iama-onlineorbit-support-image {
  position: absolute;
  inset: 0 55px 65px 0;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.16);
}

.iama-onlineorbit-support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-onlineorbit-support-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: var(--orbit-blue);
  color: #fff;
}

.iama-onlineorbit-support-panel > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orbit-yellow);
  color: var(--orbit-dark);
}

.iama-onlineorbit-support-panel strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-onlineorbit-support-panel span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.iama-onlineorbit-support-shape {
  position: absolute;
  top: 35px;
  right: 0;
  display: flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orbit-yellow);
  color: var(--orbit-dark);
  font-size: 28px;
}

/* CTA */

.iama-onlineorbit-cta {
  padding: 85px 0;
  background: var(--orbit-blue);
}

.iama-onlineorbit-cta-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr auto;
  align-items: center;
  gap: 45px;
}

.iama-onlineorbit-cta h3 {
  color: #fff;
  font-size: 46px;
}

.iama-onlineorbit-cta p {
  margin: 0;
}

.iama-onlineorbit-cta a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 12px;
  background: var(--orbit-yellow);
  color: var(--orbit-dark);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-onlineorbit-cta a:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--orbit-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .iama-onlineorbit-page h2,
  .iama-onlineorbit-cta h3 {
    font-size: 48px;
  }

  .iama-onlineorbit-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iama-onlineorbit-highlights-grid article:nth-child(2) {
    border-right: 0;
  }

  .iama-onlineorbit-highlights-grid article:nth-child(-n+2) {
    border-bottom: 2px solid var(--orbit-blue);
  }

  .iama-onlineorbit-workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iama-onlineorbit-workflow-grid article:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .iama-onlineorbit-hero-grid,
  .iama-onlineorbit-workflow-head,
  .iama-onlineorbit-directory-head,
  .iama-onlineorbit-support-grid,
  .iama-onlineorbit-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-onlineorbit-hero-stage,
  .iama-onlineorbit-support-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-onlineorbit-directory-grid {
    grid-template-columns: 1fr;
  }

  .iama-onlineorbit-cta a {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .iama-onlineorbit-hero,
  .iama-onlineorbit-workflow,
  .iama-onlineorbit-directory,
  .iama-onlineorbit-support {
    padding: 75px 0;
  }

  .iama-onlineorbit-page h2,
  .iama-onlineorbit-cta h3 {
    font-size: 40px;
  }

  .iama-onlineorbit-workflow-grid {
    grid-template-columns: 1fr;
  }

  .iama-onlineorbit-category-head {
    grid-template-columns: 90px 56px 1fr;
  }
}

@media (max-width: 575px) {
  .iama-onlineorbit-hero,
  .iama-onlineorbit-workflow,
  .iama-onlineorbit-directory,
  .iama-onlineorbit-support {
    padding: 60px 0;
  }

  .iama-onlineorbit-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-onlineorbit-page h2,
  .iama-onlineorbit-cta h3 {
    font-size: 32px;
  }

  .iama-onlineorbit-page p,
  .iama-onlineorbit-cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .iama-onlineorbit-hero-stage {
    min-height: 500px;
  }

  .iama-onlineorbit-screen {
    inset: 35px 20px 110px 0;
  }

  .iama-onlineorbit-device-card {
    right: 15px;
    left: 15px;
  }

  .iama-onlineorbit-live-card {
    right: 0;
    min-width: 170px;
  }

  .iama-onlineorbit-highlights-grid {
    grid-template-columns: 1fr;
  }

  .iama-onlineorbit-highlights-grid article {
    border-right: 0;
    border-bottom: 2px solid var(--orbit-blue);
  }

  .iama-onlineorbit-category-head {
    grid-template-columns: 56px 1fr;
  }

  .iama-onlineorbit-category-head > i {
    width: 56px;
    height: 56px;
  }

  .iama-onlineorbit-category-head h3 {
    grid-column: 2;
  }

  .iama-onlineorbit-support-list article {
    grid-template-columns: 52px 1fr;
  }

  .iama-onlineorbit-support-list article > i {
    width: 52px;
    height: 52px;
  }

  .iama-onlineorbit-support-list article > div {
    grid-column: 2;
  }

  .iama-onlineorbit-support-visual {
    min-height: 500px;
  }

  .iama-onlineorbit-support-image {
    inset: 0 25px 90px 0;
  }

  .iama-onlineorbit-support-panel {
    right: 15px;
    left: 15px;
  }

  .iama-onlineorbit-cta {
    padding: 70px 0;
  }

  .iama-onlineorbit-cta a {
    width: 100%;
  }
}



.iama-webverse-page,
.iama-webverse-cta {
  --wv-blue: #00287d;
  --wv-blue-deep: #001a55;
  --wv-yellow: #ffc63b;
  --wv-white: #fff;
  --wv-black: #000;
  --wv-dark: #071525;
  --wv-border: rgba(0, 40, 125, 0.16);
}

.iama-webverse-page section,
.iama-webverse-cta {
  position: relative;
  overflow: hidden;
}

.iama-webverse-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--wv-border);
  border-radius: 999px;
  background: #fff;
  color: var(--wv-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-webverse-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--wv-yellow);
}

.iama-webverse-page h2,
.iama-webverse-cta h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--wv-dark);
}

.iama-webverse-page h2 span {
  color: var(--wv-blue);
}

/* Exact paragraph style */
.iama-webverse-page p,
.iama-webverse-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-webverse-hero p,
.iama-webverse-support p,
.iama-webverse-cta p {
  color: #fff;
}

/* HERO */

.iama-webverse-hero {
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 200px 0 70px;
}

.iama-webverse-hero-media,
.iama-webverse-hero-overlay {
  position: absolute;
  inset: 0;
}

.iama-webverse-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-webverse-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 16, 55, 0.97) 0%,
      rgba(0, 40, 125, 0.92) 48%,
      rgba(0, 40, 125, 0.54) 100%
    );
}

.iama-webverse-hero .container {
  position: relative;
  z-index: 2;
}

.iama-webverse-hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 80px;
}

.iama-webverse-hero-copy h2 {
  color: #fff;
}

.iama-webverse-hero-copy h2 span {
  color: var(--wv-yellow);
}

.iama-webverse-hero-copy > p {
  max-width: 700px;
  margin: 27px 0 0;
}

.iama-webverse-hero-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 25px;
  border-radius: 12px;
  background: var(--wv-yellow);
  color: var(--wv-dark);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-webverse-hero-btn:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--wv-blue);
}

.iama-webverse-hero-dashboard {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.iama-webverse-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 18px;
  border-radius: 15px;
  background: var(--wv-dark);
}

.iama-webverse-dashboard-top span,
.iama-webverse-dashboard-top i {
  color: #fff;
}

.iama-webverse-dashboard-top span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.iama-webverse-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.iama-webverse-dashboard-grid article {
  min-height: 145px;
  padding: 18px;
  border-radius: 17px;
  background: #fff;
}

.iama-webverse-dashboard-grid article:nth-child(2) {
  background: var(--wv-yellow);
}

.iama-webverse-dashboard-grid i {
  display: block;
  margin-bottom: 42px;
  color: var(--wv-blue);
  font-size: 23px;
}

.iama-webverse-dashboard-grid strong {
  color: var(--wv-dark);
  font-family: "Outfit", sans-serif;
  font-size: 19px;
}

.iama-webverse-dashboard-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 20px;
  border-radius: 17px;
  background: var(--wv-blue);
}

.iama-webverse-dashboard-note > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wv-yellow);
  color: var(--wv-dark);
}

.iama-webverse-dashboard-note strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-webverse-dashboard-note span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.iama-webverse-dashboard-status {
  position: absolute;
  right: -20px;
  bottom: -30px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 16px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.iama-webverse-dashboard-status > span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--wv-yellow);
}

.iama-webverse-dashboard-status strong,
.iama-webverse-dashboard-status small {
  display: block;
  color: var(--wv-dark);
  font-family: "Inter", sans-serif;
}

.iama-webverse-dashboard-status strong {
  font-size: 14px;
}

.iama-webverse-dashboard-status small {
  margin-top: 3px;
  font-size: 11px;
}

/* HIGHLIGHTS */

.iama-webverse-highlights {
  padding: 0;
  background: #fff;
}

.iama-webverse-highlights-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 25px 65px rgba(0, 40, 125, 0.12);
}

.iama-webverse-highlights-row article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--wv-border);
  background: #fff;
}

.iama-webverse-highlights-row article:last-child {
  border-right: 0;
}

.iama-webverse-highlights-row article:nth-child(2),
.iama-webverse-highlights-row article:nth-child(4) {
  background: var(--wv-yellow);
}

.iama-webverse-highlights-row article > span {
  display: block;
  margin-bottom: 34px;
  color: rgba(0, 40, 125, 0.25);
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.iama-webverse-highlights-row article > i {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--wv-blue);
  color: #fff;
  font-size: 22px;
}

.iama-webverse-highlights-row h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-webverse-highlights-row p {
  margin: 0;
}

/* WORKFLOW */

.iama-webverse-workflow {
  padding: 100px 0 110px;
  background: #fff;
}

.iama-webverse-workflow-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 90px;
}

.iama-webverse-workflow-intro {
  position: sticky;
  top: 120px;
}

.iama-webverse-workflow-intro > p {
  margin: 26px 0 0;
}

.iama-webverse-workflow-list {
  display: grid;
  gap: 18px;
}

.iama-webverse-workflow-list article {
  display: grid;
  grid-template-columns: 70px 64px 1fr;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--wv-border);
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 40, 125, 0.07);
}

.iama-webverse-workflow-list article:nth-child(even) {
  margin-left: 55px;
  background: var(--wv-yellow);
}

.iama-webverse-workflow-no {
  color: rgba(0, 40, 125, 0.28);
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.iama-webverse-workflow-list article > i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wv-blue);
  color: #fff;
  font-size: 22px;
}

.iama-webverse-workflow-list b {
  display: block;
  margin-bottom: 6px;
  color: var(--wv-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.iama-webverse-workflow-list h3 {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
}

.iama-webverse-workflow-list p {
  margin: 0;
}

/* DIRECTORY */

.iama-webverse-directory {
  padding: 110px 0;
  background: var(--wv-blue);
}

.iama-webverse-directory-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-webverse-directory-head h2 {
  color: #fff;
}

.iama-webverse-directory-head h2 span {
  color: var(--wv-yellow);
}

.iama-webverse-directory-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-left: 5px solid var(--wv-yellow);
  background: #fff;
}

.iama-webverse-directory-note > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wv-blue);
  color: #fff;
}

.iama-webverse-directory-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wv-dark);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-webverse-directory-note span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.iama-webverse-category-stack {
  display: grid;
  gap: 22px;
}

.iama-webverse-category {
  display: grid;
  grid-template-columns: 250px 1fr;
  background: #fff;
}

.iama-webverse-category:nth-child(even) {
  background: var(--wv-yellow);
}

.iama-webverse-category-side {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-right: 2px solid var(--wv-blue);
}

.iama-webverse-category-side > span {
  display: block;
  margin-bottom: 35px;
  color: var(--wv-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-webverse-category-side > i {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--wv-blue);
  color: #fff;
  font-size: 23px;
}

.iama-webverse-category-side h3 {
  margin: 0;
  color: var(--wv-dark);
  font-family: "Outfit", sans-serif;
  font-size: 28px;
}

.iama-webverse-category-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.iama-webverse-category-links a {
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 20px;
  border-right: 1px solid var(--wv-border);
  border-bottom: 1px solid var(--wv-border);
  color: var(--wv-dark);
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-webverse-category-links a:hover {
  background: var(--wv-blue);
  color: #fff;
}

.iama-webverse-category-links span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.iama-webverse-category-links i {
  color: var(--wv-blue);
}

.iama-webverse-category-links a:hover i {
  color: #fff;
}

/* SUPPORT */

.iama-webverse-support {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 110px 0;
}

.iama-webverse-support-media,
.iama-webverse-support-overlay {
  position: absolute;
  inset: 0;
}

.iama-webverse-support-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-webverse-support-overlay {
  background: rgba(0, 18, 60, 0.9);
}

.iama-webverse-support .container {
  position: relative;
  z-index: 2;
}

.iama-webverse-support-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 80px;
}

.iama-webverse-support-copy h2 {
  color: #fff;
}

.iama-webverse-support-copy h2 span {
  color: var(--wv-yellow);
}

.iama-webverse-support-copy > p {
  margin: 26px 0 0;
}

.iama-webverse-support-list {
  display: grid;
  gap: 14px;
}

.iama-webverse-support-list article {
  display: grid;
  grid-template-columns: 55px 58px 1fr;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.iama-webverse-support-list article > span {
  color: var(--wv-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-webverse-support-list article > i {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wv-yellow);
  color: var(--wv-dark);
  font-size: 20px;
}

.iama-webverse-support-list h3 {
  margin: 0 0 7px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.iama-webverse-support-list p {
  margin: 0;
}

.iama-webverse-support-note {
  grid-column: 1 / -1;
  display: flex;
  max-width: 560px;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 20px;
  border-left: 5px solid var(--wv-yellow);
  background: #fff;
}

.iama-webverse-support-note > i {
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wv-blue);
  color: #fff;
}

.iama-webverse-support-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wv-dark);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.iama-webverse-support-note span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

/* CTA */

.iama-webverse-cta {
  padding: 85px 0;
  background: var(--wv-yellow);
}

.iama-webverse-cta-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr auto;
  align-items: center;
  gap: 45px;
}

.iama-webverse-cta h3 {
  color: var(--wv-dark);
  font-size: 46px;
}

.iama-webverse-cta p {
  margin: 0;
  color: #000;
}

.iama-webverse-cta a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 12px;
  background: var(--wv-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-webverse-cta a:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--wv-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .iama-webverse-page h2,
  .iama-webverse-cta h3 {
    font-size: 48px;
  }

  .iama-webverse-highlights-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .iama-webverse-category-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .iama-webverse-hero-layout,
  .iama-webverse-workflow-layout,
  .iama-webverse-directory-head,
  .iama-webverse-support-layout,
  .iama-webverse-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-webverse-workflow-intro {
    position: static;
  }

  .iama-webverse-category {
    grid-template-columns: 1fr;
  }

  .iama-webverse-category-side {
    border-right: 0;
    border-bottom: 2px solid var(--wv-blue);
  }

  .iama-webverse-cta a {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .iama-webverse-hero,
  .iama-webverse-workflow,
  .iama-webverse-directory,
  .iama-webverse-support {
    padding: 75px 0;
  }

  .iama-webverse-page h2,
  .iama-webverse-cta h3 {
    font-size: 40px;
  }

  .iama-webverse-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .iama-webverse-workflow-list article:nth-child(even) {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .iama-webverse-hero,
  .iama-webverse-workflow,
  .iama-webverse-directory,
  .iama-webverse-support {
    padding: 60px 0;
  }

  .iama-webverse-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-webverse-page h2,
  .iama-webverse-cta h3 {
    font-size: 32px;
  }

  .iama-webverse-page p,
  .iama-webverse-cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .iama-webverse-dashboard-status {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .iama-webverse-highlights-row {
    grid-template-columns: 1fr;
    transform: none;
  }

  .iama-webverse-workflow-list article {
    grid-template-columns: 54px 1fr;
  }

  .iama-webverse-workflow-list article > i {
    width: 54px;
    height: 54px;
  }

  .iama-webverse-workflow-list article > div:last-child {
    grid-column: 2;
  }

  .iama-webverse-support-list article {
    grid-template-columns: 52px 1fr;
  }

  .iama-webverse-support-list article > i {
    width: 52px;
    height: 52px;
  }

  .iama-webverse-support-list article > div {
    grid-column: 2;
  }

  .iama-webverse-cta {
    padding: 70px 0;
  }

  .iama-webverse-cta a {
    width: 100%;
  }
}


/* =====================================================
   IAMA ACADEMIC CALENDAR & HANDBOOKS — FOLIO DESIGN
   Unique prefix: iama-acadfolio-
===================================================== */

.iama-acadfolio-page,
.iama-acadfolio-cta {
  --folio-blue: #00287d;
  --folio-blue-deep: #001a55;
  --folio-yellow: #ffc63b;
  --folio-white: #fff;
  --folio-black: #000;
  --folio-dark: #071525;
  --folio-border: rgba(0, 40, 125, 0.16);
}

.iama-acadfolio-page section,
.iama-acadfolio-cta {
  position: relative;
  overflow: hidden;
}

.iama-acadfolio-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 10px 17px;
  border: 1px solid var(--folio-border);
  border-radius: 999px;
  background: #fff;
  color: var(--folio-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.iama-acadfolio-label-dark {
  border-color: rgba(255, 198, 59, 0.45);
  background: rgba(255, 198, 59, 0.12);
  color: var(--folio-yellow);
}

.iama-acadfolio-page h2,
.iama-acadfolio-cta h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--folio-dark);
}

.iama-acadfolio-page h2 span,
.iama-acadfolio-cta h2 span {
  color: var(--folio-blue);
}

.iama-acadfolio-page p,
.iama-acadfolio-cta p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

.iama-acadfolio-journey p,
.iama-acadfolio-faq p,
.iama-acadfolio-cta p {
  color: #fff;
}

/* HERO */

.iama-acadfolio-hero {
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 40, 125, 0.08), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255, 198, 59, 0.17), transparent 25%),
    #fff;
}

.iama-acadfolio-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 90px;
}

.iama-acadfolio-hero-copy > p {
  max-width: 680px;
  margin: 26px 0 0;
}

.iama-acadfolio-primary-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 32px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--folio-blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.iama-acadfolio-primary-btn:hover {
  transform: translateY(-4px);
  background: var(--folio-blue-deep);
  color: #fff;
}

.iama-acadfolio-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.iama-acadfolio-hero-meta div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border: 1px solid var(--folio-border);
  background: #fff;
}

.iama-acadfolio-hero-meta i {
  color: var(--folio-blue);
}

.iama-acadfolio-hero-meta span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-acadfolio-library {
  position: relative;
  min-height: 660px;
}

.iama-acadfolio-library-frame {
  position: absolute;
  inset: 35px 70px 70px 70px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(7, 21, 37, 0.16);
}

.iama-acadfolio-library-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-acadfolio-library-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  padding: 22px;
  background: var(--folio-yellow);
}

.iama-acadfolio-library-index span {
  display: block;
  margin-bottom: 4px;
  color: var(--folio-blue);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-acadfolio-library-index strong {
  color: var(--folio-dark);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}

.iama-acadfolio-library-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(0, 40, 125, 0.18);
}

.iama-acadfolio-library-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--folio-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-acadfolio-library-card h3 {
  margin: 0 0 12px;
  color: var(--folio-dark);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}

.iama-acadfolio-library-card p {
  margin: 0;
}

.iama-acadfolio-library-card > div {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.iama-acadfolio-library-card i {
  display: block;
  height: 3px;
  background: var(--folio-blue);
}

.iama-acadfolio-library-card i:nth-child(2) {
  width: 80%;
}

.iama-acadfolio-library-card i:nth-child(3) {
  width: 60%;
}

.iama-acadfolio-library-number {
  position: absolute;
  top: 80px;
  right: 0;
  width: 125px;
  padding: 18px;
  background: var(--folio-blue);
}

.iama-acadfolio-library-number strong {
  display: block;
  margin-bottom: 4px;
  color: var(--folio-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 34px;
}

.iama-acadfolio-library-number span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* VAULT */

.iama-acadfolio-vault {
  padding: 110px 0;
  background: var(--folio-blue);
}

.iama-acadfolio-vault-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 65px;
}

.iama-acadfolio-vault-head h2 {
  color: #fff;
}

.iama-acadfolio-vault-head h2 span {
  color: var(--folio-yellow);
}

.iama-acadfolio-vault-head > p {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid var(--folio-yellow);
  color: #fff;
}

.iama-acadfolio-vault-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.iama-acadfolio-vault-item {
  display: grid;
  grid-template-columns: 110px 1fr 48px;
  align-items: center;
  gap: 20px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}

.iama-acadfolio-vault-item:hover {
  transform: translateY(-7px);
  background: var(--folio-yellow);
  color: var(--folio-dark);
}

.iama-acadfolio-vault-side span {
  display: block;
  margin-bottom: 30px;
  color: var(--folio-yellow);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.iama-acadfolio-vault-item:hover .iama-acadfolio-vault-side span {
  color: var(--folio-blue);
}

.iama-acadfolio-vault-side i {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--folio-blue);
  font-size: 22px;
}

.iama-acadfolio-vault-copy > span {
  display: block;
  margin-bottom: 7px;
  color: var(--folio-yellow);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-acadfolio-vault-item:hover .iama-acadfolio-vault-copy > span {
  color: var(--folio-blue);
}

.iama-acadfolio-vault-copy h3 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #fff;
}

.iama-acadfolio-vault-copy p {
  margin: 0;
  color: #fff;
}

.iama-acadfolio-vault-item:hover .iama-acadfolio-vault-copy p {
  color: #000;
}

.iama-acadfolio-vault-item b {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

/* JOURNEY */

.iama-acadfolio-journey {
  padding: 110px 0;
  background: #fff;
}

.iama-acadfolio-journey-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.iama-acadfolio-journey-intro {
  position: sticky;
  top: 120px;
}

.iama-acadfolio-journey-intro > p {
  margin: 26px 0 0;
  color: #000;
}

.iama-acadfolio-journey-orbit {
  position: relative;
  width: 310px;
  height: 310px;
  margin-top: 35px;
  border: 2px dashed var(--folio-blue);
  border-radius: 50%;
}

.iama-acadfolio-journey-orbit > div {
  position: absolute;
  inset: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--folio-blue);
  color: #fff;
  font-size: 30px;
}

.iama-acadfolio-journey-orbit span {
  position: absolute;
  padding: 10px 14px;
  background: var(--folio-yellow);
  color: var(--folio-dark);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.iama-acadfolio-journey-orbit span:nth-of-type(1) {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.iama-acadfolio-journey-orbit span:nth-of-type(2) {
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}

.iama-acadfolio-journey-orbit span:nth-of-type(3) {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.iama-acadfolio-journey-orbit span:nth-of-type(4) {
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}

.iama-acadfolio-journey-line {
  position: relative;
  display: grid;
  gap: 24px;
}

.iama-acadfolio-journey-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 132px;
  width: 3px;
  background: var(--folio-yellow);
}

.iama-acadfolio-journey-line article {
  display: grid;
  grid-template-columns: 95px 76px 1fr;
  align-items: center;
  gap: 18px;
}

.iama-acadfolio-journey-label {
  color: var(--folio-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.iama-acadfolio-journey-marker {
  position: relative;
  z-index: 2;
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--folio-blue);
  color: #fff;
}

.iama-acadfolio-journey-marker span {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.iama-acadfolio-journey-card {
  padding: 24px;
  border: 1px solid var(--folio-border);
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 40, 125, 0.08);
}

.iama-acadfolio-journey-card > i {
  margin-bottom: 18px;
  color: var(--folio-blue);
  font-size: 24px;
}

.iama-acadfolio-journey-card h3 {
  margin: 0 0 10px;
  color: var(--folio-dark);
  font-family: "Outfit", sans-serif;
  font-size: 23px;
}

.iama-acadfolio-journey-card p {
  margin: 0;
  color: #000;
}

/* GUIDANCE */

.iama-acadfolio-guidance {
  padding: 110px 0;
  background: var(--folio-yellow);
}

.iama-acadfolio-guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.iama-acadfolio-guidance-grid article {
  position: relative;
  min-height: 350px;
  padding: 28px;
  border: 2px solid var(--folio-blue);
  transition: .3s ease;
}

.iama-acadfolio-guidance-grid article:hover {
  transform: translateY(-8px);
  background: #fff;
}

.iama-acadfolio-guidance-grid article > span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(0,40,125,.2);
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.iama-acadfolio-guidance-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border-radius: 50%;
  background: var(--folio-blue);
  color: #fff;
  font-size: 23px;
}

.iama-acadfolio-guidance-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--folio-blue);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.iama-acadfolio-guidance-grid h3 {
  margin: 0 0 12px;
  color: var(--folio-dark);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
}

.iama-acadfolio-guidance-grid p {
  margin: 0;
}

/* FAQ */

.iama-acadfolio-faq {
  padding: 110px 0;
  background: var(--folio-blue-deep);
}

.iama-acadfolio-faq-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 680px;
  background: #fff;
}

.iama-acadfolio-faq-visual {
  position: relative;
  min-height: 680px;
}

.iama-acadfolio-faq-visual > img,
.iama-acadfolio-faq-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iama-acadfolio-faq-visual > img {
  object-fit: cover;
}

.iama-acadfolio-faq-overlay {
  background: rgba(0, 26, 83, 0.82);
}

.iama-acadfolio-faq-copy {
  position: absolute;
  z-index: 2;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.iama-acadfolio-faq-copy h2 {
  color: #fff;
}

.iama-acadfolio-faq-copy h2 span {
  color: var(--folio-yellow);
}

.iama-acadfolio-faq-document {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 18px;
  border-left: 4px solid var(--folio-yellow);
  background: #fff;
}

.iama-acadfolio-faq-document > i {
  display: flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--folio-blue);
  color: #fff;
}

.iama-acadfolio-faq-document strong {
  display: block;
  margin-bottom: 3px;
  color: var(--folio-dark);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
}

.iama-acadfolio-faq-document span {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.iama-acadfolio-faq-stamp {
  display: inline-flex;
  flex-direction: column;
  margin-top: 15px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.4);
}

.iama-acadfolio-faq-stamp span,
.iama-acadfolio-faq-stamp strong {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.iama-acadfolio-faq-stamp span {
  font-size: 22px;
  text-transform: uppercase;
}

.iama-acadfolio-faq-stamp strong {
  margin-top: 3px;
  font-size: 18px;
}

.iama-acadfolio-accordion {
  padding: 42px;
  background: #fff;
}

.iama-acadfolio-accordion .accordion-item {
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid var(--folio-border);
  border-radius: 14px;
  background: #fff;
}

.iama-acadfolio-accordion .accordion-button {
  display: flex;
  gap: 14px;
  padding: 21px 22px;
  background: #fff;
  box-shadow: none;
  color: var(--folio-dark);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.iama-acadfolio-accordion .accordion-button > span {
  color: var(--folio-blue);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.iama-acadfolio-accordion .accordion-button:not(.collapsed) {
  background: var(--folio-yellow);
  color: var(--folio-dark);
}

.iama-acadfolio-accordion .accordion-body {
  padding: 20px 22px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}

/* CTA */

.iama-acadfolio-cta {
  min-height: 580px;
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.iama-acadfolio-cta-media,
.iama-acadfolio-cta-overlay {
  position: absolute;
  inset: 0;
}

.iama-acadfolio-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iama-acadfolio-cta-overlay {
  background: linear-gradient(90deg, rgba(0,18,60,.96) 0%, rgba(0,40,125,.9) 52%, rgba(0,40,125,.55) 100%);
}

.iama-acadfolio-cta .container {
  position: relative;
  z-index: 2;
}

.iama-acadfolio-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 55px;
}

.iama-acadfolio-cta h2 {
  color: #fff;
}

.iama-acadfolio-cta-grid > div:first-child > p {
  max-width: 820px;
  margin: 25px 0 0;
}

.iama-acadfolio-cta-actions {
  display: grid;
  gap: 12px;
}

.iama-acadfolio-cta-primary,
.iama-acadfolio-cta-secondary {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease;
}

.iama-acadfolio-cta-primary {
  background: var(--folio-yellow);
  color: var(--folio-dark);
}

.iama-acadfolio-cta-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.iama-acadfolio-cta-primary:hover,
.iama-acadfolio-cta-secondary:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--folio-blue);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .iama-acadfolio-page h2,
  .iama-acadfolio-cta h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .iama-acadfolio-hero-grid,
  .iama-acadfolio-vault-head,
  .iama-acadfolio-journey-layout,
  .iama-acadfolio-faq-grid,
  .iama-acadfolio-cta-grid {
    grid-template-columns: 1fr;
  }

  .iama-acadfolio-library {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .iama-acadfolio-vault-grid {
    grid-template-columns: 1fr;
  }

  .iama-acadfolio-journey-intro {
    position: static;
  }

  .iama-acadfolio-guidance-grid {
    grid-template-columns: 1fr;
  }

  .iama-acadfolio-cta-actions {
    grid-template-columns: repeat(2, auto);
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .iama-acadfolio-hero,
  .iama-acadfolio-vault,
  .iama-acadfolio-journey,
  .iama-acadfolio-guidance,
  .iama-acadfolio-faq {
    padding: 75px 0;
  }

  .iama-acadfolio-page h2,
  .iama-acadfolio-cta h2 {
    font-size: 40px;
  }

  .iama-acadfolio-journey-line article {
    grid-template-columns: 80px 68px 1fr;
  }
}

@media (max-width: 575px) {
  .iama-acadfolio-hero,
  .iama-acadfolio-vault,
  .iama-acadfolio-journey,
  .iama-acadfolio-guidance,
  .iama-acadfolio-faq {
    padding: 60px 0;
  }

  .iama-acadfolio-label {
    padding: 9px 14px;
    font-size: 11px;
  }

  .iama-acadfolio-page h2,
  .iama-acadfolio-cta h2 {
    font-size: 32px;
  }

  .iama-acadfolio-page p,
  .iama-acadfolio-cta p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .iama-acadfolio-library {
    min-height: 520px;
  }

  .iama-acadfolio-library-frame {
    inset: 50px 20px 110px 35px;
  }

  .iama-acadfolio-library-index {
    width: 140px;
  }

  .iama-acadfolio-library-card {
    right: 10px;
    left: 10px;
    width: auto;
  }

  .iama-acadfolio-library-number {
    top: 80px;
    right: 0;
  }

  .iama-acadfolio-vault-item {
    grid-template-columns: 80px 1fr;
  }

  .iama-acadfolio-vault-item b {
    display: none;
  }

  .iama-acadfolio-journey-orbit {
    width: 250px;
    height: 250px;
  }

  .iama-acadfolio-journey-orbit > div {
    inset: 75px;
  }

  .iama-acadfolio-journey-line::before {
    left: 31px;
  }

  .iama-acadfolio-journey-line article {
    grid-template-columns: 62px 1fr;
  }

  .iama-acadfolio-journey-label {
    grid-column: 2;
  }

  .iama-acadfolio-journey-marker {
    grid-row: 1 / span 2;
    width: 62px;
    height: 62px;
  }

  .iama-acadfolio-journey-card {
    grid-column: 2;
  }

  .iama-acadfolio-faq-visual {
    min-height: 520px;
  }

  .iama-acadfolio-faq-copy {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .iama-acadfolio-accordion {
    padding: 22px;
  }

  .iama-acadfolio-cta {
    min-height: 560px;
    padding: 70px 0;
  }

  .iama-acadfolio-cta-actions {
    grid-template-columns: 1fr;
  }

  .iama-acadfolio-cta-primary,
  .iama-acadfolio-cta-secondary {
    width: 100%;
  }
}



/* =========================================================
   IAMA ACADEMIC FOLIO
   Modern Curriculum Page
   Uses the website's existing .container class
========================================================= */

.iama-acadfolio-page,
.iama-acadfolio-cta {
    position: relative;
    overflow: hidden;
}

.iama-acadfolio-page h2,
.iama-acadfolio-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-acadfolio-page h2 strong,
.iama-acadfolio-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-acadfolio-page p,
.iama-acadfolio-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-acadfolio-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-acadfolio-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-acadfolio-kicker i {
    color: #ffc63b;
}

/* =========================================================
   INTRO
========================================================= */

.iama-acadfolio-intro {
    padding: 110px 0 120px;
    background: #fff;
}

.iama-acadfolio-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: #dfe9ff;
}

.iama-acadfolio-intro-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 90px;
}

.iama-acadfolio-intro-content {
    max-width: 680px;
}

.iama-acadfolio-intro-content h2 {
    margin-bottom: 28px;
}

.iama-acadfolio-intro-content p {
    max-width: 600px;
}

.iama-acadfolio-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.iama-acadfolio-tag-row span {
    padding: 11px 18px;
    border: 1px solid #00287d;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00287d;
    background: #fff;
}

.iama-acadfolio-intro-visual {
    position: relative;
    padding: 30px 0 45px;
}

.iama-acadfolio-image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #00287d;
}

.iama-acadfolio-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #fff;
    border-radius: inherit;
    pointer-events: none;
}

.iama-acadfolio-image-frame img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.iama-acadfolio-floating-card {
    position: absolute;
    z-index: 2;
    box-shadow: 0 18px 45px rgba(0, 40, 125, 0.18);
}

.iama-acadfolio-floating-card-one {
    left: -55px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 360px;
    padding: 22px 24px;
    background: #fff;
    border-left: 6px solid #ffc63b;
}

.iama-acadfolio-floating-card-one i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-acadfolio-floating-card-one strong,
.iama-acadfolio-floating-card-one span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-acadfolio-floating-card-one strong {
    margin-bottom: 5px;
    font-size: 17px;
    color: #00287d;
}

.iama-acadfolio-floating-card-one span {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.iama-acadfolio-floating-card-two {
    top: 0;
    right: -30px;
    display: grid;
    gap: 3px;
    min-width: 190px;
    padding: 20px 22px;
    background: #ffc63b;
}

.iama-acadfolio-floating-card-two strong,
.iama-acadfolio-floating-card-two span {
    font-family: "Inter", sans-serif;
}

.iama-acadfolio-floating-card-two strong {
    font-size: 34px;
    line-height: 1;
    color: #00287d;
}

.iama-acadfolio-floating-card-two span {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

/* =========================================================
   BALANCE
========================================================= */

.iama-acadfolio-balance {
    padding: 120px 0;
    background: #fff;
}

.iama-acadfolio-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: end;
    gap: 40px;
    margin-bottom: 70px;
}

.iama-acadfolio-heading-row h2 {
    max-width: 980px;
}

.iama-acadfolio-heading-line {
    height: 6px;
    margin-bottom: 12px;
    background: #ffc63b;
}

.iama-acadfolio-balance-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    align-items: stretch;
}

.iama-acadfolio-balance-panel {
    padding: 46px;
    border: 1px solid #00287d;
    background: #fff;
}

.iama-acadfolio-balance-panel-dark {
    background: #00287d;
}

.iama-acadfolio-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}

.iama-acadfolio-panel-number {
    font-family: "Outfit", sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    color: #ffc63b;
}

.iama-acadfolio-panel-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background: #00287d;
}

.iama-acadfolio-balance-panel-dark .iama-acadfolio-panel-icon {
    color: #00287d;
    background: #ffc63b;
}

.iama-acadfolio-balance-panel h3 {
    margin-bottom: 18px;
}

.iama-acadfolio-balance-panel p {
    margin-bottom: 30px;
}

.iama-acadfolio-balance-panel ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.iama-acadfolio-balance-panel li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.iama-acadfolio-balance-panel li i {
    margin-top: 4px;
    color: #ffc63b;
}

.iama-acadfolio-balance-panel-dark h3,
.iama-acadfolio-balance-panel-dark p,
.iama-acadfolio-balance-panel-dark li {
    color: #fff;
}

.iama-acadfolio-balance-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 30px 20px;
    text-align: center;
    color: #00287d;
    background: #ffc63b;
}

.iama-acadfolio-balance-center span,
.iama-acadfolio-balance-center strong {
    font-family: "Inter", sans-serif;
}

.iama-acadfolio-balance-center span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.iama-acadfolio-balance-center i {
    font-size: 34px;
}

.iama-acadfolio-balance-center strong {
    font-size: 17px;
    line-height: 1.3;
}

/* =========================================================
   FLOW
========================================================= */

.iama-acadfolio-flow {
    padding: 120px 0;
    background: #00287d;
}

.iama-acadfolio-flow-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 100px;
}

.iama-acadfolio-flow .iama-acadfolio-kicker {
    color: #fff;
}

.iama-acadfolio-flow h2 {
    color: #fff;
}

.iama-acadfolio-flow h2 strong {
    color: #ffc63b;
}

.iama-acadfolio-flow-intro p {
    max-width: 540px;
    margin-top: 28px;
    color: #fff;
}

.iama-acadfolio-flow-mark {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    margin-top: 42px;
    border-radius: 50%;
    font-size: 34px;
    color: #00287d;
    background: #ffc63b;
}

.iama-acadfolio-timeline {
    position: relative;
    display: grid;
    gap: 0;
}

.iama-acadfolio-timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 36px;
    width: 2px;
    background: #ffc63b;
}

.iama-acadfolio-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 26px;
    padding: 0 0 38px;
}

.iama-acadfolio-timeline-item:last-child {
    padding-bottom: 0;
}

.iama-acadfolio-timeline-number {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border: 2px solid #ffc63b;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #00287d;
    background: #ffc63b;
}

.iama-acadfolio-timeline-content {
    padding: 6px 0 0;
}

.iama-acadfolio-timeline-content > span {
    display: block;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ffc63b;
}

.iama-acadfolio-timeline-content h3 {
    margin-bottom: 10px;
    color: #fff;
}

.iama-acadfolio-timeline-content p {
    max-width: 620px;
    color: #fff;
}

/* =========================================================
   ASSESSMENT
========================================================= */

.iama-acadfolio-assessment {
    padding: 120px 0;
    background: #fff;
}

.iama-acadfolio-assessment-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 100px;
}

.iama-acadfolio-assessment-visual {
    position: relative;
    padding: 0 38px 45px 0;
}

.iama-acadfolio-image-frame-tall img {
    height: 650px;
}

.iama-acadfolio-assessment-note {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 360px;
    padding: 24px;
    background: #ffc63b;
}

.iama-acadfolio-assessment-note i {
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-acadfolio-assessment-note strong,
.iama-acadfolio-assessment-note span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-acadfolio-assessment-note strong {
    margin-bottom: 5px;
    font-size: 16px;
    color: #00287d;
}

.iama-acadfolio-assessment-note span {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.iama-acadfolio-assessment-content h2 {
    margin-bottom: 28px;
}

.iama-acadfolio-assessment-content > p {
    max-width: 650px;
}

.iama-acadfolio-assessment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-acadfolio-assessment-list > div {
    position: relative;
    min-height: 160px;
    padding: 26px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
}

.iama-acadfolio-assessment-list span {
    display: block;
    margin-bottom: 28px;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #00287d;
}

.iama-acadfolio-assessment-list i {
    display: block;
    margin-bottom: 14px;
    font-size: 24px;
    color: #ffc63b;
}

.iama-acadfolio-assessment-list strong {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* =========================================================
   QUALITY
========================================================= */

.iama-acadfolio-quality {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-acadfolio-quality-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 1000px;
    margin-bottom: 65px;
}

.iama-acadfolio-quality-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-acadfolio-quality-main,
.iama-acadfolio-quality-item {
    min-height: 190px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
}

.iama-acadfolio-quality-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row: span 2;
    padding: 34px;
    color: #fff;
    background: #00287d;
}

.iama-acadfolio-quality-main i {
    font-size: 42px;
    color: #ffc63b;
}

.iama-acadfolio-quality-main span {
    font-family: "Outfit", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}

.iama-acadfolio-quality-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-acadfolio-quality-item:hover {
    transform: translateY(-6px);
    background: #00287d;
}

.iama-acadfolio-quality-item span {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #00287d;
}

.iama-acadfolio-quality-item strong {
    font-family: "Outfit", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.iama-acadfolio-quality-item:hover span {
    color: #ffc63b;
}

.iama-acadfolio-quality-item:hover strong {
    color: #fff;
}

/* =========================================================
   CTA
========================================================= */

.iama-acadfolio-cta {
    padding: 45px 0;
    background: #00287d;
}

.iama-acadfolio-cta::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 310px;
    height: 310px;
    border: 56px solid #ffc63b;
    border-radius: 50%;
}

.iama-acadfolio-cta-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    gap: 70px;
}

.iama-acadfolio-kicker-light {
    color: #fff;
}

.iama-acadfolio-cta h2 {
    max-width: 980px;
    color: #fff;
}

.iama-acadfolio-cta h2 strong {
    color: #ffc63b;
}

.iama-acadfolio-cta p {
    max-width: 850px;
    margin-top: 28px;
    color: #fff;
}

.iama-acadfolio-cta-actions {
    display: grid;
    gap: 22px;
}

.iama-acadfolio-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 62px;
    padding: 0 24px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-acadfolio-btn:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

.iama-acadfolio-cta-links {
    display: flex;
    gap: 24px;
}

.iama-acadfolio-cta-links a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.iama-acadfolio-cta-links a:hover {
    color: #ffc63b;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-acadfolio-page h2,
    .iama-acadfolio-cta h2 {
        font-size: 50px;
    }

    .iama-acadfolio-intro-grid,
    .iama-acadfolio-assessment-grid {
        gap: 60px;
    }

    .iama-acadfolio-flow-grid {
        gap: 60px;
    }

    .iama-acadfolio-balance-grid {
        grid-template-columns: minmax(0, 1fr) 130px minmax(0, 1fr);
    }

    .iama-acadfolio-balance-panel {
        padding: 36px;
    }

    .iama-acadfolio-quality-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .iama-acadfolio-intro,
    .iama-acadfolio-balance,
    .iama-acadfolio-flow,
    .iama-acadfolio-assessment,
    .iama-acadfolio-quality {
        padding: 90px 0;
    }

    .iama-acadfolio-page h2,
    .iama-acadfolio-cta h2 {
        font-size: 44px;
    }

    .iama-acadfolio-intro::before {
        width: 100%;
        height: 34%;
        top: auto;
        bottom: 0;
    }

    .iama-acadfolio-intro-grid,
    .iama-acadfolio-assessment-grid,
    .iama-acadfolio-flow-grid,
    .iama-acadfolio-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-acadfolio-intro-visual {
        max-width: 760px;
    }

    .iama-acadfolio-heading-row {
        grid-template-columns: 1fr;
    }

    .iama-acadfolio-heading-line {
        width: 140px;
    }

    .iama-acadfolio-balance-grid {
        grid-template-columns: 1fr;
    }

    .iama-acadfolio-balance-center {
        min-height: 140px;
    }

    .iama-acadfolio-assessment-visual {
        max-width: 700px;
    }

    .iama-acadfolio-quality-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-acadfolio-quality-main {
        grid-row: auto;
        min-height: 190px;
    }

    .iama-acadfolio-cta-actions {
        max-width: 360px;
    }
}

@media (max-width: 767px) {
    .iama-acadfolio-intro,
    .iama-acadfolio-balance,
    .iama-acadfolio-flow,
    .iama-acadfolio-assessment,
    .iama-acadfolio-quality {
        padding: 72px 0;
    }

    .iama-acadfolio-cta {
        padding: 72px 0;
    }

    .iama-acadfolio-page h2,
    .iama-acadfolio-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-acadfolio-page p,
    .iama-acadfolio-cta p {
        font-size: 18px;
    }

    .iama-acadfolio-page h3 {
        font-size: 26px;
    }

    .iama-acadfolio-image-frame img,
    .iama-acadfolio-image-frame-tall img {
        height: 430px;
    }

    .iama-acadfolio-floating-card-one {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -24px 20px 0;
    }

    .iama-acadfolio-floating-card-two {
        right: 15px;
    }

    .iama-acadfolio-balance-panel {
        padding: 30px;
    }

    .iama-acadfolio-panel-number {
        font-size: 58px;
    }

    .iama-acadfolio-timeline-item {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 18px;
    }

    .iama-acadfolio-timeline-number {
        width: 60px;
        height: 60px;
    }

    .iama-acadfolio-timeline::before {
        left: 29px;
    }

    .iama-acadfolio-assessment-list {
        grid-template-columns: 1fr;
    }

    .iama-acadfolio-assessment-note {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: -20px 20px 0;
    }

    .iama-acadfolio-assessment-visual {
        padding: 0;
    }

    .iama-acadfolio-quality-grid {
        grid-template-columns: 1fr;
    }

    .iama-acadfolio-quality-main,
    .iama-acadfolio-quality-item {
        min-height: 155px;
    }

    .iama-acadfolio-cta::after {
        width: 220px;
        height: 220px;
        border-width: 38px;
    }
}

@media (max-width: 575px) {
    .iama-acadfolio-page h2,
    .iama-acadfolio-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-acadfolio-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-acadfolio-tag-row {
        gap: 8px;
    }

    .iama-acadfolio-tag-row span {
        padding: 9px 13px;
        font-size: 12px;
    }

    .iama-acadfolio-image-frame {
        border-radius: 20px;
    }

    .iama-acadfolio-image-frame img,
    .iama-acadfolio-image-frame-tall img {
        height: 340px;
    }

    .iama-acadfolio-floating-card-two {
        top: 12px;
        right: 12px;
        min-width: 150px;
        padding: 16px;
    }

    .iama-acadfolio-floating-card-one {
        margin-left: 10px;
        margin-right: 10px;
        padding: 18px;
    }

    .iama-acadfolio-panel-top {
        margin-bottom: 26px;
    }

    .iama-acadfolio-balance-panel {
        padding: 24px;
    }

    .iama-acadfolio-flow-mark {
        width: 74px;
        height: 74px;
    }

    .iama-acadfolio-timeline-content p {
        font-size: 16px;
    }

    .iama-acadfolio-cta-links {
        flex-wrap: wrap;
    }
}


/* =========================================================
   IAMA ADMISSION LUX
   Modern Admissions Page
   Uses the website's existing .container class
========================================================= */

.iama-admissionlux-page,
.iama-admissionlux-cta {
    position: relative;
    overflow: hidden;
}

.iama-admissionlux-page h2,
.iama-admissionlux-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-admissionlux-page h2 strong,
.iama-admissionlux-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-admissionlux-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-admissionlux-page p,
.iama-admissionlux-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-admissionlux-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-admissionlux-kicker i {
    color: #ffc63b;
}

/* =========================================================
   ABOUT
========================================================= */

.iama-admissionlux-about {
    padding: 120px 0;
    background: #fff;
}

.iama-admissionlux-about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background: #dfe5ff;
}

.iama-admissionlux-about-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 90px;
}

.iama-admissionlux-about-content h2 {
    margin-bottom: 28px;
}

.iama-admissionlux-about-content > p + p {
    margin-top: 18px;
}

.iama-admissionlux-about-points {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.iama-admissionlux-about-points div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.iama-admissionlux-about-points i {
    color: #ffc63b;
}

.iama-admissionlux-about-points span {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.iama-admissionlux-about-visual {
    position: relative;
    padding: 24px 0 48px;
}

.iama-admissionlux-main-image {
    overflow: hidden;
    border-radius: 30px;
}

.iama-admissionlux-main-image img {
    display: block;
    width: 100%;
    height: 610px;
    object-fit: cover;
}

.iama-admissionlux-stat-card {
    position: absolute;
    top: 0;
    right: -28px;
    min-width: 190px;
    padding: 22px;
    background: #ffc63b;
}

.iama-admissionlux-stat-card strong,
.iama-admissionlux-stat-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-admissionlux-stat-card strong {
    font-size: 36px;
    line-height: 1;
    color: #00287d;
}

.iama-admissionlux-stat-card span {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.iama-admissionlux-note-card {
    position: absolute;
    left: -50px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    padding: 22px 24px;
    border-left: 6px solid #ffc63b;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 40, 125, 0.18);
}

.iama-admissionlux-note-card i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-admissionlux-note-card strong,
.iama-admissionlux-note-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-admissionlux-note-card strong {
    margin-bottom: 5px;
    font-size: 21px;
    color: #00287d;
}

.iama-admissionlux-note-card span {
    font-size: 18px;
    color: #000;
}

/* =========================================================
   INCLUDED
========================================================= */

.iama-admissionlux-included {
    padding: 80px 0;
    background: #ffc63b;
}

.iama-admissionlux-section-head {
    max-width: 980px;
    margin-bottom: 64px;
}

.iama-admissionlux-section-head h2 {
    margin-bottom: 24px;
}

.iama-admissionlux-section-head p {
    max-width: 760px;
}

.iama-admissionlux-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-admissionlux-feature-card {
    padding: 30px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-admissionlux-feature-card:hover {
    transform: translateY(-8px);
    background: #00287d;
}

.iama-admissionlux-feature-card > span {
    display: block;
    margin-bottom: 42px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00287d;
}

.iama-admissionlux-feature-card > i {
    display: block;
    margin-bottom: 24px;
    font-size: 34px;
    color: #ffc63b;
}

.iama-admissionlux-feature-card h3 {
    margin-bottom: 14px;
}

.iama-admissionlux-feature-card:hover > span,
.iama-admissionlux-feature-card:hover h3,
.iama-admissionlux-feature-card:hover p {
    color: #fff;
}

/* =========================================================
   PROCESS
========================================================= */

.iama-admissionlux-process {
    padding: 120px 0;
    background: #00287d;
}

.iama-admissionlux-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 90px;
}

.iama-admissionlux-process-visual {
    position: relative;
    padding: 0 36px 44px 0;
}

.iama-admissionlux-process-image {
    overflow: hidden;
    border-radius: 30px;
}

.iama-admissionlux-process-image img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.iama-admissionlux-process-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    background: #ffc63b;
}

.iama-admissionlux-process-badge i {
    color: #00287d;
}

.iama-admissionlux-process-badge span {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.iama-admissionlux-process .iama-admissionlux-kicker {
    color: #fff;
}

.iama-admissionlux-process h2 {
    margin-bottom: 44px;
    color: #fff;
}

.iama-admissionlux-process h2 strong {
    color: #ffc63b;
}

.iama-admissionlux-timeline {
    position: relative;
    display: grid;
}

.iama-admissionlux-timeline::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 31px;
    width: 2px;
    background: #ffc63b;
}

.iama-admissionlux-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    padding-bottom: 34px;
}

.iama-admissionlux-timeline-item:last-child {
    padding-bottom: 0;
}

.iama-admissionlux-timeline-item b {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00287d;
    background: #ffc63b;
}

.iama-admissionlux-timeline-item span {
    display: block;
    margin-bottom: 6px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #ffc63b;
}

.iama-admissionlux-timeline-item h3 {
    margin-bottom: 8px;
    color: #fff;
}

.iama-admissionlux-timeline-item p {
    color: #fff;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-admissionlux-support {
    padding: 120px 0;
    background: #fff;
}

.iama-admissionlux-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: stretch;
}

.iama-admissionlux-support-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    background: #ffc63b;
}

.iama-admissionlux-support-content h2 {
    margin-bottom: 26px;
}

.iama-admissionlux-support-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.iama-admissionlux-support-links a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius:50px;
}

.iama-admissionlux-support-links a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

.iama-admissionlux-support-image {
    overflow: hidden;
}

.iama-admissionlux-support-image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* =========================================================
   CTA
========================================================= */

.iama-admissionlux-cta {
    padding: 95px 0;
    background: #00287d;
}

.iama-admissionlux-cta::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border: 54px solid #ffc63b;
    border-radius: 50%;
}

.iama-admissionlux-cta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
    gap: 70px;
}

.iama-admissionlux-kicker-light {
    color: #fff;
}

.iama-admissionlux-cta h2 {
    color: #fff;
}

.iama-admissionlux-cta h2 strong {
    color: #ffc63b;
}

.iama-admissionlux-cta p {
    max-width: 860px;
    margin-top: 26px;
    color: #fff;
}

.iama-admissionlux-cta > .container > .iama-admissionlux-cta-grid > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-admissionlux-cta > .container > .iama-admissionlux-cta-grid > a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-admissionlux-page h2,
    .iama-admissionlux-cta h2 {
        font-size: 50px;
    }

    .iama-admissionlux-about-grid,
    .iama-admissionlux-process-grid {
        gap: 60px;
    }

    .iama-admissionlux-included-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .iama-admissionlux-about,
    .iama-admissionlux-included,
    .iama-admissionlux-process,
    .iama-admissionlux-support {
        padding: 90px 0;
    }

    .iama-admissionlux-page h2,
    .iama-admissionlux-cta h2 {
        font-size: 44px;
    }

    .iama-admissionlux-about::before {
        width: 100%;
        height: 32%;
        top: auto;
        bottom: 0;
    }

    .iama-admissionlux-about-grid,
    .iama-admissionlux-process-grid,
    .iama-admissionlux-support-grid,
    .iama-admissionlux-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-admissionlux-about-visual,
    .iama-admissionlux-process-visual {
        max-width: 760px;
    }

    .iama-admissionlux-support-content {
        padding: 55px;
    }

    .iama-admissionlux-support-image img {
        min-height: 500px;
    }

    .iama-admissionlux-cta-grid > a {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .iama-admissionlux-about,
    .iama-admissionlux-included,
    .iama-admissionlux-process,
    .iama-admissionlux-support {
        padding: 72px 0;
    }

    .iama-admissionlux-cta {
        padding: 72px 0;
    }

    .iama-admissionlux-page h2,
    .iama-admissionlux-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-admissionlux-page p,
    .iama-admissionlux-cta p {
        font-size: 18px;
    }

    .iama-admissionlux-main-image img,
    .iama-admissionlux-process-image img {
        height: 500px;
    }

    .iama-admissionlux-note-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -22px 18px 0;
    }

    .iama-admissionlux-included-grid {
        grid-template-columns: 1fr;
    }

    .iama-admissionlux-feature-card {
        min-height: auto;
    }

    .iama-admissionlux-process-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-admissionlux-process-visual {
        padding: 0;
    }

    .iama-admissionlux-support-content {
        padding: 42px 30px;
    }

    .iama-admissionlux-support-image img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .iama-admissionlux-page h2,
    .iama-admissionlux-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-admissionlux-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-admissionlux-main-image,
    .iama-admissionlux-process-image {
        border-radius: 20px;
    }

    .iama-admissionlux-main-image img,
    .iama-admissionlux-process-image img {
        height: 380px;
    }

    .iama-admissionlux-stat-card {
        top: 12px;
        right: 12px;
        min-width: 150px;
        padding: 16px;
    }

    .iama-admissionlux-feature-card {
        padding: 26px;
    }

    .iama-admissionlux-timeline-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
    }

    .iama-admissionlux-timeline-item b {
        width: 56px;
        height: 56px;
    }

    .iama-admissionlux-timeline::before {
        left: 27px;
    }

    .iama-admissionlux-support-links {
        display: grid;
    }

    .iama-admissionlux-support-links a {
        justify-content: space-between;
    }

    .iama-admissionlux-support-image img {
        min-height: 340px;
    }
}




/* =========================================================
   IAMA PROCESS FOLIO
   Modern Admission Process Sections
   Uses the website's existing .container class
========================================================= */

.iama-processfolio-page,
.iama-processfolio-cta {
    position: relative;
    overflow: hidden;
}

.iama-processfolio-page h2,
.iama-processfolio-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-processfolio-page h2 strong,
.iama-processfolio-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-processfolio-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-processfolio-page p,
.iama-processfolio-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-processfolio-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-processfolio-kicker i {
    color: #ffc63b;
}

/* =========================================================
   INTRO
========================================================= */

.iama-processfolio-intro {
    padding: 80px 0;
    background: #fff;
}

.iama-processfolio-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: #e2ecff;
}

.iama-processfolio-intro-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 90px;
}

.iama-processfolio-intro-content h2 {
    margin-bottom: 28px;
}

.iama-processfolio-intro-content p {
    max-width: 650px;
}

.iama-processfolio-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.iama-processfolio-intro-points div {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid #00287d;
    border-radius: 100px;
    background: #fff;
}

.iama-processfolio-intro-points i {
    color: #ffc63b;
}

.iama-processfolio-intro-points span {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.iama-processfolio-intro-visual {
    position: relative;
    padding: 24px 0 48px;
}

.iama-processfolio-intro-image {
    overflow: hidden;
    border-radius: 30px;
}

.iama-processfolio-intro-image img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.iama-processfolio-intro-card {
    position: absolute;
    top: 0;
    right: -28px;
    min-width: 180px;
    padding: 22px;
    background: #ffc63b;
}

.iama-processfolio-intro-card strong,
.iama-processfolio-intro-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-processfolio-intro-card strong {
    font-size: 38px;
    line-height: 1;
    color: #00287d;
}

.iama-processfolio-intro-card span {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.iama-processfolio-intro-note {
    position: absolute;
    left: -50px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    padding: 22px 24px;
    border-left: 6px solid #ffc63b;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 40, 125, 0.18);
}

.iama-processfolio-intro-note i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-processfolio-intro-note strong,
.iama-processfolio-intro-note span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-processfolio-intro-note strong {
    margin-bottom: 5px;
    font-size: 21px;
    color: #00287d;
}

.iama-processfolio-intro-note span {
    font-size: 18px;
    color: #000;
}

/* =========================================================
   STEPS
========================================================= */

.iama-processfolio-steps {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-processfolio-section-head {
    max-width: 920px;
    margin-bottom: 64px;
}

.iama-processfolio-step-list {
    display: grid;
    border-top: 1px solid #00287d;
}

.iama-processfolio-step-item {
    display: grid;
    grid-template-columns: 100px 86px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    min-height: 170px;
    padding: 28px 0;
    border-bottom: 1px solid #00287d;
    transition: padding 0.3s ease, background 0.3s ease;
}

.iama-processfolio-step-item:hover {
    padding-left: 28px;
    padding-right: 28px;
    background: #fff;
}

.iama-processfolio-step-number {
    font-family: "Outfit", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    color: #00287d;
}

.iama-processfolio-step-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: #00287d;
}

.iama-processfolio-step-content > span {
    display: block;
    margin-bottom: 6px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-processfolio-step-content h3 {
    margin-bottom: 8px;
}

.iama-processfolio-step-content p {
    max-width: 820px;
}

/* =========================================================
   DOCUMENTS
========================================================= */

.iama-processfolio-documents {
    padding: 70px 0;
    background: #00287d;
}

.iama-processfolio-documents-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 90px;
}

.iama-processfolio-documents .iama-processfolio-kicker {
    color: #fff;
}

.iama-processfolio-documents h2 {
    margin-bottom: 28px;
    color: #fff;
}

.iama-processfolio-documents h2 strong {
    color: #ffc63b;
}

.iama-processfolio-documents-content > p {
    max-width: 700px;
    color: #fff;
}

.iama-processfolio-document-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-processfolio-document-list > div {
    padding: 24px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iama-processfolio-document-list span {
    display: block;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
font-size: 32px;
    font-weight: 600;
    color: #ffc63b;
}

.iama-processfolio-document-list strong {
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.iama-processfolio-documents-visual {
    position: relative;
    padding: 0 36px 44px 0;
}

.iama-processfolio-documents-image {
    overflow: hidden;
    border-radius: 30px;
}

.iama-processfolio-documents-image img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.iama-processfolio-documents-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 350px;
    padding: 22px;
    background: #ffc63b;
}

.iama-processfolio-documents-badge i {
    display: grid;
    place-items: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-processfolio-documents-badge strong,
.iama-processfolio-documents-badge span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-processfolio-documents-badge strong {
    margin-bottom: 5px;
    font-size: 16px;
    color: #00287d;
}

.iama-processfolio-documents-badge span {
    font-size: 14px;
    color: #000;
}

/* =========================================================
   AFTER APPLICATION
========================================================= */

.iama-processfolio-after {
    padding: 70px 0;
    background: #fff;
}

.iama-processfolio-after-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
}

.iama-processfolio-after-image {
    overflow: hidden;
}

.iama-processfolio-after-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.iama-processfolio-after-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    background: #ffc63b;
}

.iama-processfolio-after-content h2 {
    margin-bottom: 26px;
}

.iama-processfolio-after-items {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.iama-processfolio-after-items div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
}

.iama-processfolio-after-items i {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-processfolio-after-items span {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

/* =========================================================
   CTA
========================================================= */

.iama-processfolio-cta {
    padding: 95px 0;
    background: #00287d;
}

.iama-processfolio-cta::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border: 54px solid #ffc63b;
    border-radius: 50%;
}

.iama-processfolio-cta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    gap: 70px;
}

.iama-processfolio-kicker-light {
    color: #fff;
}

.iama-processfolio-cta h2 {
    color: #fff;
}

.iama-processfolio-cta h2 strong {
    color: #ffc63b;
}

.iama-processfolio-cta p {
    max-width: 820px;
    margin-top: 26px;
    color: #fff;
}

.iama-processfolio-cta-actions {
    display: grid;
    gap: 14px;
}

.iama-processfolio-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-processfolio-cta-actions a:first-child {
    color: #00287d;
    background: #ffc63b;
}

.iama-processfolio-cta-actions a:last-child {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.iama-processfolio-cta-actions a:hover {
    transform: translateY(-4px);
}

.iama-processfolio-cta-actions a:first-child:hover {
    color: #00287d;
    background: #fff;
}

.iama-processfolio-cta-actions a:last-child:hover {
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-processfolio-page h2,
    .iama-processfolio-cta h2 {
        font-size: 50px;
    }

    .iama-processfolio-intro-grid,
    .iama-processfolio-documents-grid {
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .iama-processfolio-intro,
    .iama-processfolio-steps,
    .iama-processfolio-documents,
    .iama-processfolio-after {
        padding: 90px 0;
    }

    .iama-processfolio-page h2,
    .iama-processfolio-cta h2 {
        font-size: 44px;
    }

    .iama-processfolio-intro::before {
        width: 100%;
        height: 32%;
        top: auto;
        bottom: 0;
    }

    .iama-processfolio-intro-grid,
    .iama-processfolio-documents-grid,
    .iama-processfolio-after-grid,
    .iama-processfolio-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-processfolio-intro-visual,
    .iama-processfolio-documents-visual {
        max-width: 760px;
    }

    .iama-processfolio-after-content {
        padding: 55px;
    }

    .iama-processfolio-after-image img {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .iama-processfolio-intro,
    .iama-processfolio-steps,
    .iama-processfolio-documents,
    .iama-processfolio-after {
        padding: 72px 0;
    }

    .iama-processfolio-cta {
        padding: 72px 0;
    }

    .iama-processfolio-page h2,
    .iama-processfolio-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-processfolio-page p,
    .iama-processfolio-cta p {
        font-size: 18px;
    }

    .iama-processfolio-intro-image img,
    .iama-processfolio-documents-image img {
        height: 500px;
    }

    .iama-processfolio-intro-note {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -22px 18px 0;
    }

    .iama-processfolio-step-item {
        grid-template-columns: 70px 64px minmax(0, 1fr);
        gap: 18px;
    }

    .iama-processfolio-step-number {
        font-size: 42px;
    }

    .iama-processfolio-step-icon {
        width: 58px;
        height: 58px;
    }

    .iama-processfolio-document-list {
        grid-template-columns: 1fr;
    }

    .iama-processfolio-documents-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-processfolio-documents-visual {
        padding: 0;
    }

    .iama-processfolio-after-content {
        padding: 42px 30px;
    }

    .iama-processfolio-after-image img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .iama-processfolio-page h2,
    .iama-processfolio-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-processfolio-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-processfolio-intro-image,
    .iama-processfolio-documents-image {
        border-radius: 20px;
    }

    .iama-processfolio-intro-image img,
    .iama-processfolio-documents-image img {
        height: 380px;
    }

    .iama-processfolio-intro-card {
        top: 12px;
        right: 12px;
        min-width: 150px;
        padding: 16px;
    }

    .iama-processfolio-step-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 26px 0;
    }

    .iama-processfolio-step-item:hover {
        padding-left: 18px;
        padding-right: 18px;
    }

    .iama-processfolio-step-number {
        font-size: 34px;
    }

    .iama-processfolio-after-image img {
        min-height: 340px;
    }

    .iama-processfolio-after-items div {
        padding: 16px;
    }
}


/* =========================================================
   IAMA ELIGIBILITY NOVA
   Modern Eligibility Criteria Page
   Uses the website's existing .container class
========================================================= */

.iama-eligibilitynova-page,
.iama-eligibilitynova-cta {
    position: relative;
    overflow: hidden;
}

.iama-eligibilitynova-page h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-eligibilitynova-page h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-eligibilitynova-page h3,
.iama-eligibilitynova-cta h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #000;
}

.iama-eligibilitynova-page p,
.iama-eligibilitynova-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-eligibilitynova-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-eligibilitynova-kicker i {
    color: #ffc63b;
}

/* =========================================================
   OVERVIEW
========================================================= */

.iama-eligibilitynova-overview {
    padding: 80px 0;
    background: #fff;
}

.iama-eligibilitynova-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 90px;
}

.iama-eligibilitynova-overview-copy h2 {
    margin-bottom: 28px;
}

.iama-eligibilitynova-overview-copy > p + p {
    margin-top: 18px;
}

.iama-eligibilitynova-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.iama-eligibilitynova-tags span {
    padding: 11px 18px;
    border: 1px solid #00287d;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #00287d;
    background: #fff;
}

.iama-eligibilitynova-overview-visual {
    position: relative;
    padding: 0 36px 42px 44px;
}

.iama-eligibilitynova-overview-image {
    overflow: hidden;
    border-radius: 34px 34px 8px 34px;
}

.iama-eligibilitynova-overview-image img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.iama-eligibilitynova-vertical-label {
    position: absolute;
    top: 55px;
    left: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.iama-eligibilitynova-vertical-label span {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-eligibilitynova-review-card {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    padding: 22px 24px;
    background: #ffc63b;
}

.iama-eligibilitynova-review-card i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-eligibilitynova-review-card strong,
.iama-eligibilitynova-review-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-eligibilitynova-review-card strong {
    margin-bottom: 5px;
    font-size: 16px;
    color: #00287d;
}

.iama-eligibilitynova-review-card span {
    font-size: 14px;
    color: #000;
}

/* =========================================================
   LEVELS
========================================================= */

.iama-eligibilitynova-levels {
    padding: 120px 0;
    background: #00287d;
}

.iama-eligibilitynova-levels-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: end;
    gap: 50px;
    margin-bottom: 64px;
}

.iama-eligibilitynova-levels .iama-eligibilitynova-kicker {
    color: #fff;
}

.iama-eligibilitynova-levels h2 {
    max-width: 980px;
    color: #fff;
}

.iama-eligibilitynova-levels h2 strong {
    color: #ffc63b;
}

.iama-eligibilitynova-levels-index {
    padding: 22px;
    border-left: 6px solid #ffc63b;
    background: #fff;
}

.iama-eligibilitynova-levels-index span,
.iama-eligibilitynova-levels-index strong {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-eligibilitynova-levels-index span {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #00287d;
}

.iama-eligibilitynova-levels-index strong {
    margin-top: 6px;
    font-size: 13px;
    color: #000;
}

.iama-eligibilitynova-levels-board {
    display: grid;
    gap: 14px;
}

.iama-eligibilitynova-level-card {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 260px;
    align-items: center;
    gap: 28px;
    min-height: 138px;
    padding: 24px 28px;
    border: 1px solid #fff;
    background: transparent;
    transition: background 0.3s ease, transform 0.3s ease;
}

.iama-eligibilitynova-level-card:hover {
    transform: translateX(10px);
    background: #fff;
}

.iama-eligibilitynova-level-number {
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: #ffc63b;
}

.iama-eligibilitynova-level-card strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Outfit", sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

.iama-eligibilitynova-level-card p {
    color: #fff;
}

.iama-eligibilitynova-level-focus {
    justify-self: end;
    padding: 10px 14px;
    border: 1px solid #ffc63b;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffc63b;
}

.iama-eligibilitynova-level-card:hover strong,
.iama-eligibilitynova-level-card:hover p {
    color: #000;
}

.iama-eligibilitynova-level-card:hover .iama-eligibilitynova-level-focus {
    color: #00287d;
}

/* =========================================================
   REVIEW
========================================================= */

.iama-eligibilitynova-review {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-eligibilitynova-review-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-eligibilitynova-review-intro h2 {
    margin-bottom: 26px;
}

.iama-eligibilitynova-review-steps {
    display: grid;
}

.iama-eligibilitynova-review-step {
    display: grid;
    grid-template-columns: 58px 58px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    padding: 28px 0;
border-bottom: 1px solid #ffe7ad;
}

.iama-eligibilitynova-review-step > span {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #00287d;
}

.iama-eligibilitynova-review-step > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-eligibilitynova-review-step strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

/* =========================================================
   CHECKLIST
========================================================= */

.iama-eligibilitynova-checklist {
    padding: 120px 0;
    background: #fff;
}

.iama-eligibilitynova-checklist-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: stretch;
}

.iama-eligibilitynova-checklist-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    background: #00287d;
}

.iama-eligibilitynova-checklist-panel .iama-eligibilitynova-kicker {
    color: #fff;
}

.iama-eligibilitynova-checklist-panel h2 {
    color: #fff;
}

.iama-eligibilitynova-checklist-panel h2 strong {
    color: #ffc63b;
}

.iama-eligibilitynova-checklist-list {
    display: grid;
    gap: 14px;
    margin-top: 36px;
}

.iama-eligibilitynova-checklist-list span {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #0441c3;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.iama-eligibilitynova-checklist-list i {
    margin-top: 3px;
    color: #ffc63b;
}

.iama-eligibilitynova-checklist-image {
    position: relative;
    overflow: hidden;
}

.iama-eligibilitynova-checklist-image img {
    display: block;
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.iama-eligibilitynova-checklist-label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 18px 24px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #00287d;
    background: #ffc63b;
}

/* =========================================================
   EQUIVALENT PREPARATION
========================================================= */

.iama-eligibilitynova-equivalent {
    padding: 120px 0;
    background: #fff;
}

.iama-eligibilitynova-equivalent-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 90px;
}

.iama-eligibilitynova-equivalent-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 520px;
    text-align: center;
}

.iama-eligibilitynova-equivalent-shape {
    position: absolute;
    width: 380px;
    height: 380px;
    border: 55px solid #00287d;
    border-radius: 50%;
}

.iama-eligibilitynova-equivalent-visual::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #ffc63b;
}

.iama-eligibilitynova-equivalent-visual i,
.iama-eligibilitynova-equivalent-visual span {
    position: relative;
    z-index: 2;
}

.iama-eligibilitynova-equivalent-visual i {
    margin-bottom: 18px;
    font-size: 54px;
    color: #00287d;
}

.iama-eligibilitynova-equivalent-visual span {
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.iama-eligibilitynova-equivalent-copy h2 {
    margin-bottom: 26px;
}

.iama-eligibilitynova-equivalent-points {
    display: grid;
    gap: 18px;
    margin-top: 36px;
}

.iama-eligibilitynova-equivalent-points div {
    padding: 20px 0 20px 24px;
    border-left: 4px solid #ffc63b;
}

.iama-eligibilitynova-equivalent-points strong,
.iama-eligibilitynova-equivalent-points span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-eligibilitynova-equivalent-points strong {
    margin-bottom: 6px;
    font-size: 17px;
    color: #00287d;
}

.iama-eligibilitynova-equivalent-points span {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}

/* =========================================================
   BEFORE YOU APPLY
========================================================= */

.iama-eligibilitynova-before {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-eligibilitynova-before-head {
    margin-bottom: 28px;
}

.iama-eligibilitynova-before-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.iama-eligibilitynova-before-grid article {
    padding: 30px;
    background: #fff;
}

.iama-eligibilitynova-before-grid article > span {
    display: block;
    margin-bottom: 42px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00287d;
}

.iama-eligibilitynova-before-grid h3 {
    margin-bottom: 14px;
    font-size: 26px;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-eligibilitynova-support {
    padding: 100px 0;
    background: #fff;
}

.iama-eligibilitynova-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    gap: 70px;
}

.iama-eligibilitynova-support h2 {
    margin-bottom: 24px;
}

.iama-eligibilitynova-support p {
    max-width: 800px;
}

.iama-eligibilitynova-support-actions {
    display: grid;
    gap: 14px;
}

.iama-eligibilitynova-support-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-eligibilitynova-support-actions a:first-child {
    color: #fff;
    background: #00287d;
}

.iama-eligibilitynova-support-actions a:last-child {
    border: 1px solid #00287d;
    color: #00287d;
    background: #fff;
}

.iama-eligibilitynova-support-actions a:hover {
    transform: translateY(-4px);
}

.iama-eligibilitynova-support-actions a:first-child:hover {
    color: #00287d;
    background: #ffc63b;
}

.iama-eligibilitynova-support-actions a:last-child:hover {
    color: #00287d;
    background: #ffc63b;
}

/* =========================================================
   CTA
========================================================= */

.iama-eligibilitynova-cta {
    padding: 90px 0;
    background: #00287d;
}

.iama-eligibilitynova-cta-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr 220px;
    align-items: center;
    gap: 60px;
}

.iama-eligibilitynova-cta h3 {
    font-size: 54px;
    line-height: 0.98;
    letter-spacing: -0.4px;
    color: #ffc63b;
}

.iama-eligibilitynova-cta p {
    color: #fff;
}

.iama-eligibilitynova-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-eligibilitynova-cta a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-eligibilitynova-page h2 {
        font-size: 50px;
    }

    .iama-eligibilitynova-overview-grid,
    .iama-eligibilitynova-review-grid,
    .iama-eligibilitynova-equivalent-grid {
        gap: 60px;
    }

    .iama-eligibilitynova-level-card {
        grid-template-columns: 70px minmax(0, 1fr) 220px;
    }

    .iama-eligibilitynova-cta-grid {
        grid-template-columns: 0.7fr 1.3fr 190px;
        gap: 40px;
    }

    .iama-eligibilitynova-cta h3 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .iama-eligibilitynova-overview,
    .iama-eligibilitynova-levels,
    .iama-eligibilitynova-review,
    .iama-eligibilitynova-checklist,
    .iama-eligibilitynova-equivalent,
    .iama-eligibilitynova-before,
    .iama-eligibilitynova-support {
        padding: 90px 0;
    }

    .iama-eligibilitynova-page h2 {
        font-size: 44px;
    }

    .iama-eligibilitynova-overview-grid,
    .iama-eligibilitynova-review-grid,
    .iama-eligibilitynova-checklist-grid,
    .iama-eligibilitynova-equivalent-grid,
    .iama-eligibilitynova-support-grid,
    .iama-eligibilitynova-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-eligibilitynova-overview-visual {
        max-width: 760px;
    }

    .iama-eligibilitynova-levels-head {
        grid-template-columns: 1fr;
    }

    .iama-eligibilitynova-levels-index {
        width: 220px;
    }

    .iama-eligibilitynova-level-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .iama-eligibilitynova-level-focus {
        grid-column: 2;
        justify-self: start;
    }

    .iama-eligibilitynova-checklist-panel {
        padding: 55px;
    }

    .iama-eligibilitynova-checklist-image img {
        min-height: 500px;
    }

    .iama-eligibilitynova-before-grid {
        grid-template-columns: 1fr;
    }

    .iama-eligibilitynova-support-actions {
        max-width: 320px;
    }

    .iama-eligibilitynova-cta a {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .iama-eligibilitynova-overview,
    .iama-eligibilitynova-levels,
    .iama-eligibilitynova-review,
    .iama-eligibilitynova-checklist,
    .iama-eligibilitynova-equivalent,
    .iama-eligibilitynova-before,
    .iama-eligibilitynova-support {
        padding: 72px 0;
    }

    .iama-eligibilitynova-cta {
        padding: 72px 0;
    }

    .iama-eligibilitynova-page h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-eligibilitynova-page p,
    .iama-eligibilitynova-cta p {
        font-size: 18px;
    }

    .iama-eligibilitynova-overview-image img {
        height: 500px;
    }

    .iama-eligibilitynova-review-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -20px 18px 0;
    }

    .iama-eligibilitynova-overview-visual {
        padding: 0 0 0 34px;
    }

    .iama-eligibilitynova-level-card {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .iama-eligibilitynova-level-card strong {
        font-size: 24px;
    }

    .iama-eligibilitynova-review-step {
        grid-template-columns: 48px 52px minmax(0, 1fr);
        gap: 14px;
    }

    .iama-eligibilitynova-checklist-panel {
        padding: 42px 30px;
    }

    .iama-eligibilitynova-checklist-image img {
        min-height: 420px;
    }

    .iama-eligibilitynova-equivalent-visual {
        min-height: 420px;
    }

    .iama-eligibilitynova-equivalent-shape {
        width: 300px;
        height: 300px;
        border-width: 42px;
    }

    .iama-eligibilitynova-equivalent-visual::before {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 575px) {
    .iama-eligibilitynova-page h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-eligibilitynova-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-eligibilitynova-overview-image {
        border-radius: 22px;
    }

    .iama-eligibilitynova-overview-image img {
        height: 380px;
    }

    .iama-eligibilitynova-vertical-label {
        left: 2px;
    }

    .iama-eligibilitynova-level-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px;
    }

    .iama-eligibilitynova-level-focus {
        grid-column: 1;
    }

    .iama-eligibilitynova-review-step {
        grid-template-columns: 1fr;
    }

    .iama-eligibilitynova-checklist-image img {
        min-height: 340px;
    }

    .iama-eligibilitynova-equivalent-visual {
        min-height: 340px;
    }

    .iama-eligibilitynova-equivalent-shape {
        width: 250px;
        height: 250px;
        border-width: 34px;
    }

    .iama-eligibilitynova-equivalent-visual::before {
        width: 145px;
        height: 145px;
    }

    .iama-eligibilitynova-equivalent-visual i {
        font-size: 42px;
    }

    .iama-eligibilitynova-equivalent-visual span {
        font-size: 23px;
    }

    .iama-eligibilitynova-before-grid article {
        min-height: auto;
        padding: 26px;
    }

    .iama-eligibilitynova-cta h3 {
        font-size: 38px;
    }
}




/* =========================================================
   IAMA APPLYVERSE
   Modern How to Apply Page
   Uses the website's existing .container class
========================================================= */

.iama-applyverse-page,
.iama-applyverse-cta {
    position: relative;
    overflow: hidden;
}

.iama-applyverse-page h2,
.iama-applyverse-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-applyverse-page h2 strong,
.iama-applyverse-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-applyverse-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-applyverse-page p,
.iama-applyverse-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-applyverse-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-applyverse-kicker i {
    color: #ffc63b;
}

/* =========================================================
   INTRO
========================================================= */

.iama-applyverse-intro {
    padding: 55px 0;
    background: #fff;
}

.iama-applyverse-intro::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    height: 100%;
    background: #ffc63b;
}

.iama-applyverse-intro-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 90px;
}

.iama-applyverse-intro-copy h2 {
    margin-bottom: 28px;
}

.iama-applyverse-intro-copy p {
    max-width: 700px;
}

.iama-applyverse-intro-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
}

.iama-applyverse-intro-actions a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
     border-radius:50px;
}

.iama-applyverse-intro-actions a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #ffc63b;
}

.iama-applyverse-intro-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.iama-applyverse-intro-actions > span i {
    color: #00287d;
}

.iama-applyverse-intro-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.iama-applyverse-browser-card {
    width: 100%;
    max-width: 520px;
    border: 2px solid #00287d;
    border-radius: 22px;
    background: #fff;
    box-shadow: 22px 22px 0 #00287d;
}

.iama-applyverse-browser-top {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid #00287d;
}

.iama-applyverse-browser-top span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ffc63b;
}

.iama-applyverse-browser-body {
    display: grid;
    place-items: center;
    min-height: 150px;
    padding: 40px;
    text-align: center;
}

.iama-applyverse-browser-body i {
    margin-bottom: 24px;
    font-size: 64px;
    color: #00287d;
}

.iama-applyverse-browser-body strong,
.iama-applyverse-browser-body span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-applyverse-browser-body strong {
    margin-bottom: 8px;
    font-size: 22px;
    color: #000;
}

.iama-applyverse-browser-body span {
    font-size: 15px;
    color: #000;
}

.iama-applyverse-floating-number {
    position: absolute;
    left: 0;
    bottom: 8px;
    min-width: 160px;
    padding: 18px 20px;
    background: #00287d;
}

.iama-applyverse-floating-number strong,
.iama-applyverse-floating-number span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-applyverse-floating-number strong {
    font-size: 34px;
    line-height: 1;
    color: #ffc63b;
}

.iama-applyverse-floating-number span {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

/* =========================================================
   JOURNEY
========================================================= */

.iama-applyverse-journey {
    padding: 70px 0;
    background: #00287d;
}

.iama-applyverse-journey .iama-applyverse-kicker {
    color: #fff;
}

.iama-applyverse-journey h2 {
    color: #fff;
}

.iama-applyverse-journey h2 strong {
    color: #ffc63b;
}

.iama-applyverse-section-head {
    margin-bottom: 64px;
}

.iama-applyverse-journey-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-applyverse-journey-track article {
    min-height: 340px;
    padding: 28px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #00287d;
    transition: background 0.3s ease, transform 0.3s ease;
}

.iama-applyverse-journey-track article:hover {
    transform: translateY(-8px);
    background: #fff;
}

.iama-applyverse-journey-track article > span {
    display: block;
    margin-bottom: 36px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffc63b;
}

.iama-applyverse-journey-track article > i {
    display: block;
    margin-bottom: 24px;
    font-size: 32px;
    color: #ffc63b;
}

.iama-applyverse-journey-track h3 {
    margin-bottom: 14px;
    color: #fff;
}

.iama-applyverse-journey-track p {
    font-size: 16px;
    color: #fff;
}

.iama-applyverse-journey-track article:hover h3,
.iama-applyverse-journey-track article:hover p {
    color: #000;
}

/* =========================================================
   PREPARE
========================================================= */

.iama-applyverse-prepare {
    padding: 70px 0;
    background: #fff;
}

.iama-applyverse-prepare-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 90px;
    align-items: start;
}

.iama-applyverse-prepare-intro h2 {
    margin-bottom: 26px;
}

.iama-applyverse-prepare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-applyverse-prepare-grid > div {
    padding: 28px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
}

.iama-applyverse-prepare-grid span {
    display: block;
    margin-bottom: 32px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00287d;
}

.iama-applyverse-prepare-grid strong {
    display: block;
    margin-bottom: 12px;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.iama-applyverse-prepare-grid p {
    font-size: 16px;
}

/* =========================================================
   PORTAL
========================================================= */

.iama-applyverse-portal {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-applyverse-portal-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 90px;
}

.iama-applyverse-portal-visual {
    padding: 35px;
    background: #00287d;
}

.iama-applyverse-portal-panel {
    padding: 34px;
    background: #fff;
}

.iama-applyverse-portal-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.iama-applyverse-portal-panel-head span,
.iama-applyverse-portal-panel-head strong {
    font-family: "Inter", sans-serif;
}

.iama-applyverse-portal-panel-head span {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.iama-applyverse-portal-panel-head strong {
    font-size: 17px;
    color: #00287d;
}

.iama-applyverse-progress {
    height: 10px;
    margin-bottom: 28px;
    background: #ffc63b;
}

.iama-applyverse-progress span {
    display: block;
    height: 100%;
    background: #00287d;
}

.iama-applyverse-portal-list {
    display: grid;
    gap: 12px;
}

.iama-applyverse-portal-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #00287d;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.iama-applyverse-portal-list i {
    color: #00287d;
}

.iama-applyverse-portal-copy h2 {
    margin-bottom: 26px;
}

.iama-applyverse-portal-features {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.iama-applyverse-portal-features span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.iama-applyverse-portal-features i {
    color: #00287d;
}

/* =========================================================
   BEFORE SUBMISSION
========================================================= */

.iama-applyverse-before {
    padding: 70px 0;
    background: #fff;
}

.iama-applyverse-before-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-applyverse-before-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.iama-applyverse-before-list article {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
border: 1px solid #b3b3b3;
    background: #fff;
      border-radius:30px;
}

.iama-applyverse-before-list b {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
    background: #ffc63b;
}

.iama-applyverse-before-list h3 {
    margin-bottom: 10px;
}

.iama-applyverse-before-list p {
    font-size: 18px;
}

/* =========================================================
   AFTER SUBMISSION
========================================================= */

.iama-applyverse-after {
    padding: 70px 0;
    background: #00287d;
}

.iama-applyverse-after-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 90px;
    align-items: start;
}

.iama-applyverse-after .iama-applyverse-kicker {
    color: #fff;
}

.iama-applyverse-after h2 {
    margin-bottom: 26px;
    color: #fff;
}

.iama-applyverse-after h2 strong {
    color: #ffc63b;
}

.iama-applyverse-after p {
    color: #fff;
}

.iama-applyverse-after-status {
    display: grid;
}

.iama-applyverse-after-status > div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
min-height: 70px;
    border-bottom: 1px solid #0640bb;
}

.iama-applyverse-after-status span {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffc63b;
}

.iama-applyverse-after-status strong {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

/* =========================================================
   CTA
========================================================= */

.iama-applyverse-cta {
    padding: 95px 0;
    background: #ffc63b;
}

.iama-applyverse-cta-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    gap: 70px;
}

.iama-applyverse-kicker-light {
    color: #00287d;
}

.iama-applyverse-cta h2 {
    color: #000;
}

.iama-applyverse-cta p {
    max-width: 820px;
    margin-top: 26px;
}

.iama-applyverse-cta-actions {
    display: grid;
    gap: 14px;
}

.iama-applyverse-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-applyverse-cta-actions a:first-child {
    color: #fff;
    background: #00287d;
}

.iama-applyverse-cta-actions a:last-child {
    border: 1px solid #00287d;
    color: #00287d;
    background: #fff;
}

.iama-applyverse-cta-actions a:hover {
    transform: translateY(-4px);
}

.iama-applyverse-cta-actions a:first-child:hover {
    color: #00287d;
    background: #fff;
}

.iama-applyverse-cta-actions a:last-child:hover {
    color: #fff;
    background: #00287d;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-applyverse-page h2,
    .iama-applyverse-cta h2 {
        font-size: 50px;
    }

    .iama-applyverse-intro-layout,
    .iama-applyverse-prepare-layout,
    .iama-applyverse-portal-grid,
    .iama-applyverse-after-grid {
        gap: 60px;
    }

    .iama-applyverse-journey-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .iama-applyverse-intro,
    .iama-applyverse-journey,
    .iama-applyverse-prepare,
    .iama-applyverse-portal,
    .iama-applyverse-before,
    .iama-applyverse-after {
        padding: 90px 0;
    }

    .iama-applyverse-page h2,
    .iama-applyverse-cta h2 {
        font-size: 44px;
    }

    .iama-applyverse-intro::after {
        width: 100%;
        height: 36%;
        top: auto;
        bottom: 0;
    }

    .iama-applyverse-intro-layout,
    .iama-applyverse-prepare-layout,
    .iama-applyverse-portal-grid,
    .iama-applyverse-after-grid,
    .iama-applyverse-cta-layout {
        grid-template-columns: 1fr;
    }

    .iama-applyverse-intro-visual {
        max-width: 700px;
    }

    .iama-applyverse-journey-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-applyverse-cta-actions {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .iama-applyverse-intro,
    .iama-applyverse-journey,
    .iama-applyverse-prepare,
    .iama-applyverse-portal,
    .iama-applyverse-before,
    .iama-applyverse-after {
        padding: 72px 0;
    }

    .iama-applyverse-cta {
        padding: 72px 0;
    }

    .iama-applyverse-page h2,
    .iama-applyverse-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-applyverse-page p,
    .iama-applyverse-cta p {
        font-size: 18px;
    }

    .iama-applyverse-journey-track {
        grid-template-columns: 1fr;
    }

    .iama-applyverse-prepare-grid,
    .iama-applyverse-before-list {
        grid-template-columns: 1fr;
    }

    .iama-applyverse-portal-visual {
        padding: 24px;
    }

    .iama-applyverse-after-status > div {
        grid-template-columns: 58px minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .iama-applyverse-page h2,
    .iama-applyverse-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-applyverse-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-applyverse-browser-card {
        box-shadow: 12px 12px 0 #00287d;
    }

    .iama-applyverse-browser-body {
        min-height: 280px;
        padding: 28px;
    }

    .iama-applyverse-floating-number {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 26px;
    }

    .iama-applyverse-intro-visual {
        display: block;
        min-height: 0;
    }

    .iama-applyverse-journey-track article {
        min-height: auto;
    }

    .iama-applyverse-prepare-grid > div {
        min-height: auto;
    }

    .iama-applyverse-portal-panel {
        padding: 24px;
    }

    .iama-applyverse-before-list article {
        grid-template-columns: 1fr;
    }

    .iama-applyverse-after-status strong {
        font-size: 21px;
    }
}



/* =========================================================
   IAMA GLOBAL ENTRY
   Modern International Admissions Page
   Uses the website's existing .container class
========================================================= */

.iama-globalentry-page,
.iama-globalentry-cta {
    position: relative;
    overflow: hidden;
}

.iama-globalentry-page h2,
.iama-globalentry-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-globalentry-page h2 strong,
.iama-globalentry-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-globalentry-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-globalentry-page p,
.iama-globalentry-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-globalentry-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-globalentry-kicker i {
    color: #ffc63b;
}

/* =========================================================
   HERO
========================================================= */

.iama-globalentry-hero {
    padding: 70px 0;
    background: #fff;
}


.iama-globalentry-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 90px;
}

.iama-globalentry-hero-copy h2 {
    margin-bottom: 28px;
}

.iama-globalentry-hero-copy p {
    max-width: 680px;
}

.iama-globalentry-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
}

.iama-globalentry-hero-actions a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
     border-radius:50px;
}

.iama-globalentry-hero-actions a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #ffc63b;
}

.iama-globalentry-hero-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.iama-globalentry-hero-actions > span i {
    color: #00287d;
}

.iama-globalentry-hero-visual {
    position: relative;
    padding: 0 50px 54px 0;
}

.iama-globalentry-hero-image {
    overflow: hidden;
    border-radius: 50% 50% 24px 24px;
}

.iama-globalentry-hero-image img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.iama-globalentry-map-card {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 350px;
    padding: 22px 24px;
    background: #00287d;
}

.iama-globalentry-map-card i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #00287d;
    background: #ffc63b;
}

.iama-globalentry-map-card strong,
.iama-globalentry-map-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-globalentry-map-card strong {
    margin-bottom: 5px;
    font-size: 21px;
    color: #ffc63b;
}

.iama-globalentry-map-card span {
    font-size: 18px;
    color: #fff;
}

.iama-globalentry-country-card {
    position: absolute;
    top: 28px;
    left: -34px;
    min-width: 170px;
    padding: 18px 20px;
    background: #ffc63b;
}

.iama-globalentry-country-card strong,
.iama-globalentry-country-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-globalentry-country-card strong {
    font-size: 28px;
    color: #00287d;
}

.iama-globalentry-country-card span {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

/* =========================================================
   BENEFITS
========================================================= */

.iama-globalentry-benefits {
    padding: 120px 0;
    background: #00287d;
}

.iama-globalentry-benefits .iama-globalentry-kicker {
    color: #fff;
}

.iama-globalentry-benefits h2 {
    max-width: 980px;
    color: #fff;
}

.iama-globalentry-benefits h2 strong {
    color: #ffc63b;
}

.iama-globalentry-benefits-head {
    margin-bottom: 64px;
}

.iama-globalentry-benefits-head p {
    max-width: 760px;
    margin-top: 24px;
    color: #fff;
}

.iama-globalentry-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.iama-globalentry-benefits-grid article {
    display: grid;
    grid-template-columns: 54px 70px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    min-height: 210px;
    padding: 30px;
    border: 1px solid #fff;
    background: transparent;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-globalentry-benefits-grid article:hover {
    transform: translateY(-6px);
    background: #fff;
}

.iama-globalentry-benefits-grid article > span {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffc63b;
}

.iama-globalentry-benefits-grid article > i {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    font-size: 24px;
    color: #00287d;
    background: #ffc63b;
}

.iama-globalentry-benefits-grid h3 {
    margin-bottom: 12px;
    color: #fff;
}

.iama-globalentry-benefits-grid p {
    font-size: 16px;
    color: #fff;
}

.iama-globalentry-benefits-grid article:hover h3,
.iama-globalentry-benefits-grid article:hover p {
    color: #000;
}

/* =========================================================
   REQUIREMENTS
========================================================= */

.iama-globalentry-requirements {
    padding: 120px 0;
    background: #fff;
}

.iama-globalentry-requirements-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
}

.iama-globalentry-requirements-visual {
    position: relative;
    padding: 0 34px 42px 0;
}

.iama-globalentry-requirements-visual img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 24px 90px 24px 24px;
}

.iama-globalentry-requirements-label {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 320px;
    padding: 20px 22px;
    background: #ffc63b;
}

.iama-globalentry-requirements-label i {
    color: #00287d;
}

.iama-globalentry-requirements-label span {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
}

.iama-globalentry-requirements-copy h2 {
    margin-bottom: 26px;
}

.iama-globalentry-requirements-list {
    display: grid;
    margin-top: 36px;
}

.iama-globalentry-requirements-list > div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    min-height: 82px;
 border-bottom: 1px solid #bfbfbf;
}

.iama-globalentry-requirements-list b {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-globalentry-requirements-list span {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

/* =========================================================
   PROCESS
========================================================= */

.iama-globalentry-process {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-globalentry-process-head {
    max-width: 940px;
    margin-bottom: 64px;
}

.iama-globalentry-process-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.iama-globalentry-process-track::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #00287d;
}

.iama-globalentry-process-item {
    position: relative;
    z-index: 1;
    padding: 0 18px;
    text-align: center;
}

.iama-globalentry-process-item > span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #00287d;
}

.iama-globalentry-process-item strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.iama-globalentry-process-item p {
    font-size: 18px;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-globalentry-support {
    padding: 80px 0;
    background: #fff;
}

.iama-globalentry-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 90px;
}

.iama-globalentry-support-copy h2 {
    margin-bottom: 26px;
}

.iama-globalentry-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.iama-globalentry-support-actions a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
     border-radius:50px;
}

.iama-globalentry-support-actions a:first-child {
    color: #fff;
    background: #00287d;
}

.iama-globalentry-support-actions a:last-child {
    border: 1px solid #00287d;
    color: #00287d;
    background: #fff;
}

.iama-globalentry-support-actions a:hover {
    transform: translateY(-4px);
}

.iama-globalentry-support-actions a:first-child:hover {
    color: #00287d;
    background: #ffc63b;
}

.iama-globalentry-support-actions a:last-child:hover {
    color: #00287d;
    background: #ffc63b;
}

.iama-globalentry-support-visual {
    position: relative;
    padding: 0 0 44px 34px;
}

.iama-globalentry-support-image {
    overflow: hidden;
    border-radius: 24px;
}

.iama-globalentry-support-image img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.iama-globalentry-support-stat {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 230px;
    padding: 20px 22px;
    background: #00287d;
}

.iama-globalentry-support-stat strong,
.iama-globalentry-support-stat span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-globalentry-support-stat strong {
    font-size: 30px;
    color: #ffc63b;
}

.iama-globalentry-support-stat span {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

/* =========================================================
   CTA
========================================================= */

.iama-globalentry-cta {
    padding: 55px 0;
    background: #00287d;
}

.iama-globalentry-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
    gap: 70px;
}

.iama-globalentry-kicker-light {
    color: #fff;
}

.iama-globalentry-cta h2 {
    color: #fff;
}

.iama-globalentry-cta h2 strong {
    color: #ffc63b;
}

.iama-globalentry-cta p {
    max-width: 820px;
    margin-top: 26px;
    color: #fff;
}

.iama-globalentry-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-globalentry-cta a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-globalentry-page h2,
    .iama-globalentry-cta h2 {
        font-size: 50px;
    }

    .iama-globalentry-hero-grid,
    .iama-globalentry-requirements-grid,
    .iama-globalentry-support-grid {
        gap: 60px;
    }

    .iama-globalentry-process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 46px;
    }

    .iama-globalentry-process-track::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .iama-globalentry-hero,
    .iama-globalentry-benefits,
    .iama-globalentry-requirements,
    .iama-globalentry-process,
    .iama-globalentry-support {
        padding: 90px 0;
    }

    .iama-globalentry-page h2,
    .iama-globalentry-cta h2 {
        font-size: 44px;
    }

    .iama-globalentry-hero-grid,
    .iama-globalentry-requirements-grid,
    .iama-globalentry-support-grid,
    .iama-globalentry-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-globalentry-hero-visual,
    .iama-globalentry-requirements-visual,
    .iama-globalentry-support-visual {
        max-width: 760px;
    }

    .iama-globalentry-benefits-grid {
        grid-template-columns: 1fr;
    }

    .iama-globalentry-process-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-globalentry-cta a {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .iama-globalentry-hero,
    .iama-globalentry-benefits,
    .iama-globalentry-requirements,
    .iama-globalentry-process,
    .iama-globalentry-support {
        padding: 72px 0;
    }

    .iama-globalentry-cta {
        padding: 72px 0;
    }

    .iama-globalentry-page h2,
    .iama-globalentry-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-globalentry-page p,
    .iama-globalentry-cta p {
        font-size: 18px;
    }

    .iama-globalentry-hero-image img,
    .iama-globalentry-requirements-visual img,
    .iama-globalentry-support-image img {
        height: 500px;
    }

    .iama-globalentry-map-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -20px 18px 0;
    }

    .iama-globalentry-hero-visual {
        padding: 0 0 0 30px;
    }

    .iama-globalentry-benefits-grid article {
        grid-template-columns: 48px 58px minmax(0, 1fr);
    }

    .iama-globalentry-process-track {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .iama-globalentry-process-item {
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        align-items: start;
        gap: 20px;
        padding: 0;
        text-align: left;
    }

    .iama-globalentry-process-item > span {
        margin: 0;
    }

    .iama-globalentry-requirements-label,
    .iama-globalentry-support-stat {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-globalentry-requirements-visual,
    .iama-globalentry-support-visual {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .iama-globalentry-page h2,
    .iama-globalentry-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-globalentry-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-globalentry-hero-image {
        border-radius: 40% 40% 20px 20px;
    }

    .iama-globalentry-hero-image img,
    .iama-globalentry-requirements-visual img,
    .iama-globalentry-support-image img {
        height: 380px;
    }

    .iama-globalentry-country-card {
        top: 12px;
        left: 10px;
        min-width: 145px;
        padding: 15px;
    }

    .iama-globalentry-benefits-grid article {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 26px;
    }

    .iama-globalentry-process-item {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .iama-globalentry-process-item > span {
        width: 58px;
        height: 58px;
    }

    .iama-globalentry-support-actions {
        display: grid;
    }

    .iama-globalentry-support-actions a {
        justify-content: space-between;
    }
}




/* =========================================================
   IAMA FEE SPECTRUM
   Modern Tuition & Fees Page
   Uses the website's existing .container class
========================================================= */

.iama-feespectrum-page,
.iama-feespectrum-cta {
    position: relative;
    overflow: hidden;
}

.iama-feespectrum-page h2,
.iama-feespectrum-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-feespectrum-page h2 strong,
.iama-feespectrum-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-feespectrum-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-feespectrum-page p,
.iama-feespectrum-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-feespectrum-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-feespectrum-kicker i {
    color: #ffc63b;
}

/* =========================================================
   HERO
========================================================= */

.iama-feespectrum-hero {
    padding: 120px 0;
    background: #fff;
}

.iama-feespectrum-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
background: #e8efff;
}

.iama-feespectrum-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 90px;
}

.iama-feespectrum-hero-copy h2 {
    margin-bottom: 28px;
}

.iama-feespectrum-hero-copy p {
    max-width: 680px;
}

.iama-feespectrum-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
}

.iama-feespectrum-hero-actions a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-feespectrum-hero-actions a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #ffc63b;
}

.iama-feespectrum-hero-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.iama-feespectrum-hero-actions > span i {
    color: #ffc63b;
}

.iama-feespectrum-hero-visual {
    position: relative;
    padding: 24px 0 48px;
}

.iama-feespectrum-hero-image {
    overflow: hidden;
}

.iama-feespectrum-hero-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.iama-feespectrum-currency-card {
    position: absolute;
    top: 0;
    right: -26px;
    min-width: 175px;
    padding: 20px 22px;
    background: #ffc63b;
}

.iama-feespectrum-currency-card strong,
.iama-feespectrum-currency-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-feespectrum-currency-card strong {
    font-size: 42px;
    line-height: 1;
    color: #00287d;
}

.iama-feespectrum-currency-card span {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.iama-feespectrum-hero-note {
    position: absolute;
    left: -46px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    padding: 22px 24px;
    border-left: 6px solid #ffc63b;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 40, 125, 0.18);
}

.iama-feespectrum-hero-note i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-feespectrum-hero-note strong,
.iama-feespectrum-hero-note span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-feespectrum-hero-note strong {
    margin-bottom: 5px;
    font-size: 16px;
    color: #00287d;
}

.iama-feespectrum-hero-note span {
    font-size: 14px;
    color: #000;
}

/* =========================================================
   PRICING
========================================================= */

.iama-feespectrum-pricing {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-feespectrum-section-head {
    max-width: 960px;
    margin-bottom: 64px;
}

.iama-feespectrum-section-head h2 {
    margin-bottom: 24px;
}

.iama-feespectrum-section-head p {
    max-width: 760px;
}

.iama-feespectrum-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.iama-feespectrum-price-card {
    min-height: 410px;
    padding: 30px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-feespectrum-price-card:hover {
    transform: translateY(-8px);
    background: #00287d;
}

.iama-feespectrum-price-card-featured {
    background: #00287d;
}

.iama-feespectrum-price-level {
    display: block;
    margin-bottom: 34px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-feespectrum-price-card-featured .iama-feespectrum-price-level {
    color: #ffc63b;
}

.iama-feespectrum-price-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: #00287d;
}

.iama-feespectrum-price-card-featured .iama-feespectrum-price-icon {
    color: #00287d;
    background: #ffc63b;
}

.iama-feespectrum-price-card h3 {
    margin-bottom: 22px;
}

.iama-feespectrum-price {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 20px;
}

.iama-feespectrum-price span {
    padding-top: 8px;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #00287d;
}

.iama-feespectrum-price strong {
    font-family: "Outfit", sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    color: #00287d;
}

.iama-feespectrum-price-card p {
    font-size: 16px;
}

.iama-feespectrum-price-card-featured h3,
.iama-feespectrum-price-card-featured p {
    color: #fff;
}

.iama-feespectrum-price-card-featured .iama-feespectrum-price span,
.iama-feespectrum-price-card-featured .iama-feespectrum-price strong {
    color: #ffc63b;
}

.iama-feespectrum-price-card:hover .iama-feespectrum-price-level {
    color: #ffc63b;
}

.iama-feespectrum-price-card:hover h3,
.iama-feespectrum-price-card:hover p {
    color: #fff;
}

.iama-feespectrum-price-card:hover .iama-feespectrum-price span,
.iama-feespectrum-price-card:hover .iama-feespectrum-price strong {
    color: #ffc63b;
}

/* =========================================================
   INCLUDES
========================================================= */

.iama-feespectrum-includes {
    padding: 120px 0;
    background: #00287d;
}

.iama-feespectrum-includes-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
}

.iama-feespectrum-includes .iama-feespectrum-kicker {
    color: #fff;
}

.iama-feespectrum-includes h2 {
    margin-bottom: 26px;
    color: #fff;
}

.iama-feespectrum-includes h2 strong {
    color: #ffc63b;
}

.iama-feespectrum-includes-copy p {
    color: #fff;
}

.iama-feespectrum-includes-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-feespectrum-includes-list > div {
    min-height: 240px;
    padding: 28px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iama-feespectrum-includes-list span {
    display: block;
    margin-bottom: 22px;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffc63b;
}

.iama-feespectrum-includes-list i {
    display: block;
    margin-bottom: 18px;
    font-size: 28px;
    color: #ffc63b;
}

.iama-feespectrum-includes-list strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.iama-feespectrum-includes-list p {
    font-size: 16px;
    color: #fff;
}

/* =========================================================
   PLANNING
========================================================= */

.iama-feespectrum-planning {
    padding: 120px 0;
    background: #fff;
}

.iama-feespectrum-planning-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
}

.iama-feespectrum-planning-visual {
    position: relative;
    padding: 0 0 40px 36px;
}

.iama-feespectrum-planning-visual img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 100px 24px 24px 24px;
}

.iama-feespectrum-planning-label {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: #ffc63b;
}

.iama-feespectrum-planning-label span,
.iama-feespectrum-planning-label strong {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
}

.iama-feespectrum-planning-label strong {
    color: #00287d;
}

.iama-feespectrum-planning-copy h2 {
    margin-bottom: 26px;
}

.iama-feespectrum-planning-steps {
    display: grid;
    margin-top: 36px;
    border-top: 1px solid #00287d;
}

.iama-feespectrum-planning-steps > div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    min-height: 82px;
    border-bottom: 1px solid #00287d;
}

.iama-feespectrum-planning-steps b {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-feespectrum-planning-steps span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/* =========================================================
   PAYMENT
========================================================= */

.iama-feespectrum-payment {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-feespectrum-payment-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-feespectrum-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.iama-feespectrum-payment-grid article {
    min-height: 280px;
    padding: 30px;
    background: #fff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-feespectrum-payment-grid article:hover {
    transform: translateY(-6px);
    background: #00287d;
}

.iama-feespectrum-payment-grid article > span {
    display: block;
    margin-bottom: 42px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00287d;
}

.iama-feespectrum-payment-grid h3 {
    margin-bottom: 14px;
}

.iama-feespectrum-payment-grid article:hover > span {
    color: #ffc63b;
}

.iama-feespectrum-payment-grid article:hover h3,
.iama-feespectrum-payment-grid article:hover p {
    color: #fff;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-feespectrum-support {
    padding: 120px 0;
    background: #fff;
}

.iama-feespectrum-support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
}

.iama-feespectrum-support-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    background: #00287d;
}

.iama-feespectrum-support-copy .iama-feespectrum-kicker {
    color: #fff;
}

.iama-feespectrum-support-copy h2 {
    margin-bottom: 26px;
    color: #fff;
}

.iama-feespectrum-support-copy h2 strong {
    color: #ffc63b;
}

.iama-feespectrum-support-copy p {
    color: #fff;
}

.iama-feespectrum-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.iama-feespectrum-support-actions a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-feespectrum-support-actions a:first-child {
    color: #00287d;
    background: #ffc63b;
}

.iama-feespectrum-support-actions a:last-child {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.iama-feespectrum-support-actions a:hover {
    transform: translateY(-4px);
}

.iama-feespectrum-support-actions a:first-child:hover {
    background: #fff;
}

.iama-feespectrum-support-actions a:last-child:hover {
    color: #00287d;
    background: #fff;
}

.iama-feespectrum-support-image {
    overflow: hidden;
}

.iama-feespectrum-support-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

/* =========================================================
   CTA
========================================================= */

.iama-feespectrum-cta {
    padding: 95px 0;
    background: #00287d;
}

.iama-feespectrum-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
    gap: 70px;
}

.iama-feespectrum-kicker-light {
    color: #fff;
}

.iama-feespectrum-cta h2 {
    color: #fff;
}

.iama-feespectrum-cta h2 strong {
    color: #ffc63b;
}

.iama-feespectrum-cta p {
    max-width: 800px;
    margin-top: 26px;
    color: #fff;
}

.iama-feespectrum-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-feespectrum-cta a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-feespectrum-page h2,
    .iama-feespectrum-cta h2 {
        font-size: 50px;
    }

    .iama-feespectrum-hero-grid,
    .iama-feespectrum-includes-grid,
    .iama-feespectrum-planning-grid {
        gap: 60px;
    }

    .iama-feespectrum-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .iama-feespectrum-hero,
    .iama-feespectrum-pricing,
    .iama-feespectrum-includes,
    .iama-feespectrum-planning,
    .iama-feespectrum-payment,
    .iama-feespectrum-support {
        padding: 90px 0;
    }

    .iama-feespectrum-page h2,
    .iama-feespectrum-cta h2 {
        font-size: 44px;
    }

    .iama-feespectrum-hero::before {
        width: 100%;
        height: 32%;
        top: auto;
        bottom: 0;
    }

    .iama-feespectrum-hero-grid,
    .iama-feespectrum-includes-grid,
    .iama-feespectrum-planning-grid,
    .iama-feespectrum-support-layout,
    .iama-feespectrum-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-feespectrum-hero-visual,
    .iama-feespectrum-planning-visual {
        max-width: 760px;
    }

    .iama-feespectrum-support-copy {
        padding: 55px;
    }

    .iama-feespectrum-support-image img {
        min-height: 500px;
    }

    .iama-feespectrum-cta a {
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .iama-feespectrum-hero,
    .iama-feespectrum-pricing,
    .iama-feespectrum-includes,
    .iama-feespectrum-planning,
    .iama-feespectrum-payment,
    .iama-feespectrum-support {
        padding: 72px 0;
    }

    .iama-feespectrum-cta {
        padding: 72px 0;
    }

    .iama-feespectrum-page h2,
    .iama-feespectrum-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-feespectrum-page p,
    .iama-feespectrum-cta p {
        font-size: 18px;
    }

    .iama-feespectrum-hero-image img,
    .iama-feespectrum-planning-visual img {
        height: 500px;
    }

    .iama-feespectrum-hero-note {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -20px 18px 0;
    }

    .iama-feespectrum-pricing-grid,
    .iama-feespectrum-includes-list,
    .iama-feespectrum-payment-grid {
        grid-template-columns: 1fr;
    }

    .iama-feespectrum-price-card {
        min-height: auto;
    }

    .iama-feespectrum-planning-label {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-feespectrum-planning-visual {
        padding: 0;
    }

    .iama-feespectrum-support-copy {
        padding: 42px 30px;
    }

    .iama-feespectrum-support-image img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .iama-feespectrum-page h2,
    .iama-feespectrum-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-feespectrum-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-feespectrum-hero-image img,
    .iama-feespectrum-planning-visual img {
        height: 380px;
    }

    .iama-feespectrum-currency-card {
        top: 12px;
        right: 12px;
        min-width: 145px;
        padding: 16px;
    }

    .iama-feespectrum-price-card,
    .iama-feespectrum-includes-list > div,
    .iama-feespectrum-payment-grid article {
        padding: 26px;
    }

    .iama-feespectrum-price strong {
        font-size: 52px;
    }

    .iama-feespectrum-support-actions {
        display: grid;
    }

    .iama-feespectrum-support-actions a {
        justify-content: space-between;
    }

    .iama-feespectrum-support-image img {
        min-height: 340px;
    }
}




/* =========================================================
   IAMA AID ATELIER
   Modern Scholarship & Financial Aid Page
   Uses the website's existing .container class
========================================================= */

.iama-aidatelier-page,
.iama-aidatelier-note {
    position: relative;
    overflow: hidden;
}

.iama-aidatelier-page h2,
.iama-aidatelier-note h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-aidatelier-page h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-aidatelier-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-aidatelier-page p,
.iama-aidatelier-note p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-aidatelier-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-aidatelier-kicker i {
    color: #ffc63b;
}

/* =========================================================
   INTRO
========================================================= */

.iama-aidatelier-intro {
    padding: 70px 0;
    background: #fff;
}

.iama-aidatelier-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 90px;
}

.iama-aidatelier-intro-copy h2 {
    margin-bottom: 28px;
}

.iama-aidatelier-intro-copy p {
    max-width: 680px;
}

.iama-aidatelier-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    margin-top: 36px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
        border-radius:50px;
}

.iama-aidatelier-primary-btn:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #ffc63b;
}

.iama-aidatelier-intro-visual {
    position: relative;
    padding: 36px 40px 48px 0;
}

.iama-aidatelier-intro-image {
    overflow: hidden;
    border-radius: 24px 120px 24px 24px;
}

.iama-aidatelier-intro-image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.iama-aidatelier-intro-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    gap: 2px;
    min-width: 170px;
    padding: 18px 20px;
    background: #ffc63b;
}

.iama-aidatelier-intro-ribbon span,
.iama-aidatelier-intro-ribbon strong {
    font-family: "Inter", sans-serif;
    color: #000;
        font-size: 20px;
}

.iama-aidatelier-intro-ribbon strong {
    font-size: 20px;
    color: #00287d;
}

.iama-aidatelier-intro-card {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 360px;
    padding: 22px 24px;
    background: #00287d;
}

.iama-aidatelier-intro-card i {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #00287d;
    background: #ffc63b;
}

.iama-aidatelier-intro-card strong,
.iama-aidatelier-intro-card span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-aidatelier-intro-card strong {
    margin-bottom: 5px;
    font-size: 18px;
    color: #ffc63b;
}

.iama-aidatelier-intro-card span {
    font-size: 18px;
    color: #fff;
}

/* =========================================================
   PATHWAYS
========================================================= */

.iama-aidatelier-pathways {
    padding: 70px 0;
    background: #00287d;
}

.iama-aidatelier-pathways-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: end;
    gap: 50px;
    margin-bottom: 64px;
}

.iama-aidatelier-pathways .iama-aidatelier-kicker {
    color: #fff;
}

.iama-aidatelier-pathways h2 {
    color: #fff;
}

.iama-aidatelier-pathways h2 strong {
    color: #ffc63b;
}

.iama-aidatelier-pathways-mark {
    padding: 22px;
    border-left: 6px solid #ffc63b;
    background: #fff;
}

.iama-aidatelier-pathways-mark span,
.iama-aidatelier-pathways-mark strong {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-aidatelier-pathways-mark span {
    font-size: 36px;
    font-weight: 700;
    color: #00287d;
}

.iama-aidatelier-pathways-mark strong {
    font-size: 18px;
    color: #000;
}

.iama-aidatelier-pathways-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.iama-aidatelier-pathways-grid article {
    padding: 28px;
    border: 1px solid #fff;
    background: transparent;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius: 20px;
}

.iama-aidatelier-pathways-grid article:hover {
    transform: translateY(-8px);
    background: #fff;
}

.iama-aidatelier-pathway-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 54px;
}

.iama-aidatelier-pathway-top span {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffc63b;
}

.iama-aidatelier-pathway-top i {
    font-size: 30px;
    color: #ffc63b;
}

.iama-aidatelier-pathways-grid h3 {
    margin-bottom: 14px;
    color: #fff;
}

.iama-aidatelier-pathways-grid p {
    font-size: 18px;
    color: #fff;
}

.iama-aidatelier-pathways-grid article:hover h3,
.iama-aidatelier-pathways-grid article:hover p {
    color: #000;
}

/* =========================================================
   CONSIDERATION
========================================================= */

.iama-aidatelier-consideration {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-aidatelier-consideration-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-aidatelier-consideration-copy h2 {
    margin-bottom: 26px;
}

.iama-aidatelier-consideration-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-aidatelier-consideration-list > div {
    padding: 26px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
}

.iama-aidatelier-consideration-list span {
    display: block;
    margin-bottom: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00287d;
}

.iama-aidatelier-consideration-list strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    color: #000;
}

.iama-aidatelier-consideration-list p {
    font-size: 18px;
}

/* =========================================================
   JOURNEY
========================================================= */

.iama-aidatelier-journey {
    padding: 70px 0;
    background: #fff;
}

.iama-aidatelier-journey-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 90px;
}

.iama-aidatelier-journey-copy h2 {
    margin-bottom: 38px;
}

.iama-aidatelier-journey-steps {
    display: grid;
}

.iama-aidatelier-journey-steps article {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #b9cfff;
}

.iama-aidatelier-journey-steps article > span {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    color: #00287d;
}

.iama-aidatelier-journey-steps h3 {
    margin-bottom: 8px;
}

.iama-aidatelier-journey-steps p {
    font-size: 18px;
}

.iama-aidatelier-journey-visual {
    position: relative;
    padding: 0 34px 42px 0;
}

.iama-aidatelier-journey-image {
    overflow: hidden;
border-radius: 20px;
}

.iama-aidatelier-journey-image img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.iama-aidatelier-journey-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    background: #ffc63b;
}

.iama-aidatelier-journey-badge i {
    color: #00287d;
}

.iama-aidatelier-journey-badge span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* =========================================================
   EVIDENCE
========================================================= */

.iama-aidatelier-evidence {
    padding: 70px 0;
    background: #00287d;
}

.iama-aidatelier-evidence .iama-aidatelier-kicker {
    color: #fff;
}

.iama-aidatelier-evidence h2 {
    color: #fff;
}

.iama-aidatelier-evidence h2 strong {
    color: #ffc63b;
}

.iama-aidatelier-evidence-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-aidatelier-evidence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-aidatelier-evidence-grid > div {
    padding: 28px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iama-aidatelier-evidence-grid i {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    color: #ffc63b;
}

.iama-aidatelier-evidence-grid span {
    display: block;
    margin-bottom: 14px;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    color: #ffc63b;
}

.iama-aidatelier-evidence-grid strong {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

/* =========================================================
   PRINCIPLES
========================================================= */

.iama-aidatelier-principles {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-aidatelier-principles-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-aidatelier-principles-grid {
display: inline-flex;
    gap: 16px;
}

.iama-aidatelier-principles-grid article {
    padding: 28px;
    background: #fff;
}

.iama-aidatelier-principles-grid span {
    display: block;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-aidatelier-principles-grid h3 {
    margin-bottom: 10px;
}

.iama-aidatelier-principles-grid p {
    font-size: 16px;
}

/* =========================================================
   BEFORE
========================================================= */

.iama-aidatelier-before {
    padding: 70px 0;
    background: #fff;
}

.iama-aidatelier-before-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 90px;
}

.iama-aidatelier-before-visual {
    position: relative;
    padding: 0 0 42px 34px;
}

.iama-aidatelier-before-visual img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
}

.iama-aidatelier-before-label {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 12px;
    padding: 18px 22px;
    background: #00287d;
}

.iama-aidatelier-before-label span,
.iama-aidatelier-before-label strong {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
}

.iama-aidatelier-before-label strong {
    color: #ffc63b;
}

.iama-aidatelier-before-copy h2 {
    margin-bottom: 26px;
}

.iama-aidatelier-before-list {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.iama-aidatelier-before-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #00287d;
    font-family: "Inter", sans-serif;
    font-size:21px;
    font-weight: 600;
    color: #000;
}

.iama-aidatelier-before-list i {
    color: #ffc63b;
}

/* =========================================================
   NOTE
========================================================= */

.iama-aidatelier-note {
    padding: 88px 0;
    background: #00287d;
}

.iama-aidatelier-note-inner {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 220px;
    align-items: center;
    gap: 34px;
}

.iama-aidatelier-note-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 28px;
    color: #00287d;
    background: #ffc63b;
}

.iama-aidatelier-note h2 {
    margin-bottom: 14px;
    font-size: 42px;
    color: #fff;
}

.iama-aidatelier-note p {
    color: #fff;
}

.iama-aidatelier-note a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-aidatelier-note a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-aidatelier-page h2 {
        font-size: 50px;
    }

    .iama-aidatelier-intro-layout,
    .iama-aidatelier-consideration-grid,
    .iama-aidatelier-journey-grid,
    .iama-aidatelier-principles-layout,
    .iama-aidatelier-before-grid {
        gap: 60px;
    }

    .iama-aidatelier-pathways-grid,
    .iama-aidatelier-evidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .iama-aidatelier-intro,
    .iama-aidatelier-pathways,
    .iama-aidatelier-consideration,
    .iama-aidatelier-journey,
    .iama-aidatelier-evidence,
    .iama-aidatelier-principles,
    .iama-aidatelier-before {
        padding: 90px 0;
    }

    .iama-aidatelier-page h2 {
        font-size: 44px;
    }

    .iama-aidatelier-intro-layout,
    .iama-aidatelier-consideration-grid,
    .iama-aidatelier-journey-grid,
    .iama-aidatelier-principles-layout,
    .iama-aidatelier-before-grid {
        grid-template-columns: 1fr;
    }

    .iama-aidatelier-pathways-head {
        grid-template-columns: 1fr;
    }

    .iama-aidatelier-pathways-mark {
        width: 220px;
    }

    .iama-aidatelier-intro-visual,
    .iama-aidatelier-journey-visual,
    .iama-aidatelier-before-visual {
        max-width: 760px;
    }

    .iama-aidatelier-note-inner {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .iama-aidatelier-note a {
        grid-column: 2;
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .iama-aidatelier-intro,
    .iama-aidatelier-pathways,
    .iama-aidatelier-consideration,
    .iama-aidatelier-journey,
    .iama-aidatelier-evidence,
    .iama-aidatelier-principles,
    .iama-aidatelier-before {
        padding: 72px 0;
    }

    .iama-aidatelier-note {
        padding: 72px 0;
    }

    .iama-aidatelier-page h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-aidatelier-page p,
    .iama-aidatelier-note p {
        font-size: 18px;
    }

    .iama-aidatelier-intro-image img,
    .iama-aidatelier-journey-image img,
    .iama-aidatelier-before-visual img {
        height: 500px;
    }

    .iama-aidatelier-intro-card,
    .iama-aidatelier-journey-badge,
    .iama-aidatelier-before-label {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-aidatelier-intro-visual,
    .iama-aidatelier-journey-visual,
    .iama-aidatelier-before-visual {
        padding: 0;
    }

    .iama-aidatelier-consideration-list,
    .iama-aidatelier-pathways-grid,
    .iama-aidatelier-evidence-grid {
        grid-template-columns: 1fr;
    }

    .iama-aidatelier-note-inner {
        grid-template-columns: 1fr;
    }

    .iama-aidatelier-note a {
        grid-column: 1;
    }

    .iama-aidatelier-note h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .iama-aidatelier-page h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-aidatelier-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-aidatelier-intro-image img,
    .iama-aidatelier-journey-image img,
    .iama-aidatelier-before-visual img {
        height: 380px;
    }

    .iama-aidatelier-intro-ribbon {
        top: 12px;
        right: 12px;
        min-width: 145px;
        padding: 15px;
    }

    .iama-aidatelier-pathways-grid article,
    .iama-aidatelier-consideration-list > div,
    .iama-aidatelier-evidence-grid > div,
    .iama-aidatelier-principles-grid article {
        min-height: auto;
        padding: 26px;
    }

    .iama-aidatelier-journey-steps article {
        grid-template-columns: 54px minmax(0, 1fr);
    }
}




/* =========================================================
   IAMA DATE FOLIO
   Modern Important Dates Page
   Uses the website's existing .container class
========================================================= */

.iama-datefolio-page,
.iama-datefolio-official {
    position: relative;
    overflow: hidden;
}

.iama-datefolio-page h2,
.iama-datefolio-official h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-datefolio-page h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-datefolio-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-datefolio-page p,
.iama-datefolio-official p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-datefolio-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-datefolio-kicker i {
    color: #ffc63b;
}

/* =========================================================
   INTRO
========================================================= */

.iama-datefolio-intro {
    padding: 70px 0;
    background: #fff;
}

.iama-datefolio-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    background: #ffc63b;
}

.iama-datefolio-intro-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 90px;
}

.iama-datefolio-intro-copy h2 {
    margin-bottom: 28px;
}

.iama-datefolio-intro-copy p {
    max-width: 680px;
}

.iama-datefolio-check-list {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.iama-datefolio-check-list div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.iama-datefolio-check-list i {
    color: #ffc63b;
}

.iama-datefolio-check-list span {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.iama-datefolio-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    margin-top: 36px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius:50px;
}

.iama-datefolio-btn:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #ffc63b;
}

.iama-datefolio-intro-visual {
    position: relative;
    padding: 26px 42px 52px 0;
}

.iama-datefolio-intro-image {
    overflow: hidden;
    border-radius: 22px;
}

.iama-datefolio-intro-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.iama-datefolio-intro-summary {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 380px;
    padding: 22px 24px;
    background: #00287d;
}

.iama-datefolio-summary-icon {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #00287d;
    background: #ffc63b;
}

.iama-datefolio-intro-summary h3 {
    margin-bottom: 6px;
    font-size: 21px;
    color: #ffc63b;
}

.iama-datefolio-intro-summary p {
    font-size: 18px;
    color: #fff;
}

.iama-datefolio-intro-number {
    position: absolute;
    top: 0;
    right: -26px;
    min-width: 165px;
    padding: 18px 20px;
    font-family: "Outfit", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    color: #00287d;
    background: #fff;
}

.iama-datefolio-intro-number span {
    display: block;
    margin-top: 5px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.iama-datefolio-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 70px;
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-datefolio-stat {
    padding: 24px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
}

.iama-datefolio-stat strong,
.iama-datefolio-stat span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-datefolio-stat strong {
    margin-bottom: 6px;
    font-size: 23px;
    color: #00287d;
}

.iama-datefolio-stat span {
    font-size: 18px;
    color: #000;
}

/* =========================================================
   CATEGORIES
========================================================= */

.iama-datefolio-categories {
    padding: 70px 0;
    background: #00287d;
}

.iama-datefolio-categories .iama-datefolio-kicker {
    color: #fff;
}

.iama-datefolio-categories h2 {
    color: #fff;
}

.iama-datefolio-categories h2 strong {
    color: #ffc63b;
}

.iama-datefolio-section-head {
    max-width: 950px;
    margin-bottom: 64px;
}

.iama-datefolio-section-head p {
    max-width: 760px;
    margin-top: 24px;
    color: #fff;
}

.iama-datefolio-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.iama-datefolio-category-grid article {
    padding: 28px;
    border: 1px solid #fff;
    background: transparent;
    transition: transform 0.3s ease, background 0.3s ease;
  border-radius:20px;
}

.iama-datefolio-category-grid article:hover {
    transform: translateY(-8px);
    background: #fff;
}

.iama-datefolio-category-grid article > span {
    display: block;
    margin-bottom: 38px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #ffc63b;
}

.iama-datefolio-category-grid article > i {
    display: block;
    margin-bottom: 22px;
    font-size: 30px;
    color: #ffc63b;
}

.iama-datefolio-category-grid h3 {
    margin-bottom: 14px;
    color: #fff;
}

.iama-datefolio-category-grid p {
    font-size: 16px;
    color: #fff;
}

.iama-datefolio-category-grid article:hover h3,
.iama-datefolio-category-grid article:hover p {
    color: #000;
}

/* =========================================================
   TIMELINE
========================================================= */

.iama-datefolio-timeline {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-datefolio-timeline-head {
    max-width: 940px;
    margin-bottom: 64px;
}

.iama-datefolio-timeline-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.iama-datefolio-timeline-line::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #00287d;
}

.iama-datefolio-timeline-line article {
    position: relative;
    z-index: 1;
    padding: 0 18px;
    text-align: center;
}

.iama-datefolio-timeline-line b {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #fff;
    background: #00287d;
}

.iama-datefolio-timeline-line span {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.iama-datefolio-timeline-line p {
    font-size: 18px;
}

/* =========================================================
   PLANNING
========================================================= */

.iama-datefolio-planning {
    padding: 70px 0;
    background: #fff;
}

.iama-datefolio-planning-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-datefolio-planning-copy h2 {
    margin-bottom: 26px;
}

.iama-datefolio-planning-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-datefolio-planning-list > div {
    padding: 26px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
}

.iama-datefolio-planning-list span {
    display: block;
    margin-bottom: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-datefolio-planning-list strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 23px;
    color: #000;
}

.iama-datefolio-planning-list p {
    font-size: 16px;
}

/* =========================================================
   REMINDER
========================================================= */

.iama-datefolio-reminder {
    padding: 70px 0;
    background: #00287d;
}

.iama-datefolio-reminder-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
}

.iama-datefolio-reminder-image {
    overflow: hidden;
    border-radius: 90px 22px 22px 22px;
}

.iama-datefolio-reminder-image img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.iama-datefolio-reminder .iama-datefolio-kicker {
    color: #fff;
}

.iama-datefolio-reminder h2 {
    color: #fff;
}

.iama-datefolio-reminder h2 strong {
    color: #ffc63b;
}

.iama-datefolio-reminder-cards {
    display: grid;
    gap: 14px;
    margin-top: 36px;
}

.iama-datefolio-reminder-cards article {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    background: #fff;
}

.iama-datefolio-reminder-cards i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #00287d;
    background: #ffc63b;
}

.iama-datefolio-reminder-cards h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.iama-datefolio-reminder-cards p {
    font-size: 18px;
}

/* =========================================================
   DATE CHANGE
========================================================= */

.iama-datefolio-change {
    padding: 70px 0;
    background: #fff;
}

.iama-datefolio-change-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-datefolio-change-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.iama-datefolio-change-grid article {
    padding: 30px;
    background: #ffc63b;
}

.iama-datefolio-change-grid b {
    display: block;
    margin-bottom: 40px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-datefolio-change-grid h3 {
    margin-bottom: 14px;
}

/* =========================================================
   OFFICIAL NOTICE
========================================================= */

.iama-datefolio-official {
    padding: 88px 0;
    background: #00287d;
}

.iama-datefolio-official-wrap {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 230px;
    align-items: center;
    gap: 34px;
}

.iama-datefolio-official-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 28px;
    color: #00287d;
    background: #ffc63b;
}

.iama-datefolio-official h2 {
    margin-bottom: 14px;
    font-size: 42px;
    color: #fff;
}

.iama-datefolio-official p {
    color: #fff;
}

.iama-datefolio-official a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-datefolio-official a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-datefolio-page h2 {
        font-size: 50px;
    }

    .iama-datefolio-intro-layout,
    .iama-datefolio-planning-grid,
    .iama-datefolio-reminder-layout {
        gap: 60px;
    }

    .iama-datefolio-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-datefolio-timeline-line {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 46px;
    }

    .iama-datefolio-timeline-line::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .iama-datefolio-intro,
    .iama-datefolio-categories,
    .iama-datefolio-timeline,
    .iama-datefolio-planning,
    .iama-datefolio-reminder,
    .iama-datefolio-change {
        padding: 90px 0;
    }

    .iama-datefolio-page h2 {
        font-size: 44px;
    }

    .iama-datefolio-intro::before {
        width: 100%;
        height: 32%;
        top: auto;
        bottom: 0;
    }

    .iama-datefolio-intro-layout,
    .iama-datefolio-planning-grid,
    .iama-datefolio-reminder-layout {
        grid-template-columns: 1fr;
    }

    .iama-datefolio-intro-visual,
    .iama-datefolio-reminder-image {
        max-width: 760px;
    }

    .iama-datefolio-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-datefolio-change-grid {
        grid-template-columns: 1fr;
    }

    .iama-datefolio-official-wrap {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .iama-datefolio-official a {
        grid-column: 2;
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .iama-datefolio-intro,
    .iama-datefolio-categories,
    .iama-datefolio-timeline,
    .iama-datefolio-planning,
    .iama-datefolio-reminder,
    .iama-datefolio-change {
        padding: 72px 0;
    }

    .iama-datefolio-official {
        padding: 72px 0;
    }

    .iama-datefolio-page h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-datefolio-page p,
    .iama-datefolio-official p {
        font-size: 18px;
    }

    .iama-datefolio-intro-image img,
    .iama-datefolio-reminder-image img {
        height: 500px;
    }

    .iama-datefolio-intro-summary {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-datefolio-intro-visual {
        padding: 0;
    }

    .iama-datefolio-category-grid,
    .iama-datefolio-planning-list {
        grid-template-columns: 1fr;
    }

    .iama-datefolio-timeline-line {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .iama-datefolio-timeline-line article {
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 20px;
        padding: 0;
        text-align: left;
    }

    .iama-datefolio-timeline-line b {
        margin: 0;
    }

    .iama-datefolio-official-wrap {
        grid-template-columns: 1fr;
    }

    .iama-datefolio-official a {
        grid-column: 1;
    }

    .iama-datefolio-official h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .iama-datefolio-page h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-datefolio-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-datefolio-intro-image img,
    .iama-datefolio-reminder-image img {
        height: 380px;
    }

    .iama-datefolio-intro-number {
        top: 12px;
        right: 12px;
        min-width: 145px;
        padding: 15px;
    }

    .iama-datefolio-stats {
        grid-template-columns: 1fr;
    }

    .iama-datefolio-category-grid article,
    .iama-datefolio-planning-list > div,
    .iama-datefolio-change-grid article {
        min-height: auto;
        padding: 26px;
    }

    .iama-datefolio-reminder-cards article {
        grid-template-columns: 1fr;
    }

    .iama-datefolio-timeline-line article {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .iama-datefolio-timeline-line b {
        width: 58px;
        height: 58px;
    }
}



/* =========================================================
   IAMA PROSPECTUS ARC
   Modern Download Prospectus Page
   Uses the website's existing .container class
========================================================= */

.iama-prospectusarc-page,
.iama-prospectusarc-cta {
    position: relative;
    overflow: hidden;
}

.iama-prospectusarc-page h2,
.iama-prospectusarc-cta h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-prospectusarc-page h2 strong,
.iama-prospectusarc-cta h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-prospectusarc-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-prospectusarc-page p,
.iama-prospectusarc-cta p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-prospectusarc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-prospectusarc-kicker i {
    color: #ffc63b;
}

/* =========================================================
   HERO
========================================================= */

.iama-prospectusarc-hero {
    padding: 70px 0;
    background: #fff;
}



.iama-prospectusarc-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 90px;
}

.iama-prospectusarc-hero-copy h2 {
    margin-bottom: 28px;
}

.iama-prospectusarc-hero-copy p {
    max-width: 680px;
}

.iama-prospectusarc-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-prospectusarc-hero-points > div {
    padding: 20px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
}

.iama-prospectusarc-hero-points span,
.iama-prospectusarc-hero-points strong,
.iama-prospectusarc-hero-points small {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-prospectusarc-hero-points span {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #00287d;
}

.iama-prospectusarc-hero-points strong {
    margin-bottom: 5px;
    font-size: 21px;
    color: #000;
}

.iama-prospectusarc-hero-points small {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}

.iama-prospectusarc-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    margin-top: 36px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #00287d;
    transition: transform 0.3s ease, background 0.3s ease;
        border-radius:50px;
}

.iama-prospectusarc-primary-btn:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #ffc63b;
}

.iama-prospectusarc-hero-visual {
    position: relative;
    min-height: 650px;
}

.iama-prospectusarc-cover-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 26px 60px rgba(0, 40, 125, 0.18);
}

.iama-prospectusarc-cover-main img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.iama-prospectusarc-cover-side {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 46%;
    overflow: hidden;
    border: 12px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 40, 125, 0.18);
    border-radius: 30px;
}

.iama-prospectusarc-cover-side img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.iama-prospectusarc-hero-badge {
    position: absolute;
    right: 24px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 290px;
    padding: 20px 22px;
    background: #00287d;
}

.iama-prospectusarc-hero-badge i {
    color: #ffc63b;
}

.iama-prospectusarc-hero-badge span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* =========================================================
   BENEFITS
========================================================= */

.iama-prospectusarc-benefits {
    padding: 80px 0;
    background: #00287d;
}

.iama-prospectusarc-benefits .iama-prospectusarc-kicker {
    color: #fff;
}

.iama-prospectusarc-benefits h2 {
    color: #fff;
}

.iama-prospectusarc-benefits h2 strong {
    color: #ffc63b;
}

.iama-prospectusarc-benefits-head {
    max-width: 950px;
    margin-bottom: 64px;
}

.iama-prospectusarc-benefits-head p {
    max-width: 760px;
    margin-top: 24px;
    color: #fff;
}

.iama-prospectusarc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.iama-prospectusarc-benefits-grid article {
    padding: 28px;
    border: 1px solid #fff;
    background: transparent;
    transition: transform 0.3s ease, background 0.3s ease;
        border-radius:20px;
}

.iama-prospectusarc-benefits-grid article:hover {
    transform: translateY(-8px);
    background: #fff;
}

.iama-prospectusarc-benefits-grid article > span {
    display: block;
    margin-bottom: 38px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #ffc63b;
}

.iama-prospectusarc-benefits-grid article > i {
    display: block;
    margin-bottom: 22px;
    font-size: 30px;
    color: #ffc63b;
}

.iama-prospectusarc-benefits-grid h3 {
    margin-bottom: 14px;
    color: #fff;
}

.iama-prospectusarc-benefits-grid p {
    font-size: 16px;
    color: #fff;
}

.iama-prospectusarc-benefits-grid article:hover h3,
.iama-prospectusarc-benefits-grid article:hover p {
    color: #000;
}

/* =========================================================
   CONTENTS
========================================================= */

.iama-prospectusarc-contents {
    padding: 70px 0;
    background: #ffc63b;
}

.iama-prospectusarc-contents-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-prospectusarc-contents-list {
    display: grid;

}

.iama-prospectusarc-contents-list article {
    display: flex;
    gap: 18px;
    align-items: start;
    padding: 26px 0;
    border-bottom: 1px solid #ffe9b4;
}

.iama-prospectusarc-contents-list article > span {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-prospectusarc-contents-list article > i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

.iama-prospectusarc-contents-list h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

.iama-prospectusarc-contents-list p {
    font-size: 16px;
}

/* =========================================================
   GUIDE
========================================================= */

.iama-prospectusarc-guide {
    padding: 70px 0;
    background: #fff;
}

.iama-prospectusarc-guide-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 90px;
}

.iama-prospectusarc-guide-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.iama-prospectusarc-guide-stack {
    position: relative;
    width: 360px;
    height: 460px;
}

.iama-prospectusarc-guide-sheet {
    position: absolute;
    inset: 0;
    border: 2px solid #00287d;
}

.iama-prospectusarc-guide-sheet-one {
    transform: rotate(-8deg);
    background: #ffc63b;
}

.iama-prospectusarc-guide-sheet-two {
    transform: rotate(6deg);
    background: #00287d;
}

.iama-prospectusarc-guide-sheet-three {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    text-align: center;
    background: #fff;
}

.iama-prospectusarc-guide-sheet-three i {
    font-size: 58px;
    color: #00287d;
}

.iama-prospectusarc-guide-sheet-three strong,
.iama-prospectusarc-guide-sheet-three span {
    font-family: "Inter", sans-serif;
}

.iama-prospectusarc-guide-sheet-three strong {
    font-size: 22px;
    color: #000;
}

.iama-prospectusarc-guide-sheet-three span {
    font-size: 18px;
    color: #00287d;
}

.iama-prospectusarc-guide-copy h2 {
    margin-bottom: 34px;
}

.iama-prospectusarc-guide-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-prospectusarc-guide-steps > div {
    padding: 26px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
}

.iama-prospectusarc-guide-steps span {
    display: block;
    margin-bottom: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-prospectusarc-guide-steps strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 23px;
    color: #000;
}

.iama-prospectusarc-guide-steps p {
    font-size: 18px;
}

/* =========================================================
   DOWNLOAD
========================================================= */

.iama-prospectusarc-download {
    padding: 70px 0;
    background: #00287d;
}

.iama-prospectusarc-download-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 70px;
}

.iama-prospectusarc-download .iama-prospectusarc-kicker {
    color: #fff;
}

.iama-prospectusarc-download h2 {
    margin-bottom: 26px;
    color: #fff;
}

.iama-prospectusarc-download h2 strong {
    color: #ffc63b;
}

.iama-prospectusarc-download-copy p {
    color: #fff;
}

.iama-prospectusarc-file-card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    padding: 28px;
    background: #fff;
}

.iama-prospectusarc-file-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    background: #00287d;
}

.iama-prospectusarc-file-info strong,
.iama-prospectusarc-file-info span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-prospectusarc-file-info strong {
    margin-bottom: 5px;
    font-size: 21px;
    color: #000;
}

.iama-prospectusarc-file-info span {
    font-size: 18px;
    color: #00287d;
}

.iama-prospectusarc-file-card > a {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 56px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
      border-radius:50px;
}

.iama-prospectusarc-file-card > a:hover {
    transform: translateY(-4px);
    background: #000;
    color:#fff;
}

/* =========================================================
   EDITION
========================================================= */

.iama-prospectusarc-edition {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-prospectusarc-edition-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-prospectusarc-edition-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.iama-prospectusarc-edition-grid article {
    min-height: 280px;
    padding: 30px;
    background: #fff;
}

.iama-prospectusarc-edition-grid i {
    display: block;
    margin-bottom: 40px;
    font-size: 34px;
    color: #00287d;
}

.iama-prospectusarc-edition-grid h3 {
    margin-bottom: 14px;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-prospectusarc-support {
    padding: 120px 0;
    background: #fff;
}

.iama-prospectusarc-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 90px;
}

.iama-prospectusarc-support-image {
    overflow: hidden;
    border-radius: 24px 90px 24px 24px;
}

.iama-prospectusarc-support-image img {
    display: block;
    width: 100%;
    height: 630px;
    object-fit: cover;
}

.iama-prospectusarc-support-copy h2 {
    margin-bottom: 26px;
}

.iama-prospectusarc-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.iama-prospectusarc-support-actions a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-prospectusarc-support-actions a:first-child {
    color: #fff;
    background: #00287d;
}

.iama-prospectusarc-support-actions a:last-child {
    border: 1px solid #00287d;
    color: #00287d;
    background: #fff;
}

.iama-prospectusarc-support-actions a:hover {
    transform: translateY(-4px);
}

.iama-prospectusarc-support-actions a:first-child:hover {
    color: #00287d;
    background: #ffc63b;
}

.iama-prospectusarc-support-actions a:last-child:hover {
    color: #00287d;
    background: #ffc63b;
}

/* =========================================================
   CTA
========================================================= */

.iama-prospectusarc-cta {
    padding: 95px 0;
    background: #00287d;
}

.iama-prospectusarc-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    gap: 70px;
}

.iama-prospectusarc-kicker-light {
    color: #fff;
}

.iama-prospectusarc-cta h2 {
    color: #fff;
}

.iama-prospectusarc-cta h2 strong {
    color: #ffc63b;
}

.iama-prospectusarc-cta p {
    max-width: 820px;
    margin-top: 26px;
    color: #fff;
}

.iama-prospectusarc-cta-actions {
    display: grid;
    gap: 18px;
}

.iama-prospectusarc-cta-actions > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-prospectusarc-cta-actions > a:hover {
    transform: translateY(-4px);
    background: #fff;
}

.iama-prospectusarc-cta-actions > div {
    display: flex;
    gap: 20px;
}

.iama-prospectusarc-cta-actions > div a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.iama-prospectusarc-cta-actions > div a:hover {
    color: #ffc63b;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-prospectusarc-page h2,
    .iama-prospectusarc-cta h2 {
        font-size: 50px;
    }

    .iama-prospectusarc-hero-grid,
    .iama-prospectusarc-contents-layout,
    .iama-prospectusarc-guide-grid,
    .iama-prospectusarc-support-grid {
        gap: 60px;
    }

    .iama-prospectusarc-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .iama-prospectusarc-hero,
    .iama-prospectusarc-benefits,
    .iama-prospectusarc-contents,
    .iama-prospectusarc-guide,
    .iama-prospectusarc-download,
    .iama-prospectusarc-edition,
    .iama-prospectusarc-support {
        padding: 90px 0;
    }

    .iama-prospectusarc-page h2,
    .iama-prospectusarc-cta h2 {
        font-size: 44px;
    }

    .iama-prospectusarc-hero-grid,
    .iama-prospectusarc-contents-layout,
    .iama-prospectusarc-guide-grid,
    .iama-prospectusarc-download-panel,
    .iama-prospectusarc-support-grid,
    .iama-prospectusarc-cta-grid {
        grid-template-columns: 1fr;
    }

    .iama-prospectusarc-hero-visual {
        max-width: 760px;
    }

    .iama-prospectusarc-download-panel {
        align-items: start;
    }

    .iama-prospectusarc-file-card {
        max-width: 500px;
    }

    .iama-prospectusarc-edition-grid {
        grid-template-columns: 1fr;
    }

    .iama-prospectusarc-cta-actions {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .iama-prospectusarc-hero,
    .iama-prospectusarc-benefits,
    .iama-prospectusarc-contents,
    .iama-prospectusarc-guide,
    .iama-prospectusarc-download,
    .iama-prospectusarc-edition,
    .iama-prospectusarc-support {
        padding: 72px 0;
    }

    .iama-prospectusarc-cta {
        padding: 72px 0;
    }

    .iama-prospectusarc-page h2,
    .iama-prospectusarc-cta h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-prospectusarc-page p,
    .iama-prospectusarc-cta p {
        font-size: 18px;
    }

    .iama-prospectusarc-hero-points,
    .iama-prospectusarc-guide-steps,
    .iama-prospectusarc-benefits-grid {
        grid-template-columns: 1fr;
    }

    .iama-prospectusarc-hero-visual {
        min-height: 560px;
    }

    .iama-prospectusarc-cover-main {
        width: 78%;
    }

    .iama-prospectusarc-cover-main img {
        height: 470px;
    }

    .iama-prospectusarc-cover-side {
        width: 48%;
    }

    .iama-prospectusarc-cover-side img {
        height: 240px;
    }

    .iama-prospectusarc-guide-stack {
        width: 300px;
        height: 390px;
    }

    .iama-prospectusarc-support-image img {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .iama-prospectusarc-page h2,
    .iama-prospectusarc-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-prospectusarc-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-prospectusarc-hero-visual {
        min-height: 500px;
    }

    .iama-prospectusarc-cover-main {
        width: 82%;
    }

    .iama-prospectusarc-cover-main img {
        height: 410px;
    }

    .iama-prospectusarc-cover-side {
        width: 52%;
        border-width: 8px;
    }

    .iama-prospectusarc-cover-side img {
        height: 200px;
    }

    .iama-prospectusarc-hero-badge {
        right: 0;
        max-width: 250px;
        padding: 16px;
    }

    .iama-prospectusarc-benefits-grid article,
    .iama-prospectusarc-guide-steps > div,
    .iama-prospectusarc-edition-grid article {
        min-height: auto;
        padding: 26px;
    }

    .iama-prospectusarc-contents-list article {
        grid-template-columns: 44px 52px minmax(0, 1fr);
        gap: 12px;
    }

    .iama-prospectusarc-guide-stack {
        width: 250px;
        height: 330px;
    }

    .iama-prospectusarc-support-image img {
        height: 380px;
    }

    .iama-prospectusarc-support-actions {
        display: grid;
    }

    .iama-prospectusarc-support-actions a {
        justify-content: space-between;
    }
}




/* =========================================================
   IAMA BANK VAULT
   Modern Bank Details & Payment Verification Page
   Uses the website's existing .container class
========================================================= */

.iama-bankvault-page,
.iama-bankvault-support {
    position: relative;
    overflow: hidden;
}

.iama-bankvault-page h2,
.iama-bankvault-support h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-bankvault-page h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-bankvault-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-bankvault-page p,
.iama-bankvault-support p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-bankvault-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-bankvault-kicker i {
    color: #ffc63b;
}

/* =========================================================
   INTRO
========================================================= */

.iama-bankvault-intro {
    padding: 120px 0;
    background: #fff;
}

.iama-bankvault-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 90px;
}

.iama-bankvault-intro-copy h2 {
    margin-bottom: 28px;
}

.iama-bankvault-intro-copy p {
    max-width: 700px;
}

.iama-bankvault-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 34px;
    padding: 20px 22px;
    border-left: 6px solid #ffc63b;
    background: #00287d;
}

.iama-bankvault-alert i {
    margin-top: 3px;
    color: #ffc63b;
}

.iama-bankvault-alert span {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.iama-bankvault-intro-visual {
    position: relative;
    padding: 20px 40px 46px 0;
}

.iama-bankvault-intro-image {
    overflow: hidden;
    border-radius: 20px 20px 90px 20px;
}

.iama-bankvault-intro-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.iama-bankvault-security-seal {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: #ffc63b;
}

.iama-bankvault-security-seal i {
    color: #00287d;
}

.iama-bankvault-security-seal span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.iama-bankvault-intro-code {
    position: absolute;
    top: 0;
    left: -24px;
    min-width: 180px;
    padding: 18px 20px;
    background: #00287d;
}

.iama-bankvault-intro-code span,
.iama-bankvault-intro-code strong {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-bankvault-intro-code span {
    font-size: 28px;
    font-weight: 700;
    color: #ffc63b;
}

.iama-bankvault-intro-code strong {
    margin-top: 4px;
    font-size: 13px;
    color: #fff;
}

/* =========================================================
   DETAILS
========================================================= */

.iama-bankvault-details {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-bankvault-details-head {
    max-width: 920px;
    margin-bottom: 58px;
}

.iama-bankvault-details-head h2 {
    margin-bottom: 24px;
}

.iama-bankvault-details-head p {
    max-width: 760px;
}

.iama-bankvault-details-board {
    border-top: 1px solid #00287d;
}

.iama-bankvault-detail-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 28px;
    min-height: 105px;
    border-bottom: 1px solid #00287d;
}

.iama-bankvault-detail-row > span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-bankvault-detail-row strong {
    font-family: "Outfit", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.iama-bankvault-detail-row i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

/* =========================================================
   CHECKS
========================================================= */

.iama-bankvault-checks {
    padding: 120px 0;
    background: #fff;
}

.iama-bankvault-checks-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
}

.iama-bankvault-checks-copy h2 {
    margin-bottom: 26px;
}

.iama-bankvault-checks-list {
    display: grid;
    gap: 16px;
}

.iama-bankvault-checks-list article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
    padding: 26px;
    border: 1px solid #00287d;
    background: #fff;
}

.iama-bankvault-checks-list b {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
    background: #ffc63b;
}

.iama-bankvault-checks-list h3 {
    margin-bottom: 10px;
}

.iama-bankvault-checks-list p {
    font-size: 16px;
}

/* =========================================================
   FLOW
========================================================= */

.iama-bankvault-flow {
    padding: 120px 0;
    background: #00287d;
}

.iama-bankvault-flow .iama-bankvault-kicker {
    color: #fff;
}

.iama-bankvault-flow h2 {
    color: #fff;
}

.iama-bankvault-flow h2 strong {
    color: #ffc63b;
}

.iama-bankvault-flow-head {
    max-width: 950px;
    margin-bottom: 64px;
}

.iama-bankvault-flow-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-bankvault-flow-line article {
    min-height: 330px;
    padding: 28px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iama-bankvault-flow-line span {
    display: block;
    margin-bottom: 34px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #ffc63b;
}

.iama-bankvault-flow-line i {
    display: block;
    margin-bottom: 22px;
    font-size: 30px;
    color: #ffc63b;
}

.iama-bankvault-flow-line h3 {
    margin-bottom: 14px;
    color: #fff;
}

.iama-bankvault-flow-line p {
    font-size: 16px;
    color: #fff;
}

/* =========================================================
   PROOF
========================================================= */

.iama-bankvault-proof {
    padding: 120px 0;
    background: #fff;
}

.iama-bankvault-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 90px;
}

.iama-bankvault-proof-visual {
    position: relative;
    padding: 0 0 40px 36px;
}

.iama-bankvault-proof-visual img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 90px 20px 20px 20px;
}

.iama-bankvault-proof-label {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: #ffc63b;
}

.iama-bankvault-proof-label i {
    color: #00287d;
}

.iama-bankvault-proof-label span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.iama-bankvault-proof-copy h2 {
    margin-bottom: 28px;
}

.iama-bankvault-proof-copy ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.iama-bankvault-proof-copy li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #00287d;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.iama-bankvault-proof-copy li i {
    color: #ffc63b;
}

/* =========================================================
   MISTAKES
========================================================= */

.iama-bankvault-mistakes {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-bankvault-mistakes-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-bankvault-mistakes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.iama-bankvault-mistakes-grid article {
    min-height: 250px;
    padding: 28px;
    background: #fff;
}

.iama-bankvault-mistakes-grid article > span {
    display: block;
    margin-bottom: 34px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-bankvault-mistakes-grid h3 {
    margin-bottom: 14px;
}

.iama-bankvault-mistakes-grid p {
    font-size: 16px;
}

/* =========================================================
   AFTER PAYMENT
========================================================= */

.iama-bankvault-after {
    padding: 120px 0;
    background: #fff;
}

.iama-bankvault-after-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 90px;
}

.iama-bankvault-after-copy h2 {
    margin-bottom: 26px;
}

.iama-bankvault-after-status {
    border-top: 1px solid #00287d;
}

.iama-bankvault-after-status > div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
    min-height: 98px;
    border-bottom: 1px solid #00287d;
}

.iama-bankvault-after-status span {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #00287d;
}

.iama-bankvault-after-status strong {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-bankvault-support {
    padding: 88px 0;
    background: #00287d;
}

.iama-bankvault-support-wrap {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 220px;
    align-items: center;
    gap: 34px;
}

.iama-bankvault-support-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 28px;
    color: #00287d;
    background: #ffc63b;
}

.iama-bankvault-support h2 {
    margin-bottom: 14px;
    font-size: 42px;
    color: #fff;
}

.iama-bankvault-support p {
    color: #fff;
}

.iama-bankvault-support a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-bankvault-support a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-bankvault-page h2 {
        font-size: 50px;
    }

    .iama-bankvault-intro-grid,
    .iama-bankvault-checks-grid,
    .iama-bankvault-proof-grid,
    .iama-bankvault-after-grid {
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .iama-bankvault-intro,
    .iama-bankvault-details,
    .iama-bankvault-checks,
    .iama-bankvault-flow,
    .iama-bankvault-proof,
    .iama-bankvault-mistakes,
    .iama-bankvault-after {
        padding: 90px 0;
    }

    .iama-bankvault-page h2 {
        font-size: 44px;
    }

    .iama-bankvault-intro-grid,
    .iama-bankvault-checks-grid,
    .iama-bankvault-proof-grid,
    .iama-bankvault-after-grid {
        grid-template-columns: 1fr;
    }

    .iama-bankvault-intro-visual,
    .iama-bankvault-proof-visual {
        max-width: 760px;
    }

    .iama-bankvault-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-bankvault-support-wrap {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .iama-bankvault-support a {
        grid-column: 2;
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    .iama-bankvault-intro,
    .iama-bankvault-details,
    .iama-bankvault-checks,
    .iama-bankvault-flow,
    .iama-bankvault-proof,
    .iama-bankvault-mistakes,
    .iama-bankvault-after {
        padding: 72px 0;
    }

    .iama-bankvault-support {
        padding: 72px 0;
    }

    .iama-bankvault-page h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-bankvault-page p,
    .iama-bankvault-support p {
        font-size: 18px;
    }

    .iama-bankvault-intro-image img,
    .iama-bankvault-proof-visual img {
        height: 500px;
    }

    .iama-bankvault-intro-visual,
    .iama-bankvault-proof-visual {
        padding: 0;
    }

    .iama-bankvault-security-seal,
    .iama-bankvault-proof-label {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-bankvault-detail-row {
        grid-template-columns: 1fr 48px;
        gap: 14px;
        padding: 20px 0;
    }

    .iama-bankvault-detail-row > span {
        grid-column: 1;
    }

    .iama-bankvault-detail-row strong {
        grid-column: 1;
        font-size: 20px;
    }

    .iama-bankvault-detail-row i {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .iama-bankvault-flow-line,
    .iama-bankvault-mistakes-grid {
        grid-template-columns: 1fr;
    }

    .iama-bankvault-support-wrap {
        grid-template-columns: 1fr;
    }

    .iama-bankvault-support a {
        grid-column: 1;
    }

    .iama-bankvault-support h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .iama-bankvault-page h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-bankvault-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-bankvault-intro-image img,
    .iama-bankvault-proof-visual img {
        height: 380px;
    }

    .iama-bankvault-intro-code {
        top: 12px;
        left: 12px;
        min-width: 150px;
        padding: 15px;
    }

    .iama-bankvault-checks-list article {
        grid-template-columns: 1fr;
    }

    .iama-bankvault-flow-line article,
    .iama-bankvault-mistakes-grid article {
        min-height: auto;
        padding: 26px;
    }

    .iama-bankvault-after-status > div {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .iama-bankvault-after-status strong {
        font-size: 21px;
    }
}



/* =========================================================
   IAMA STUDENT PULSE
   Modern Student Life Page
   Uses the website's existing .container class
========================================================= */

.iama-studentpulse-page,
.iama-studentpulse-page section {
    position: relative;
    overflow: hidden;
}

.iama-studentpulse-page h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-studentpulse-page h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-studentpulse-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-studentpulse-page p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-studentpulse-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-studentpulse-kicker i {
    color: #ffc63b;
}

/* =========================================================
   HERO
========================================================= */

.iama-studentpulse-hero {
    padding: 120px 0;
    background: #fff;
}

.iama-studentpulse-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #ffc63b;
}

.iama-studentpulse-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 90px;
}

.iama-studentpulse-hero-copy h2 {
    margin-bottom: 28px;
}

.iama-studentpulse-hero-copy p {
    max-width: 650px;
}

.iama-studentpulse-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.iama-studentpulse-hero-tags span {
    padding: 11px 18px;
    border: 1px solid #00287d;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00287d;
    background: #fff;
}

.iama-studentpulse-hero-visual {
    position: relative;
    padding: 30px 48px 48px 0;
}

.iama-studentpulse-hero-image {
    overflow: hidden;
    border-radius: 28px 110px 28px 28px;
}

.iama-studentpulse-hero-image img {
    display: block;
    width: 100%;
    height: 640px;
    object-fit: cover;
}

.iama-studentpulse-hero-card {
    position: absolute;
    left: -36px;
    bottom: 0;
    max-width: 340px;
    padding: 22px 24px;
    background: #00287d;
}

.iama-studentpulse-hero-card span,
.iama-studentpulse-hero-card strong {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-studentpulse-hero-card span {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #ffc63b;
}

.iama-studentpulse-hero-card strong {
    font-size: 18px;
    color: #fff;
}

.iama-studentpulse-hero-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 40, 125, 0.14);
}

.iama-studentpulse-hero-badge i {
    color: #ffc63b;
}

.iama-studentpulse-hero-badge span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* =========================================================
   DAY FLOW
========================================================= */

.iama-studentpulse-day {
    padding: 120px 0;
    background: #00287d;
}

.iama-studentpulse-day .iama-studentpulse-kicker {
    color: #fff;
}

.iama-studentpulse-day h2 {
    color: #fff;
}

.iama-studentpulse-day h2 strong {
    color: #ffc63b;
}

.iama-studentpulse-section-head {
    max-width: 940px;
    margin-bottom: 64px;
}

.iama-studentpulse-day-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.iama-studentpulse-day-grid article {
    min-height: 350px;
    padding: 28px;
    border: 1px solid #fff;
    background: transparent;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-studentpulse-day-grid article:hover {
    transform: translateY(-8px);
    background: #fff;
}

.iama-studentpulse-day-grid time {
    display: block;
    margin-bottom: 34px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffc63b;
}

.iama-studentpulse-day-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 30px;
    border-radius: 50%;
    font-size: 24px;
    color: #00287d;
    background: #ffc63b;
}

.iama-studentpulse-day-grid article > span {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #ffc63b;
}

.iama-studentpulse-day-grid h3 {
    margin-bottom: 12px;
    color: #fff;
}

.iama-studentpulse-day-grid p {
    font-size: 16px;
    color: #fff;
}

.iama-studentpulse-day-grid article:hover h3,
.iama-studentpulse-day-grid article:hover p {
    color: #000;
}

/* =========================================================
   BALANCE
========================================================= */

.iama-studentpulse-balance {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-studentpulse-balance-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
}

.iama-studentpulse-balance-visual {
    min-height: 560px;
    display: grid;
    place-items: center;
}

.iama-studentpulse-balance-orbit {
    position: relative;
    width: 430px;
    height: 430px;
    border: 2px solid #00287d;
    border-radius: 50%;
}

.iama-studentpulse-orbit-center {
    position: absolute;
    inset: 50%;
    width: 220px;
    height: 220px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 50%;
    text-align: center;
    background: #00287d;
}

.iama-studentpulse-orbit-center strong,
.iama-studentpulse-orbit-center span {
    font-family: "Inter", sans-serif;
}

.iama-studentpulse-orbit-center strong {
    margin-bottom: 8px;
    font-size: 28px;
    color: #ffc63b;
}

.iama-studentpulse-orbit-center span {
    font-size: 14px;
    color: #fff;
}

.iama-studentpulse-orbit-item {
    position: absolute;
    display: grid;
    place-items: center;
    width: 110px;
    height: 110px;
    border: 2px solid #00287d;
    border-radius: 50%;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #00287d;
    background: #fff;
}

.iama-studentpulse-orbit-one {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.iama-studentpulse-orbit-two {
    right: -18px;
    bottom: 58px;
}

.iama-studentpulse-orbit-three {
    left: -18px;
    bottom: 58px;
}

.iama-studentpulse-balance-copy h2 {
    margin-bottom: 26px;
}

.iama-studentpulse-balance-copy ul {
    display: grid;
    gap: 14px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.iama-studentpulse-balance-copy li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #00287d;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.iama-studentpulse-balance-copy li i {
    margin-top: 3px;
    color: #00287d;
}

/* =========================================================
   GROWTH
========================================================= */

.iama-studentpulse-growth {
    padding: 120px 0;
    background: #fff;
}

.iama-studentpulse-growth-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-studentpulse-growth-list {
    border-top: 1px solid #00287d;
}

.iama-studentpulse-growth-list article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 60px;
    align-items: center;
    gap: 24px;
    min-height: 130px;
    border-bottom: 1px solid #00287d;
    transition: padding 0.3s ease, background 0.3s ease;
}

.iama-studentpulse-growth-list article:hover {
    padding-left: 24px;
    padding-right: 24px;
    background: #ffc63b;
}

.iama-studentpulse-growth-list article > span {
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    color: #00287d;
}

.iama-studentpulse-growth-list h3 {
    margin-bottom: 8px;
}

.iama-studentpulse-growth-list p {
    font-size: 16px;
}

.iama-studentpulse-growth-list article > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #00287d;
}

/* =========================================================
   PILLARS
========================================================= */

.iama-studentpulse-pillars {
    padding: 120px 0;
    background: #00287d;
}

.iama-studentpulse-pillars-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
}

.iama-studentpulse-pillars .iama-studentpulse-kicker {
    color: #fff;
}

.iama-studentpulse-pillars h2 {
    color: #fff;
}

.iama-studentpulse-pillars h2 strong {
    color: #ffc63b;
}

.iama-studentpulse-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-studentpulse-pillars-grid > div {
    min-height: 240px;
    padding: 28px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.iama-studentpulse-pillars-grid i {
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    color: #ffc63b;
}

.iama-studentpulse-pillars-grid span {
    display: block;
    margin-bottom: 12px;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    color: #ffc63b;
}

.iama-studentpulse-pillars-grid h3 {
    margin-bottom: 12px;
    color: #fff;
}

.iama-studentpulse-pillars-grid p {
    font-size: 16px;
    color: #fff;
}

/* =========================================================
   HABITS
========================================================= */

.iama-studentpulse-habits {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-studentpulse-habits-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-studentpulse-habits-list {
    display: grid;
    gap: 14px;
}

.iama-studentpulse-habits-list > div {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    align-items: center;
    min-height: 90px;
    padding: 20px 22px;
    background: #fff;
}

.iama-studentpulse-habits-list b {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #00287d;
}

.iama-studentpulse-habits-list p {
    font-size: 16px;
}

/* =========================================================
   JOURNEY CTA
========================================================= */

.iama-studentpulse-journey {
    padding: 120px 0;
    background: #fff;
}

.iama-studentpulse-journey-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
}

.iama-studentpulse-journey-image {
    overflow: hidden;
}

.iama-studentpulse-journey-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.iama-studentpulse-journey-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    background: #00287d;
}

.iama-studentpulse-journey-copy .iama-studentpulse-kicker {
    color: #fff;
}

.iama-studentpulse-journey-copy h2 {
    color: #fff;
}

.iama-studentpulse-journey-copy h2 strong {
    color: #ffc63b;
}

.iama-studentpulse-journey-copy a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
    min-height: 60px;
    margin-top: 34px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-studentpulse-journey-copy a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-studentpulse-page h2 {
        font-size: 50px;
    }

    .iama-studentpulse-hero-layout,
    .iama-studentpulse-balance-layout,
    .iama-studentpulse-pillars-layout,
    .iama-studentpulse-habits-grid {
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .iama-studentpulse-hero,
    .iama-studentpulse-day,
    .iama-studentpulse-balance,
    .iama-studentpulse-growth,
    .iama-studentpulse-pillars,
    .iama-studentpulse-habits,
    .iama-studentpulse-journey {
        padding: 90px 0;
    }

    .iama-studentpulse-page h2 {
        font-size: 44px;
    }

    .iama-studentpulse-hero::before {
        width: 100%;
        height: 30%;
        top: auto;
        bottom: 0;
    }

    .iama-studentpulse-hero-layout,
    .iama-studentpulse-balance-layout,
    .iama-studentpulse-pillars-layout,
    .iama-studentpulse-habits-grid,
    .iama-studentpulse-journey-wrap {
        grid-template-columns: 1fr;
    }

    .iama-studentpulse-hero-visual {
        max-width: 760px;
    }

    .iama-studentpulse-day-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iama-studentpulse-balance-visual {
        order: 2;
    }

    .iama-studentpulse-journey-copy {
        padding: 55px;
    }

    .iama-studentpulse-journey-image img {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .iama-studentpulse-hero,
    .iama-studentpulse-day,
    .iama-studentpulse-balance,
    .iama-studentpulse-growth,
    .iama-studentpulse-pillars,
    .iama-studentpulse-habits,
    .iama-studentpulse-journey {
        padding: 72px 0;
    }

    .iama-studentpulse-page h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-studentpulse-page p {
        font-size: 18px;
    }

    .iama-studentpulse-hero-image img {
        height: 500px;
    }

    .iama-studentpulse-hero-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -18px 18px 0;
    }

    .iama-studentpulse-hero-visual {
        padding: 0;
    }

    .iama-studentpulse-day-grid,
    .iama-studentpulse-pillars-grid {
        grid-template-columns: 1fr;
    }

    .iama-studentpulse-balance-orbit {
        width: 340px;
        height: 340px;
    }

    .iama-studentpulse-orbit-center {
        width: 180px;
        height: 180px;
    }

    .iama-studentpulse-orbit-item {
        width: 90px;
        height: 90px;
        font-size: 13px;
    }

    .iama-studentpulse-growth-list article {
        grid-template-columns: 54px minmax(0, 1fr) 52px;
    }

    .iama-studentpulse-journey-copy {
        padding: 42px 30px;
    }

    .iama-studentpulse-journey-image img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .iama-studentpulse-page h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-studentpulse-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-studentpulse-hero-image img {
        height: 380px;
    }

    .iama-studentpulse-hero-badge {
        top: 12px;
        right: 12px;
        padding: 15px;
    }

    .iama-studentpulse-day-grid article,
    .iama-studentpulse-pillars-grid > div {
        min-height: auto;
        padding: 26px;
    }

    .iama-studentpulse-balance-visual {
        min-height: 400px;
    }

    .iama-studentpulse-balance-orbit {
        width: 280px;
        height: 280px;
    }

    .iama-studentpulse-orbit-center {
        width: 150px;
        height: 150px;
    }

    .iama-studentpulse-orbit-center strong {
        font-size: 24px;
    }

    .iama-studentpulse-orbit-center span {
        font-size: 12px;
    }

    .iama-studentpulse-orbit-item {
        width: 76px;
        height: 76px;
        font-size: 12px;
    }

    .iama-studentpulse-growth-list article {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 0;
    }

    .iama-studentpulse-growth-list article:hover {
        padding: 24px 18px;
    }

    .iama-studentpulse-journey-image img {
        min-height: 340px;
    }
}





/* =========================================================
   IAMA CAMPUS NEXUS
   Modern Campus Life Page
   Uses the website's existing .container class
========================================================= */

.iama-campusnexus-page,
.iama-campusnexus-page section {
    position: relative;
    overflow: hidden;
}

.iama-campusnexus-page h2 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #000;
}

.iama-campusnexus-page h2 strong {
    color: #00287d;
    font-weight: 600;
}

.iama-campusnexus-page h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
}

.iama-campusnexus-page p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.iama-campusnexus-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00287d;
}

.iama-campusnexus-kicker i {
    color: #ffc63b;
}

.iama-campusnexus-kicker-light {
    color: #fff;
}

/* =========================================================
   HERO
========================================================= */

.iama-campusnexus-hero {
    min-height: 820px;
    display: flex;
    align-items: center;
    background: #00287d;
}

.iama-campusnexus-hero-bg {
    position: absolute;
    inset: 0;
}

.iama-campusnexus-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 40, 125, 0.98) 0%,
        rgba(0, 40, 125, 0.90) 42%,
        rgba(0, 40, 125, 0.58) 68%,
        rgba(0, 40, 125, 0.32) 100%
    );
}

.iama-campusnexus-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iama-campusnexus-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
padding: 250px 0 90px;
}

.iama-campusnexus-hero h2 {
    margin-bottom: 28px;
    color: #fff;
}

.iama-campusnexus-hero h2 strong {
    color: #ffc63b;
}

.iama-campusnexus-hero p {
    max-width: 720px;
    color: #fff;
}

.iama-campusnexus-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
}

.iama-campusnexus-hero-actions a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-campusnexus-hero-actions a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

.iama-campusnexus-hero-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.iama-campusnexus-hero-actions > span i {
    color: #ffc63b;
}

.iama-campusnexus-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
    margin-top: 58px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.iama-campusnexus-hero-metrics > div {
    padding: 22px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.iama-campusnexus-hero-metrics strong,
.iama-campusnexus-hero-metrics span {
    display: block;
    font-family: "Inter", sans-serif;
}

.iama-campusnexus-hero-metrics strong {
    margin-bottom: 5px;
    font-size: 24px;
    color: #ffc63b;
}

.iama-campusnexus-hero-metrics span {
    font-size: 13px;
    color: #fff;
}

/* =========================================================
   ECOSYSTEM
========================================================= */

.iama-campusnexus-ecosystem {
    padding: 120px 0;
    background: #fff;
}

.iama-campusnexus-ecosystem-head {
    max-width: 920px;
    margin-bottom: 64px;
}

.iama-campusnexus-ecosystem-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
    align-items: center;
}

.iama-campusnexus-ecosystem-core {
    min-height: 520px;
    display: grid;
    place-items: center;
}

.iama-campusnexus-core-ring {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    width: 360px;
    height: 360px;
    border: 34px solid #ffc63b;
    border-radius: 50%;
    text-align: center;
    background: #00287d;
}

.iama-campusnexus-core-ring::after {
    content: "";
    position: absolute;
    inset: -64px;
    border: 1px solid #00287d;
    border-radius: 50%;
}

.iama-campusnexus-core-ring i {
    margin-bottom: 22px;
    font-size: 54px;
    color: #ffc63b;
}

.iama-campusnexus-core-ring strong {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    color: #fff;
}

.iama-campusnexus-ecosystem-list {
    display: grid;
    gap: 14px;
}

.iama-campusnexus-ecosystem-list article {
    display: grid;
    grid-template-columns: 54px 58px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid #00287d;
}

.iama-campusnexus-ecosystem-list article > span {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #00287d;
}

.iama-campusnexus-ecosystem-list article > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #00287d;
    background: #ffc63b;
}

.iama-campusnexus-ecosystem-list h3 {
    margin-bottom: 8px;
}

.iama-campusnexus-ecosystem-list p {
    font-size: 16px;
}

/* =========================================================
   JOURNEY
========================================================= */

.iama-campusnexus-journey {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-campusnexus-journey-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
}

.iama-campusnexus-journey-track {
    display: grid;
    border-top: 1px solid #00287d;
}

.iama-campusnexus-journey-track article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    padding: 26px 0;
    border-bottom: 1px solid #00287d;
}

.iama-campusnexus-journey-track b {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #fff;
    background: #00287d;
}

.iama-campusnexus-journey-track h3 {
    margin-bottom: 8px;
}

.iama-campusnexus-journey-track p {
    font-size: 16px;
}

/* =========================================================
   COMMUNITY
========================================================= */

.iama-campusnexus-community {
    padding: 120px 0;
    background: #fff;
}

.iama-campusnexus-community-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
}

.iama-campusnexus-community-copy h2 {
    margin-bottom: 26px;
}

.iama-campusnexus-community-copy ul {
    display: grid;
    gap: 14px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.iama-campusnexus-community-copy li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #00287d;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.iama-campusnexus-community-copy li i {
    margin-top: 3px;
    color: #ffc63b;
}

.iama-campusnexus-community-gallery {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: repeat(2, 250px);
    gap: 14px;
}

.iama-campusnexus-gallery-main {
    grid-row: 1 / span 2;
    overflow: hidden;
    border-radius: 22px;
}

.iama-campusnexus-gallery-small {
    overflow: hidden;
    border-radius: 22px;
}

.iama-campusnexus-community-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================================
   DIRECTORY
========================================================= */

.iama-campusnexus-directory {
    padding: 120px 0;
    background: #00287d;
}

.iama-campusnexus-directory .iama-campusnexus-kicker {
    color: #fff;
}

.iama-campusnexus-directory h2 {
    color: #fff;
}

.iama-campusnexus-directory h2 strong {
    color: #ffc63b;
}

.iama-campusnexus-directory-head {
    max-width: 900px;
    margin-bottom: 58px;
}

.iama-campusnexus-directory-list {
    border-top: 1px solid #fff;
}

.iama-campusnexus-directory-list > a {
    display: grid;
    grid-template-columns: 50px 62px minmax(0, 1fr) 100px;
    align-items: center;
    gap: 20px;
    min-height: 120px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: padding 0.3s ease, background 0.3s ease;
}

.iama-campusnexus-directory-list > a:hover {
    padding-left: 22px;
    padding-right: 22px;
    background: #fff;
}

.iama-campusnexus-directory-list > a > span {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #ffc63b;
}

.iama-campusnexus-directory-list > a > i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #00287d;
    background: #ffc63b;
}

.iama-campusnexus-directory-list h3 {
    margin-bottom: 7px;
    color: #fff;
}

.iama-campusnexus-directory-list p {
    font-size: 16px;
    color: #fff;
}

.iama-campusnexus-directory-list b {
    justify-self: end;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #ffc63b;
}

.iama-campusnexus-directory-list > a:hover h3,
.iama-campusnexus-directory-list > a:hover p {
    color: #000;
}

.iama-campusnexus-directory-list > a:hover b {
    color: #00287d;
}

/* =========================================================
   VALUES
========================================================= */

.iama-campusnexus-values {
    padding: 120px 0;
    background: #ffc63b;
}

.iama-campusnexus-values-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 90px;
}

.iama-campusnexus-values-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #00287d;
    border-left: 1px solid #00287d;
}

.iama-campusnexus-values-list > div {
    min-height: 210px;
    padding: 26px;
    border-right: 1px solid #00287d;
    border-bottom: 1px solid #00287d;
    background: #fff;
}

.iama-campusnexus-values-list span {
    display: block;
    margin-bottom: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #00287d;
}

.iama-campusnexus-values-list strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 23px;
    color: #000;
}

.iama-campusnexus-values-list p {
    font-size: 16px;
}

/* =========================================================
   QUOTE
========================================================= */

.iama-campusnexus-quote {
    padding: 120px 0;
    background: #fff;
}

.iama-campusnexus-quote-box {
    position: relative;
    padding: 80px;
    border: 2px solid #00287d;
    text-align: center;
}

.iama-campusnexus-quote-box i {
    margin-bottom: 28px;
    font-size: 48px;
    color: #ffc63b;
}

.iama-campusnexus-quote-box h2 {
    max-width: 1050px;
    margin: 0 auto 24px;
}

.iama-campusnexus-quote-box p {
    max-width: 760px;
    margin: 0 auto;
}

/* =========================================================
   SUPPORT
========================================================= */

.iama-campusnexus-support {
    padding: 120px 0;
    background: #fff;
}

.iama-campusnexus-support-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
}

.iama-campusnexus-support-image {
    overflow: hidden;
}

.iama-campusnexus-support-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.iama-campusnexus-support-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    background: #00287d;
}

.iama-campusnexus-support-copy h2 {
    margin-bottom: 26px;
    color: #fff;
}

.iama-campusnexus-support-copy h2 strong {
    color: #ffc63b;
}

.iama-campusnexus-support-copy p {
    color: #fff;
}

.iama-campusnexus-support-copy a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
    min-height: 60px;
    margin-top: 34px;
    padding: 0 22px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #00287d;
    background: #ffc63b;
    transition: transform 0.3s ease, background 0.3s ease;
}

.iama-campusnexus-support-copy a:hover {
    transform: translateY(-4px);
    color: #00287d;
    background: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .iama-campusnexus-page h2 {
        font-size: 50px;
    }

    .iama-campusnexus-ecosystem-layout,
    .iama-campusnexus-journey-grid,
    .iama-campusnexus-community-grid,
    .iama-campusnexus-values-grid {
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .iama-campusnexus-ecosystem,
    .iama-campusnexus-journey,
    .iama-campusnexus-community,
    .iama-campusnexus-directory,
    .iama-campusnexus-values,
    .iama-campusnexus-quote,
    .iama-campusnexus-support {
        padding: 90px 0;
    }

    .iama-campusnexus-page h2 {
        font-size: 44px;
    }

    .iama-campusnexus-hero {
        min-height: 760px;
    }

    .iama-campusnexus-ecosystem-layout,
    .iama-campusnexus-journey-grid,
    .iama-campusnexus-community-grid,
    .iama-campusnexus-values-grid,
    .iama-campusnexus-support-wrap {
        grid-template-columns: 1fr;
    }

    .iama-campusnexus-core-ring {
        width: 320px;
        height: 320px;
    }

    .iama-campusnexus-community-gallery {
        max-width: 760px;
    }

    .iama-campusnexus-support-copy {
        padding: 55px;
    }

    .iama-campusnexus-support-image img {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .iama-campusnexus-ecosystem,
    .iama-campusnexus-journey,
    .iama-campusnexus-community,
    .iama-campusnexus-directory,
    .iama-campusnexus-values,
    .iama-campusnexus-quote,
    .iama-campusnexus-support {
        padding: 72px 0;
    }

    .iama-campusnexus-page h2 {
        font-size: 38px;
        letter-spacing: -0.4px;
    }

    .iama-campusnexus-page p {
        font-size: 18px;
    }

    .iama-campusnexus-hero {
        min-height: 700px;
    }

    .iama-campusnexus-hero-content {
        padding: 110px 0 70px;
    }

    .iama-campusnexus-hero-metrics {
        grid-template-columns: 1fr;
    }

    .iama-campusnexus-core-ring {
        width: 280px;
        height: 280px;
        border-width: 28px;
    }

    .iama-campusnexus-ecosystem-list article {
        grid-template-columns: 44px 52px minmax(0, 1fr);
        gap: 14px;
    }

    .iama-campusnexus-community-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 320px 220px 220px;
    }

    .iama-campusnexus-gallery-main {
        grid-row: auto;
    }

    .iama-campusnexus-directory-list > a {
        grid-template-columns: 42px 54px minmax(0, 1fr);
        padding: 22px 0;
    }

    .iama-campusnexus-directory-list b {
        grid-column: 3;
        justify-self: start;
    }

    .iama-campusnexus-values-list {
        grid-template-columns: 1fr;
    }

    .iama-campusnexus-quote-box {
        padding: 56px 30px;
    }

    .iama-campusnexus-support-copy {
        padding: 42px 30px;
    }

    .iama-campusnexus-support-image img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .iama-campusnexus-page h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .iama-campusnexus-kicker {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .iama-campusnexus-hero {
        min-height: 680px;
    }

    .iama-campusnexus-hero-bg::after {
        background: rgba(0, 40, 125, 0.86);
    }

    .iama-campusnexus-hero-actions {
        display: grid;
        align-items: start;
    }

    .iama-campusnexus-core-ring {
        width: 230px;
        height: 230px;
        border-width: 24px;
    }

    .iama-campusnexus-core-ring::after {
        inset: -44px;
    }

    .iama-campusnexus-core-ring strong {
        font-size: 24px;
    }

    .iama-campusnexus-journey-track article {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .iama-campusnexus-journey-track b {
        width: 54px;
        height: 54px;
    }

    .iama-campusnexus-community-gallery {
        grid-template-rows: 280px 190px 190px;
    }

    .iama-campusnexus-directory-list > a {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .iama-campusnexus-directory-list b {
        grid-column: 1;
    }

    .iama-campusnexus-values-list > div {
        min-height: auto;
        padding: 26px;
    }

    .iama-campusnexus-support-image img {
        min-height: 340px;
    }
}


/* =========================================================
   PREMIUM ACADEMIC Programmes SECTION
   Unique prefix: ak-Programmes
========================================================= */

.ak-Programmes-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 105px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(177, 133, 63, 0.09) 0,
            rgba(177, 133, 63, 0) 31%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(95, 64, 136, 0.08) 0,
            rgba(95, 64, 136, 0) 32%
        ),
        linear-gradient(180deg, #fffdf9 0%, #f8f5ef 100%);
}

.ak-Programmes-section::before {
    position: absolute;
    top: 80px;
    left: -90px;
    width: 240px;
    height: 240px;
    content: "";
    border: 1px solid rgba(162, 118, 47, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.ak-Programmes-section::after {
    position: absolute;
    right: -100px;
    bottom: 90px;
    width: 290px;
    height: 290px;
    content: "";
    border: 1px solid rgba(83, 56, 119, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

/* Heading */

.ak-Programmes-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 62px;
}

.ak-Programmes-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: #00287d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.ak-Programmes-kicker::before,
.ak-Programmes-kicker::after {
    width: 28px;
    height: 1px;
    content: "";
    background: #00287d;
}

.ak-Programmes-title {
    margin: 0 0 40px;
    font-family: 'Outfit', sans-serif;
    color: #071525;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.ak-Programmes-title-mark {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #00287d;
}

.ak-Programmes-underline {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    margin: auto;
    object-fit: contain;
}

.ak-Programmes-description {
    max-width: 780px;
    margin: 0 auto;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

/* Grid */

.ak-Programmes-grid {
    position: relative;
    z-index: 2;
}

/* Card */

.ak-program-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(44, 35, 67, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 45px rgba(35, 26, 52, 0.08);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.ak-program-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, #00287d 0%, #00287d 50%, #644284 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
}

.ak-program-card:hover {
    border-color: rgba(174, 126, 54, 0.3);
    box-shadow: 0 25px 65px rgba(35, 26, 52, 0.15);
    transform: translateY(-10px);
}

.ak-program-card:hover::after {
    transform: scaleX(1);
}

/* Image */

.ak-program-image-link {
    display: block;
    text-decoration: none;
}

.ak-program-image-wrap {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: #e9e4dc;
}

.ak-program-image-wrap::after {
    position: absolute;
    inset: 0;
    content: "";
    transition: background 0.4s ease;
}

.ak-program-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.ak-program-card:hover .ak-program-image {
    transform: scale(1.08);
}

.ak-program-number {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 47px;
    height: 31px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #ffffff;
    background: rgba(28, 20, 42, 0.58);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ak-program-image-icon {
    position: absolute;
    right: 22px;
    bottom: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #2a1d3b;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(19, 12, 30, 0.18);
    font-size: 17px;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.ak-program-card:hover .ak-program-image-icon {
    color: #00287d;
    background:#ffffff ;
    transform: rotate(8deg) scale(1.06);
}

/* Card content */

.ak-program-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 29px 29px 31px;
}

.ak-program-tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 7px 14px;
    border: 1px solid rgba(169, 117, 42, 0.2);
    border-radius: 50px;
    color: #00287d;
    background: linear-gradient(
        90deg,
        rgba(232, 209, 168, 0.44),
        rgba(247, 239, 222, 0.8)
    );
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
}

.ak-program-tag i {
    font-size: 13px;
}

.ak-program-card:hover .ak-program-tag {
    color: #ffffff;
    background: linear-gradient(90deg, #00287d, #00287d);
}

.ak-program-card-title {
    margin: 0 0 13px;
   font-family: 'Outfit', sans-serif;
    color: #071525;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.ak-program-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ak-program-card-title a:hover {
    color: #00287d;
}

.ak-program-card-text {
    margin: 0 0 25px;
   font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.ak-program-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    margin-top: auto;
    padding-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ak-program-link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: #00287d;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.ak-program-link i {
    font-size: 12px;
    transition: transform 0.35s ease;
}

.ak-program-link:hover {
    color: #00287d;
}

.ak-program-link:hover::after {
    transform: scaleX(1);
}

.ak-program-link:hover i {
    transform: translateX(5px);
}

/* Bottom CTA */

.ak-Programmes-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 55px;
    padding: 24px 27px;
    overflow: hidden;
    border: 1px solid rgba(163, 117, 48, 0.2);
    border-radius: 18px;
    background: linear-gradient(
        100deg,
        #00287d 0%,
        #00287d 55%,
        #00287d 100%
    );
    box-shadow: 0 20px 50px rgba(31, 21, 45, 0.2);
}

.ak-Programmes-footer::before {
    position: absolute;
    top: -90px;
    right: 90px;
    width: 190px;
    height: 190px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.ak-Programmes-footer-icon {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    color: #00287d;
    background: linear-gradient(135deg, #fff, #fff);
    font-size: 19px;
}

.ak-Programmes-footer-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

.ak-Programmes-footer-content p {
    margin: 0;
    color:#fff;
   font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.ak-Programmes-footer-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 49px;
    padding: 12px 21px;
    border-radius: 50px;
    color: #2a1d39;
    background: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.ak-Programmes-footer-btn i {
    font-size: 11px;
    transition: transform 0.35s ease;
}

.ak-Programmes-footer-btn:hover {
    color: #000;
    background:#f8c23a;
    transform: translateY(-2px);
}

.ak-Programmes-footer-btn:hover i {
    transform: translateX(4px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .ak-Programmes-section {
        padding: 95px 0 90px;
    }

    .ak-program-image-wrap {
        height: 225px;
    }

    .ak-program-card-body {
        padding: 25px 24px 28px;
    }

    .ak-program-card-title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .ak-Programmes-section {
        padding: 80px 0;
    }

    .ak-Programmes-heading {
        margin-bottom: 48px;
    }

    .ak-Programmes-title {
        letter-spacing: -1.3px;
    }

    .ak-Programmes-description {
        font-size: 16px;
        line-height: 1.75;
    }

    .ak-program-image-wrap {
        height: 245px;
    }

    .ak-Programmes-footer {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ak-Programmes-footer-content {
        min-width: calc(100% - 80px);
    }

    .ak-Programmes-footer-btn {
        margin-left: 72px;
    }
}

@media (max-width: 767px) {
    .ak-Programmes-section {
        padding: 70px 0 65px;
    }

    .ak-Programmes-heading {
        margin-bottom: 42px;
    }

    .ak-Programmes-kicker {
        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .ak-Programmes-kicker::before,
    .ak-Programmes-kicker::after {
        width: 20px;
    }

    .ak-Programmes-title {
        margin-bottom: 18px;
        font-size: 40px;
        line-height: 1.14;
        letter-spacing: -1px;
    }

    .ak-Programmes-underline {
        bottom: -10px;
    }

    .ak-Programmes-description {
        font-size: 15px;
    }

    .ak-program-image-wrap {
        height: 250px;
    }

    .ak-program-card {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }

    .ak-Programmes-footer {
        display: block;
        padding: 25px;
        text-align: center;
    }

    .ak-Programmes-footer-icon {
        margin: 0 auto 16px;
    }

    .ak-Programmes-footer-content {
        min-width: 100%;
    }

    .ak-Programmes-footer-content p {
        font-size: 15px;
    }

    .ak-Programmes-footer-btn {
        margin-top: 19px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .ak-Programmes-section {
        padding: 60px 0;
    }

    .ak-Programmes-title {
        font-size: 34px;
    }

    .ak-Programmes-kicker::before,
    .ak-Programmes-kicker::after {
        display: none;
    }

    .ak-program-image-wrap {
        height: 220px;
    }

    .ak-program-card-body {
        padding: 24px 21px 27px;
    }

    .ak-program-card-title {
        font-size: 21px;
    }

    .ak-program-card-text {
        font-size: 14px;
    }

    .ak-program-tag {
        padding: 7px 12px;
        font-size: 10px;
    }

    .ak-Programmes-footer {
        margin-top: 42px;
        padding: 24px 18px;
    }
}

@media (max-width: 380px) {
    .ak-Programmes-title {
        font-size: 30px;
    }

    .ak-program-image-wrap {
        height: 200px;
    }
}

/* Reduce motion for accessibility */

@media (prefers-reduced-motion: reduce) {
    .ak-program-card,
    .ak-program-card::after,
    .ak-program-image,
    .ak-program-image-icon,
    .ak-program-tag,
    .ak-program-link,
    .ak-program-link::after,
    .ak-program-link i,
    .ak-Programmes-footer-btn,
    .ak-Programmes-footer-btn i {
        transition: none;
    }

    .ak-program-card:hover {
        transform: none;
    }

    .ak-program-card:hover .ak-program-image {
        transform: none;
    }
}

.iama-supportgrid-page,
.iama-supportgrid-page section { position: relative; overflow: hidden; }
.iama-supportgrid-page h2 { margin: 0; font-family: "Outfit", sans-serif; font-size: 60px; font-weight: 600; line-height: 1.05; letter-spacing: -0.6px; color: #000; }
.iama-supportgrid-page h2 strong { color: #00287d; font-weight: 600; }
.iama-supportgrid-page h3 { margin: 0; font-family: "Outfit", sans-serif; font-size: 28px; font-weight: 600; line-height: 1.15; color: #000; }
.iama-supportgrid-page p { margin: 0; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 400; color: #000; line-height: 1.4em; }
.iama-supportgrid-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-family: "Inter", sans-serif; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: 1.4px; text-transform: uppercase; color: #00287d; }
.iama-supportgrid-kicker i { color: #ffc63b; }
.iama-supportgrid-kicker-light { color: #fff; }

.iama-supportgrid-intro { padding: 120px 0; background: #fff; }
.iama-supportgrid-intro::after { content: ""; position: absolute; right: 0; bottom: 0; width: 32%; height: 100%; background: #00287d; }
.iama-supportgrid-intro-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 90px; }
.iama-supportgrid-intro-copy h2 { margin-bottom: 28px; }
.iama-supportgrid-intro-copy p { max-width: 680px; }
.iama-supportgrid-intro-points { display: grid; gap: 12px; margin-top: 32px; }
.iama-supportgrid-intro-points span { display: flex; align-items: center; gap: 10px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 600; color: #000; }
.iama-supportgrid-intro-points i { color: #ffc63b; }
.iama-supportgrid-primary-btn { display: inline-flex; align-items: center; gap: 18px; min-height: 60px; margin-top: 36px; padding: 0 22px; font-family: "Inter", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; color: #fff; background: #00287d; transition: .3s ease; }
.iama-supportgrid-primary-btn:hover { transform: translateY(-4px); color: #00287d; background: #ffc63b; }
.iama-supportgrid-intro-visual { position: relative; padding: 30px 0 46px; }
.iama-supportgrid-intro-image { overflow: hidden; border-radius: 26px; }
.iama-supportgrid-intro-image img { display: block; width: 100%; height: 620px; object-fit: cover; }
.iama-supportgrid-intro-card { position: absolute; left: -36px; bottom: 0; display: flex; align-items: center; gap: 16px; max-width: 360px; padding: 22px 24px; background: #ffc63b; }
.iama-supportgrid-intro-card > i { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: #00287d; }
.iama-supportgrid-intro-card strong, .iama-supportgrid-intro-card span { display: block; font-family: "Inter", sans-serif; }
.iama-supportgrid-intro-card strong { margin-bottom: 5px; font-size: 16px; color: #00287d; }
.iama-supportgrid-intro-card span { font-size: 14px; color: #000; }

.iama-supportgrid-areas { padding: 120px 0; background: #ffc63b; }
.iama-supportgrid-section-head { max-width: 920px; margin-bottom: 64px; }
.iama-supportgrid-section-head h2 { margin-bottom: 24px; }
.iama-supportgrid-section-head p { max-width: 720px; }
.iama-supportgrid-areas-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.iama-supportgrid-areas-grid article { min-height: 330px; padding: 28px; background: #fff; border: 1px solid #00287d; transition: .3s ease; }
.iama-supportgrid-areas-grid article:hover { transform: translateY(-8px); background: #00287d; }
.iama-supportgrid-areas-grid article > span { display: block; margin-bottom: 34px; font-family: "Outfit", sans-serif; font-size: 18px; color: #00287d; }
.iama-supportgrid-areas-grid article > i { display: block; margin-bottom: 22px; font-size: 30px; color: #ffc63b; }
.iama-supportgrid-areas-grid h3 { margin-bottom: 14px; }
.iama-supportgrid-areas-grid p { font-size: 16px; }
.iama-supportgrid-areas-grid article:hover > span { color: #ffc63b; }
.iama-supportgrid-areas-grid article:hover h3, .iama-supportgrid-areas-grid article:hover p { color: #fff; }

.iama-supportgrid-process { padding: 120px 0; background: #00287d; }
.iama-supportgrid-process-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 90px; }
.iama-supportgrid-process .iama-supportgrid-kicker { color: #fff; }
.iama-supportgrid-process h2 { margin-bottom: 26px; color: #fff; }
.iama-supportgrid-process h2 strong { color: #ffc63b; }
.iama-supportgrid-process-copy p { color: #fff; }
.iama-supportgrid-process-list { display: grid; border-top: 1px solid #fff; }
.iama-supportgrid-process-list article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 22px; padding: 26px 0; border-bottom: 1px solid #fff; }
.iama-supportgrid-process-list b { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; font-family: "Outfit", sans-serif; font-size: 18px; color: #00287d; background: #ffc63b; }
.iama-supportgrid-process-list h3 { margin-bottom: 8px; color: #fff; }
.iama-supportgrid-process-list p { font-size: 16px; color: #fff; }

.iama-supportgrid-resources { padding: 120px 0; background: #fff; }
.iama-supportgrid-resources-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 90px; }
.iama-supportgrid-resources-image { overflow: hidden; border-radius: 90px 24px 24px 24px; }
.iama-supportgrid-resources-image img { display: block; width: 100%; height: 650px; object-fit: cover; }
.iama-supportgrid-resources-copy h2 { margin-bottom: 34px; }
.iama-supportgrid-resource-links { border-top: 1px solid #00287d; }
.iama-supportgrid-resource-links a { display: grid; grid-template-columns: 58px minmax(0, 1fr) 46px; align-items: center; gap: 18px; min-height: 118px; border-bottom: 1px solid #00287d; text-decoration: none; transition: .3s ease; }
.iama-supportgrid-resource-links a:hover { padding-left: 18px; padding-right: 18px; background: #ffc63b; }
.iama-supportgrid-resource-links > a > i { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: #00287d; }
.iama-supportgrid-resource-links h3 { margin-bottom: 7px; font-size: 24px; }
.iama-supportgrid-resource-links p { font-size: 16px; }
.iama-supportgrid-resource-links > a > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #00287d; background: #ffc63b; }

.iama-supportgrid-before { padding: 120px 0; background: #ffc63b; }
.iama-supportgrid-before-head { max-width: 900px; margin-bottom: 58px; }
.iama-supportgrid-before-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.iama-supportgrid-before-grid article { min-height: 270px; padding: 30px; background: #fff; }
.iama-supportgrid-before-grid article > span { display: block; margin-bottom: 40px; font-family: "Outfit", sans-serif; font-size: 18px; color: #00287d; }
.iama-supportgrid-before-grid h3 { margin-bottom: 14px; }
.iama-supportgrid-before-grid p { font-size: 16px; }

.iama-supportgrid-cta { padding: 95px 0; background: #00287d; }
.iama-supportgrid-cta-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 70px; }
.iama-supportgrid-cta h2 { margin-bottom: 24px; color: #fff; }
.iama-supportgrid-cta h2 strong { color: #ffc63b; }
.iama-supportgrid-cta p { max-width: 780px; color: #fff; }
.iama-supportgrid-cta-actions { display: grid; gap: 14px; }
.iama-supportgrid-cta-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 60px; padding: 0 22px; font-family: "Inter", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; transition: .3s ease; }
.iama-supportgrid-cta-actions a:first-child { color: #00287d; background: #ffc63b; }
.iama-supportgrid-cta-actions a:last-child { border: 1px solid #fff; color: #fff; background: transparent; }
.iama-supportgrid-cta-actions a:hover { transform: translateY(-4px); }
.iama-supportgrid-cta-actions a:first-child:hover { background: #fff; }
.iama-supportgrid-cta-actions a:last-child:hover { color: #00287d; background: #fff; }

@media (max-width: 1199px) {
  .iama-supportgrid-page h2 { font-size: 50px; }
  .iama-supportgrid-intro-layout, .iama-supportgrid-process-grid, .iama-supportgrid-resources-layout { gap: 60px; }
  .iama-supportgrid-areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .iama-supportgrid-intro, .iama-supportgrid-areas, .iama-supportgrid-process, .iama-supportgrid-resources, .iama-supportgrid-before { padding: 90px 0; }
  .iama-supportgrid-page h2 { font-size: 44px; }
  .iama-supportgrid-intro::after { width: 100%; height: 30%; top: auto; bottom: 0; }
  .iama-supportgrid-intro-layout, .iama-supportgrid-process-grid, .iama-supportgrid-resources-layout, .iama-supportgrid-cta-wrap { grid-template-columns: 1fr; }
  .iama-supportgrid-intro-visual, .iama-supportgrid-resources-image { max-width: 760px; }
  .iama-supportgrid-cta-actions { max-width: 320px; }
}
@media (max-width: 767px) {
  .iama-supportgrid-intro, .iama-supportgrid-areas, .iama-supportgrid-process, .iama-supportgrid-resources, .iama-supportgrid-before { padding: 72px 0; }
  .iama-supportgrid-cta { padding: 72px 0; }
  .iama-supportgrid-page h2 { font-size: 38px; letter-spacing: -0.4px; }
  .iama-supportgrid-page p { font-size: 18px; }
  .iama-supportgrid-intro-image img, .iama-supportgrid-resources-image img { height: 500px; }
  .iama-supportgrid-intro-card { position: relative; left: auto; bottom: auto; margin: -18px 18px 0; }
  .iama-supportgrid-intro-visual { padding: 0; }
  .iama-supportgrid-areas-grid, .iama-supportgrid-before-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .iama-supportgrid-page h2 { font-size: 34px; line-height: 1.08; }
  .iama-supportgrid-kicker { font-size: 12px; letter-spacing: 1px; }
  .iama-supportgrid-intro-image img, .iama-supportgrid-resources-image img { height: 380px; }
  .iama-supportgrid-areas-grid article, .iama-supportgrid-before-grid article { min-height: auto; padding: 26px; }
  .iama-supportgrid-process-list article { grid-template-columns: 58px minmax(0, 1fr); }
  .iama-supportgrid-resource-links a { grid-template-columns: 52px minmax(0, 1fr); padding: 22px 0; }
  .iama-supportgrid-resource-links > a > span { grid-column: 2; }


  
