.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {

  background-color: #fff;
  overflow-x: hiddenrgb(0, 0, 0)portant;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
  font-family: "poppins", sans-serif;
}

img {
  display: block;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
}

p {
  font-family: "poppins", sans-serif;
}

:root {
  --c1: #c1912d;
  --c2: #00668e;
  --c3: #141414;
  --c5: #05153f;
  --c6: #3e3e3f;
  --c7: #000;
}

::selection {
  background-color: var(--c3);
  color: var(--c6);
}

.wrapper {
  overflow: hidden !important;
}

.spacing {
  padding: 60px 0;
}

/* Topbar */
.top-bar {
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}

.social-icons a {
  color: #fff;
  margin-right: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #c68400;
}

.top-links {
  text-align: right;
  margin-right: 2.5%;
}

.top-links a {
  color: #fff;
  margin-left: 20px;
  transition: 0.3s;
}

.top-links a i {
  margin-right: 5px;
  color: #c68400;
}

.top-links a:hover {
  color: #c68400;
}

.social-icons {
  margin-left: 16%;
}

.social-icons a img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/* Header */
.header-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 0 0 0 60px;
}

.header-contacts .our-contact-details a:hover {
  color: #c1912d;
  opacity: 1;
}

.our-contact-details {
  display: flex;
  gap: 5px;
  align-items: center;
}

.our-contact-details a,
.our-contact-details i {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.our-contact-details i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #c1912d;
}

.main-menu>ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: end;
}

.main-menu>ul>li {
  padding: 15px 5px;
}

.main-menu>ul>li>a {
  color: white;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.main-menu>ul>li>a:hover {
  color: #c68400;
}

.main-menu>ul>li>a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #c68400;
  transition: width 0.3s ease;
}

.main-menu>ul>li>a:hover::after {
  width: 100%;
}

.logo a img {
  width: 160px;
  padding: 5px;
}

.logo {
  margin-left: 25%;
}

.lower-header-body .row .col-lg-3 {
  padding-left: 0;
}

.lower-header-body .row .col-xl-8 {
  padding: 0;
}

.responsive-menu {
  display: none;
}

header {
  position: relative;
  width: 100%;
  z-index: 9;
}

.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

/* Buttons */
.order-btn a,
.banner-btn a {
  display: inline-block;
  padding: 10px 21px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  background-color: #c68400;
  color: #fff;
  border: 2px solid #c68400;
  transition: all 0.3s ease;
}

.order-btn a:hover,
.banner-btn a:hover {
  background-color: #fff;
  color: #c68400;
  border-color: #c68400;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.web-btn {
  padding-left: 0;
  padding-top: 0;
  position: relative;
  float: right;
}

.web-btn.banner-btn {
  float: left;
}

/* Dropdown */
.dropdown {
  flex-direction: column;
  position: absolute !important;
  background-color: #c68400;
  transition: all .5s ease-in;
  transform: scaleY(0);
  top: 55px;
  z-index: 999;
  transform-origin: top;
  width: 250px;
}

.main-menu ul li:hover ul.dropdown {
  transform: scaleY(1);
}

.dropdown>li {
  transition: all .6s;
  position: relative;
}

.dropdown li:not(:last-child) {
  border-bottom: 1px solid;
}

.dropdown li a {
  color: white !important;
  background-color: #c68400;
  transition: all 0.3s ease;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.dropdown li {
  width: 100%;
}

.dropdown li:hover {
  background-color: #a06500;
}

.dropdown li:hover a {
  color: white !important;
  background-color: #a06500;
}

/* Banner */
.banner-img {
  /* background-image: url(../images/banner1.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
  margin-top: -10%;
}

.banner-content {
  margin-top: 2%;
}

.banner-content .subtxt {
  color: var(--c5);
  font-weight: 400;
  font-size: 25px;
}

.banner-content .bnrpara {
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 55px;
}

.banner-content .bnrpara span {
  color: #dd9300;
  font-size: 40px;
  font-weight: 700;
}

.banner-content p {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  padding-bottom: 20px;
}

.banner-upper-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.banner-upper-content img {
  width: 140px;
}

.banner-upper-content p {
  padding: 0;
  padding-bottom: 5px;
}

.hero-slider {
  position: relative;
  z-index: 0;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: -100px;
  display: flex;
  gap: 0px;
  left: 0px !important;
}

.banner-slider .slick-dots li button {
  font-size: 40px;
  -webkit-text-security: disc;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  color: var(--c1);
}

.banner-slider .slick-dots li.slick-active button {
  border: 3px solid var(--c2);
}

.slider-numbers {
  position: absolute;
  bottom: 7%;
  left: 20%;
  transform: translate(-20%, 14%);
  font-size: 23px;
  font-weight: 600;
  color: var(--c2);
}

.exam-course-title h1 {
  margin-bottom: 13px;
}

.exam-course-title h1 span {
  color: #c68400;
}
/* Services */
.service-card-first-sec .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  margin-bottom: 30px;
}

.service-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 25px 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.service-card-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.service-card-header img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}

