@charset "UTF-8";
/*!

Style   : FinCorp CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly


TABLE OF CONTENTS
------------------------------

    • Global Styles
    • Header
    • Overview
    • Features
    • How to Steps
    • Testimonials
    • Pricing
    • FAQ
    • Footer
        
---------------------------------------------------
Note:  If possible, Please edit the SASS Files and
        use a compiling tool to generate this css.
---------------------------------------------------
*/
/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
  font-family: CircularStd; }

h1 {
  font-size: 51px;
  font-weight: 700; }

h2 {
  font-size: 40px;
  font-weight: 700; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 27px; }

p {
  font-size: 16px;
  color: #818697;
  line-height: 1.7; }

@media (max-width: 992px) {
  h1 {
    font-size: 35px;
    line-height: 1.1; }
  h2 {
    font-size: 35px;
    line-height: 1; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 25px; }
  h5 {
    font-size: 20px; }
  p {
    line-height: 1.5; } }

.space {
  padding: 90px 0; }
  @media (max-width: 992px) {
    .space {
      padding: 40px 0; } }

.form-control {
  height: calc(2em + .75rem + 2px); }

.alert {
  padding: 0.55rem 1.25rem; }

.alert-success {
  background-color: #e2ffe9;
  border-color: #d3ffdd; }

.alert-danger {
  background-color: #fff1f2;
  border-color: #f3dee0; }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: relative;
  overflow: hidden; }

.nav-menu {
  border-bottom: 1px solid #eee; }
  @media (max-width: 992px) {
    .nav-menu {
      border-bottom: 0; } }

.navbar {
  padding: 1rem 0; }

.navbar-light .navbar-nav .active > .nav-link {
  font-weight: 500; }

.main-title {
  position: relative;
  padding: 80px 0;
  z-index: 10; }
  @media (max-width: 992px) {
    .main-title {
      padding: 0;
      margin-top: -300px; } }

.main-title__alt {
  position: relative;
  padding: 80px 0;
  z-index: 10; }
  @media (max-width: 992px) {
    .main-title__alt {
      padding: 20px 0; } }

.header__bg {
  background: url("../images/insurance-header-bg.svg") right top no-repeat;
  background-size: contain;
  background-position: calc(50% + 300px) 50%; }
  @media (max-width: 1200px) {
    .header__bg {
      background-position: calc(50% + 200px) 50%; } }
  @media (max-width: 768px) {
    .header__bg {
      background: none; } }

.hero-title {
  padding: 90px 0;
  z-index: 999; }
  @media (max-width: 1200px) {
    .hero-title {
      padding: 0; } }
  .hero-title p {
    color: #9b9b9b;
    text-transform: uppercase;
    margin: 0; }

.banner-img img {
  position: relative;
  top: -280px;
  right: 60px;
  z-index: 0;
  text-align: right;
  min-width: 150%;
  max-height: 700px;
  margin-bottom: 40px;
  z-index: -1; }
  @media (min-width: 992px) {
    .banner-img img {
      position: absolute;
      top: -260px;
      right: -190px;
      min-width: inherit;
      max-height: 900px;
      z-index: 0; } }
  @media (min-width: 1200px) {
    .banner-img img {
      top: -270px;
      right: -110px;
      max-height: 1000px; } }

.btn-danger {
  padding: 16px 30px;
  margin: 20px 0 0;
  background: darkblue;
  background: darkblue;
  background: darkblue;
  background: darkblue;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda384', endColorstr='#f40f7e', GradientType=1);
  -webkit-box-shadow: 0px 0px 29px -13px #f40f7c;
  box-shadow: 0px 0px 29px -13px #f40f7c;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-danger:hover {
    background: black;
    background: -moz-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #eda384), color-stop(100%, #f40f7e));
    background: -webkit-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
    background: -o-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
    background: -ms-linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
    background: linear-gradient(45deg, #eda384 0%, #f40f7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda384', endColorstr='#f40f7e', GradientType=1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.navbar-light .navbar-toggler {
  color: #fff;
  z-index: 999;
  border: none; }
  .navbar-light .navbar-toggler:focus {
    outline: none; }

/* ==========================================================================
   NEW INSURANCE
   ========================================================================== */
.bg-image {
  position: relative; }

.banner-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 1200px) {
    .banner-img-2 {
      width: 75%; } }
  @media (max-width: 992px) {
    .banner-img-2 {
      width: 100%; } }
  .banner-img-2 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.center-title {
  text-align: center; }
  .center-title p {
    color: #bbbdc6; }

.insurance-title_wrap {
  padding: 32px 0; }
  @media (max-width: 992px) {
    .insurance-title_wrap {
      padding: 12px 0 39rem; } }
  @media (max-width: 768px) {
    .insurance-title_wrap {
      padding: 12px 0 28rem; } }
  @media (max-width: 576px) {
    .insurance-title_wrap {
      padding: 12px 0 23rem; } }
  @media (max-width: 480px) {
    .insurance-title_wrap {
      padding: 12px 0 16rem; } }
  .insurance-title_wrap h5 {
    color: #2b7fff;
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.3; }
  .insurance-title_wrap h6 {
    font-size: 20px;
    margin: 0 0 10px; }

.insurance-para {
  margin: 0 0 60px; }

.insurance-type {
  margin: 10px 0 0;
  background: #fff;
  padding: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .insurance-type img {
    float: left; }
  .insurance-type:hover {
    -webkit-box-shadow: 0px 0px 19px -15px black;
    box-shadow: 0px 0px 19px -15px black;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.insurance-type_title {
  margin-left: 20px; }
  .insurance-type_title h6 {
    margin: 0 0 3px; }
  .insurance-type_title p {
    margin: 0; }

/* ==========================================================================
   CHOOSE YOUR INSURANCE
   ========================================================================== */
.item-box {
  text-align: center;
  background: #fff;
  padding: 36px 50px;
  margin: 30px 0 0; }
  .item-box h6 {
    margin: 30px 0 10px;
    font-size: 22px;
    font-weight: 600; }

.item-icon {
  padding: 18px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block; }
  .item-icon svg {
    width: 60px;
    height: 60px; }
  .item-icon span {
    font-size: 45px;
    opacity: 0.2; }

.color1 {
  background: #b0f3ff; }

.color2 {
  background: #fbd1ff; }

.color3 {
  background: #daffd3; }

.color4 {
  background: #fff4b4; }

.color5 {
  background: #ffdad1; }

.color6 {
  background: #d3d3ff; }

.color7 {
  background: #ffae8c;
  color: #fff; }

.primary {
  color: #26cfa2; }

.secondary {
  color: #ffae8c; }

.tertiary {
  color: #438aff; }

/* ==========================================================================
   EASY CLAIMS
   ========================================================================== */
.howit-block {
  position: relative; }
  .howit-block:after {
    position: absolute;
    content: "";
    background: url(../images/after-blue.png) no-repeat;
    width: 50px;
    height: 10px;
    right: -29px;
    top: 23%; }
    @media (max-width: 992px) {
      .howit-block:after {
        display: none; } }

.howit-block_af {
  position: relative; }
  .howit-block_af:after {
    position: absolute;
    content: "";
    background: url(../images/after-pink.png) no-repeat;
    width: 50px;
    height: 10px;
    right: -29px;
    top: 23%; }
    @media (max-width: 992px) {
      .howit-block_af:after {
        display: none; } }

/* ==========================================================================
   TESTIMONIAL
   ========================================================================== */
.testimonial {
  position: relative;
  background: url(../images/bg-image3.png) no-repeat right bottom;
  padding: 178px 0;
  z-index: -2;
  background-size: contain; }
  @media (max-width: 1400px) {
    .testimonial {
      padding: 157px 0; } }
  @media (max-width: 992px) {
    .testimonial {
      padding: 0; } }

.testi-img_wrap {
  width: 100%;
  text-align: right; }
  @media (min-width: 992px) {
    .testi-img_wrap {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 60%; } }
  @media (min-width: 1200px) {
    .testi-img_wrap {
      max-width: 50%;
      right: 8%; } }

.bg-img3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

.testi-content_block {
  z-index: 10; }
  .testi-content_block img {
    margin: 0 0 40px; }
  .testi-content_block h3 {
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 26px; }
    @media (max-width: 768px) {
      .testi-content_block h3 {
        font-size: 24px; } }
  .testi-content_block span {
    font-size: 18px;
    font-weight: 500;
    color: #2b7fff; }

/* ==========================================================================
   ADD
   ========================================================================== */
.add-section {
  padding: 120px 0; }
  @media (max-width: 992px) {
    .add-section {
      padding: 60px 0;
      text-align: center; } }

.add-box {
  -webkit-box-shadow: 0px 2px 28px -14px rgba(160, 158, 158, 0.75);
  box-shadow: 0px 2px 28px -14px rgba(160, 158, 158, 0.75);
  border-radius: 12px;
  padding: 30px;
  background: #fff; }

.shield {
  width: 100px;
  height: 100px;
  margin: 0 14px 0 -80px; }
  @media (max-width: 992px) {
    .shield {
      margin: 0 0 15px; } }

.add-content {
  display: inline-block;
  vertical-align: middle; }
  .add-content p {
    margin: 0; }

.add-btn {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin: 25px 0 0; }
  @media (max-width: 1200px) {
    .add-btn {
      float: none;
      margin: 0px 0 0 36px; } }
  @media (max-width: 992px) {
    .add-btn {
      margin: 15px 0 0 0; } }

.btn-success {
  background-color: #26cfa2;
  border-color: #26cfa2;
  padding: 0.675rem 1.15rem;
  -webkit-box-shadow: 0px 4px 37px -11px #26cfa2;
  box-shadow: 0px 4px 37px -11px #26cfa2; }
  .btn-success:hover {
    background-color: #1ab98f;
    border-color: #1ab98f; }
  .btn-success:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-danger {
  background-color: darkblue  !important;
  border-color: darkblue; }
  .btn-danger:hover {
    background-color: darkblue;
    border-color: darkblue; }
  .btn-danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary {
  background-color: #2b7fff;
  border-color: #2b7fff;
  -webkit-box-shadow: 0px 4px 37px -11px #288fff !important;
  box-shadow: 0px 4px 37px -11px #288fff !important; }
  .btn-primary:hover {
    background-color: #2b7fff;
    border-color: #2b7fff; }
  .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-warning {
  background-color: #ffae8c;
  border-color: #ffae8c;
  -webkit-box-shadow: 0px 4px 37px -11px #ffae8c !important;
  box-shadow: 0px 4px 37px -11px #ffae8c !important;
  color: #fff; }
  .btn-warning:hover {
    background-color: #ea9b79;
    border-color: #ea9b79;
    color: #fff; }
  .btn-warning:active {
    background-color: #ea9b79 !important;
    border-color: #ea9b79 !important;
    color: #fff !important; }
  .btn-warning:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing {
  position: relative;
  padding: 0 0 90px; }
  @media (max-width: 992px) {
    .pricing {
      padding: 25px 0; } }

.pricing-bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; }
  @media (max-width: 768px) {
    .pricing-bg {
      display: none; } }
  .pricing-bg img {
    width: 100%; }

.pricing-wrap {
  margin: 125px 0 0; }
  @media (max-width: 768px) {
    .pricing-wrap {
      margin: 30px 0 0; } }

/*
Copyright © All rights Reserved
Surjith S M / @surjithctly
*/
.pricing-block {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 27px -17px rgba(158, 158, 158, 0.75);
  box-shadow: 0px 0px 27px -17px rgba(158, 158, 158, 0.75); }
  @media (max-width: 992px) {
    .pricing-block {
      padding: 33px 13px; } }
  .pricing-block h6 {
    font-size: 15px;
    letter-spacing: 2px; }
  @media (max-width: 992px) {
    .pricing-block p {
      font-size: 13px; } }

.save-price {
  background: #fff4b4;
  padding: 3px 6px;
  border-radius: 3px;
  color: #e2c16b;
  font-size: 13px; }

.pricing-high {
  text-align: center;
  background: #fff;
  padding: 36px 50px; }
  .pricing-high h6 {
    margin: 30px 0 10px;
    font-size: 22px;
    font-weight: 600; }

.pricing-icon {
  padding: 26px 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block; }
  .pricing-icon h2 {
    font-size: 45px;
    opacity: 0.2;
    margin: 0; }
    .pricing-icon h2 span {
      font-size: 22px;
      vertical-align: top;
      margin: 8px 0 0;
      font-weight: 100;
      display: inline-block; }

.pricing-text {
  text-align: left; }
  .pricing-text i {
    display: inline-block;
    margin: 0 8px 0 0;
    background: #daffd3;
    border-radius: 50%;
    padding: 6px;
    color: #99ce8f;
    font-size: 12px; }
  .pricing-text p {
    display: inline-block; }

.pricing-btn_wrap {
  float: none; }

.pricing-block_middle {
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
  z-index: 10;
  margin: -42px 0 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .pricing-block_middle {
      margin: 25px 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .pricing-block_middle h2 {
    color: #fff;
    opacity: 1; }

.pricing-bottom_text {
  text-align: center;
  margin: 55px 0 0; }
  @media (max-width: 992px) {
    .pricing-bottom_text {
      margin: 25px 0 0; } }
  .pricing-bottom_text p {
    color: #bbbdc6; }

.star-middle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 27px 12px;
  background: #fdeebe;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  margin: -37px 0 0; }
  .star-middle i {
    font-size: 12px;
    color: #f6c25f;
    padding: 0 0 19px; }

@media (max-width: 1200px) {
  .collapse-set {
    padding: 0; } }

.pricing-bg02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }
  @media (max-width: 1200px) {
    .pricing-bg02 {
      bottom: 42%;
      width: 45%; } }
  @media (max-width: 1200px) {
    .pricing-bg02 {
      display: none; } }

@media (min-width: 992px) {
  .responsive-bg {
    display: none; } }

.card-header {
  background: none;
  padding: 0.15rem 1.25rem; }

.btn-link {
  color: #48b3ff;
  padding: 0; }

.card-body {
  margin: 0; }

.collapse-wrap {
  position: relative; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 60px 0 50px;
  background: #f0f2f6; }

.footer-title {
  margin: 30px 0 0; }
  .footer-title h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px; }
  .footer-title ul {
    padding: 0;
    margin: 0; }
    .footer-title ul li {
      list-style: none; }
      .footer-title ul li a {
        color: #818697;
        line-height: 1.8; }

.copyright {
  text-align: center;
  padding: 70px 0 0; }

/* ==========================================================================
   HOME SECOND
   ========================================================================== */
.navbar-light .navbar-toggler_second {
  color: #000;
  z-index: 999;
  border: none; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem; }

.dropdown-toggle i {
  color: #2c6cd3;
  font-size: 14px;
  margin-right: 4px; }

.main-banner {
  position: absolute;
  top: 0;
  right: 12%;
  z-index: -1; }
  @media (max-width: 1600px) {
    .main-banner {
      right: 4%; } }
  @media (max-width: 1400px) {
    .main-banner {
      right: 0; } }
  @media (max-width: 1200px) {
    .main-banner {
      right: -2%;
      width: 75%; } }
  @media (max-width: 992px) {
    .main-banner {
      right: -4%;
      width: 70%; } }
  @media (max-width: 768px) {
    .main-banner {
      display: none; } }

@media (min-width: 768px) {
  .main-banner_md {
    display: none; } }

.main-banner-alt {
  position: absolute;
  right: 5%;
  top: 0; }

.bg-style {
  position: absolute;
  top: 14%;
  left: 0;
  z-index: -1; }

.bg-style2 {
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: -2; }
  @media (max-width: 1400px) {
    .bg-style2 {
      left: -15%; } }
  @media (max-width: 992px) {
    .bg-style2 {
      left: -20%;
      bottom: 6%; } }
  @media (max-width: 768px) {
    .bg-style2 {
      width: 45%;
      bottom: 2%; } }

.banner-img-3 {
  position: absolute;
  bottom: 12%;
  left: 11%;
  z-index: -1; }
  @media (max-width: 1400px) {
    .banner-img-3 {
      left: 0; } }
  @media (max-width: 1200px) {
    .banner-img-3 {
      width: 75%; } }
  @media (max-width: 992px) {
    .banner-img-3 {
      width: 100%;
      bottom: 0; } }
  @media (max-width: 768px) {
    .banner-img-3 {
      width: 65%; } }
  .banner-img-3 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.pricing-bg_secong {
  position: absolute;
  width: 100%;
  top: -14%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; }

.content-wrap {
  padding: 50px 0 0; }

.content-box h5 {
  font-size: 20px; }

.content-box1 {
  padding: 0 0 50px; }
  @media (max-width: 768px) {
    .content-box1 {
      padding: 0; } }

.insurance-title_wrap2 {
  padding: 32px 0; }
  @media (max-width: 992px) {
    .insurance-title_wrap2 {
      padding: 12px 0 39rem; } }
  @media (max-width: 768px) {
    .insurance-title_wrap2 {
      padding: 12px 0 28rem; } }
  @media (max-width: 576px) {
    .insurance-title_wrap2 {
      padding: 12px 0 23rem; } }
  @media (max-width: 480px) {
    .insurance-title_wrap2 {
      padding: 12px 0 16rem; } }
  .insurance-title_wrap2 h5 {
    color: #2b7fff;
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.3; }
  .insurance-title_wrap2 h6 {
    font-size: 20px;
    margin: 0 0 10px; }
    @media (max-width: 768px){

      .banner-img img {
    position: relative;
    top: -280px;
    right: 47px;
    z-index: 0;
    text-align: right;
    min-width: 108%;
    max-height: 700px;
    margin-bottom: 40px;
    z-index: -1;
    }

    .hero-title h1{
     text-align: center !important;
     width: 100% !important;
    }
  }
    @media (max-width: 425px){

      .banner-img img {
    position: relative;
    top: -167px;
    right: 16px;
    z-index: 0;
    text-align: right;
    min-width: 108%;
    max-height: 700px;
    margin-bottom: 40px;
    z-index: -1;
    }
    .hero-title{
      padding-top: 130px ;
    }
  }
  @media (max-width: 912px) {
    .banner-img img {
      position: relative;
      top: -296px;
      right: 16px;
      z-index: 0;
      text-align: right;
      min-width: 108%;
      max-height: 700px;
      margin-bottom: 40px;
      z-index: -1;
      }

  }

  @media (max-width: 344px) {
    .banner-img img {
      position: relative;
      top: -164px;
      right: 16px;
      z-index: 0;
      text-align: right;
      min-width: 108%;
      max-height: 700px;
      margin-bottom: 40px;
      z-index: -1;
      }

  }

  @media (max-width: 412px) {
    .banner-img img {
      position: relative;
      top: -164px;
      right: 16px;
      z-index: 0;
      text-align: right;
      min-width: 108%;
      max-height: 700px;
      margin-bottom: 40px;
      z-index: -1;
      }

  }
  @media (max-width: 425px) {
    .banner-img img {
      position: relative;
      top: -164px;
      right: 16px;
      z-index: 0;
      text-align: right;
      min-width: 108%;
      max-height: 700px;
      margin-bottom: 40px;
      z-index: -1;
      }

  }
  @media (max-width: 426px) {
    .banner-img img {
      position: relative;
      top: -180px;
      right: 16px;
      z-index: 0;
      text-align: right;
      min-width: 108%;
      max-height: 700px;
      margin-bottom: 40px;
      z-index: -1;
      }
      .hero-title{
        padding-top: 120px ;
      }
  }


  .why-uk-premium {
    background: linear-gradient(to bottom right, #f4f7fc, #e0ecff);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 0px;
  }
  
  .uk-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .uk-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
  }
  
  .uk-content {
    flex: 1 1 550px;
    animation: fadeInLeft 1s ease-in-out;
  }
  
  .uk-content h2 {
    font-size: 42px;
    color: #0a2540;
    margin-bottom: 20px;
  }
  
  .uk-content h2 span {
    color: #0056d2;
  }
  
  .uk-intro {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
  }
  
  .uk-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  
  .uk-feature-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
  }
  
  .uk-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  }
  
  .icon {
    font-size: 28px;
    color: #0056d2;
    margin-top: 5px;
  }
  
  .uk-feature-card h4 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #0a2540;
  }
  
  .uk-feature-card p {
    margin: 0;
    color: #555;
    font-size: 15px;
  }
  
  .uk-image-wrap {
    flex: 1 1 500px;
    position: relative;
    text-align: center;
    animation: fadeInRight 1s ease-in-out;
  }
  
  .uk-image-wrap img {
    width: 100%;
    max-width: 680px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .uk-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: gold; /* ✅ Navy blue theme */
    color: black;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    animation: floatY 3s ease-in-out infinite;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
  }
  
  /* Call to Action Button */
  .uk-button-wrap {
    margin-top: 30px;
    text-align: center;
  }
  
  .uk-button {
    background-color: #0056d2;
    color: white;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .uk-button:hover {
    background-color: #003c9e;
  }
  
  /* Floating animation */
  @keyframes floatY {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }
  
  /* Fade in animations */
  @keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-30px); }
    100% { opacity: 1; transform: translateX(0); }
  }
  
  @keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(30px); }
    100% { opacity: 1; transform: translateX(0); }
  }
  
  /* ✅ Responsive Fix */
  @media (max-width: 992px) {
    .uk-grid {
      flex-direction: column-reverse;
      gap: 40px;
    }
  
    .uk-content,
    .uk-image-wrap {
      flex: 1 1 100%;
    }
  
    .uk-features {
      grid-template-columns: 1fr;
    }
  
    .uk-content h2 {
      font-size: 32px;
    }
  
    .uk-intro {
      font-size: 16px;
      margin-bottom: 30px;
    }
  
    .uk-badge {
      top: 10px;
      right: 10px;
      padding: 6px 12px;
      font-size: 12px;
      border-radius: 20px;
    }
  
    .uk-image-wrap img {
      max-width: 100%;
      height: auto;
    }
  
    .uk-feature-card {
      padding: 16px;
    }
  
    .icon {
      font-size: 24px;
    }
  
    .uk-button-wrap {
      margin-top: 25px;
      text-align: center;
    }
  
    .uk-button {
      width: 100%;
      max-width: 320px;
    }
  }
  
  .top-uk-universities {
    background: linear-gradient(to bottom, #ffffff, #f1f1f1);
    padding: 80px 20px 60px;
    position: relative;
    text-align: center;
  }
  

  
  .section-heading h2 {
    font-size: 40px;
    color: #0a2540;
  }
  .section-heading h2 span {
    color: #0056d2;
  }
  .section-heading p {
    font-size: 18px;
    color: #444;
    margin-bottom: 40px;
  }
  
  .university-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  .university-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    transition: transform 0.3s;
  }
  .university-card:hover {
    transform: translateY(-5px);
  }
  .university-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  /* Buttons */
  .view-more-wrapper {
    margin-top: 30px;
  }
  #viewMoreBtn {
    padding: 12px 24px;
    background: #287bff;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
  }
  #viewMoreBtn:hover {
    background: #1d65d8;
  }
  
  .counseling-btn-wrapper {
    margin-top: 20px;
  }
  .counseling-btn {
    padding: 14px 30px;
    background-color: #287bff;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
  }
  .counseling-btn:hover {
    background-color: #1d65d8;
  }
  
  /* Visibility Controls */
  .hidden-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  
  /* Desktop */
  @media (min-width: 769px) {
    .hidden-mobile {
      display: block !important;
    }
    .mobile-only {
      display: none !important;
    }
    .counseling-btn-wrapper {
      display: block !important;
    }
  }
  

  .why-abroad-scholars-dark {
    background: linear-gradient(145deg, #1c274c, #2f3a65); /* Dark blue gradient */
    padding: 80px 20px;
    color: #fff;
  }
  
  .why-container-dark {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .why-left-dark {
    flex: 1 1 500px;
  }
  
  .why-left-dark h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .why-left-dark h2 span {
    color: #00bfff; /* Sky Blue Accent */
  }
  
  .why-left-dark .sub {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #dcdcdc;
  }
  
  .why-list-dark {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
  }
  
  .why-list-dark li {
    margin-bottom: 15px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
  }
  
  .why-list-dark i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #00bfff;
  }
  
  .btn-dark {
    background-color: #00bfff;
    color: #1c274c;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
  }
  
  .btn-dark:hover {
    background-color: #009ccc;
    color: #fff;
  }
  
  .why-right-dark {
    flex: 1 1 500px;
    position: relative;
  }
  
  .image-box-dark {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  }
  
  .image-box-dark img {
    width: 100%;
    display: block;
    border-radius: 20px;
  }
  
  .badge-float-dark {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: ghostwhite;
    color: #1c274c;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 50px;
    animation: floatBadge 3s infinite ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 191, 255, 0.4);
  }
  
  @keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .why-container-dark {
      flex-direction: column;
      text-align: center;
    }
    
    .why-list-dark li {
      margin-bottom: 15px;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
    }
    .why-right-dark {
      margin-top: 30px;
        flex: 1 1 196px
    }
  
    .btn-dark {
      margin-top: 20px;
    }
  }
  
  .our-process-section {
    background: linear-gradient(135deg, #ffffff, #f5f5f5);
    padding: 60px 20px;
  }

  
  .process-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .process-heading h2 {
    font-size: 2.5rem;
    color: #222;
  }
  
  .process-heading p {
    font-size: 1.1rem;
    color: #555;
  }
  
  .process-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .process-flow {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .step {
    background-color: #e0ecff;
    color: #003366;
    padding: 20px 30px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    width: 100%;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin: 10px 0;
    position: relative;
  }
  
  .arrow {
    font-size: 2rem;
    color: #003366;
    margin: 5px 0;
  }
  
  .process-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .process-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
  
  .process-cta {
    text-align: center;
    margin-top: 40px;
  }
  
  .cta-btn {
    background-color: #003366;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1rem;
    transition: 0.3s;
    text-decoration: none !important ;

  }
  
  .cta-btn:hover {
    background-color: #0056b3;
    color:  white !important;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .process-content {
      flex-direction: column;
      align-items: center;
    }
  
    .process-image {
      display: none;
    }
  
    .step {
      font-size: 1rem;
      padding: 16px 24px;
    }
  
    .arrow {
      margin: 4px 0;
    }
  
    .cta-btn {
      margin-top: 20px;
    }
  }
  
  .call-to-action {
    background: linear-gradient(135deg, #0052cc, #003fa3);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
  }
  
  .cta-container {
    max-width: 800px;
    margin: auto;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
  }
  
  .cta-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  
  .cta-text p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #e0e0e0;
  }
  
  .cta-button {
    background: #fff;
    color: #0052cc;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
  }
  
  .cta-button:hover {
    background: #f0f0f0;
    color: #003fa3;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (max-width: 768px) {
    .cta-text h2 {
      font-size: 24px;
    }
  
    .cta-text p {
      font-size: 16px;
    }
  
    .cta-button {
      width: 100%;
      display: inline-block;
    }
  }


  .uk-cta-section {
    position: relative;
    width: 100%;
    background: gold; /* UK-themed colors */
    color: black;
    padding: 100px 20px;
    text-align: center;
    overflow: hidden;
  }
  
  .uk-cta-content {
    max-width: 900px;
    margin: auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
  }
  
  .uk-cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .uk-cta-content p {
    font-size: 18px;
    color: black;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  
  .uk-cta-button {
    background-color: #fff;
    color: #012b5d;
    padding: 14px 34px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
  
  .uk-cta-button:hover {
    background-color: #f0f0f0;
    color: #001a3a;
  }
  
  /* Floating Icon Animation */
  .animated-icon {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 120px;
    animation: floatIcon 4s ease-in-out infinite;
    z-index: 1;
  }
  
  .animated-icon img {
    width: 100%;
  }
  
  @keyframes floatIcon {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  /* Responsive Design */
  @media (max-width: 1024px) {
    .uk-cta-content h2 {
      font-size: 30px;
    }
  
    .uk-cta-content p {
      font-size: 16px;
    }
  
    .uk-cta-button {
      padding: 12px 28px;
    }
  
    .animated-icon {
      top: 5%;
      right: 3%;
      width: 90px;
    }
  }
  
  @media (max-width: 768px) {
    .uk-cta-section {
      padding: 80px 15px;
    }
  
    .uk-cta-content h2 {
      font-size: 24px;
    }
  
    .uk-cta-content p {
      font-size: 14px;
    }
  
    .uk-cta-button {
      padding: 10px 24px;
    }
  
    .animated-icon {
      top: 0;
      right: 10%;
      width: 80px;
    }
  }
  
  @media (max-width: 480px) {
    .uk-cta-section {
      padding: 60px 15px;
    }
  
    .uk-cta-content h2 {
      font-size: 20px;
    }
  
    .uk-cta-content p {
      font-size: 14px;
    }
  
    .uk-cta-button {
      padding: 8px 20px;
      width: 100% !important;
    }
  
    .animated-icon {
      top: 3%;
      right: 5%;
      width: 70px;
    }
  }
  

  .uk-footer {
  background-color: #002147;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-column p {
  font-size: 14px;
  color: #ddd;
  line-height: 1.6;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a img {
  width: 28px;
  height: 28px;

  transition: transform 0.3s ease;
}

.social-icons a:hover img {
  transform: scale(1.15);
}

.map-container iframe {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    width: 100%;
  }

  .social-icons {
    justify-content: center;
  }
}
.uk-premium-banner {
  background: #2337c6;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  animation: glow 5s ease-in-out infinite alternate;
}


/* Floating Badge Inside Banner */
.floating-badge-2 {
  position: absolute;
top: 0;
  left: 0;
  width: 100%;
  background: lightcyan;
  padding: 12px 20px;
  font-size: 1.2rem;
  color: black;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 10;
  
}

/* Badge Content Style */
.floating-badge-2 .badge-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.floating-badge-2 i {
  font-size: 1.3rem;
}

/* Moving Text Effect for Floating Badge */
.moving-text {
  display: inline-block;
  white-space: nowrap;
  animation: moveText 10s linear infinite;
}

@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Banner Section */
.banner-section {
  padding: 40px 0 30px;
  min-height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

/* Title */
.banner-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: white;
  line-height: 1.3;
  padding-top: 70px !important;
}

.banner-title .highlight {
  color: gold;
}

/* Video Box Styling */
.video-box {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
  border-radius: 25px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25), 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.video-box:hover {
  transform: scale(1.02);
}

.video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Background Decorative Elements */
.decorative-elements img {
  position: absolute;
  opacity: 0.06;
  z-index: 0;
}

.uk-flag {
  top: 10%;
  right: 5%;
  width: 90px;
}

.london-eye {
  bottom: 15%;
  left: 2%;
  width: 120px;
}

.book-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.big-ben {
  top: 20%;
  left: 10%;
  width: 100px;
}

.graduation-cap {
  bottom: 5%;
  right: 10%;
  width: 60px;
}

/* Responsive Design */
@media (max-width: 767px) {
  .floating-badge-2 {
    font-size: 1rem;
    padding: 10px 12px;
    top: 10px;

 
   
  }

  .banner-title {
    font-size: 1.6rem;
  

  }

  .banner-section {
    padding: 40px 15px 30px;
    text-align: center;
  }

  .video-box {
    margin-top: 25px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }

  .floating-badge-2 {
    font-size: 1.3rem;
    padding: 10px 12px;
    margin-top: 0px !important;
    top: 0;
  
  }

  .decorative-elements img {
    display: none;
  }
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.transition {
  transition: all 0.3s ease-in-out;
}

.font-size{
  font-size: 19px !important;
}