@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/********** Template CSS **********/

:root {
    --primary: #334379;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
    --text-color: #334379;;
}

body{
    font-family: "Jost", sans-serif !important;
    /*background-color: red;*/

}
.property-details {
    /* font-size: 24px; */
    font-weight: bold;
    padding-bottom: 5px;
    background-image: linear-gradient(to right, #ff7e5f, #feb47b);
    background-size: 100% 3px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    align-items: center;
    box-shadow: rgba(33, 35, 38, 0.3) 0px 8px 13px 2px;
}

.navbar-nav a:hover{
color:red !important;
}



.animated{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.text-primar{
    color: #144a8d;
}
.btn-primarys{
    color: white;
    background-color: #e4253c;
    border-color: #bc1e30;
}
.btn-primarys:hover{
    color: white;
    background-color: #334379;
    border-color: #127F4A;
}
.bg-primarys{
    background-color: #0900bc25;
}
.text-primarys{
    color: #127F4a;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    /*margin-top: 45px;*/
    /*padding: 0 3rem;*/
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    /*padding: 25px 0;*/
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}



@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
      box-shadow: 1px 4px 10px 0px;
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/*apna code */



  
  /* Card Styling */
  .property-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .property-card:hover {
    transform: translateY(-5px);
  }
  
  /* Image Styling */
  .property-image {
    position: relative;
  }
  
  .property-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  /* Badge Styling */
  .badge-container {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
  }
  
  .badge {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  .bg-purple {
    background-color: #6f42c1;
    color: #fff;
  }
  
  /* Card Body Styling */
  .card-body {
    padding: 20px;
  }
  
  .card-title {
    font-size: 18px;
    font-weight: 700;
  }
  
  .card-text {
    font-size: 14px;
    color: #6c757d;
  }
  
  /* Status and Button */
  .status {
    font-size: 14px;
    color: #198754;
  }
  
  .btn-outline-primary {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  /*Property Details*/

  
  
  /* Property Title */
  .property-title {
    font-size: 28px;
    font-weight: bold;
  }
  
  /* Badges */
  .badge {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .bg-purple {
    background-color: #6f42c1;
    color: #fff;
  }
  
  /* Card Styling */
  .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Form Styling */
  form .form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    font-size: 16px;
  }
  
  form button {
    background-color: #6f42c1;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  form button:hover {
    background-color: #593099;
  }
  
  /* Responsive Behavior */
  @media (max-width: 768px) {
    .property-title {
      font-size: 24px;
    }
  }
  


  
  /* Agent Name */
  .agent-name {
    font-size: 28px;
    font-weight: bold;
    color: #343a40;
  }
  
  /* Agent Bio */
  .agent-bio {
    font-size: 16px;
    color: #6c757d;
  }
  
  /* Section Title */
  .section-title {
    font-size: 20px;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 12px;
  }
  
  /* Personal and Agency Info */
  .list-unstyled li {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
  }
  
  .list-unstyled li i {
    font-size: 18px;
    color: #6f42c1;
    margin-right: 10px;
  }
  
  /* Social Media Icons */
  .social-icons {
    margin-top: 20px;
  }
  
  .icon-link {
    display: inline-block;
    font-size: 24px;
    color: #6f42c1;
    margin-right: 15px;
    transition: color 0.3s ease;
  }
  
  .icon-link:hover {
    color: #593099;
  }
  
  /* Image Styling */
  /* .img-fluid {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  } */
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .agent-name {
      font-size: 24px;
    }
  
    .section-title {
      font-size: 18px;
    }
  
    .list-unstyled li {
      font-size: 14px;
    }
  
    .icon-link {
      font-size: 20px;
    }
  }
  


.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
}

.carousel-inner img {
  height: 500px;
  object-fit: cover;
}

.modal-content {
  border-radius: 12px;
}

  


/* fqas  start*/
.faq-section {
  padding: 60px 0;
}
.faq-header {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #007bff;
}
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.accordion-button {
  background-color: #ffffff;
  color: #333;
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
}
.accordion-button:not(.collapsed) {
  background-color: #048518;
  color: #ffffff;
}
.accordion-body {
  background-color: #f1f1f1;
  color: #555;
  padding: 20px;
}
.accordion-button:focus {
  box-shadow: none;
}

/* gqas */






/* teams and conditions start */
.terms-container {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-top: 40px;
  margin-bottom: 40px;
}
h1, h2, h3 {
  /* color: #333; */
  font-weight: 600;
}
p {
  /* color: #555; */
  font-size: 16px;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  /*padding-left: 25px;*/
  position: relative;
  margin-bottom: 12px;
}
/* ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
} */
.btn-accept {
  background-color: #007bff;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  border: none;
  transition: background-color 0.3s ease;
  font-size: 16px;
}
.btn-accept:hover {
  background-color: #0056b3;
}

.underline {
  display: block;
  width: 50%; 
  height: 3px;
  background-color: #035d21; 
  margin: 8px auto 0;
  border-radius: 2px; 
}

/* end */



  #loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* full height center */
    background-color: #fff;
    z-index: 9999;
  }

  #loader img {
    width: 80%;
    max-width: 500px;
    height: auto;
  }

  /* Mobile Devices */
  @media (max-width: 576px) {
    #loader img {
      width: 50%;
    }
  }

  /* Tablets */
  @media (min-width: 577px) and (max-width: 991px) {
    #loader img {
      width: 70%;
    }
  }

  /* Desktops */
  @media (min-width: 992px) {
    #loader img {
      width: 40%;
    }
  }



