:root {
  --wsm-font: "DM Sans", sans-serif;
  --wsm-font-two: "Barlow Condensed", sans-serif;
  --wsm-reey-font: "reeyregular";
  --wsm-gray: #726d7b;
  --wsm-gray-rgb: 114, 109, 123;
  --wsm-white: #ffffff;
  --wsm-white-rgb: 255, 255, 255;
  --wsm-black: #04000b;
  --wsm-black-rgb: 4, 0, 11;
  --wsm-base: #21448b;
  --wsm-base-rgb: 33, 68, 139;
  --wsm-bdr-radius: 8px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--wsm-font);
  color: var(--wsm-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--wsm-gray);
}

a:hover{
    color:green;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wsm-black);
  margin: 0;
  font-family: var(--wsm-font-two);
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}


::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}







 .registration-three__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
.registration-three__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }







.section-title {
  margin-top: -12px;
  margin-bottom: 20px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--wsm-gray);
  font-size: 35px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  font-family: var(--wsm-font-two);
}

.section-title__tagline:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: var(--wsm-base);
}

.section-title__title {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
}



.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}



















.registration-three {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0px 90px;
    overflow: hidden;
    /*z-index: 1;*/
    z-index: 0;
}

.registration-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*height: 512px;*/
    height: 100%;
    background: #f6f4f9;
    content: "";
    /*z-index: -1;*/
}

.registration-three__single {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.registration-three__single-img {
  position: relative;
  display: block;
}

.registration-three__single-img-inner {
  position: relative;
  display: block;
 
  overflow: hidden;
  border-top-left-radius: var(--wsm-bdr-radius);
  border-top-right-radius: var(--wsm-bdr-radius);
  z-index: 1;
  background-color:#fff;
}

.registration-three__single-img-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--wsm-black-rgb), .30);
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-top-left-radius: var(--wsm-bdr-radius);
  border-top-right-radius: var(--wsm-bdr-radius);
  z-index: 1;
}



.registration-three__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: -57px;
  width: 85px;
  height: 85px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, 0.05);
  border-radius: 50%;
  z-index: 2;
}

.registration-three__icon:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #daeeff;
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.registration-three__single:hover .registration-three__icon:before {
  transform: scale(1);
  opacity: 1;
}

.registration-three__icon span {
  position: relative;
  display: block;
  line-height: 0;
}

