/*============================================================================================
	* Project Name :  Eduna - Online Education Courses HTML5 Template.
  * File         :  CSS Base
  * Version      :  1.0.0
  * Author       :  BizanTheme (https://themeforest.net/user/bizantheme)
  * Developer		 :	Meheraj Hossain Sagar
==============================================================================================*/

/*============================================================================================
	Theme Reset
==============================================================================================*/

/* Google Fonts */
@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&amp;display=swap");

/* Custom Variable Colors */
:root {
  --ed-primary-color: #543ee8;
  --ed-secondary-color: #011c1a;
  --ed-tertiary-color: #ffcd20;
  --ed-white-color: #fff;
  --ed-offwhite-color: #f5f5f5;
  --ed-title-color: #011c1a;
  --ed-paragraph-color: #5f5d5d;
  --ed-border-color: #f0f2f2;
  --ed-font-family: "Poppins", sans-serif;
  --ed-font-family-2: Aeonik Pro TRIAL, sans-serif;
}

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

/* Selection CSS */
::-moz-selection {
  color: var(--ed-white-color);
  background: var(--ed-primary-color);
}
::selection {
  color: var(--ed-white-color);
  background: var(--ed-primary-color);
}

/* ScrollBar CSS */
/* ::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  display: block;
}
::-moz-scrollbar {
  width: 8px !important;
  height: 8px !important;
  display: block;
}
::-ms-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  background: var(--ed-primary-color) !important;
  border-radius: 4px;
} */

/* Main Body CSS */
body {
  font-family: var(--ed-font-family);
  background: var(--ed-white-color);
  color: var(--ed-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
html {
  font-family: var(--ed-font-family);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  overscroll-behavior: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;

}
#smooth-wrapper {
 
  overflow: hidden !important;
}
#smooth-content {
  min-height: 100vh !important;
  will-change: transform !important;
}