.services_heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

.service-card-content_paragraph {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  flex-grow: 1;
}

.service-card-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c1912d;
  margin: 0px auto;
}

.service-card-content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  color: var(--c7);
  line-height: 1.2;
  padding-bottom: 10px;
  text-align: center;
}

.service-card-content p {
  font-size: 15px;
  font-weight: 400;
}

.service-card-content {
  padding-top: 20px;
}
.service-title-sec p {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #c68400;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
 
}

.read-more-btn:hover {
  background-color: #a76e00;
  transform: translateY(-2px);
}


/* About Section */
.about-section {
  padding: 60px 0;
}

.about-content {
  padding-right: 20px;
}

.about-title h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.about-title h2 span {
  color: #c68400;
}

.about-description p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #ddd;
}

.about-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Running Projects */
.running-project-image {
  height: 395px;
}

.running-project-card .running-projects-headings-title {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
.web-title.running-project-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

.web-title.running-project-title h2 span {
  color: #c68400;
  font-weight: 400;
}



.running-projects .running-project-card {
  position: relative;
  height: 390px;
  width: calc(25% - 20px);
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.running-project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.running-project-card:hover::before {
  opacity: 1;
}

.running-project-card .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.running-project-card:hover .image-container {
  transform: scale(1.1);
}

.running-project-card .running-projects-headings-title {
  position: absolute;
  bottom: 50px;
  left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  transition: color 0.3s ease;
}

.running-project-card:hover .running-projects-headings-title {
  color: #fff;
}

.running-project-card .running-projects-headings_paragraph {
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: white;
  font-size: 14px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.running-project-card:hover .running-projects-headings_paragraph {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/* FAQ Section */
.accordion-base-section {
  padding: 60px 0;
  background: url(../images/faq-background.png);
}

.country-base-title h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ffffff;
}

.country-base-title span {
  color: #c68400;
  font-weight: 400;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  background: #fff;
  color: #333;
  border: none;
  padding: 15px 20px;
  outline: none;
  transition: all 0.3s ease;
}

.accordion-button:hover {
  background: #f1f1f1;
  color: #c68400;
}

.accordion-button::after {
  content: "\002B";
  font-size: 18px;
  float: right;
  transition: transform 0.3s;
}

.accordion-body {
  padding: 15px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  background: #fff;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: #c68400 !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #c68400 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.col-custom-accordion-width {
  padding: 0 20px;
}

/* Footer */
.footer {
  padding-top: 60px;
  background: url(../images/footer-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-content p {
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  font-weight: 200;
  margin-top: 15px;
}

.footer-logo img {
  max-width: 240px;
}

.contact-form .section-title p {
  color: #ffffff;
  text-align: left;
  background-color: #c68400;
  margin-bottom: 25px;
  font-size: 28px;
  padding: 20px;
  font-weight: 500;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-form .btn.btn-secondary {
  background-color: white !important;
  border: 1px solid white !important;
  border-radius: 6px;
  padding: 10px 25px;
  color: #000000 !important;
  transition: 0.3s;
}

.contact-form .btn.btn-secondary:hover {
  background-color: #c68400 !important;
  border-color: #c68400 !important;
  color: #fff !important;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 12px;
  color: #fff;
}

.footer-bottom p a {
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
  margin-bottom: 9%;
}

.footer-bottom p a:hover {
  color: var(--c1);
}

.social-links a {
  display: inline-block;
  margin-left: 10px;
}

.footer-icon-socials {
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

.footer-icon-socials:hover {
  transform: scale(1.1);
}

.icons {
  width: 20px;
  height: 20px;
  margin-bottom: 9%;
}

/* WhatsApp */
.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
}

.whatsapp-icon a img {
  width: 70px;
  height: 70px;
}

.whatsapp-icon-fixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
}

.whatsapp-icon-fixed a img {
  width: 90px;
}

/* Contact Form */
.contact-form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.contact-form-input input {
  padding: 11px 10px;
  outline: 0;
  margin-top: -7px;
  margin-bottom: 10px;
  border: 0;
}

.contact-form-input label {
  font-size: 17px;
  padding: 2px 0px;
  margin-left: 16px;
  margin-bottom: 0px;
  position: relative;
  background-color: #fff;
  width: 22%;
  text-align: center;
  color: var(--c2);
  border-radius: 0 0 10px 10px;
}

.contact-form-input textarea {
  padding: 10px 10px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  outline: 0;
}

.contact-form-input input,
.contact-form-input textarea {
  transition: all 0.5s;
  width: 100%;
  outline: 0;
  border: 1px solid #c68400;
  border-radius: 35px;
}

.contact-form-input input:focus,
.contact-form-input textarea:focus {
  margin-top: 0;
}

/* ===== Modal Header ===== */
.modal-header {
  background: url('../images/image.jpg') no-repeat center center;
  /* background: linear-gradient(135deg, #163d66, #1f5c9a); */
  color: #fff;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  position: relative;
}

.modal-box-header {
  text-align: center;
}

.modal-title.off-discount {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 6px;
}

.modal-title.off-discount span {
  color: #c68400;
  font-weight: 700;
}

.modal-title.gurantee-result {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

/* ===== Close Button ===== */
.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 26px;
  font-weight: bold;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-close::before {
  content: "";
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.btn-close:hover {
  /* background-color: #fff; */
  color: #000;
  transform: scale(1.15) rotate(90deg);
  opacity: 1;
}


/* ===== Modal Body ===== */
.modal-body {
  padding: 25px 20px 35px;
}

/* ===== Form Styles ===== */
.contact-form {
  width: 100%;
}

.contact-form-input {
  margin-bottom: 15px;
}

.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form-input input:focus,
.contact-form-input textarea:focus {
  border-color: #c68400;
  outline: none;
  box-shadow: 0 0 5px #c68400;
}

.contact-form-input textarea {
  resize: none;
  height: 100px;
}

/* ===== Submit Button ===== */
.contact-form-inputs input[type="submit"] {
  width: 35%; 
  background: #c68400e3;
  text-transform: uppercase;
  color: #000000;
  border: none;
  border-radius: 8px;
  padding: 10px; 
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: block;          
  margin: 20px auto 0;     
  text-align: center;
}

.contact-form-inputs input[type="submit"]:hover {
  background: #a76e00;
  transform: translateY(-2px);
}


.contact-form-inputs input[type="submit"]:hover {
  background: #ffab02;
  color: #ffffff;
  transform: translateY(-2px);
}


/* More Services */
a#more_services_show {
  background-color: #c68400;
  color: #fff;
  padding: 12.1px 12px;
  font-size: 17px;
  letter-spacing: 2px;
  transition: all .5s;
  position: relative;
  border-radius: 8px;
  margin: 10px 0px 30px 0px;
}

#more_services_div .more-services {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  margin: 0;
}

#more_services_div .more-services li {
  position: relative;
  margin-bottom: 15px;
  flex: 1 0 30%;
  color: #fff;
}

#more_services_div .more-services li a {
  color: #fff;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 14px;
}

#more_services_div .more-services li a:hover {
  color: #c68400;
}

/* Trusted Section */
.trusted-heading {
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.trusted-heading .highlight {
  color: #c68400;
}

.university-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.university-logos img {
  max-height: 60px;
  background: white;
  padding: 8px 14px;
  border-radius: 6px;
}

/* Counter */
.counter {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-left: 44%;
  margin-top: -6%;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-family: "Poppins", sans-serif;
  z-index: 10;
}

.counter .arrow {
  font-size: 20px;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
}

.counter .arrow:hover {
  color: #c68400 !important;
}

.counter .page {
  font-size: 14px;
  color: white;
}

/* Slider Arrows */
.custom-prev,
.custom-next {
  border: 0;
  background-color: #fff;
  width: 60px;
  height: 42px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 40%;
  z-index: 9;
  transform: translateY(-20%);
  cursor: pointer;
}

.custom-prev i,
.custom-next i {
  font-size: 29px;
  font-weight: 300;
  color: var(--c3);
  transition: all 0.5s;
}

.custom-prev {
  left: 9px;
}

.custom-prev.running-project-arrows {
  left: -7px;
  transform: skewX(20deg);
}

.custom-next {
  right: 0;
}

.running-project-arrows.custom-next {
  right: -10px;
  transform: skewX(-19deg);
}

.custom-prev i.fa-angle-left,
.custom-next i.fa-angle-right {
  transform: skewX(0deg);
}

.custom-prev:hover i.fa-angle-left,
.custom-next:hover i.fa-angle-right {
  color: var(--c3);
}

.ruuning-project-img::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -30px;
  width: 90px;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  transform: rotate(43deg);
}

.country-left,
.country-right {
  top: 125%;
  background-color: transparent;
}

.country-left {
  left: 45%;
}

.country-right {
  right: 45%;
}

.country-left i,
.country-right i {
  font-size: 35px;
  font-weight: 400;
}

.country-left:hover,
.country-right:hover {
  background-color: transparent;
}

.country-left:hover i,
.country-right:hover i {
  transform: scale(1.1);
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .web-btn.banner-btn {
    float: left;
  }

  .hero-slider .banner-slider .slick-dots {
    bottom: -65px;
  }

  .banner-content .bnrpara span {
    font-size: 40px;
  }

  .lower-header-body .logo {
    margin-left: 10%;
  }

  section.course-sec {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-content .bnrpara,
  .banner-content .bnrpara span {
    font-size: 23px;
  }

  .banner-img {
    height: 27rem !important;
    background-position: 40% top !important;
  }

  .hero-slider {
    height: 30rem !important;
  }

  .banner-btn {
    width: 70% !important;
  }

  .web-title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .service-card-content h2 {
    font-size: 18px;
  }

  .service-card-content p {
    font-size: 13px !important;
  }

  .contact-form-input input,
  .contact-form-input textarea {
    border-radius: 8px;
  }

  .contact-form-input input {
    padding: 8px 8px;
  }

  .service-card-img {
    width: 90px;
    height: 90px;
    margin-top: -70px;
    margin-left: 110px;
  }

  .web-title h2 {
    font-size: 20px !important;
  }

  .footer-logo img {
    width: 200px !important;
  }
}

/* Utility Classes */
.row.align-items-center {
  margin-bottom: 5%;
}

.row.align-items-center.justify-content-between {
  margin-bottom: 0;
}

.padding-200 {
  padding: 200px 0px 0px 0px;
}

.second-section-image {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
}

.open-menu {
  display: none;
}

p a {
  color: var(--c2);
  font-weight: 700;
  transition: all 0.5s;
}

p a:hover {
  color: var(--c3);
}

.responsive-lower-header {
  display: none;
}

.responsive-menu.active {
  background: #050505;
}

.col-md-4.column.text-center:hover {
  background: black;
  color: white;
}

@keyframes left_right {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}


/* ===== Tablet (768px – 1024px) ===== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-dialog {
    max-width: 600px;
    margin: 40px auto;
  }

  .modal-header {
    padding: 20px 15px;
    background-size: cover;
  }

  .modal-title.off-discount {
    font-size: 18px;
  }

  .modal-title.gurantee-result {
    font-size: 15px;
  }

  .btn-close {
    width: 36px;
    height: 36px;
    font-size: 22px;
    right: 12px;
    top: 12px;
  }

  .modal-body {
    padding: 20px 15px 30px;
  }

  .contact-form-input input,
  .contact-form-input textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .contact-form-inputs input[type="submit"] {
    font-size: 15px;
  }
}

/* ===== Mobile (up to 767px) ===== */
@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .modal-content {
    padding-top: 0%;
  }

  .modal-header {
    padding: 18px 12px;
    background-size: cover;
  }

  .modal-title.off-discount {
    font-size: 16px;
    margin-top: 16px;
  }

  .modal-title.gurantee-result {
    font-size: 14px;
  }

  .btn-close {
    width: 34px;
    height: 34px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }

  .modal-body {
    padding: 18px 12px 28px;
  }

  .contact-form-input input,
  .contact-form-input textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .contact-form-inputs input[type="submit"] {
    font-size: 15px;
    padding: 10px;
  }

  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
  }
}


/* Ensure modal always vertically centered */
.modal.show .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
