* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Goudy Bookletter 1911", serif;
  background-color: #efeef3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Goudy Bookletter 1911", serif;
}

p {
  font-family: "Poppins", sans-serif;
}

ul li {
  font-family: "Poppins", sans-serif;

}

.title-h2 {
  font-size: 48px;
  display: flex;
  justify-content: start;
  gap: 10px;
  color: #000000;
}

.title-h2 h2 {
  font-size: 35px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  font-weight: 700;
}



.titletwo-h2 {
  font-size: 48px;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* banner css code */

.banner-space {
  padding-bottom: 40px;
}

.header-space .container {
  max-width: 1240px;
}

.banner-space .container {
  max-width: 1240px;
}

.banner-head p {
  margin-top: 0px;
}

.banner-head {
  text-align: center;
}

.banner-head h1 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 40px;
  text-align: start;
  line-height: 1.5;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thislineonly {
  font-size: 41px;
  font-weight: 600;
  margin-top: 40px;
  text-align: start;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.banner-head p {
  font-size: 19px !important;
  color: #ffffff;

  margin-top: 25px;
}

.banner-btn {
  display: flex;
  margin-top: 20px;
  /* justify-content: center; */
}

.banner-btn button {
  width: 250px;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  border: none;
  color: #000000;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}

.banner-two {
  display: flex;
  justify-content: start;
  gap: 25px;
}

.banner-one {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.banner-second {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.trust-para p {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  color: #ffffff;
}

.trust-para h4 {
  font-size: 20px;
}

.seconded-para h4 {
  font-size: 20px;
}

.seconded-para p {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  color: #ffffff;
}

.banner-two h4 {
  color: #fff;
}

.formcap {
  position: relative;
}

.formcap {
  position: absolute;
  left: 920px;
  z-index: 98;
  top: 65px;
}

/* form */
.window {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 30px;
  border-radius: 20px;
  backdrop-filter: blur(20px) brightness(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  border: 1px dotted #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 100%);
}

input[type="submit"] {
  width: 40%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px !important;
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
  color: #ffffff;
}

input[type="reset"] {
  width: 40%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 37px;
  margin-top: 20px !important;
  border: none;
  background: rgb(59, 91, 152);
  background: linear-gradient(180deg,
      rgba(59, 91, 152, 1) 0%,
      rgba(14, 46, 107, 1) 100%);
  color: #ffffff;
}

input[type="submit"]:hover {
  background-color: #ffffff !important;
}

.registernow {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.registernow h4 {
  font-size: 25px;

  color: #000000;
}

.banner-bg-img {
  position: relative;
}

.banner-bg-img img {
  position: absolute;
  top: -789px;
  left: 664px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 14px;
  border: 1px solid #EFD175 !important;
}

/* marquee css code  */

.marquee-text {
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
}

.marquee-text .top-info-bar {
  font-size: 12px;
  width: 200%;
  display: flex;
  -webkit-animation: marquee 25s linear infinite running;
  -moz-animation: marquee 25s linear infinite running;
  -o-animation: marquee 25s linear infinite running;
  -ms-animation: marquee 25s linear infinite running;
  animation: marquee 25s linear infinite running;
}

.marquee-text .top-info-bar:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
  padding: 10px 30px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.marquee-text .top-info-bar a {
  color: #000000;
  text-decoration: none;
  font-size: 35px;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/* about css */

.about-space {
  margin-top: 65px;
}

.about-title h2 {
  color: #11316e;

  font-size: 59px;
  font-weight: 600;
}

.about-para-one {
  margin-top: 20px;
  color: #11316e;

  font-size: 20px;
  font-weight: 500;
}

.about-para-two {
  margin-top: 30px;

  font-size: 17px;
  font-weight: 500;
}

.about-img img {
  width: 100%
}

/* what ielts */

.what-ielts-space {
  margin-bottom: 65px;
}

.what-ielts-space {
  color: #ffffff;
}

.what-para {
  padding: 50px 0px;
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
}

.what-para {
  position: relative;
  z-index: 99;
}

.what-para p {
  margin-top: 20px;
  font-size: 17px;
}

.what-image {
  position: relative;
}

.what-image img {
  width: 600px;
  position: absolute;
  top: -30px;
  left: 550px;
}

/* eligiblity css code */

.eligiblity-space {
  margin-top: 65px;
  margin-bottom: 65px;
  color: #ffffff;
}

.eligiblitybox {
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  padding: 40px 15px 20px 15px;
  border-radius: 20px;
  margin-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000000 !important;
  font-weight: 600;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  width: 100%;
  height: 270px;
}

.eligiblitybox1 {
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  padding: 28px 10px 20px 15px;
  border-radius: 50px;
  margin-top: 40px;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000000 !important;
  font-weight: 600;
}

.eligiblitybox p {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  color: #ffffff;
}

.eligiblitybox h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.eligiblitybox1 p {
  font-size: 17px;
}

/* register css code */

.regsiter-title h2 {

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}

.regsiter-title {
  margin-left: 100px;
}

.regsiter-title p {
  font-size: 20px;
  color: #133370;
  margin-top: 20px;
}

.register-img {
  position: relative;
}

.register-img img {
  position: absolute;
  width: 1200px;
  top: 73px;
  left: -70px;
}

.register {
  position: relative;
  margin-top: 150px;
}

.register-table {
  position: relative;
}

.register-table .comparison-table {
  position: absolute;
  z-index: 99;
}

.comparison-table {
  width: 86%;
  margin: 0px 20px 0px 50px;
  border-collapse: collapse;
  border: 2px solid #fff;
  border-radius: 20px;

}

.comparison-table th,
.comparison-table td {
  border: 2px solid #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  background-color: #f0f0f5;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.comparison-table td {
  font-size: 1.1em;
  color: #fff;
}

.comparison-table a {
  color: #fff;
  text-decoration: none;
}

.comparison-table td img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.register-body {
  font-size: 15px;
  font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
  .comparison-table {
    width: 100%;
  }

  .comparison-table td,
  .comparison-table th {
    padding: 10px;
  }
}

/* test pattern css code */

.test-cap {
  position: relative;
}

.test-cap img {
  position: absolute;
  top: -91px;
  left: -45px;
}

.testpattern-space {
  margin-top: 88px;
}

.test-pattern {
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);

  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.title-para p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

.ielts-table {
  width: 90%;
  margin: 50px auto;
  border-collapse: collapse;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ielts-table th,
.ielts-table td {
  padding: 10px 20px;
}

.ielts-table th {
  background-color: #ffffff;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);

  color: #000000;
  font-size: 1.1em;
  border: 2px solid #000000;
  text-align: center;

}

.ielts-table td {
  font-size: 1em;
}

.ielts-table td:first-child {
  width: 10%;
}

.ielts-table td:nth-child(2) {
  width: 50%;
}

.ielts-table td:last-child {
  width: 25%;
}

.ielts-table tr {
  border-bottom: 2px solid #ffffff5c;
}

.test-space {
  margin-top: 65px;
  margin-bottom: 65px;
}

.test-card {
  background: #ffffff;
  border: 2px solid #BF8A35;
  border-radius: 20px;
  padding: 30px 20px 10px 20px;
  /* border-top: 25px solid; */
  border-top: 25px solid #BF8A35;
}

.test-card p {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}

.test-card {
  text-align: center;
}

#row-margin {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ielts-table {
    width: 100%;
  }

  .footer-space {
    padding-bottom: 20px !important;
  }

  .ielts-table th,
  .ielts-table td {
    padding: 3px;
    font-size: 0.9em;
  }

  #second-box {
    margin-top: 80px;
  }
}

.ieltsbody {
  font-size: 17px;
}

/* syllabus css code  */

.syllabus-margin-top {
  margin-top: 80px !important;
}

.syllabus-space {
  margin-top: 65px;
  margin-bottom: 65px;
}

.syllabus-box {
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  color: #000000;
  padding: 100px 30px 30px 30px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#second-box {
  /* margin-top: 80px; */
}

#fourth-box {
  margin-top: 80px;
}

.syllabus-icon {
  position: relative;
}

.syllabus-icon img {
  position: absolute;
  top: -170px;
  left: 65px;
  width: 140px;
}

/* Band Scale  */

.band-scale-space {
  margin-top: 65px;
  margin-bottom: 65px;
}

.circle-band {
  border: 1px solid #fff;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  padding: 5px;
}

.circle-band-two {
  background: rgb(14, 46, 107);
  background: linear-gradient(188deg,
      rgba(14, 46, 107, 1) 0%,
      rgba(59, 91, 152, 1) 100%);
  color: #ffffff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 20px;
}

.band-flex {
  display: flex;
  justify-content: space-evenly;
}

.circle-band-two h4 {
  font-size: 18px;
}

.circle-band-two p {
  font-size: 13px;
}

#bandrowtwo {
  margin-top: 80px;
}

#bandrowone {
  margin-top: 80px;
}

.rowoneimg {
  position: relative;
}

.rowoneimg img {
  position: absolute;
  top: -423px;
  left: 7px;
  width: 1100px;
}

.rowtwoimg {
  position: relative;
}

.rowtwoimg img {
  position: absolute;
  top: -191px;
  left: 8px;
  width: 1100px;
}

.file {
  position: relative;
}

.file img {
  position: absolute;
  top: -600px;
  width: 150px;
  left: 900px;
}

/* animation */

/* animation duration and fill mode */
.cssanimation {
  animation-duration: 5s;
  animation-fill-mode: both;
  display: inline-block;
}

/* coolVerticalShake animation declaration & iteration counting */
.coolVerticalShake {
  animation-name: coolVerticalShake;
  animation-iteration-count: infinite;
}

/* coolVerticalShake animation keyframes */
@keyframes coolVerticalShake {

  3%,
  21%,
  39%,
  57%,
  74%,
  92% {
    transform: translateY(15px);
  }

  6%,
  24%,
  42%,
  60%,
  77%,
  95% {
    transform: translateY(3px);
  }

  9%,
  27%,
  45%,
  63%,
  80%,
  98% {
    transform: translateY(-15px);
  }
}

/* test css code  */

.cap {
  position: relative;
}

.cap img {
  position: absolute;
  top: -50px;
  width: 250px;
}

/* footer css code */

.footer-space {
  background-image: url(../images/footer/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-flex {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

.contact-flex a {
  color: #ffffff;
  text-decoration: none;
}

.contact-flex a:hover {
  color: #EFD175;
  text-decoration: none;
}

.footer-para p {
  font-size: 21px;
  margin-top: 20px;
}

.social-media {
  margin-top: 20px;
}

#location {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #606060;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 20px;
  border: 1px solid #11316e !important;
}

#location:focus {
  /* color: var(--bs-body-color); */
  background-color: var(--bs-body-bg);
  border-color: #606060;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.submitandrestbuttonflex {
  display: flex;
  justify-content: space-evenly;
}

.radio-button-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

input[type="radio"] {
  display: none;
}

.radio-label {
  padding: 7px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 2px solid #2c3e50;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  margin-top: 20px;
  border: 1px solid #fff;
}

input[type="radio"]:checked+.radio-label {
  background: linear-gradient(180deg,
      rgba(59, 91, 152, 1) 0%,
      rgba(14, 46, 107, 1) 100%);
  color: #fff;
  border-color: #1a5da0;
}

.radio-label:hover {
  background-color: #f0f0f0;
}

.btn:hover {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: var(--bs-btn-hover-border-color);
}

.copyrigth {
  background-color: #294a8b;
  color: #ffffff;
  border-top: 1px solid;
}

.copyrigth a {
  list-style: none !important;
  color: #ffffff;
  text-decoration: none;
}

.copyrigth a> :hover {
  list-style: none !important;
  color: #21262e;
  text-decoration: none;
}

.copyrigth-line p {
  padding-top: 20px;
}

/* media query for mobile screen */

@media (max-width: 576px) {

  .header-logo img {
    width: 250px;
  }

  .formcap {
    display: none;
  }

  .register-img-tab-screen img {
    display: none;
  }

  .comparison-table th {
    background-color: #f0f0f5;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
  }

  .about-img img {
    width: 100%;
  }

  .what-para {
    padding: 15px;
    background: rgb(59, 91, 152);
    background: linear-gradient(180deg,
        rgba(59, 91, 152, 1) 0%,
        rgba(14, 46, 107, 1) 100%);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
  }

  .what-image {
    position: relative;
  }

  .title-para p {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin-top: 20px;
  }

  .rowoneimg img {
    display: none;
  }

  .rowtwoimg img {
    display: none;
  }

  .band-flex {
    display: flex;
    /* justify-content: space-evenly; */
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: -30px;
  }

  #bandrowtwo {
    margin-top: 25px;
  }

  .test-card {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(205, 218, 241, 1) 100%);
    border: 2px solid #000000;
    border-radius: 20px;
    padding: 60px 20px 10px 20px;
    margin-top: 30px;
    border-top: 25px solid #000000;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
  }

  .footer-para p {
    font-size: 14px;
    margin-top: 20px;
  }

  .contact-flex {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
    align-items: center;
  }

  .cap img {
    position: absolute;
    width: 180px;
    top: 100px;
  }

  .syllabus-icon img {
    position: absolute;
    top: -170px;
    left: 90px;
    width: 140px;
  }

  #thirdbox {
    margin-top: 80px;
  }

  .register-img {
    display: none;
  }

  .register-img img {
    display: none;
  }

  .regsiter-title p {
    font-size: 16px;
    color: #133370;
    margin-top: 20px;
  }

  .comparison-table {
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
    border: 2px solid #fff;
    border-radius: 20px;

  }

  .comparison-table td {
    font-size: 0.8em;
    color: #fff;
  }

  .banner-head h1 {
    /* font-size: 110px; */
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }

  .column-reverse-sm {
    flex-direction: column-reverse;
  }

  .window {
    margin-top: 20px;
  }

  .banner-two {
    display: flex;
    justify-content: space-evenly;
    gap: 5px;
    flex-direction: column;
  }

  .line img {
    display: none;
  }

  .registernow h4 {
    font-size: 18px;

    color: #000000;
  }

  .registernow {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
  }

  .window {
    width: 100%;
    height: 100%;
    padding: 20px 10px 20px 10px;
    border-radius: 20px;
    backdrop-filter: blur(20px) brightness(100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px dotted #ffffff;
    position: relative;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(205, 218, 241, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 100%);
  }

  .testpattern-space {
    margin-top: 50px;
  }

  .regsiter-title h2 {

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
  }

  .eligiblity-space {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #ffffff;
  }

  .what-ielts-space {
    margin-top: -70px;
    margin-bottom: 65px;
  }

  .about-para-two {
    margin-top: 30px;

    font-size: 15px;
    font-weight: 500;
  }

  .about-space {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .eligiblitybox1 p {
    font-size: 17px;
    text-align: left;
  }

  .test-cap img {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 91px;
  }

  .about-title h2 {
    color: #11316e;

    font-size: 40px;
    font-weight: 600;
  }

  .title-h2 {
    font-size: 40px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: #000000 !important;
  }

  .circle-band-two h4 {
    margin-top: 20px;
  }

  .eligiblitybox1 {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg,
        rgba(14, 46, 107, 1) 0%,
        rgba(59, 91, 152, 1) 100%);
    padding: 14px 5px 20px 5px;
    border-radius: 20px;
    margin-top: 1px !important;
    height: 180px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
  }

  .age16 {
    height: 50px !important;
  }

  .education {
    height: 50px !important;
  }

  .regsiter-title {
    margin-left: 1px;
  }
}

.why-choose {
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);

}

/* floating contact buttons */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 22px;
}