/* Spinner Animation */
.spinner {
  width: 80px; 
  height: 80px;
  animation: spin 1.5s linear infinite;
} 

/* Spinner Animation Keyframe */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} 

/* Hide Content Initially */
 #content {
  display: none;
} 


/*Overlay Logo Styling */
.overlay-logo {
  position: absolute;
  
  transform: translate(-50%, -50%);
  width: 10%; 
  opacity: 0.1; 
}



.card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}

.card img {
  object-fit: cover;
  height: 200px;
}

@media (max-width: 576px) {
  .card img {
    height: 180px;
  }
}





.owl-carousel .item {
  perspective: 1000px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center center;
  text-align: center;
}

.owl-carousel .item img {
  width: 100%;
  border-radius: 10px;
  transform: scale(0.8);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.6;
}

.owl-carousel .owl-item.active.center .item img {
  transform: scale(1) rotateY(0deg);
  opacity: 1;
  z-index: 999;
}

.owl-carousel .owl-item.active:not(.center) .item img {
  transform: scale(0.85) rotateY(-50deg);
  opacity: 0.3;
}


.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f8f9fa;
  padding: 20px 0;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee img {
  max-height: 80px;
  margin: 0 40px;
  object-fit: contain;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive tweak for mobile */
@media (max-width: 576px) {
  .marquee img {
    margin: 0 20px;
    max-height: 50px;
  }
}

 @media (min-width: 320px) and (max-width: 776px) {
    .flex-column {
       font-size: 11px;
    }
}



@media (max-width: 576px) {
  .testimonial-item p {
    font-size: 0.9rem;
  }

  .testimonial-item .bg-white {
    padding: 1rem !important;
    height: auto !important; /* Remove fixed height on mobile */
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .testimonial-item .bg-white {
    height: auto; /* Optional: let height expand */
  }
}



.card-img-overlay-custom {
  background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.card-img-overlay-custom a {
  color: #ffc107;
  font-weight: bold;
  text-decoration: underline;
}

.card {
  position: relative;
  overflow: hidden;
}



/* CONUTER :start */

.counter-box {
  background-color: #004a91;
  color: white;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  margin: 10px 0;
}

.counter-box .number {
  font-size: 2.5rem;
  font-weight: 300;
}

.counter-box .label {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .counter-box {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* CONUTER END */




.nav-tabs .nav-link.active {
  background-color: #343a40;
  color: #fff;
}
.nav-tabs .nav-link {
  color: #0d6efd;
}
.btn-orange {
  background-color: #e4253c;
  color: white;
  border: none;
}
.btn-orange:hover {
  background-color: #004a91;
  color: white;
}

.btn-upload {
  background-color: #e4253c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.btn-upload:hover {
  background-color: #004a91;
  color: white;
}


btn-upload a:hover {
 color: white;
}

/* Justify all paragraph text */
p {
  text-align: justify;
}

/* Responsive modal form fields */
@media (max-width: 768px) {
  .modal-body .col-md-4,
  .modal-body .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Padding for Upload Resume button */
#cv .btn-upload {
  margin-top: 10px;
}

/* Small screens: add space around table */
@media (max-width: 576px) {
  .table-responsive {
    padding-left: 5px;
    padding-right: 5px;
  }

  table th, table td {
    font-size: 14px;
  }
}

/* Fix: Remove padding if image overlaps modal or input */
input[type="file"] {
  padding: 6px;
}

/* Optional: active tab highlight */
.nav-tabs .nav-link.active {
  background-color:  #004a91;
  color: #fff;
  font-weight: bold;
}



/*topbar*/

  .topbar {
    background-color: #004274;;
    z-index: 10;
    position: relative; /* Needed for z-index to apply */
    padding: 0.5rem 0;
  }
  
  
  

        .social-icon {
  background-color: #ffffff; 
  color: #000000;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  font-size: 18px;
}

.social-icon:hover {
  background-color: #127F4a;
   color: #ffffff;
}


.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  /*padding: 0;*/
}
.modal .left_col {
  background-color: #ebe5db;
  display: flex;
  align-items: center;
}
.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 23px;
}
.modal .left_col .content {
  width: 100%;
  text-align: center;
}
.modal .left_col img {
  margin-bottom: 15px;
}
.modal .left_col .typo {
  font-size: 15px;
  margin-bottom: 10px;
}
.modal .left_col .price {
  font-size: 20px;
  background-color: #144b8e;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #fff;
}
.modal .right_col .form_heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
}
.modal .right_col .form-input {
  height: 46px;
}



.animated_form .form-head {
  max-width: 100%;
  flex: 0 0 100%;
}
.animated_form .form-group {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
.animated_form .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.animated_form .focused .form-label {
  transform: translateY(-34px);
  font-size: 0.75em;
  background-color: #333;
  left: 5px;
  color: #fff;
  padding: 1px 5px;
}
.animated_form .form-input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;border: 1px solid #f0eded;
  transition: box-shadow 150ms ease-out;
  border-radius: 5px;
}
.animated_form input.btn {
  background-color: var(--blueish);
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}

.modal .close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 9;
}
.btn.btn_yellow.flor-btn{

  position: absolute;
  
  left: 50%;
  
  top: 50%;
  
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  
  
  
.captcha-box {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.canvas-wrapper {
  position: relative;
  display: inline-block;
}




/*captcha stert*/

#captcha {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#reload {
  position: absolute;
  right: 162px;
  top: 4px;
  padding: 6px 10px;
  background: #06ab2f;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  transition: transform 0.3s;
}

#reload:hover {
  transform: rotate(180deg);
}

input, button {
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#result {
  margin-top: 10px;
  font-weight: bold;
}
 /*captcha end*/
 
  
  
    
   .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
  } 

  /* Show the submenu on hover */
   .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  @media (max-width: 992px) {
    .dropdown-submenu > .dropdown-menu {
      left: 0;
      top: 100%;
    }
  } 


 