/* Custom Fonts  */
@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("../fonts/webfonts/AeonikProTRIAL-Bold.woff2") format("woff2"),
    url("../fonts/webfonts/AeonikProTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("../fonts/webfonts/AeonikProTRIAL-Regular.woff2") format("woff2"),
    url("../fonts/webfonts/AeonikProTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("../fonts/webfonts/AeonikProTRIAL-Light.woff2") format("woff2"),
    url("../fonts/webfonts/AeonikProTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Main Container */
.ed-container {
  max-width: 1170px;
  margin: auto;
}
.ed-container-expand {
  max-width: 1400px;
  margin: auto;
}
.ed-container-fluid {
  padding: 0;
  padding: 0px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ed-container-expand {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199.99px) {
  .ed-container,
  .ed-container-fluid,
  .ed-container-expand {
    padding: 0% 5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-container,
  .ed-container-fluid,
  .ed-container-expand {
    padding: 0% 10%;
  }
}
/* Theme Typhography */
img {
  max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.animated:focus-visible {
  outline: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  transition: all 0.4s ease;
}
button:focus-visible {
  outline: none;
}
input:focus-visible {
  outline: none;
}
textarea:focus-visible {
  outline: none;
}
button {
  overflow: visible;
  border: none !important;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.btn-close:focus {
  box-shadow: none;
}
button,
input,
select,
optgroup,
textarea {
  font-family: var(--ed-font-family);
  color: var(--ed-paragraph-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.c-font,
.c-font a {
  font-family: var(--ed-font-family);
}

a,
button,
input,
textarea {
  font-weight: 400;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: var(--ed-border-color);

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: var(--ed-font-family);
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--ed-border-color);
  cursor: help;
}
mark,
ins {
  background: var(--ed-white-color) 9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}
hr {
  background-color: var(--ed-border-color);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ul li,
li {
  list-style-type: disc;
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  display: inline-block;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--ed-border-color) var(--ed-border-color)
    var(--ed-border-color);
  border-radius: 3px;
  background: var(--ed-white-color);
  color: var(--ed-paragraph-color);
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--ed-paragraph-color);
  border: 1px solid var(--ed-border-color);
  border-radius: 4px;
  padding: 12px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393e46;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  border: 1px solid var(--ed-border-color);
}
textarea {
  width: 100%;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: var(--ed-title-color);
}
a:hover,
a:active {
  outline: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--ed-white-color);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--ed-secondary-color);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}

/* Heading Title */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--ed-font-family-2);
  color: var(--ed-title-color);
  font-weight: 700;
  line-height: 130%;
}
h1 {
  font-size: 61px;
}
h2 {
  font-size: 49px;
}
h3 {
  font-size: 39px;
}
h4 {
  font-size: 31px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}

/* Paragraph Text */
p {
  color:black ;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
  font-size: 17px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 15px !important;
  }
}

/* Cutom Padding */
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-80 {
  padding-top: 80px;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-100 {
  padding-top: 100px;
}
.pd-top-120 {
  padding-top: 120px;
}
.pd-btm-10 {
  padding-bottom: 10px;
}
.pd-btm-20 {
  padding-bottom: 20px;
}
.pd-btm-30 {
  padding-bottom: 30px;
}
.pd-btm-40 {
  padding-bottom: 40px;
}
.pd-btm-50 {
  padding-bottom: 50px;
}
.pd-btm-60 {
  padding-bottom: 60px;
}
.pd-btm-70 {
  padding-bottom: 70px;
}
.pd-btm-80 {
  padding-bottom: 80px;
}
.pd-btm-90 {
  padding-bottom: 90px;
}
.pd-btm-100 {
  padding-bottom: 100px;
}

/* Cutom Margin */
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-42 {
  margin-top: 42px !important;
}
.mg-top-46 {
  margin-top: 46px !important;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-80 {
  margin-top: 80px;
}
.mg-btm-10 {
  margin-bottom: 10px;
}
.mg-btm-20 {
  margin-bottom: 20px;
}
.mg-btm-25 {
  margin-bottom: 25px;
}
.mg-btm-30 {
  margin-bottom: 30px;
}
.mg-btm-35 {
  margin-bottom: 35px;
}
.mg-btm-40 {
  margin-bottom: 40px;
}
.mg-btm-50 {
  margin-bottom: 50px;
}
.mg-btm-80 {
  margin-bottom: 80px;
}
.mg-btm-120 {
  margin-bottom: 120px;
}

/* Colors  */
.bg-primary-color {
  background: var(--ed-primary-color) !important;
}

/* Display Flex End Between  */
.d-flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Order Class */
@media only screen and (max-width: 991.99px) {
  .order-class {
    order: -1;
  }
}

/* Background Image */
.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Section Gap */
.section-gap {
  padding: 110px 0px;
}

@media only screen and (max-width: 991.99px) {
  .section-gap {
    padding: 80px 0px;
  }
}

/* Section BG Color */
.section-bg-color-1 {
  background: #faf9f6;
}

.bg-color-1 {
  background: #ebf5eb !important;
}

.section-bg__img {
  position: absolute;
  z-index: -1;
  top: 238px;
  left: 0;
  width: 100%;
  height: 1200px;
}
.section-bg__img.style-2 {
  top: 0px;
}
.section-bg__img img {
  width: 100%;
  height: 1200px;
  object-fit: cover;
}


.ed-section-head__sm-title {
  display: inline-block;
  margin-bottom: 20px;
}
.ed-section-head__title {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
  color:rgb(3,56,163) ;

}
.ed-section-head__title span {
  color: var(--ed-primary-color);
}
.ed-section-bottom-btn {
  margin-top: 65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ed-section-bottom-btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991.99px) {
  .ed-section-head__sm-title {
    margin-bottom: 12px;
  }
  .ed-section-head__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  
    ;
  }
  .ed-section-head__title br {
    display: none;
  }
  .ed-section-head.d-flex-between {
    display: block;
  }
  .ed-section-head__btn {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-section-head__title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 16px;
  }
}

/* Animation  */
.updown-ani {
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.rotate-ani {
  animation-name: Rotate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  to {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* Cursor CSS */
#ed-mouse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease-in-out 0.5s;
}
#ed-mouse #cursor-ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
#ed-mouse #cursor-ball:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ed-primary-color);
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  #ed-mouse {
    display: none;
  }
}

/* Preloader CSS */
.ed-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
  background: var(--ed-white-color);
}

.ed-preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}

.ed-preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  height: 90px;
  width: 150px;
  background: url(/assets/images/logo-black-ab.webp);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ed-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #543ee81a;
  border-top-color: #0338A3;
  height: 150px;
  margin: 0 auto 30px auto;
  width: 150px;
}

.ed-preloader.secondary .animation-preloader .spinner {
  border-top-color: var(--ed-primary-color);
}

.ed-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ed-preloader .loader .row {
  height: 100%;
}