.floating-btn-call {
  background: #25d366;
}

.floating-btn-whatsapp {
  background: #128c7e;
}

@media (max-width: 576px) {
  .floating-contact {
    right: 15px;
    bottom: 15px;
  }

  .floating-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .contact-flex {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .copyrigth-line p {
    padding-top: 20px;
    font-size: 15px;
  }

  .eligiblitybox1 {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg,
        rgba(14, 46, 107, 1) 0%,
        rgba(59, 91, 152, 1) 100%);
    padding: 37px 5px 20px 5px;
    border-bottom-right-radius: 112px;
    margin-top: 40px;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 1500px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
  }

  .eligiblitybox1 p {
    font-size: 15px;
  }

  .about-title h2 {
    color: #11316e;

    font-size: 45px;
    font-weight: 600;
  }

  .about-para-two {
    margin-top: 30px;

    font-size: 15px;
    font-weight: 500;
  }

  .about-img img {
    width: 100%;
  }

  .what-image img {
    width: 100%;
    position: absolute;
    top: -425px;
    left: 50px;
  }

  .what-para {
    padding: 10px 60px 10px 60px;
    background: rgb(59, 91, 152);
    background: linear-gradient(180deg,
        rgba(59, 91, 152, 1) 0%,
        rgba(14, 46, 107, 1) 100%);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
    width: 530px;
  }

  .what-ielts-space {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  #second-box {
    margin-top: 0px;
    height: 400px;
  }

  #thirdbox {
    margin-top: 80px;
  }

  #fourth-box {
    margin-top: 80px;
    height: 379px;
  }

  .rowoneimg img {
    display: none;
  }

  .rowtwoimg img {
    display: none;
  }

  .register-space {
    display: none;
  }

  .register-img-tab-screen img {
    display: block !important;
    width: 100%;
  }

  .testpattern-space {
    margin-top: -43px;
  }

  .test-cap {
    position: relative;
  }

  .test-cap img {
    width: 180px;
  }

  #fourthbox {
    margin-top: 50px;
  }

  #thirdboxfinal {
    margin-top: 50px;
  }

  .test-card {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(205, 218, 241, 1) 100%);
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    border-top: 25px solid #11316e;
  }

  .banner-head h1 {
    font-size: 30px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }

  .banner-head p {
    font-size: 15px;
    color: #fff;

  }

  .banner-two {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-direction: column;
  }

  .line img {
    display: none;
  }

  .banner-bg-img img {
    position: absolute;
    top: -703px;
    left: 332px;
  }

  .header-logo img {
    width: 300px;
  }

  .window {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 30px;
    border-radius: 20px;
    backdrop-filter: blur(20px) brightness(100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px dotted #ffffff;
    position: relative;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255 255 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 100%);
  }

  .radio-button-container {
    display: flex;
    justify-content: space-around;
    gap: 50px;
  }

  #firsttestcrad {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .register-img-tab-screen img {
    display: none !important;
  }

  .regsiter-tab {
    display: none !important;
  }
}

