diff --git a/assets/css/style16eb.css b/assets/css/style16eb.css
index bbcb529..a7f1bfd 100644
--- a/assets/css/style16eb.css
+++ b/assets/css/style16eb.css
@@ -223,9 +223,9 @@
--line-height-b2: 1.7;
--line-height-b3: 1.6;
--line-height-b4: 1.3;
- --h1: 46px;
- --h2: 44px;
- --h3: 36px;
+ --h1: 40px;
+ --h2: 36px;
+ --h3: 30px;
--h4: 24px;
--h5: 18px;
--h6: 16px;
@@ -35025,7 +35025,6 @@ body.tmp-body-star::before {
margin-right: 12px;
margin-bottom: 10px;
padding: 12px 8px;
- margin-bottom: 1px;
display: inline-block;
transition: all 500ms ease;
text-transform: uppercase;
@@ -36882,6 +36881,7 @@ body.tmp-body-star::before {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
position: relative;
transition: transform 0.3s ease;
+ margin: 0px 12px 12px 0px;
}
.process-card:hover {
@@ -37094,4 +37094,173 @@ body.tmp-body-star::before {
.criteria-card li {
font-size: 14px;
}
-}
\ No newline at end of file
+}
+.country12{
+ height: 392px;
+}
+hr{
+background: white;
+height: 5px !important;
+}
+.page-title::before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
+ z-index: 1;
+}
+.page-title * {
+ position: relative;
+ z-index: 2;
+}
+.active-light-mode .social-default li a {
+ transition: 0.3s all ease-out;
+}
+.active-light-mode .social-default li a:hover {
+ background-color: var(--color-btn);
+ color: white !important;
+}
+
+/* class detail */
+section { padding: 70px 0; }
+.section-title h2 { font-size: 32px; margin-bottom: 10px; }
+.section-title p { color: #666; }
+
+.ielts-overview-grid {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ gap: 40px;
+ align-items: center;
+}
+
+.why-ielts-grid,
+.band-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 25px;
+}
+
+.why-card,
+.band-card {
+ background: #fff;
+ padding: 25px;
+ border-radius: 12px;
+ box-shadow: 0 10px 30px rgba(0,0,0,0.08);
+}
+
+.details-list li {
+ margin-bottom: 12px;
+}
+
+.join-list p {
+ font-size: 18px;
+ margin: 10px 0;
+}
+@media (max-width: 768px) {
+ .ielts-overview-grid {
+ grid-template-columns: 1fr;
+ text-align: center;
+ }
+
+ .ielts-overview-grid img {
+ max-width: 100%;
+ margin: 0 auto;
+ }
+
+ section {
+ padding: 50px 0;
+ }
+
+ .section-title h2 {
+ font-size: 26px;
+ }
+}
+
+.ielts-scale {
+ padding: 80px 0;
+ background: #f9fbfd;
+ font-family: 'Segoe UI', sans-serif;
+}
+
+.section-title {
+ text-align: center;
+ margin-bottom: 50px;
+}
+
+.section-title h2 {
+ font-size: 32px;
+ margin-bottom: 10px;
+}
+
+.section-title p {
+ color: #666;
+}
+
+.band-wrapper {
+ max-width: 800px;
+ margin: auto;
+}
+
+.band-card {
+ display: flex;
+ align-items: center;
+ background: #fff;
+ padding: 18px 22px;
+ border-radius: 12px;
+ margin-bottom: 15px;
+ box-shadow: 0 8px 25px rgba(0,0,0,0.05);
+ transition: transform .3s;
+}
+
+.band-card:hover {
+ transform: translateY(-4px);
+}
+
+.band-score {
+ font-size: 28px;
+ font-weight: bold;
+ width: 50px;
+ height: 50px;
+ background: #e3e9f1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 50%;
+ margin-right: 20px;
+}
+
+.band-info h4 {
+ margin-bottom: 6px;
+}
+
+.bar {
+ width: 100%;
+ height: 6px;
+ background: #e5e7eb;
+ border-radius: 5px;
+ overflow: hidden;
+}
+
+.bar span {
+ display: block;
+ height: 100%;
+ background: linear-gradient(90deg, #2563eb, #1e40af);
+}
+.bar span {
+ width: 0;
+ transition: width 1.5s ease-in-out;
+}
+
+/* Responsive */
+@media(max-width: 600px){
+ .band-card {
+ flex-direction: column;
+ align-items: flex-start;
+ }
+ .band-score {
+ margin-bottom: 10px;
+ }
+}
diff --git a/assets/images/banner/audio.png b/assets/images/banner/audio.png
new file mode 100644
index 0000000..501fd00
Binary files /dev/null and b/assets/images/banner/audio.png differ
diff --git a/assets/images/photos/analytics.png b/assets/images/photos/analytics.png
new file mode 100644
index 0000000..b2de2d7
Binary files /dev/null and b/assets/images/photos/analytics.png differ
diff --git a/assets/images/photos/audio.png b/assets/images/photos/audio.png
new file mode 100644
index 0000000..501fd00
Binary files /dev/null and b/assets/images/photos/audio.png differ
diff --git a/assets/images/photos/businessman.png b/assets/images/photos/businessman.png
new file mode 100644
index 0000000..ef62165
Binary files /dev/null and b/assets/images/photos/businessman.png differ
diff --git a/assets/images/photos/content.png b/assets/images/photos/content.png
new file mode 100644
index 0000000..24d39fc
Binary files /dev/null and b/assets/images/photos/content.png differ
diff --git a/assets/images/photos/energy-system.png b/assets/images/photos/energy-system.png
new file mode 100644
index 0000000..d8ce297
Binary files /dev/null and b/assets/images/photos/energy-system.png differ
diff --git a/assets/images/photos/ielts.png b/assets/images/photos/ielts.png
new file mode 100644
index 0000000..9c0e2d5
Binary files /dev/null and b/assets/images/photos/ielts.png differ
diff --git a/assets/images/photos/ielts1.png b/assets/images/photos/ielts1.png
new file mode 100644
index 0000000..15c6f4a
Binary files /dev/null and b/assets/images/photos/ielts1.png differ
diff --git a/assets/images/photos/ielts2.jpg b/assets/images/photos/ielts2.jpg
new file mode 100644
index 0000000..b028c6a
Binary files /dev/null and b/assets/images/photos/ielts2.jpg differ
diff --git a/assets/images/photos/open-book.png b/assets/images/photos/open-book.png
new file mode 100644
index 0000000..7a9eca3
Binary files /dev/null and b/assets/images/photos/open-book.png differ
diff --git a/assets/images/photos/pathways.png b/assets/images/photos/pathways.png
new file mode 100644
index 0000000..c3e2224
Binary files /dev/null and b/assets/images/photos/pathways.png differ
diff --git a/assets/images/photos/success.png b/assets/images/photos/success.png
new file mode 100644
index 0000000..bc2f20b
Binary files /dev/null and b/assets/images/photos/success.png differ
diff --git a/assets/images/photos/top-three.png b/assets/images/photos/top-three.png
new file mode 100644
index 0000000..93da1e2
Binary files /dev/null and b/assets/images/photos/top-three.png differ
diff --git a/assets/images/photos/usa-banner.png b/assets/images/photos/usa-banner.png
new file mode 100644
index 0000000..29e9858
Binary files /dev/null and b/assets/images/photos/usa-banner.png differ
diff --git a/assets/images/photos/usa-feature.png b/assets/images/photos/usa-feature.png
new file mode 100644
index 0000000..7e6fb83
Binary files /dev/null and b/assets/images/photos/usa-feature.png differ
diff --git a/assets/images/photos/usa-feature1.png b/assets/images/photos/usa-feature1.png
new file mode 100644
index 0000000..d2d175a
Binary files /dev/null and b/assets/images/photos/usa-feature1.png differ
diff --git a/country-detail.php b/country-detail.php
index 4d347d5..3282ede 100644
--- a/country-detail.php
+++ b/country-detail.php
@@ -1,5 +1,5 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+ Study at Ivy League and globally recognized public universities in the USA.
+
+
+
+

+
+
+
+
+
+
+
+
+ The USA is home to world-leading universities known for academic excellence, strong global rankings, and internationally respected degrees.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+ Choose majors freely with options to change or combine fields of study.
+
+
+
+

+
+
+
+
+
+
+
+
+ The US education system encourages interdisciplinary learning, major changes, electives, and customized academic pathways.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+ Learn in innovation-driven environments with advanced labs and facilities.
+
+
+
+

+
+
+
+
+
+
+
+
+ US universities provide state-of-the-art research labs, innovation hubs, and strong industry partnerships.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+ Gain paid work experience during and after your studies in the USA.
+
+
+
+

+
+
+
+
+
+
+
+
+ International students can access CPT during studies and up to three years of OPT after graduation, especially for STEM programs.
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -38,6 +200,14 @@
UK
Ireland
+
+
+
Test Preparation Classes
+
Do You Have Any Query?
@@ -55,11 +225,7 @@
-
-
-
-
-
+