.ed-preloader .loader .loader-section {
  padding: 0px;
}

.ed-preloader .loader .loader-section .bg {
  background-color: var(--ed-white-color);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ed-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ed-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Hobble Effect CSS */
.ed-hover-layer,
.ed-hover-layer-1,
.ed-hover-layer-2,
.ed-hover-layer-4 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

/* Back To Top CSS */
.progress-wrap {
  position: fixed;
  right: 34px;
  bottom: 113px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #543ee821;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f181";
  font-family: uicons-regular-rounded !important;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
  color: var(--ed-primary-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--ed-primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .progress-wrap {
    
  }
}
@media only screen and (max-width: 767px) {
  .progress-wrap {
   
  }
}

/* Nice Select CSS */
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--ed-primary-color) !important;
  box-shadow: none;
}
.nice-select:hover {
  border-color: var(--ed-border-color);
}
.nice-select::after {
  margin-top: -5px;
}
.nice-select .list {
  width: 100%;
  transform: none !important;
  max-height: 320px;
  overflow-y: scroll;
  border: 1px solid var(--ed-border-color);
  box-shadow: none;
}

.nice-select .option:hover {
  background-color: var(--ed-primary-color);
}
.nice-select .option {
  line-height: 42px;
  min-height: 42px;
  padding-left: 16px;
  padding-right: 16px;

  
  
}
.nice-select::after {
  right: 18px;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.selected {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.nice-select .list:hover .option:not(:hover) {
  color: var(--ed-paragraph-color);
}

.nice-select .list::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
.nice-select .list::-moz-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
.nice-select .list::-ms-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
}

/* Theme Button */
.ed-btn {
  display: inline-block;
  padding: 16px 67px 16px 30px;
  background: #0338A3;
  color: var(--ed-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 52px;
  position: relative;
  height: 52px;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
.ed-btn i {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 50px;
  background: var(--ed-white-color);
  border-radius: 100%;
  color: var(--ed-primary-color);
  text-align: center;
  font-size: 20px;
  top: 4px;
  right: 5px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ed-btn:hover {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}

@media only screen and (max-width: 767px) {
  .ed-btn {
    font-size: 14px;
    line-height: 17px;
    height: 48px;
   width: fit-content;
    text-wrap: nowrap;
    margin-right: 7px;

 
  }
  .ed-section-head__title {
    font-size:2rem;
   
}
  .ed-btn i {
    width: 40px;
    height: 40px;
    line-height: 47px;
  }
}

/*============================================================================================
	End Theme Reset
==============================================================================================*/
.hero-section-test-prep {
  background: linear-gradient(135deg, #1f4e79, #004080); /* Rich medium blue */
  color: #fff;
  border-radius: 0 0 10% 10% / 10%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding-top: 80px;
  padding-bottom: 0px;
  overflow: hidden;
}

/* Title */
.hero-title-test-prep {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: bold;
  border-left: 6px solid #ffcc00;
  padding-left: 18px;
  margin-bottom: 15px;
  margin-top: 70px;

}

/* Description */
.hero-description-test-prep {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* CTA Button */
.cta-button-test-prep {
  padding: 15px 35px;
  background: #ffcc00;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  text-transform: uppercase;
  margin-top: 15px;
}

.cta-button-test-prep:hover {
  background: white;
  color: black;
  transform: scale(1.05);
}

/* Hero Image */
.hero-image-test-prep img {
  width: 100%;
  max-width: 500px; /* Proper size for visibility */
  height: auto;
  border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-section-test-prep {
      text-align: center;
      padding-top: 130px;
      padding-bottom: 0px;
  }
  .hero-title-test-prep {
      font-size: 1.5rem;
      border-left: none;
      padding-left: 0;
  }
  .hero-description-test-prep {
      font-size: 1.2rem;
  }
  .hero-image-test-prep img {
      max-width: 350px;
      margin-top: 20px;
  }
  .cta-button-test-prep {
      padding: 15px 30px;
      font-size: 14px;
      width: fit-content;
  }
}





/* trainer */

.trainer-test-preps{
  margin-bottom: 100px !important;

}
.trainer-section{
  margin-bottom: 80px !important;
}
/* 🏠 Container for Proper Alignment */
.container-test-preps {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;

}

/* 🎯 Section Title */
.section-title-test-preps {
  font-size: 36px;
  font-weight: 700;
  color: #1E2A38;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
  position: relative;
  padding-top: 30px;
}

.section-title-test-preps::after {
  content: "";
  width: 120px;
  height: 5px;
  background: navy;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.trainer-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 80px 20px; */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 30px;
 
}

.trainer-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  gap: 50px;
}

/* Trainer Card */
.trainer-card {
  position: relative;
  width: 360px;
  height: 390px;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.trainer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.trainer-card:hover img {
  transform: scale(1.05);
}

/* Name & WhatsApp Button */
.trainer-info {
  width: 100%;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.85);
  color: white !important;
  position: absolute;
  bottom: 0;
  transition: background 0.3s ease-in-out;
  text-align: center;
}

.trainer-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.trainer-info .verified {
  color: #4CAF50;
  font-size: 18px;
  margin-left: 6px;
}

.whatsapp-btn {
  background: #25D366;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease-in-out;
}

.whatsapp-btn:hover {
  background: #128C7E;
}

/* Hover Effect - Trainer Details */
.trainer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: white !important;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  padding: 20px 20px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  box-sizing: border-box;
}

.trainer-card:hover .trainer-overlay {
  opacity: 1;
}

.trainer-overlay p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 6px 0;
}

/* Right Side - IELTS Content */
.trainer-right {
  flex: 1.5;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centering content vertically */
}

.trainer-right h2 {
  font-size: 32px;
  font-weight: 700;
  color: navy !important; /* Navy Blue */
  margin-bottom: 20px;
  position: relative;
}

.trainer-right h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: navy; /* Changed to Navy Blue */
  display: block;
  margin-top: 10px;
}

.trainer-right p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  font-weight: 400;
}

.ielts-features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.ielts-features li {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 20px !important;
  font-weight: 600;
  color: #0A1931; /* Navy Blue */
  margin-bottom: 34px !important;
}

.ielts-features li i {
  color: navy; /* Changed to Navy Blue */
  font-size: 22px;
}

/* Responsive */
@media (max-width: 992px) {
  .trainer-container {
      flex-direction: column;
      text-align: center;
      gap: 40px;
  }
  .trainer-right {
      padding-left: 0;
  }
}

@media (max-width: 768px) {
  .trainer-card {
      width: 300px;
      height: 380px;
  }
  .trainer-right h2 {
      font-size: 28px;
  }
  .ielts-features li {
      font-size: 16px;
  }
}



/* Modal Styles */
.testimonial-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  pointer-events: none;
}

