/********** Template CSS **********/

@red: #F73F52;
@orange: #FF9000;
@yellow: #FBD400;
@green: #9ED763;
@blue: #6730EC;
@purple: #815A8F;
@white: #FFFFFF;
@rebeccapurple: #663399;

:root {
    --primary: #232220;
    --light: #EFF5FF;
    --dark: #1B2C51;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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 {
    font-weight: 500;
    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;
}

.p-15 {
    padding: 15rem !important;
}


/*** 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 #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--custom-secondary);
    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 {
    color: var(--custom-tertiary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.signature-canvas {
    border: 1px solid #ccc; /* Adjust border color and thickness as needed */
    display: block; /* Ensures canvas takes up the entire width available */
    margin-top: 5px; /* Optional: Adjust margin for spacing */
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #8D8E92;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--custom-tertiary);
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* Add any other styles you need for the canvas here */
}
.dropdown-toggle::after {
    display: none;
}

.user-dropdown-button {
    background-color: var(--custom-primary);
    color: white;
    border: none;
    border-radius: 0.25rem;
    width: 63px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-dropdown-button:hover {
    background-color: var(--custom-secondary); /* Hover background color */
}
.user-dropdown-menu {
    background-color: #f8f9fa; /* Customize the background color */
    border: 1px solid #ddd;    /* Add a border */
    border-radius: 0.5rem;     /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
}
.user-dropdown-menu .dropdown-item {
    color: #333; /* Customize the text color */
}
.user-dropdown-menu .dropdown-item:hover {
    background-color: #007bff; /* Customize the hover background color */
    color: #fff; /* Customize the hover text color */
}



.header-carousel {
    height: 50vh; /* Reduced height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-carousel .owl-carousel-item {
    position: relative;
    height: 50vh;
}

.header-carousel .owl-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-carousel .owl-carousel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

img.img-fluid {
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shadowing{
    text-shadow: 3px 3px 4px #1B2C51;
    line-height: 1.1;
}
.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
    border-radius:5px;
    display: flex;
    align-items: center;
    padding: 10px 45px; /* Adjusted padding for smaller button */
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px; /* Adjusted font size */
    color: white;
    background: var(--primary);
    transition: 0.5s; /* Adjusted transition time */
    box-shadow: 4px 4px 0 black; /* Adjusted shadow for smaller button */
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 6px 6px 0 var(--custom-secondary);
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 20px; /* Adjusted margin for smaller button */
}


/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

.green-doodle {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: 90px !important;
}



.outter-nav {
    z-index: 1050; /* Ensure this value is lower than the z-index of the dropdown menu */
    position: fixed;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    /* Other navbar styles */
}
.transparent{
    background-color: transparent !important;
}




.swatch {
  display: block;
  text-align: center;
  position: relative;
  margin: 100px;
}

.swatch div {
  width: 70px;
  height: 225px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  backface-visibility: hidden;
  margin-left: -35px;
  transform: rotate(0deg);
}

.swatch div:before {
  width: 16px;
  height: 16px;
  content: "";
  background-color: white; /* @white replaced with actual color value */
  display: inline-block;
  border-radius: 8px;
  bottom: 10px;
  position: absolute;
  margin-left: -8px;
}

.swatch div:nth-child(1) {
  background-color: purple; /* @purple replaced with actual color value */
  animation: swatch-purple-motion 5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.swatch div:nth-child(2) {
  background-color: blue; /* @blue replaced with actual color value */
  animation: swatch-blue-motion 5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.swatch div:nth-child(3) {
  background-color: green; /* @green replaced with actual color value */
  animation: swatch-green-motion 5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.swatch div:nth-child(4) {
  background-color: yellow; /* @yellow replaced with actual color value */
  animation: swatch-yellow-motion 5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.swatch div:nth-child(5) {
  background-color: orange; /* @orange replaced with actual color value */
  animation: swatch-orange-motion 5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.swatch div:nth-child(6) {
  background-color: red; /* @red replaced with actual color value */
  animation: swatch-red-motion 5s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes swatch-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-65deg);
  }
  90%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-40deg);
  }
  90%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-green-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-15deg);
  }
  90%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-yellow-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(15deg);
  }
  90%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-orange-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(40deg);
  }
  90%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-red-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(65deg);
  }
  90%,
  100% {
    transform: rotate(0deg);
  }
}


@media (max-width: 34em) {
    .mod-bttn{
        margin-top: 2rem !important;
    }
    .page-header {
        height: 10rem !important;
    }
}

.page-header {
    display: flex;
    align-items: flex-end;
    height: 25rem;
    background-size: cover;
    background-position: center;
}

.breadcrumb-wrapper {
    transform: translateX(-50%); /* Adjust for centering */
}


.read-more-button {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  color: var(--custom-secondary); /* Blue color */
  text-decoration: underline;
  cursor: pointer;
}

.read-more-button:hover {
  color: var(--custom-secondary); /* Darker blue on hover */
  text-decoration: none;
}

a {
    color: var(--custom-secondary);
}

a:hover {
    color: var(--custom-secondary);
}