.syllabus-box p {
  margin-top: 20px;
  text-align: left !important;
  font-size: 17px;
}

.ieltsrowone {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.ielts-table tbody tr:hover {
  background-color: #414141;
  /* You can change this color to any you prefer */
  cursor: pointer;
  /* Optional: Changes the cursor to a pointer */
  color: #ffffff;
}

.ieltsrowone td {
  border-right: 2px solid #ffffff;
}

.ieltsrowtwo {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.ieltsrowtwo td {
  border-right: 2px solid #ffffff;
}

.ieltsrowthree {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.ieltsrowthree td {
  border-right: 2px solid #ffffff;
}

.ieltsrowfour {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.ieltsrowfour td {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ieltsbody tr:hover {
  background-color: #d3e2f1;
  /* transition: background-color 0.3s ease; */
}

.elegibilityFlex {
  display: flex;
  align-items: center;
}

.age16 {
  width: 250px;
  height: 150px;
  border: 1px solid #000000;
  margin-top: 40px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 6px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
}

.age16 p {
  font-size: 18px;

  font-weight: 900;
  text-align: center;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.education {
  width: 250px;
  height: 150px;
  border: 1px solid #fff;
  margin-top: 40px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 6px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
}

.education p {
  font-size: 15px;

  color: #11316e;
  font-weight: 900;
  text-align: center;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1024px) {
  .rowoneimg {
    position: relative;
  }

  .rowoneimg img {
    position: absolute;
    top: -423px;
    left: 7px;
    width: 1100px;
  }
}

.banner-btn button:hover {
  background-color: #000 !important;
  color: white !important;
}

.banner-btn button:hover {
  width: 250px;
  /* background: rgb(14, 46, 107); */
  /* background: linear-gradient(180deg, rgba(14, 46, 107, 1) 0%, rgba(59, 91, 152, 1) 100%); */
  border: none;
  color: #ffffff;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
  background-color: black;
}

.formcap {
  display: none;
}

@media only screen and (min-width: 1300px) and (max-width: 1800px) {
  .register-img {
    position: relative;
  }

  .register-img img {
    position: absolute;
    width: 1433px;
    top: -89px;
    left: -70px;
  }

  .rowoneimg img {
    position: absolute;
    top: -442px;
    left: 20px;
    width: 1250px;
  }

  .rowtwoimg img {
    position: absolute;
    top: -191px;
    left: 25px;
    width: 1250px;
  }

  .register {
    position: relative;
    top: -100px;
    margin-top: 150px;
  }
}

.submitandrestbuttonflex input:hover {
  background-color: #ffffff !important;
}

.banner-btn a button:hover {
  background: transparent !important;
  color: #EFD175 !important;
  border: 1px solid #EFD175;
}

input[type="submit"]:hover {
  width: 40%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px !important;
  background: #ffffff !important;
  color: #EFD175 !important;
  border-radius: 1px solid #fff;
}

#country {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #606060;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 10px;
}

#country :focus {
  /* color: var(--bs-body-color); */
  background-color: var(--bs-body-bg);
  border-color: #606060;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.banner-para {
  font-size: 20px !important;
  text-align: start;
  margin-top: 30px;
}

.text-change {
  font-size: 30px;
  font-weight: 600;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.para-blod-inc {
  font-weight: 700;
  color: #ffffff;
}

.test-para h3 {
  color: #000000;
  font-size: 21px;
}

.why-choose-para p {
  margin-top: 50px;
  font-size: 19px;
}

.about-us-last {
  margin-top: 80px;
  margin-bottom: 80px;
}

.about-us-last-img {
  position: relative;
}

.about-us-last-img img {
  width: 100%;
  position: absolute;
  top: -35px;
  left: 0px;
}

.unlisted {
  list-style-type: none;
}

@media (max-width: 575.98px) {
  #splbox {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg, rgba(14, 46, 107, 1) 0%, rgba(59, 91, 152, 1) 100%);
    padding: 30px 0px 15px 15px !important;
    border-bottom-right-radius: 20px;
    margin-top: 40px;
    height: 210px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
  }

  .eligiblityboxtwo {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg, rgba(14, 46, 107, 1) 0%, rgba(59, 91, 152, 1) 100%);
    padding: 15px 15px 20px 15px !important;
    border-bottom-right-radius: 50px;
    margin-top: 1px !important;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    color: #000000;
  }

  .unlisted {
    padding-left: 10px;
    padding-top: 10px;
  }

  /* .ieltsbody tr td {
    text-align: center;
  } */
  .title-h2 {
    font-size: 40px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #000000 !important;
  }

  .curriculumtext {
    font-size: 23px;
    text-align: center;
  }

  .thislineonly {
    font-size: 38px;
    font-weight: 600;
    margin-top: 40px;
    text-align: start;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .banner-head h1 {
    font-size: 20px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .eligiblitybox {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg, rgba(14, 46, 107, 1) 0%, rgba(59, 91, 152, 1) 100%);
    padding: 25px 15px 20px 15px;
    border-bottom-right-radius: 50px;
    margin-top: 1px !important;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
  }

  #splbox {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg,
        rgba(14, 46, 107, 1) 0%,
        rgba(59, 91, 152, 1) 100%);
    padding: 40px 0px 20px 10px !important;
    border-bottom-right-radius: 20px;
    margin-top: 40px;
    height: 210px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);

  }

  .eligiblitybox p {
    font-size: 17px;
    text-align: left;
  }

  .table-two th {
    text-align: center;
  }

  .eligiblityboxtwo {
    background: rgb(14, 46, 107);
    padding: 25px 15px 20px 15px;
    border-bottom-right-radius: 50px;
    margin-top: 40px;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    font-weight: 600;
  }

  .rowone {
    text-align: center;
  }

  .elegibilityFlex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .education {
    width: 100%;
    height: 150px;
    border: 1px solid #fff;
    margin-top: 40px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 6px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
  }

  .age16 {
    width: 100%;
    height: 150px;
    border: 1px solid #000000;
    margin-top: 40px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 6px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);
  }
}