/* Modal Video Container */
.testimonial-modal-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  box-shadow: none;
}

/* Video Styles */
.testimonial-modal video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Close Button */
.testimonial-modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Testimonial Grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-item {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.testimonial-item:hover {
  transform: scale(1.05);
}

.testimonial-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}

/* Play Icon */
.testimonial-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.testimonial-item:hover .testimonial-play-icon {
  opacity: 1;
}

/* Responsive Grid */
@media (max-width: 1024px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* Boost Button */
.testimonial-boost-button {
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.testimonial-boost-button:hover {
  background-color: #0056b3;
}

/*------------------United Kingdom--------------------------*/



/* Section Styling */
.uk-spotlight-section {
  padding: 50px 20px;
  background: #f4f4f4;
}
.ed-section-head__text{
  text-align: justify;
}

/* Banner Area */
.uk-spotlight-banner {
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.uk-spotlight-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #002a6e;
}

.uk-spotlight-subtext {
  font-size: 1.2rem;
  opacity: 0.85;
  color: #002a6e;
}

/* Content Card */
.uk-spotlight-card {
  background: #ffffff;
  max-width: 950px;
  margin: 0 auto;
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.uk-spotlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Paragraph Styling */
.uk-spotlight-paragraph {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}
/* Fonts & Body */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f7f9fc;
  color: #333;
  line-height: 1.6;

}

/* Hero Section */
.hero {

  color: white;
  text-align: center;
 padding-top: 40px !important;
  border-radius: 0 0 30px 30px;

}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.hero-content h1{
  color: #002a6e;
}
.hero-content p{
  color: #002a6e;
}
.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Benefits Grid */
.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 50px auto;
  max-width: 1200px;
  padding:0px 20px;
background: linear-gradient(to right, #eaf6ff, #f5fbff);


  width: 100%;
}

.colour {background: linear-gradient(to right, #eaf6ff, #f5fbff);


}

.uk-flex{
  display: flex;
}
/* Individual Card */
.benefit-card {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.benefit-card i {
  font-size: 2.5rem;
  color: #0055a5;
  margin-bottom: 15px;
}

.benefit-card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #003366;
}

.benefit-card p {
  font-size: 1rem;
  color: black;
}
* Section Layout */
.visa-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #f0f4ff, #e6f0ff);
}

/* Header */
.visa-header {
  text-align: center;
  margin-bottom: 50px;
}

.visa-title {
  font-size: 3rem;
  color: #002a6e;
  margin-bottom: 15px;
}

.visa-subtitle {
  font-size: 1.2rem;
  color: #444;
}

/* Timeline Wrapper */
.visa-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Individual Step */
.visa-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.visa-step:hover {
  transform: scale(1.02);
}

/* Icons */
.visa-icon {
  min-width: 55px;
  height: 55px;
  background: #0055cc;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 12px rgba(0, 85, 204, 0.4);
}

/* Step Content */
.visa-content h3 {
  font-size: 1.2rem;
  color: #002a6e;
  margin-bottom: 5px;
}

.visa-content p {
  font-size: 1rem;
  color:black;
}


.visa-note {
  max-width: 1100px; /* same as .visa-timeline */
  margin: 40px auto 0 auto;
  padding: 20px;

font-size: 24px;
font-weight: bolder;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  color:  #002a6e;


  gap: 10px;
}
.note-heading{
 font-size: 20px;
}
.note-uk{
  color: black;
  font-size: 16px;
}
.visa-timeline {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 30px;
  position: relative;
}

/* Make 1 column on small screens */
@media (max-width: 768px) {
  .visa-timeline {
    grid-template-columns: 1fr;
  }
}
.ed-w-choose__info-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}
.employment-heading{
  text-align: center;
}
.emp{
  color: #002a6e;
}
.sub{
  color:black;
}
.imagekl{
  border-radius: 10px;
}
.ed-w-choose__info-head h5 {
  margin-left: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.ed-categories {

margin-top: 50px;
background:linear-gradient(to right, #eaf6ff, #f5fbff);
;
}
/* ---------- Section 1: Graduate Immigration Route ---------- */
.uk-grad-section {

  color: white;
  padding: 60px 20px;
  text-align: center;
}

.uk-grad-content {
  max-width: 900px;
  margin: 0 auto;
}
.uk-grad-content h2{
  color: #002a6e;
}

.uk-grad-content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.uk-grad-content h2 i {
  margin-right: 10px;
}

.uk-grad-content p {
  font-size: 1.1rem;
  opacity: 0.9;
}




.ed-course__imgs img{
   width: 366px !important;
    height: 366px !important;
    max-width: none !important;
    border-radius: 20px;
     margin: 0 auto;
  width: 100%; 
   display: block;
}



.info-part{
  background-color: pink;
}
.bg-infos{
  background-color: rgb(253, 126, 147);
}

.cost-section {
  background: linear-gradient(145deg, #f3f7fc, #eaf2fa);
}

.cost-header {
  max-width: 800px;
  margin: auto;
}

.cost-title {
  font-size: 36px;
  font-weight: 700;
  color: #083d77;
  margin-bottom: 10px;
}

.cost-subtitle {
  font-size: 16px;
  color: #555;
}

.cost-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.cost-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.cost-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a2b5b;
  margin-bottom: 12px;
}

.cost-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: black;
}


.uk-cost-note {
  font-size: 0.9rem;
  color: #888;
  margin-top: 20px;
}
.section-gaps{
padding: 0px;
}
.section-gapp{
  padding: 40px 0px;
}
/* ---------- Section 3: Employment Opportunities ---------- */
.uk-employ-section {
  background: #f0f7ff;
  padding: 60px 20px;
}

.uk-employ-header h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #003366;
  margin-bottom: 40px;
}

.uk-employ-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.uk-employ-item {
  background: white;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.uk-employ-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.uk-employ-item i {
  font-size: 2rem;
  color: #0052cc;
  margin-bottom: 15px;
}

.uk-employ-item h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #002a5c;
}

.uk-employ-item p {
  font-size: 1rem;
  color: #444;
}
.destination-section {
  padding: 0px;
  background-color: #f8f9fb;
}

.destination-header .destination-title {
  font-size: 32px;
  font-weight: 700;
  color:#0338A3;
  margin-bottom: 30px;
  
  position: relative;
}

.destination-container {
  max-width: 1140px;
  margin: auto;
}

.destination-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  position: relative;
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-5px);
}