.registration-three__icon span::before {
  color: var(--wsm-base);
  font-size: 30px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.registration-three__single:hover .registration-three__icon span::before {
  color: #ffffff;
}

.registration-three__single-img-inner img {
  width: 100%;
  /*mix-blend-mode: luminosity;*/
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.registration-three__single:hover .registration-three__single-img-inner img {
  transform: scale(1.1) rotate(0deg);
}

.registration-three__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e2e0e5;
  border-top: none;
  border-bottom-left-radius: var(--wsm-bdr-radius);
  border-bottom-right-radius: var(--wsm-bdr-radius);
  padding: 24px 28px 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.registration-three__single:hover .registration-three__single-content {
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}

.registration-three__title {
    font-size: 30px;
}

  body.boxed-wrapper {
  background-color: #f6f4f9;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.registration-three__icon .icon {
    color: black; /* Default color */
    transition: color 0.3s ease; /* Smooth color transition */
}

/* Change color on hover */
.registration-three__icon:hover .icon {
    color: white; /* Color on hover */

  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.registration-three__title a {
  color: var(--wsm-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.registration-three__single:hover .registration-three__title a {
  color: var(--wsm-base);
}

.registration-three__text {
  font-size: 20px;
  color:deepskyblue;
  margin: 0;
  margin-bottom: 8px;
}

.registration-three__arrow {
  color: var(--wsm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.registration-three__arrow:hover {
  color: var(--wsm-base);
}

.registration-three__arrow span {
  position: relative;
  display: block;
  line-height: 0;
}

.registration-three__arrow span::before {
  font-size: 20px;
  line-height: 20px;
}



body.boxed-wrapper {
  background-color: #f6f4f9;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.registration-three__icon .icon {
    color: black; /* Default color */
    transition: color 0.3s ease; /* Smooth color transition */
}

/* Change color on hover */
.registration-three__icon:hover .icon {
    color: white; /* Color on hover */
}









.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.header:hover {
    background-color: #f1f1f1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    width: 70px; /* Adjust size as needed */
    height: auto;
    margin-right: 10px;
    transition: transform 0.3s;
}

.logo-container:hover .logo {
    transform: scale(1.1); /* Slightly enlarge logo on hover */
}

.site-name {
    font-size: 30px;
    margin: 0,10;
    color: #333;
}

.button-container {
    display: flex;
    gap: 10px;
}

.btn {
    text-decoration: none;

    padding: 0 20px; /* Horizontal padding */
    height: 80px; /* Set the height of the button */
    color: #333;
    background-color: #21448b;
    border: 2px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    transition: background-color 0.3s, color 0.3s, transform 0.3s, border-color 0.3s;
}

.btn:hover {
    background-color: #3c8dbc;
    color: #ffffff;
   
    transform: translateY(-2px); /* Subtle lift effect */
}



/***
====================================================================
  Checkout Page
====================================================================
 ***/

.checkout-page {
  position: relative;
  display: block;
  padding: 30px 0 20px;
}

.checkout-page .application_details {
  position: relative;
  display: block;
}

.application_title {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.application_title p {
  font-size: 16px;
  margin: 0;
}

.application_title span {
  color: var(--wsm-base);
}

.application_title h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}


.application_details_form .btn-light {
  border: none;
}

.application_details_form .btn-light:hover {
  border: none;
}

/* General Form Styles */
.application_details_form {
    margin: 20px auto;
    padding: 40px;
    background-image: url(../Images/form-bg-4.png);
    background-size: cover; /* Adjusts the size of the background image to cover the entire box */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height:400px!important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.col-xl-6, .col-xl-12 {
    padding: 10px;
    box-sizing: border-box;
}

.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.application_input_box {
    margin-bottom: 15px;
}

.application_input_box input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.application_input_box input:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* Dropdown Styles */
.application_input_box select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.application_input_box select:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* Checkbox Styles */
.checked-box {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.checked-box input[type="checkbox"] {
    margin-right: 10px;
}

.checked-box label {
    margin: 0;
    color: #333;
}

.checked-box span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: #007bff;
    border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.ship_different_address_title {
  margin-top: 39px;
}

.ship_different_address_title h2 span::before {
  position: relative;
  display: inline-block;
  color: var(--wsm-base);
  font-size: 20px;
  top: -11px;
}

.ship_different_address_form .ship_different_input textarea {
  font-size: 14px;
  color: var(--wsm-gray);
  height: 140px;
  width: 100%;
  background-color: #f6f4f9;
  padding: 18px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--wsm-bdr-radius);
}

.application_details_form .select-box .nice-select {
  background-image: url(../Images/form-bg-2.jpg);
  border-radius: 8px;
  color: var(--wsm-gray);
  font-size: 14px;
  font-weight: 400;
  height: 68px;
  line-height: 68px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 10px;
}


.application_details_form .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.your_order {
  position: relative;
  display: block;
  padding-top: 36px;
}

.your_order h2 {
  color: var(--wsm-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 41px;
}

.order_table_box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2e0e5;
  padding-bottom: 24px;
}

.order_table_detail {
  position: relative;
  width: 100%;
}

.order_table_head {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2e0e5;
  border-top: 1px solid #e2e0e5;
}

.order_table_head th {
  font-size: 20px;
  color: var(--wsm-black);
  font-weight: 500;
  margin: 0;
  padding: 19px 0 22px;
  text-transform: uppercase;
  font-family: var(--wsm-font-two);
}

.order_table_head th.right {
  float: right;
}

.order_table_detail tbody td {
  padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
  color: var(--wsm-gray);
  font-size: 16px;
  line-height: 18px;
}

.order_table_detail tbody td.pro__price {
  color: var(--wsm-gray);
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout__payment {
  background-color: #f6f4f9;
  border-radius: 8px;
  padding: 49px 50px 18px;
  margin-bottom: 10px;
}

.checkout__payment__item+.checkout__payment__item {
  margin-top: 39px;
}


.checkout__payment__title {
  display: flex;
  color: var(--wsm-black);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  align-items: center;
  margin-bottom: 27px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: '';
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: 2px solid #e2e0e5;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--wsm-base);
  border-color: var(--wsm-base);
  content: '\f00c';
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: var(--wsm-gray);
}


.product-sorting {
        flex-direction: column;
    }

    .product-sorting .select-box {
        width: 290px;
        margin-top: 10px;
    }


.submit_button {
    background-color: #299762; /* Blue background */
    color: white; /* White text */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Padding inside button */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
}

/* Hover effect */
    .submit_button:hover {
        background-color: #125836; /* Darker blue background */
    }

/* Focus effect (for accessibility) */
.submit_button:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5); /* Blue outline */
}

.page-footer {
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