.rowone {
  text-align: center;
}

.eligiblityboxtwo {
  background: rgb(14, 46, 107);
  background: linear-gradient(188deg, rgba(14, 46, 107, 1) 0%, rgba(59, 91, 152, 1) 100%);
  padding: 45px 15px 20px 15px;
  border-bottom-right-radius: 50px;
  margin-top: 40px;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  color: #000000;

}



.fixed-strip {
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  color: #000000;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  color: #000000;
  z-index: 99;
}

.sat-fixedbutton button {
  width: 200px;
  height: 40px;
  color: #EFD175;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(82 82 82) 100%);


}

/* button animation */

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #ffffff;
  }

  40% {
    box-shadow: 0 0 20px #ffffff;
  }

  60% {
    box-shadow: 0 0 20px #ffffff;
  }

  100% {
    box-shadow: 0 0 -10px #ffffff;
  }
}

.button-glow {
  animation: glowing 3000ms infinite;
}

.registernowbutton button {
  width: 200px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-color: #11316e;
  color: #000000;
  font-weight: 600;
  background: -webkit-linear-gradient(#EFD175, #BF8A35);

}

.registernowbutton button:hover {
  background-color: #385895;
}

.course-details-para {
  font-size: 17px;
}

.while-para {
  font-size: 17px;
}


.eligiblityboxtwo p {
  font-size: 17px;
}

.what-para h2 {
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#course-details {
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sat-fixedbutton button:hover {
  color: #000000;
  background: white !important;
}

.title-text {
  color: #000000 !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ffffff !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #e2be64 !important;
}


.trust-badges-img img {
  width: 80px;
}

.banner-mega-banner {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(228, 193, 102, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  text-align: left;
}

.banner-mega-banner p {
  color: #ffffff;
}

.banner-mega-banner h2 {
  color: #ffffff;
}



/* .about-below-content{
  color: gold;
} */


.books-img {
  position: relative;
}

.books-img img {
  position: absolute;
  top: -55px;
  width: 230px;
  left: 100px;
}

.who-can-benefit-bg {
  background-image: url(../images/shapes/who-can-benefit-from-advertising-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .who-can-benefit {
  padding: 80px 0px;
} */

.who-can-benefit-from-advertising-points p {
  font-size: 18px;
  color: #ffffff;
  display: flex;
  gap: 12px;
}

.who-can-benefit-from-advertising-points img {
  width: 30px;
}

.who-can-benefit-from-advertising-img {
  position: relative;
}


.who-can-benefit-from-advertising-img img {
  position: absolute;
  width: 600px;
  left: -115px;
  top: -41px;
}

#who-can-benefit-container {
  padding: 80px 0px 80px 0px;
}


.why-this-directory-delivers-visibility-icon {
  position: relative;
}

.why-this-directory-delivers-visibility-icon img {
  position: absolute;
  left: -120px;
  bottom: -55px;
}


.advertisement-options-available-li {
  font-size: 18px;
  list-style: none;
  padding: 0px;
  text-align: center;
  margin-top: 20px;
}

.advertisement-options-available-li img {
  width: 20px;
}

.test-icon img {
  width: 100px;
}

.faq-container {
  max-width: 100%;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-size: 25px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  transition: background 0.3s ease;
  font-family: "Goudy Bookletter 1911", serif;
  border-radius: 12px;
  border: 1px solid #c3903a;

}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #edce73;
  transition: all 0.4s ease;
  padding: 0 20px;
  line-height: 1.6;
  color: #ffffff;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 15px 20px;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}


.faq-container {
  padding: 120px 0px 80px 0px;
}


.eligiblity-space {
  background-image: url(../images/shapes/books-bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-container {
  background-image: url(../images/shapes/books-bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-list {
  padding-left: 50px;
}

.about-space .container {
  max-width: 1300px;
}

.about-list li {
  list-style: none;
}

.about-para-two p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.about-list img {
  width: 20px;
}

/* ============================================
   Distribution & Reach Section - Premium Styling
   ============================================ */

.distribution-reach-space {
  padding: 80px 0px 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.distribution-reach-space::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(239, 209, 117, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.distribution-reach-space::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(191, 138, 53, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 25s ease-in-out infinite reverse;
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }

  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.distribution-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Stats Counter Row */
.distribution-stats-row {
  margin-top: 50px;
  margin-bottom: 40px;
}

.distribution-highlight-box {
  background: linear-gradient(135deg, #000000 0%, #2d2d2d 100%);
  border-radius: 30px;
  padding: 50px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(239, 209, 117, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.distribution-highlight-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(239, 209, 117, 0.1), transparent);
  transition: left 0.6s;
}

.distribution-highlight-box:hover::before {
  left: 100%;
}

.distribution-highlight-box:hover {
  transform: translateY(-5px);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(239, 209, 117, 0.4);
}

.print-run-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.badge-icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 30px rgba(239, 209, 117, 0.4),
    inset 0 -5px 15px rgba(0, 0, 0, 0.2);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(239, 209, 117, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(239, 209, 117, 0.6);
  }
}

.badge-icon img {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
}

.badge-content {
  text-align: left;
}

.badge-content h3 {
  color: #EFD175;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stat-number {
  font-size: 72px;
  font-weight: 800;
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'Goudy Bookletter 1911', serif;
  text-shadow: 0 0 30px rgba(239, 209, 117, 0.3);
}

.badge-content p {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  opacity: 0.9;
}

/* Distribution Cards Grid */
.distribution-grid {
  margin-top: 50px;
  gap: 30px 0;
}

.distribution-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 20px 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.05);
}

.distribution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #EFD175 0%, #BF8A35 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.distribution-card:hover::before {
  transform: scaleX(1);
}

.distribution-card:hover {
  transform: translateY(-10px);
  border-color: rgba(239, 209, 117, 0.3);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(239, 209, 117, 0.2);
}

.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(239, 209, 117, 0.15) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.distribution-card:hover .card-glow {
  opacity: 1;
}

.distribution-card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow:
    0 8px 20px rgba(239, 209, 117, 0.3),
    inset 0 -3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.distribution-card:hover .distribution-card-icon {
  transform: rotateY(360deg) scale(1.1);
  box-shadow:
    0 12px 30px rgba(239, 209, 117, 0.5),
    inset 0 -3px 10px rgba(0, 0, 0, 0.1);
}

.distribution-card-icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.distribution-card-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.distribution-card:hover .distribution-card-content h4 {
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.distribution-card-content p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
}

/* CTA Banner */
.distribution-cta-banner {
  border-radius: 25px;
  padding: 50px 60px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(#EFD175, #BF8A35);
}

.distribution-cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(239, 209, 117, 0.1) 0%, rgba(191, 138, 53, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.distribution-cta-banner:hover::before {
  opacity: 1;
}

.distribution-cta-banner::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(239, 209, 117, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-content h3 {
  font-size: 32px;
  font-weight: 700;
  background-clip: text;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #ffffff;
}

.cta-content p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 991px) {
  .distribution-reach-space {
    padding: 60px 0;
  }

  .distribution-highlight-box {
    padding: 40px 30px;
  }

  .print-run-badge {
    flex-direction: column;
    gap: 25px;
  }

  .badge-content {
    text-align: center;
  }

  .stat-number {
    font-size: 60px;
  }

  .distribution-grid {
    gap: 20px 0;
  }

  .distribution-card {
    margin-bottom: 20px;
  }

  .distribution-cta-banner {
    padding: 40px 30px;
  }

  .cta-content h3 {
    font-size: 26px;
  }

  .cta-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .distribution-subtitle {
    font-size: 16px;
  }

  .distribution-highlight-box {
    padding: 30px 20px;
  }

  .badge-icon {
    width: 100px;
    height: 100px;
  }

  .badge-icon img {
    width: 50px;
    height: 50px;
  }

  .badge-content h3 {
    font-size: 20px;
  }

  .stat-number {
    font-size: 48px;
  }

  .badge-content p {
    font-size: 16px;
  }

  .distribution-card {
    padding: 30px 20px;
  }

  .distribution-card-icon {
    width: 70px;
    height: 70px;
  }

  .distribution-card-icon img {
    width: 40px;
    height: 40px;
  }

  .distribution-card-content h4 {
    font-size: 20px;
  }

  .distribution-card-content p {
    font-size: 15px;
  }

  .distribution-cta-banner {
    padding: 30px 20px;
  }

  .cta-content h3 {
    font-size: 22px;
  }

  .cta-content p {
    font-size: 15px;
  }
}

/* ============================================
   Timeline Table - Transparent with Borders
   ============================================ */

.timeline-table {
  width: 100%;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border: 2px solid rgba(239, 209, 117, 0.4);
  border-radius: 15px;
  overflow: hidden;
}

.timeline-table tbody tr {
  background: transparent;
  transition: all 0.3s ease;
}

.timeline-table tbody tr:hover {
  background: rgba(239, 209, 117, 0.08);
}

.timeline-table tbody tr td {
  padding: 18px 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid rgba(239, 209, 117, 0.25);
  border-right: 1px solid rgba(239, 209, 117, 0.25);
  background: transparent;
  transition: all 0.3s ease;
}

.timeline-table tbody tr td:first-child {
  font-weight: 600;
  color: #EFD175;
  width: 60%;
}

.timeline-table tbody tr td:last-child {
  border-right: none;
  text-align: left;
  font-weight: 500;
}

.timeline-table tbody tr:last-child td {
  border-bottom: none;
}

.timeline-table tbody tr:hover td {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(239, 209, 117, 0.3);
}

/* Responsive */
@media (max-width: 767px) {
  .timeline-table tbody tr td {
    padding: 15px 18px;
    font-size: 15px;
  }

  .timeline-table tbody tr td:first-child {
    width: 55%;
  }
}


.bottom-cta-banner {
  position: relative;
  top: 60px;
}

.flex-distribution-one {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.flex-distribution-two {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#second-card-2 {
  margin-top: 100px;
}

#third-card-2 {
  margin-top: -70px;
}


#fourth-card-2 {
  margin-top: 30px;
}

#fivth-card-2 {
  width: 50%;
  margin-top: -70px;
}

@media (max-width: 768px) {
  .books-img img {
    display: none;
  }

  .title-h2 h2 {
    font-size: 28px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-weight: 700;
  }

  .about-para-two p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .why-this-directory-delivers-visibility-icon {
    display: none;
  }

  .who-can-benefit-from-advertising-img {
    display: none;
  }

  .flex-distribution-one {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
  }

  .flex-distribution-two {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
  }

  #second-card-2 {
    margin-top: 0px;
  }

  #third-card-2 {
    margin-top: 0px;
  }

  #fourth-card-2 {
    margin-top: 0px;
  }
}

.distribution-reach-img img {
  width: 560px;
  position: absolute;
  left: 25px;
  top: 326px;
}

/* ============================================
   Why Advertise Through Us? - Premium Card Design
   ============================================ */

.why-advertise-through-us {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.why-advertise-header {
  margin-bottom: 20px;
}

.why-advertise-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.why-advertise-grid {
  margin-top: 60px;
}

.why-advertise-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 25px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecef;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.why-advertise-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(239, 209, 117, 0.1), transparent);
  transition: left 0.6s;
}

.why-advertise-card:hover::before {
  left: 100%;
}

.why-advertise-card:hover {
  transform: translateY(-15px) scale(1.02);
  border-color: rgba(239, 209, 117, 0.5);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(239, 209, 117, 0.3),
    inset 0 0 50px rgba(239, 209, 117, 0.05);
}

/* Card Number Badge */
.card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  font-family: 'Goudy Bookletter 1911', serif;
  box-shadow:
    0 5px 15px rgba(239, 209, 117, 0.4),
    inset 0 -2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  z-index: 2;
}

.why-advertise-card:hover .card-number {
  transform: rotate(360deg) scale(1.15);
  box-shadow:
    0 8px 25px rgba(239, 209, 117, 0.6),
    inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}

/* Card Icon */
.why-advertise-card-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #000000 0%, #2d2d2d 100%);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.2),
    inset 0 -3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.why-advertise-card-icon::after {
  content: '';
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.why-advertise-card:hover .why-advertise-card-icon::after {
  opacity: 1;
}

.why-advertise-card:hover .why-advertise-card-icon {
  transform: translateY(-10px) rotateY(180deg);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.3),
    inset 0 -3px 10px rgba(0, 0, 0, 0.3);
}

.why-advertise-card-icon img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.why-advertise-card:hover .why-advertise-card-icon img {
  filter: brightness(0) invert(0);
}

/* Card Content */
.why-advertise-card-content {
  position: relative;
  z-index: 1;
}

.why-advertise-card-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.why-advertise-card:hover .why-advertise-card-content h4 {
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateX(5px);
}

.why-advertise-card-content p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
  transition: color 0.3s ease;
}

.why-advertise-card:hover .why-advertise-card-content p {
  color: #495057;
}

/* Card Shine Effect */
.card-shine {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(239, 209, 117, 0.2) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

.why-advertise-card:hover .card-shine {
  opacity: 1;
  animation: shine-pulse 2s ease-in-out infinite;
}

@keyframes shine-pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .why-advertise-through-us {
    padding: 60px 0;
  }

  .why-advertise-grid {
    margin-top: 40px;
  }

  .why-advertise-card {
    padding: 35px 25px;
    margin-bottom: 25px;
  }

  .why-advertise-card-icon {
    width: 80px;
    height: 80px;
  }

  .why-advertise-card-icon img {
    width: 45px;
    height: 45px;
  }

  .why-advertise-card-content h4 {
    font-size: 22px;
  }

  .card-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .why-advertise-through-us {
    padding: 50px 0;
  }

  .why-advertise-subtitle {
    font-size: 16px;
  }

  .why-advertise-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .why-advertise-card-icon {
    width: 70px;
    height: 70px;
  }

  .why-advertise-card-icon img {
    width: 40px;
    height: 40px;
  }

  .why-advertise-card-content h4 {
    font-size: 20px;
  }

  .why-advertise-card-content p {
    font-size: 15px;
  }

  .card-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    top: 15px;
    right: 15px;
  }

  .banner-mega-banner .first-para {
    color: #e4c166 !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }

  .banner-mega-banner .second-para {
    color: #e4c166 !important;
    font-size: 18px !important;
    margin-bottom: 25px;
  }

  .eligiblitybox p {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    color: #ffffff;
    margin-top: 18px;
  }

  .eligiblitybox {
    background: rgb(14, 46, 107);
    background: linear-gradient(188deg, rgba(14, 46, 107, 1) 0%, rgba(59, 91, 152, 1) 100%);
    padding: 25px 15px 20px 15px;
    border-bottom-right-radius: 50px;
    margin-top: 1px !important;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: -webkit-linear-gradient(#EFD175, #BF8A35);
    margin-top: 30px !important;
  }

  .test-card {
    background: #ffffff;
    border: 2px solid #BF8A35;
    border-radius: 20px;
    padding: 30px 20px 10px 20px;
    /* border-top: 25px solid; */
    border-top: 25px solid #BF8A35;
  }

  .distribution-reach-img {
    display: none;
  }

  #fivth-card-2 {
    width: 100%;
    margin-top: 20px;
  }

  .about-us-last-img img {
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0px;
    display: none;
  }

  .flex-of-all-box {
    display: flex;
    justify-content: space-evenly;
    gap: 10px !important;
    flex-direction: column !important;
  }
}

.faq-img img {
  width: 100%;
  border: 1px solid #c19341;
  border-radius: 20px;
}

/* ============================================
   CTA Strip - Contact Action Buttons
   ============================================ */

.cta-strip {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
}

.cta-strip::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(239, 209, 117, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.cta-strip::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(191, 138, 53, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 25s ease-in-out infinite reverse;
}

.cta-content-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.cta-icon-phone {
  font-size: 50px;
  animation: ring 2s ease-in-out infinite;
  filter: drop-shadow(0 0 20px rgba(239, 209, 117, 0.5));
}

@keyframes ring {

  0%,
  100% {
    transform: rotate(0deg);
  }

  10%,
  30% {
    transform: rotate(-15deg);
  }

  20%,
  40% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }
}

.cta-main-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-family: 'Goudy Bookletter 1911', serif;
}