.destination-image-wrapper {
  display: block;
  text-align: center;
  overflow: hidden;
}

.destination-image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-bottom: 4px solid #ddd;
  transition: transform 0.4s ease;
}

.destination-card:hover .destination-image-wrapper img {
  transform: scale(1.05);
}

.destination-badge {
  position: absolute;
top:15px;
  left: 15px;
  background: yellow;
  color: blue;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.destination-badge:hover {
  background: #0056b3;
  color: white;
}
.destination-image-wrapper {
  width: 100%;
  aspect-ratio: 2 / 3; /* Matches France image ratio (832/1152) */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.destination-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .uk-grad-content h2,
  .cost-header h2,
  .uk-employ-header h2 {
    font-size: 1.8rem;
  }

  .uk-cost-boxes {
    flex-direction: column;
    align-items: center;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .visa-step {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 15px;
  }

  .visa-icon {
    margin-bottom: 10px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .uk-spotlight-title {
    font-size: 2.2rem;
  }

  .uk-spotlight-paragraph {
    font-size: 1rem;
  }

  .uk-spotlight-card {
    padding: 25px 20px;
  }
}
.country-section {
      padding: 60px 20px;
      max-width: 80%;
      margin: 80px auto auto auto;

    }
    .country-cls{
      display: flex;
      justify-content: center;

    }

    .section-title {
      text-align: center;
      font-size: clamp(70px,2vw,24px);
      font-weight: 550;
      color: rgb(3, 56, 163);
      margin-bottom: 20px;
      background-color: white;
      padding: 0px 50px;
width: fit-content;
      border-radius: 10px;
       box-shadow: 0 8px 16px rgba(0, 0, 0, 0.50); 
    }

 .country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Fixed 4 per row */
  gap: 30px;
  margin: 50px 0px;
}


    .country-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      background-color: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

  .country-card img {
  width: 100%;
  height: 280px; /* Adjust as needed */
  object-fit: cover;
  display: block;
  border-radius: 10px;
  z-index: 1;
}

    .country-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: yellow;
      color: blue;
      font-weight: bold;
      padding: 6px 14px;
      font-size: 14px;
      border-radius: 5px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      z-index: 2;
    }
        .country-badge:hover{
          color: white;
          background-color: blue;
        }

  @media (max-width: 992px) {
  .country-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
  }
}

