@import url("https://fonts.googleapis.com/css2?family=Lexend&display=swap");

:root {
  --main-color: #0e6e7a;
  --backgroud: linear-gradient(rgba(15, 54, 59, 1), rgba(14, 110, 122, 1));
  --white: #fff;
  --black: #000;
  --second-color: #0f363b;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--backgroud);
  border-radius: 6px;
}

body {
  font-family: "Lexend", sans-serif;
  background-color: #f2f7fb;
}

.my-btn-bg {
  background: var(--backgroud) !important;
  color: var(--white) !important;
}

.document-bg {
  background-color: #eceaea;
}

.active-tab {
  border-bottom: 2px solid var(--main-color) !important;
}

.my-bg-primary {
  background: var(--backgroud) !important;
}

.my-second-btn {
  background: var(--main-color) !important;
  color: var(--white) !important;
}

.my-outline-btn {
  color: var(--black) !important;
  transition: all 0.2s linear;
  border: 2px solid var(--main-color);
}

.my-outline-btn:hover {
  background: var(--backgroud) !important;
  color: var(--white) !important;
}

.my-second-outline-btn {
  color: var(--white) !important;
  transition: all 0.2s linear;
  border: 2px solid var(--white);
}

.my-second-outline-btn:hover {
  background: var(--backgroud) !important;
  border: 2px solid var(--main-color);
}

.primary-clr {
  color: var(--main-color) !important;
}

.second-clr {
  color: var(--second-color) !important;
}

.box-shadow {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.banner-section .banner-text h1 {
  font-size: 4rem;
}

.banner-section .banner-text p {
  font-size: 1.5rem;
}

.delhiver-card {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  width: fit-content;
}

.main-section {
  background: var(--backgroud);
}

.ai-summery-card {
  background-color: #d9d9d9;
  opacity: 40%;
  border-radius: 15px;
  height: 100%;
}

.ai-input {
  background-color: #bcbcbc;
  height: 100%;
  border-radius: 15px;
}

.ai-text {
  background-color: var(--white);
  width: fit-content;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq-bg {
  background-color: #d9d9d9 !important;
}

.comments {
  background-color: #d9d9d9;
}

.footer-section {
  background-color: #d9d9d9;
}

.footer-section p a {
  text-decoration: none;
  color: var(--black);
  transition: all 0.2s linear;
}

.footer-section p a:hover {
  font-weight: bold;
}

.whataspp-icon{
  position: fixed;
  bottom: 25px;
  right: 25px;
}

/* ============================== Templates Page CSS ======================================= */

.line {
  height: 4px;
  background-color: var(--main-color);
  width: 150px;
  border-radius: 0px 15px 15px 0px;
}

.tamplate-section a {
  text-decoration: none;
}

.tamplate-tabs {
  border: 1px solid var(--second-color);
  color: var(--black);
  transition: all 0.2s linear;
}

.tamplate-tabs:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.current-tab {
  background-color: var(--main-color);
  color: var(--white);
}

.temp-img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.temp-div {
  position: relative;
  overflow: hidden;
}

.temp-img {
  /* Your existing styles for the image */
  display: block;
  width: 100%;
  /* Example to make the image responsive */
}

.temp-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  /* Adjust as needed */
  height: fit-content;
  /* Adjust as needed */
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Smooth transition for the opacity change */
}

.temp-div:hover .temp-btn {
  cursor: pointer;
  opacity: 1;
}

.preview-btn {
  position: absolute;
  top: 5px;
  /* Adjust as needed */
  right: 15px;
  /* Adjust as needed */
  width: fit-content;
  /* Adjust to fit content or as needed */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth transition for the opacity change */
}

.temp-div:hover .preview-btn {
  opacity: 1;
  /* Show the button on hover */
  cursor: pointer;
}

/* ============== login css =============== */

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

/* =============== Dashboard ============= */

.temp-card {
  border: 2px dashed var(--main-color);
  /* min-height: 21.5rem; */
}

/* ============== affiliat Page ============== */

.code-text {
  color: var(--main-color);
  font-weight: 600;
}

.referral-code {
  padding: 8px 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 0.58px;
  font-size: 14px;
  line-height: 24px;
  background-color: #bcf4fbc2;
}

.cards {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
  border-radius: 5px;
}

.insite-no {
  font-size: 32px;
}

/* =================== Pricing Page ========================*/

.offer-list ul li {
  list-style: none;
  border-bottom: 1px dashed;
  padding-bottom: 15px;
}

.most-popular-pack {
  border-radius: 25px 0px 25px 0px;
}

.most-popular-pack .offer-list ul li {
  color: var(--white);
}

.price-box {
  border-radius: 25px 0px 25px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.price-box h3 {
  color: #0099cc;
}

.most-popular-pack h3 {
  color: #45d2c2;
}

.buy-btn {
  border-radius: 20px 0px 20px 0px;
}

.call-section{
    background: url('../img/core-img/call-to-action.png');
    background-position: center;
    background-size: cover;
}
.buy-section{
    background: url('../img/core-img/service-bg.png');
    background-position: center;
    background-size: cover;
}

/*======================================================= Create Resume Form =========================================== */
.form-section-heading h4 {
  font-weight: 500;
  text-transform: uppercase;
}

.form-section-heading {
  font-weight: bolder;
  cursor: pointer;
  background-color: var(--main-color);
  color: var(--white);
}

.edit-section {
  height: 100vh !important;
  overflow-y: auto;
}

.show-form-block {
  height: 100% !important;
  transition: all 0.4s linear;
}

.close-section {
  background-color: #eaf2fb;
  cursor: pointer;
}

.close-section:hover {
  background-color: #dcebfc;
}

.close-section i {
  font-size: large;
}

.addform {
  border: dashed 2px #007bff !important;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s linear;
}

.addform:hover {
  background-color: #dcebfc;
}

/* .privacy-text p {
    color: #000;
} */

/* Offcanvas Modal Styling */
.offcanvas {
  position: fixed;
  /* Fixed position to stay in place */
  top: 11%;
  left: -100%;
  /* Start off the screen to the right */
  width: 40%;
  /* Width of the offcanvas modal */
  /* height: 100%; */
  z-index: 1000;
  /* Ensure it sits above other content */
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
  transition: 0.5s;
  /* Smooth transition for sliding effect */
  background-color: #f1f1f1;
  /* Offcanvas background color */
}

/* Offcanvas content container */
.offcanvas-content {
  padding: 20px;
}

/* Close button styling */
.close-offcanvas {
  /* font-size: 40px; */
  cursor: pointer;
}

.close-offcanvas i {
  font-size: 24px;
}

.offcanvasBody {
  height: 100vh;
  overflow: auto;
}

.offcanvasBody .temp-img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.offcanvasBody .temp-img:hover {
  background: var(--main-color);
  cursor: pointer;
  transition: all 0.2s linear;
}

.offcanvas-body .selected {
  background: var(--main-color) !important;
}

/* ======================= Loading CSS ======================== */

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  z-index: 9999999999999999999999999999999999999999999;
}

#loading {
  text-align: center;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