.cta-buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 35px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  font-family: 'Poppins', sans-serif;
}

.cta-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.cta-btn:hover::before {
  width: 300px;
  height: 300px;
}

.cta-btn i {
  font-size: 22px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.cta-btn span {
  position: relative;
  z-index: 1;
}

.cta-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.cta-btn:hover i {
  transform: scale(1.2) rotate(10deg);
}

/* Email Button */
.cta-btn-email {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}

.cta-btn-email:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: #ffffff;
}

/* Call Button */
.cta-btn-call {
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  color: #000000;
}

.cta-btn-call:hover {
  background: linear-gradient(135deg, #BF8A35 0%, #EFD175 100%);
  color: #000000;
}

/* WhatsApp Button */
.cta-btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
}

.cta-btn-whatsapp:hover {
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 991px) {
  .cta-strip {
    padding: 50px 0;
  }

  .cta-icon-phone {
    font-size: 40px;
  }

  .cta-main-title {
    font-size: 28px;
  }

  .cta-buttons-group {
    gap: 15px;
  }

  .cta-btn {
    padding: 16px 30px;
    font-size: 16px;
  }

  .cta-btn i {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .cta-strip {
    padding: 40px 0;
  }

  .cta-heading {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .cta-icon-phone {
    font-size: 35px;
  }

  .cta-main-title {
    font-size: 24px;
    text-align: center;
  }

  .cta-buttons-group {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 25px;
    font-size: 16px;
  }
}

.banner-mega-banner .first-para {
  color: #e4c166;
  font-size: 25px;
  margin-bottom: 0px;
}

.banner-mega-banner .second-para {
  color: #e4c166;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;

}


.copyright-area {
  background: linear-gradient(135deg, #EFD175 0%, #BF8A35 100%);
  color: #fff;
  padding: 10px 0px 0px 0px;
}

.copyright-area a {
  color: #fff;
  text-decoration: none !important;
}

.banner-titles {
  font-size: 43px;
  font-weight: 800;
}

.flex-of-all-box {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}