@media (max-width: 576px) {
  .country-grid {
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }

  .country-card img {
    height: 180px; /* Smaller image for mobile */
  }

  .section-title {
    font-size: 36px;
  }
}
 .explore-more-btn:hover{
  background-color: black;
  color: white;
 }
    .explore-more-btn{
          display: inline-block;
    padding: 16px 67px 16px 30px;
    background: #0338A3;
    color: var(--ed-white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 52px;
    position: relative;
    height: 52px;
    transition: all 0.4s ease;
    }
        .explore-more-btn i{
              position: absolute;
    width: 44px;
    height: 44px;
    line-height: 50px;
    background: var(--ed-white-color);
    border-radius: 100%;
    color: var(--ed-primary-color);
    text-align: center;
    font-size: 20px;
    top: 4px;
    right: 5px;
    transition: all 0.4s ease;
        }
        .country-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Elevation and scale on hover */
.country-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* Image zoom on hover */
.country-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.country-card:hover img {
  transform: scale(1.1);
}

/* Optional: Badge bounce effect on hover */
.country-card:hover .country-badge {
  transform: scale(1.1);
  background-color: blue;
  color: white;
}

/* Add smooth transition to badge */
.country-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: yellow;
  color: blue;
  font-weight: bold;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.black-bg {
  background-color: black !important;
  color: white !important;
}





































.topic{
margin-top: 0px;
  font-size: 35px;
  color: rgb(56, 5, 241);
}

.topic1{

  font-size: 25px;
}



.cmdiv {


  display: flex;
  justify-content: center;
  background-image:  url("/assets/images/trav.webp");
  background-size:cover;
  background-position: center;

  background-repeat: no-repeat;







height: 100vh;

}


.gridLayout{
  display: grid;
  grid-template-columns: 100px 100px 100px 100px 100px 100px ;
  gap: 30px;
  justify-content: center;
  align-items: start;

}



.cmdivtop{
position: relative;


}

.indiv {
  
  width: 80%;

  border-radius: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  color: #6e7dab;
  margin-top: 20px;
}

.Logo{

  width: 200px;
}

h2 {
  color: #007bff;
  text-align: center;
}

.opdiv {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
 
  text-align: center;
  

  
}

.optionCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
 
  border: 2px solid #a09c9c;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  
  background-color: #fff;
  text-align: center;
  
}
.optionCards{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  height: auto;

  border: 2px solid gray;
border-radius: 10px;
  padding:  10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  
  background-color: #fff;
  text-align: center;
  
}

.optionCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  border-color: #007bff;
}

.optionCard.selected {
  border-color: orange;
  border-width: 2px;
  background-color: rgb(255, 255, 255);
}
.btn{
    background-color: white;
    border: 1px solid blue;
    border-radius: 5px;
    color: blue;
    text-align: left;
    display: flex;
   align-self: baseline;
}
.optionCard img {
  width: 80px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
 align-self: center;
  border-radius: 10px;
  object-fit: cover;
}
.selected {
  border-color: blue;
  background-color: #e0f0ff;
}
.progressContainer {
  width: 100%;
  max-width: 400px;
  height: 10px;


  background-color: rgb(245, 229, 6);
  


}
.idtwo{

  color: rgb(202, 12, 12);
  font-size: 35px;
}

.progressBar {
  height: 100%;
 width: 350px;
  background-color: rgb(19, 7, 184);
  transition: width 0.3s ease;
}

.citycls{
display: flex;
justify-content: center;
flex-direction: column;
width: 500px;


}
.searchInput {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;

         border: 1px solid #004080;

  margin-bottom: 10px;
}
.textInputContainer {
 

  border-radius: 16px;

  max-width: 500px;
  margin: 50px auto;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.premiumHeading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: rgb(202, 12, 12);
}

.inputGroup {
  
  text-align: left;
}

.inputField {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
            border: 1px solid #004080;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border 0.3s;
}

.inputField:focus {
      border: 1px solid #004080;
  outline: none;
}

.errorText {
  margin-top: 6px;
  color: #d9534f;
  font-size: 14px;
}

.premiumSubmitBtn {
  background-color: rgb(22, 7, 235);
  color:yellow;
  font-weight: 600;
  padding: 12px 20px;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.outerdiv{
  display: flex;
  align-items: center;
}

.premiumSubmitBtn:hover {
  background-color: #0056b3;
}

.cityCardContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 25px;
  justify-content: center;
  margin-top: 30px;
}
.cityResults {
  max-height: 200px;
  overflow-y: auto;
  border: none;
  width: 100%;
  max-width: 300px;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
 
}
.nav-btn {
  background-color: white;
   border: 1px solid blue;
  color: black;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
  cursor: pointer;
border-radius: 10px;
  display: inline-flex;
  align-items: center;    

  gap: 8px;                
  transition: background-color 0.2s ease;
}


.icon {
  display: inline-block;
  line-height: 1;
}


.ic {
  font-size: 20px;
}

.ico {
  font-size: 17px;
}




.nav-btn:hover {
  background-color: #0056b3;
}

.nav-btn:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}


.cityItem {
  padding: 5px;
  cursor: pointer;
  color: rgb(42, 7, 245);
  font-weight: 500;
  background-color: #f8f8f8;
 
}
.cityItem:hover {
  background: #0101e6;
  color: rgb(250, 250, 250);
  
}

.back{

  display: flex;
justify-content: flex-start;
 width: 100%;



}

.optionCard p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: blue;
}
#optionsContainer{

  height: auto;

}
.textInputContainer {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 550px;
  margin-top: 50px;
}

.textInputContainer input {
  padding: 10px;
  border: 1px solid #724b4b;
  border-radius: 5px;
}

