.elementor-23538 .elementor-element.elementor-element-e5576d1{--display:flex;}.elementor-23538 .elementor-element.elementor-element-3bf73bc{width:var( --container-widget-width, 34.99% );max-width:34.99%;--container-widget-width:34.99%;--container-widget-flex-grow:0;top:-32px;}.elementor-23538 .elementor-element.elementor-element-3bf73bc.elementor-element{--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-23538 .elementor-element.elementor-element-3bf73bc{left:919px;}body.rtl .elementor-23538 .elementor-element.elementor-element-3bf73bc{right:919px;}.elementor-23538 .elementor-element.elementor-element-a3d016c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23538 .elementor-element.elementor-element-e6bc232{width:var( --container-widget-width, 40.349% );max-width:40.349%;--container-widget-width:40.349%;--container-widget-flex-grow:0;}.elementor-23538 .elementor-element.elementor-element-e6bc232.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-23538 .elementor-element.elementor-element-4413201{--display:flex;}.elementor-23538 .elementor-element.elementor-element-447474b{--display:flex;}body.elementor-page-23538:not(.elementor-motion-effects-element-type-background), body.elementor-page-23538 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #9D6C6C 0%, #f2295b 100%);}body.elementor-page-23538 #featured-title{display:block;}body.elementor-page-23538 .top-bar{display:block;}body.elementor-page-23538 #footer{display:block;}body.elementor-page-23538 #bottom{display:block;border-style:solid;border-width:1px 0px 0px 0px;}@media(max-width:1024px){.elementor-23538 .elementor-element.elementor-element-e6bc232{width:var( --container-widget-width, 428.675px );max-width:428.675px;--container-widget-width:428.675px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-23538 .elementor-element.elementor-element-e6bc232{width:var( --container-widget-width, 342.8px );max-width:342.8px;--container-widget-width:342.8px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-590c76e */.hero {
  background: linear-gradient(135deg, #0b2a5b, #1f3f7a);
  color: #fff;
  padding: 100px 20px;
  font-family: Arial, sans-serif;
}

.hero-container {
  max-width: 1100px;
  margin: auto;
}

.tag {
  display: inline-block;
  background: #f4d03f;
  color: #000;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero h1 span {
  color: #f4d03f;
}

.hero p {
  font-size: 16px;
  color: #d1d9e6;
  max-width: 600px;
  margin-bottom: 30px;
}

.buttons {
  margin-bottom: 40px;
}

.btn {
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  margin-right: 10px;
  display: inline-block;
  font-weight: 600;
}

.btn.primary {
  background: #f4d03f;
  color: #000;
}

.btn.secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn:hover {
  opacity: 0.9;
}

.stats {
  display: flex;
  gap: 40px;
}

.stats div {
  text-align: left;
}

.stats strong {
  display: block;
  font-size: 24px;
  color: #f4d03f;
}

.stats span {
  font-size: 14px;
  color: #d1d9e6;
}



.elementor-23538 .elementor-element.elementor-element-590c76e {
    margin-top: -120px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e76b5b9 */.why-gafa {
  background: #f5f6f8;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.subtitle {
  color: #888;
  font-size: 12px;
  letter-spacing: 1px;
}

h2 {
  font-size: 32px;
  margin: 10px 0;
}

.desc {
  max-width: 700px;
  color: #555;
  margin-bottom: 30px;
}

/* Highlight Box */
.highlight-box {
  background: #e9edf3;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.highlight-box .left {
  max-width: 65%;
}

.highlight-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.highlight-box p {
  color: #555;
  margin-bottom: 20px;
}

.btn-yellow {
  background: #f4d03f;
  color: #000;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Right box */
.years-box {
  background: #0b2a5b;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  min-width: 150px;
}

.years-box h4 {
  font-size: 32px;
  color: #f4d03f;
  margin: 0;
}

.years-box span {
  font-size: 14px;
}

/* Features */
.features {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.feature {
  flex: 1;
  min-width: 250px;
}

.feature h4 {
  margin-bottom: 10px;
}

.feature p {
  color: #555;
  margin-bottom: 15px;
}

.tags span {
  display: inline-block;
  background: #0b2a5b;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 12px;
}


.certifications {
  background: #f5f6f8;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.subtitle {
  color: #888;
  font-size: 12px;
  letter-spacing: 1px;
}

h2 {
  font-size: 32px;
  margin: 10px 0;
}

.desc {
  max-width: 700px;
  color: #555;
  margin-bottom: 40px;
}

/* Cards */
.cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 280px;
}

.badge {
  background: #dfe6f5;
  color: #2a4ea3;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.card h3 {
  margin-bottom: 10px;
}

.card p {
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca95f38 */.events-section {
  font-family: Arial, sans-serif;
  padding: 50px 20px;
  background: #f5f5f5;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}

h2 {
  margin-bottom: 20px;
}

/* Banner */
.top-banner {
  display: flex;
  justify-content: space-between;
  background: #0d2240;
  color: white;
  padding: 30px;
  border-radius: 12px;
  flex-wrap: wrap;
}

.banner-left {
  max-width: 55%;
}

.banner-left h3 {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  margin-top: 15px;
  background: #f4d03f;
  color: black;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* White text class */
.white-text {
  color: #ffffff;
}

/* Right event list */
.banner-right {
  width: 35%;
}

.event-box {
  display: flex;
  gap: 10px;
  background: #1b335a;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Cards */
.cards {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  padding: 25px;
  border-radius: 10px;
  color: white;
}

.card h4 {
  margin-bottom: 10px;
}

.blue {
  background: #3b5ba9;
}

.green {
  background: #3a8f6a;
}

.gold {
  background: #b08a00;
}

.white-text {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-299c684 */.cgss-section {
  font-family: Arial, sans-serif;
}

/* Top strip */
.top-strip {
  background: #3b5edb;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
}

/* Header */
.cgss-header {
  text-align: center;
  padding: 40px 20px;
  background: #f2f2f2;
}

.badge {
  width: 70px;
  height: 70px;
  background: #0d2240;
  color: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: bold;
}

.cgss-header h1 {
  margin-bottom: 10px;
}

.subtitle {
  margin-bottom: 10px;
}

.languages a {
  color: #2d5be3;
  text-decoration: none;
}

/* Tabs */
.tabs {
  margin-top: 20px;
}

.tabs a {
  margin: 0 10px;
  text-decoration: none;
  color: black;
  padding-bottom: 5px;
}

.tabs a.active {
  border-bottom: 2px solid #f4d03f;
}

/* CTA Bar */
.cta-bar {
  background: #0d2240;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-left h3 {
  margin-bottom: 5px;
}

.cta-right {
  display: flex;
  gap: 10px;
}

.btn-outline {
  border: 1px solid white;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  border-radius: 6px;
}

.btn-yellow {
  background: #f4d03f;
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-208c379 */.cgss-content {
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

/* WHY SECTION */
.why-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.why-section .left {
  width: 55%;
}

.why-section .right {
  width: 40%;
}

.why-section ul {
  list-style: none;
  padding: 0;
}

.why-section li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.why-section li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #f4d03f;
}

/* BUTTON */
.btn-yellow {
  display: inline-block;
  background: #f4d03f;
  padding: 10px 15px;
  margin-top: 15px;
  text-decoration: none;
  color: black;
  border-radius: 6px;
  font-weight: bold;
}

/* SYLLABUS */
.label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}

.syllabus {
  margin-bottom: 50px;
}

.syllabus-grid {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.visual-box {
  width: 50%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
}

.visual-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.course-list {
  width: 45%;
}

.course-item {
  padding: 10px;
  margin-bottom: 10px;
  background: #f1f4fa;
  border-radius: 6px;
  cursor: pointer;
}

/* BENEFITS */
.benefits h2 {
  margin-bottom: 20px;
}

.benefit-box {
  background: #0d2240;
  color: white;
  padding: 30px;
  border-radius: 12px;
}

.tabs {
  margin-bottom: 20px;
}

.tabs button {
  padding: 8px 15px;
  border: none;
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.tabs .active {
  background: #f4d03f;
  color: black;
}

.benefit-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.benefit-grid div {
  width: 45%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b956701 */.exam-section {
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.exam-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.exam-left {
  width: 50%;
}

.exam-left h2 {
  margin-bottom: 15px;
}

.exam-left p {
  margin-bottom: 10px;
}

.label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}

.advisor-link {
  display: inline-block;
  margin-top: 15px;
  color: #2d5be3;
  text-decoration: none;
}

/* IMAGE SIDE */
.exam-right {
  width: 45%;
}

.exam-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dfba16 */.gafa-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
}

/* LEFT GLASS CARD */
.gafa-highlight {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.gafa-highlight::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.1);
  top: -50%;
  left: -50%;
  transform: rotate(25deg);
}

.gafa-highlight p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gafa-highlight a {
  background: #fff;
  color: #4f46e5;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.gafa-highlight a:hover {
  background: #e0e7ff;
}

/* RIGHT CARDS */
.gafa-sections {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.gafa-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  padding: 22px;
  border-radius: 16px;
  min-width: 240px;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.3);
}

/* HOVER EFFECT 🔥 */
.gafa-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* HEADINGS */
.gafa-card h3 {
  font-size: 17px;
  margin-bottom: 12px;
  color: #111;
}

.gafa-card h4 {
  margin-top: 18px;
  font-size: 14px;
  color: #555;
}

/* LIST STYLE */
.gafa-card ul {
  list-style: none;
  padding: 0;
}

.gafa-card ul li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #333;
}

/* GLOW DOT BULLET */
.gafa-card ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(79,70,229,0.6);
}

/* LIGHT LIST */
.light li::before {
  background: #cbd5f5;
  box-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gafa-container {
    flex-direction: column;
  }
}/* End custom CSS */