@media (max-width: 423px) {
   
  #captcha {
 width: 78px;
  }

  #captcha-input {
        padding: 6px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  #reload{
      right: -21px;
    top: -7px;
  }
}


@media (max-width: 325px) {
   
   #captcha {
 width: 78px;
  }

  #captcha-input {
        padding: 6px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  #reload{
      right: -21px;
    top: -7px;
  }
}


 .nav-tabs {
            /*background-color: #f8f9fa; */
            border-radius: 8px;
            overflow: hidden;
        }

        /* Tab link default */
        .nav-tabs .nav-link {
            box-shadow: 0px 3px 6px -3px;
            color: #333;
            background-color: #f8f9fa;
            border: none;
            padding: 12px 20px;
            font-weight: 500;
            transition: background-color 0.3s, color 0.3s;
        }

        /* Tab link hover */
        .nav-tabs .nav-link:hover {
            background-color: #004274;
            color: #fff;
        }

        /* Active tab */
        .nav-tabs .nav-link.active {
            background-color: #004274;
            color: #fff;
            font-weight: 600;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .nav-tabs .nav-link {
                padding: 10px 15px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .nav-tabs {
                flex-direction: column;
            }
            .nav-tabs .nav-link {
                width: 100%;
                text-align: center;
                border-bottom: 1px solid #ddd;
            }
        }