.submitBtn {
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.submitBtn:hover {
  background-color: #0056b3;
}

.input{
  width: auto;
}
.nwcls{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 50px;

  border-radius: 10px;
}

@media screen and (min-width: 601px) and (max-width: 899px) {


.optionCards{

  width: 255px;
}
.optionCard p{
  font-size: 12px;
}
.topic{

  font-size: 25px;
}


.idtwo{
  font-size: 25px;
}
.gridLayout{
display: grid;
    grid-template-columns: 100px 100px 100px ;
    gap: 15px;
}

.nwcls{
  margin-top: 0px;
  gap: 12px;
}
.nav-btn{
  margin-top: 0px;
}

}



/* ✅ Mobile styles (max width 600px) */
@media screen and (max-width: 600px) {
 
  .cmdiv{
    font-size: 14px;
    font-family: Arial, sans-serif;
   background-image:  url("/assets/images/trav.webp");
   background-size: cover;

   

 
  }
.nwcls{
  gap: 20px;
}
  .cmdiv {
    padding: 10px 10px 100px 10px;
  }
  .optionCard p{

    text-wrap:inherit;
    font-size: 12px;
  }
  .optionCards{
    width: 250px;
    font-size: 20px;
font-weight: 600;
  }
  .optionCard{
    width: 70px;
  }

 
  .topic{
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
  }
  .idtwo{

    font-size: 15px;
    z-index: 3;
    
    
  }

  .indiv {
    
    width: 100%;
    border-radius: 12px;
    margin-top: 50px;
    
    display: flex;

    flex-direction: column;

}
.optionCard img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
    width: 50px;
    height: 15px;
  }

.opdiv{
    top: 15px;
gap: 10px;
    display: grid;
    justify-content: center;
align-content: center;
    
  

  }

  .gridLayout{

    display: grid;
    grid-template-columns: 70px 70px 70px;


  }
  .searchInput{
width: 95%;
display: flex;
        border: 1px solid #004080;
align-items: center;
  }
  .cityCardContainer{
   

    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  
  
  }
  .citycls{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
  }
  .nav-btn .icon{
    font-size: 10px;
  }
  .textInputContainer{

    background-color: rgb(255, 255, 255);
      
    width: 80%;
   
  }


  .nav-btn{
    margin-top: -70px;


    border-radius: 10px;
  }
}


.custom-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.custom-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 25px 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
  animation: slideDown 0.3s ease-out;
}

.custom-modal-content h3 {
  margin-top: 0;
  color: #c0392b;
}

.custom-modal-content p {
  margin: 15px 0;
  font-size: 16px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  font-weight: bold;
}

.close-btn:hover {
  color: #000;
}

@keyframes slideDown {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.twoColumnGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .twoColumnGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.educationGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
  padding: 20px 0;
}

/* Center the 5th card (single item in 3rd row) */
.educationGrid > .optionCards:nth-child(5) {
  grid-column: 1 / -1;       /* Span both columns */
  justify-self: center;      /* Center it inside the row */
}
@media screen and (max-width: 600px) {
  .educationGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.examStatusGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
  padding: 20px 0;
}

@media screen and (max-width: 600px) {
  .examStatusGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .progressContainer{

 min-width: 280px;
 max-width: 280px;
  }
  .hero h1 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.visa-title {
  font-size: 2rem;
  color: #002a6e;
  margin-bottom: 15px;
}
}
/* Add this to give consistent card size */
.cityCardContainer .optionCards {
  width: 120px;           /* Same or similar width as country cards */
  padding: 10px;
  text-align: center;
}
.cityCardContainer .optionCards p {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin: 0;
}
.recommended-badge {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: wheat;
  color: green;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
}
.columnLayout {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Optional spacing between cards */
  align-items: flex-start; /* Or center, as needed */
}

.btns{
    background-color: white;
    border: 1px solid blue;
    border-radius: 5px;
    color: blue;
    text-align: center;
   
   align-self: baseline;
}
@media (max-width: 768px) {
  .ed-why-choose--style3 {
    background-color: white !important;
  }
  .ed-why-choose--style3::before,
  .ed-why-choose--style3::after {
    background-color: transparent !important;
  }
 
}
.pteimg
{
 
   vertical-align:middle;
   border-style:none;
 
width:100%;

}
.pteimg2{
  width: 100%;
background-size: cover;
}

.inputField{
  text-align: center;
  font-size: large;
}
.imt{
  text-align: center;
  font-size: large;
}

@media screen and (min-width: 900px) and (max-width: 1650px) {

.nwcls{
  gap: 20px;
  padding: 0px;
}
.nav-btn{

  margin-top: 10px;
}
.topic{
  font-size: 25px;
}
.optionCards{
  width: 300px;
  padding: 5px;
}
.textInputContainer{
  margin-top: -20px;
  align-items: center;
}
.textInputContainer input{
padding: 5px;


}
.cityCardContainer{
  gap: 15px;
}
.inputField{
  font-size: medium;
  width: 350px;
}
.cityCardContainer .optionCards{
  padding: 5px;
}
.optionCard p{
  font-size: 12px;
}
p{
  font-size: 15px;
}
.idtwo{
  font-size: 25px;
}
}
