:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));}
*,::after,::before{box-sizing:border-box;}
@media (prefers-reduced-motion:no-preference){
:root{scroll-behavior:smooth;}
}
.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;font-size: 18px;}
@media (prefers-reduced-motion:reduce){
.nav-link{transition:none;}
}

/* Global Styles */
* {
  box-sizing: border-box;
}

/* Ticker Animation */
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/* Ticker Wrapper Styles */
.ticker-wrap {
  position: fixed;
  top: 80px;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  padding-left: 100%;
}

/* Ticker Styles */
.ticker {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  /* padding-right: 100%; */
  animation: ticker 60s linear infinite;
}

/* Ticker Item Styles */
.ticker__item {
  display: inline-block;
  font-style: italic;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}



.btn-secondary{
  background: orange !important;
}
.template-name {
  color: #0289D7; 
  font-size: 1rem;
  font-weight: bold;
}

.img-thumbnail {
  height: 110px;
  margin-bottom: 0.5rem!important;
}

blockquote {
  font-style: italic;
  border-left: 4px solid; /* Blue border on the left */
  border-color: #0088D6;
  padding-left: 10px;
  margin: 10px 0 20px 0;
}

blockquote p {
  margin: 0; /* Remove default paragraph margins inside blockquote */
}

/* blockquote footer {
  font-weight: bold;
} */
.nav-link:focus,.nav-link:hover{color:#0a58ca;}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:0;}
.navbar>.container{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between;}
.navbar-brand{padding-top:.3125rem;    margin-left: 5%;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap;}
.navbar-nav{display:flex;flex-direction:column;margin: auto; margin-bottom:0;list-style:none;}
.navbar-nav .nav-link{padding-right:0;padding-left:0;}
.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center;}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.navbar-toggler{transition:none;}
}
.navbar-toggler:hover{text-decoration:none;}
.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem;}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%;}
@media (min-width:992px){
.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start;}
.navbar-expand-lg .navbar-nav{flex-direction:row;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem;}
.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto;}
.navbar-expand-lg .navbar-toggler{display:none;}
}
.navbar-light .navbar-brand{color:rgba(0,0,0,.9);}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9);}
.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55);}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7);}
.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1);}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

.d-block{display:block!important;}
.justify-content-center{justify-content:center!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
.text-center{text-align:center!important;}
.bg-light{background-color:#f8f9fa!important;}

body{font-family:Arial, sans-serif;}
.nav-item{margin-right:15px;}
.center-image{height:70px;margin:0 10px;}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -0.5);margin-left:calc(var(--bs-gutter-x) * -0.5);}
@media (max-width: 768px){
.container{flex-direction:column;}
}

@media (min-width:1200px){
.profile-pic{
  margin-bottom: 30%;
}
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    margin-top: 10px;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    margin-top: 10px;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 97%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .modal-dialog {
    max-width:640px;
}

body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;}
h2{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
p{margin-top:0;margin-bottom:1rem;}
ul{padding-left:2rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:#0d6efd;text-decoration:underline;}
a:hover{color:#0a58ca;}
img{vertical-align:middle;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button{margin:0;font-family:inherit;font-size:18px;line-height:inherit;background: linear-gradient(to bottom, #33C1FF, #0088D6, #003A8C);color: white;font-weight: bold; border-radius: 5px;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;}
[type=button]:not(:disabled),button:not(:disabled){cursor:pointer;}
.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1220px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5);}
.row>*{flex-shrink:0;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);}
@media (min-width:768px){
.col-md-4{flex:0 0 auto;width:33.33333333%;}
.col-md-8{flex:0 0 auto;width:66.66666667%;Margin-top: 10px;}
}
.collapse:not(.show){display:none;}

.align-items-center{align-items:center!important;}
.text-center{text-align:center!important;}
.bg-light{background-color:#f8f9fa!important;}

.h3, h3 {
    font-size: 1.75rem;
    color: #0289D7;
    font-weight: bold;
}

.h4, h4 {
    font-size: 1.5rem;
    color: #0289D7;
    font-weight: bold;
}
.btn-black {
  background: black!important;
  border-color: black !important;
}
body{font-family:Arial, sans-serif;}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -0.5);margin-left:calc(var(--bs-gutter-x) * -0.5);}
.intro-image{display:block;height:450px;max-width: 100%;}
.intro-text{text-align:justify; font-size: 18px;font-weight: bold;}
.popup-header-orange{text-align:justify; font-size: 20px; color:orange;font-weight: bold;}

@media (max-width: 768px){
  .modal-right {
    display: none;
  }
}

.text-blue {
  color:#007AFF;
}
.modal-right {
    position: fixed;
    left: 0;
    bottom: 5px;
    border: 1px solid #ccc; 
    border-radius: 10px; 
    padding: 5px 15px;
    width: 300px; 
    background: linear-gradient(to top, #33C1FF, #0088D6, #003A8C);
    box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Optional: for a shadow effect */
}
.modal-content {
  background: linear-gradient(to top, #33C1FF, #0088D6, #003A8C);
  color:white;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.modal-right input {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    border: none;
}
.modal-right button {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: none;
}

.popup-header {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.btn {
  padding: 0.375rem;
  /* min-width: 85px; */
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #33C1FF, #0088D6, #003A8C);
}


/* Initial styling for the book image */
.book3D {
    transition: transform 0.5s; /* Animation duration of 0.5 seconds */
    display: inline-block; /* To apply transforms on an image */
}

/* 3D effect on hover */
.book3D:hover {
    /* Rotate around the Y axis for a 3D effect */
    transform: perspective(1000px) rotateY(20deg);
}
.thank-you-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-weight: bold;
    max-width: 520px;
    color: white;
    background: linear-gradient(to bottom, #33C1FF, #0088D6, #003A8C);
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.thank-you-popup.show {
    display: block;
}
.buy-button {
    background-color: orange;
    color: white;
    padding: 8px;
    border: none;
    border-radius: 5px;

}
.end-image {
    height: 22px;
}
.thank-you-popup .close-button {
    position: absolute;
    top: -8px;
    right: -10px;
    color: orange;
    background-color: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 10px;
}
.thank-you-popup a {
  color:orange;
  text-decoration: none;
  font-size: 18px;
}
.popup-text {
    margin-top:10px;
}
.know-more-button {
    background: #33C1FF;  
    color: white;  
    border: none;  
    padding: 8px;  
    border-radius: 5px;  
    margin-left: 10px;
}
.nav-link.active {
    color: #0289D7 !important;
}
.nav-link:hover {
    color: #0289D7 !important;
}
.colored {
  color: #0289D7;
  font-weight:bold;
}

.colored-normal {
  color: #0289D7;
  margin-bottom: 0;
}
.buttons-home {
  margin-left: 12%;
  margin-right: 1%;
}
.btn:hover {
  color: #fff;
}