/* ============================================================ */
/* FLORA GALLERY – Increased Height                              */
/* ============================================================ */

/* Gallery Grid */
.flora-gallery-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.flora-gallery-grid > div {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    flex: 1 1 0;
    height: 450px; /* Increased from 350px to 450px */
    position: relative;
    transition: flex 0.5s ease;
    cursor: pointer;
}

.flora-gallery-grid > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.flora-gallery-grid > div:hover {
    flex: 2.5;
}

.flora-gallery-grid > div:hover img {
    transform: scale(1.02);
}

/* ============================================================ */
/* RESPONSIVE BREAKPOINTS (height adjust accordingly)            */
/* ============================================================ */

/* Tablet */
@media (max-width: 992px) {
    .flora-gallery-grid > div {
        height: 350px; /* Tablet pe thoda kam */
    }
}

/* Mobile */
@media (max-width: 768px) {
    .flora-gallery-grid {
        flex-wrap: wrap;
        gap: 12px;
    }
    .flora-gallery-grid > div {
        flex: 0 0 calc(50% - 6px);
        height: 250px; /* Mobile pe aur kam */
    }
    .flora-gallery-grid > div:hover {
        flex: 0 0 calc(50% - 6px);
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .flora-gallery-grid > div {
        flex: 0 0 100%;
        height: 220px;
    }
    .flora-gallery-grid > div:hover {
        flex: 0 0 100%;
    }
}



/* ========== CUSTOM PROPERTIES (renamed with my- prefix) ========== */
/* :root {
  --my-primary: #0088cc;           adjust to your brand color
  --my-primary-inverse: #ffffff;
  --my-primary--100: #006699;
  --my-primary-100: #33aadd;
  --my-secondary: #6c757d;
  --my-tertiary: #f8f9fa;
  --my-dark: #212529;
  --my-light: #ffffff;
  --my-default: #333333;
  --my-grey-100: #f8f9fa;
  --my-grey-200: #e9ecef;
  --my-grey-400: #ced4da;
  --my-grey-500: #adb5bd;
  --my-border-radius2x: 20px;
} */

/* ========== RENAMED UTILITY CLASSES ========== */
.my-bg-color-before-primary:before {
  background-color: var(--my-primary) !important;
}
.my-bg-color-secondary {
  background-color: var(--my-secondary) !important;
}
.my-bg-color-tertiary {
  background-color: var(--my-tertiary) !important;
}
.my-text-dark {
  color: var(--my-dark) !important;
}
.my-text-light {
  color: var(--my-light) !important;
}
.my-svg-fill-color-primary {
  fill: var(--my-primary) !important;
}
.my-svg-fill-color-primary svg path {
  fill: var(--my-primary) !important;
}
.my-svg-fill-color-dark {
  fill: var(--my-dark) !important;
}
.my-svg-fill-color-dark svg path {
  fill: var(--my-dark) !important;
}

/* custom elements */
.my-el-1 {
  margin-top: -374px;
  position: relative;
  min-height: 570px;
}
.my-el-1:before {
  content: " ";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 80px 0 0;
}
.my-el-2 {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
}
.my-el-3 {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  margin-left: -40px;
  margin-top: -15px;
}

.my-card-glass-1 {
  background-color: rgba(255, 255, 255, 0.9);
}
.my-border-radius-1 {
  border-radius: var(--my-border-radius2x) !important;
}

/* custom font icons */
[class*="my-font-icon-"]:before {
  display: inline-block;
  font-family: "CustomFont1";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.my-font-icon-1:before { content: "\0041"; }
.my-font-icon-2:before { content: "\0042"; }
.my-font-icon-3:before { content: "\0043"; }
.my-font-icon-4:before { content: "\0044"; }

/* card glass (renamed) */
.my-card-glass {
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

/* highlight scribble (renamed) */
.my-highlight-scribble-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 45%;
  top: auto;
  bottom: -25%;
}
.my-highlight-scribble-1 path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
}
@media (max-width: 991px) {
  .my-highlight-scribble-1 path {
    stroke-dasharray: none;
  }
}
.my-highlightScribble1 path {
  animation: my-highlightScribble1 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

/* animation keyframes (renamed) */
@keyframes my-highlightScribble1 {
  0% { stroke-dashoffset: 1; opacity: 0; }
  1% { opacity: 1; }
  100% { stroke-dashoffset: 0; }
}

/* ========== OVERRIDES FOR TABS (to avoid global clashes) ========== */
/* scope tabs styles under .my-component if needed */
.my-component .tabs.tabs-simple .nav-tabs {
  justify-content: center;
  border: 0;
  margin-bottom: 10px;
}
.my-component .tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link,
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: var(--my-default);
  font-size: 16px;
}
.my-component .tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
/* re-apply primary colour on active/hover */
.my-component .tabs .nav-tabs .nav-link,
.my-component .tabs .nav-tabs .nav-link:hover,
.my-component .tabs .nav-tabs .nav-link.active {
  color: var(--my-primary);
}
.my-component .tabs .nav-tabs .nav-link:hover,
.my-component .tabs .nav-tabs .nav-link:focus,
.my-component .tabs .nav-tabs .nav-link.active {
  border-top-color: var(--my-primary);
}
.my-component .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
.my-component .tabs.tabs-bottom .nav-tabs .nav-link.active,
.my-component .tabs.tabs-bottom .nav-tabs .nav-link.active:hover,
.my-component .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
  border-bottom-color: var(--my-primary);
}
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link.active,
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus,
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.my-component .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
  border-top-color: var(--my-primary);
  color: var(--my-primary);
}










/* ========== CUSTOM PROPERTIES (renamed) ========== */
:root {
 --my-quaternary: #2b4c7e;       /*   adjust to your brand */
  --my-secondary: #6c757d;
  --my-dark: #212529;
  --my-light: #ffffff;
  --my-grey-100: #f8f9fa;
  --my-grey-200: #e9ecef;
  --my-grey-500: #adb5bd;
}

/* ========== RENAMED UTILITY CLASSES ========== */
.my-bg-color-light-2 {
  background-color: #eff1f3 !important;
}
.my-bg-color-grey-1 {
  background-color: #b9b9b9 !important;
}
.my-bg-color-grey-2 {
  background-color: #e4e4e4 !important;
}
.my-bg-color-quaternary {
  background-color: var(--my-quaternary) !important;
}
.my-bg-color-light {
  background-color: var(--my-light) !important;
}
.my-text-color-quaternary {
  color: var(--my-quaternary) !important;
}
.my-text-color-dark {
  color: var(--my-dark) !important;
}
.my-text-color-light {
  color: var(--my-light) !important;
}

/* ========== RENAMED CUSTOM ELEMENTS ========== */
.my-section-curved-top-5 {
  position: absolute;
  top: -236px;
  left: -60px;
  width: 115%;
}

.my-circle {
  position: absolute;
  border-radius: 100%;
}
.my-circle-medium {
  width: 23px;
  height: 23px;
}
.my-circle-small {
  width: 15px;
  height: 15px;
}
.my-circle-extra-small {
  width: 10px;
  height: 10px;
}
.my-circle-pos-44 {
  left: 103%;
  top: 10%;
}
.my-circle-pos-45 {
  left: 104.7%;
  top: 14.1%;
}
.my-circle-pos-46 {
  left: 106.2%;
  top: 10.4%;
}

.my-dots-rect-5 {
  position: absolute;
  bottom: -80px;
  left: -38px;
  width: 144px;
  height: 100px;
  transform: rotateX(180deg);
}

/* ========== RENAMED PRICING TABLE STYLES ========== */
.my-pricing-table-style-1 .plan {
  border-radius: 10px;
}
.my-pricing-table-style-1 .plan .plan-header {
  border-radius: 10px;
}
.my-pricing-table-style-1 .plan .plan-features {
  border: 0;
}
.my-pricing-table-style-1 .plan .plan-features ul li {
  font-size: 1em;
}
.my-pricing-table-style-1 .plan .plan-footer {
  border: 0;
}
.my-pricing-table-style-1 .plan.plan-featured {
  overflow: hidden;
  transform: scale(1);
}
.my-pricing-table-style-1 .plan.plan-featured .plan-features ul li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.my-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
  position: absolute;
  line-height: 2.3;
  top: 20px;
  right: -55px;
  background: var(--my-grey-500);
  width: 55%;
  transform: rotate(36deg);
}
.my-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
  background: var(--my-secondary);
}

/* ========== RENAMED BUTTON STYLES ========== */
.my-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0.533rem 0.933rem;
  font-size: 0.8rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 35px;
  transition: all 0.15s ease;
  text-decoration: none;
}
.my-btn-outline {
  border-width: 2px;
}
.my-btn-rounded {
  border-radius: 35px;
}

/* Secondary button */
.my-btn-secondary {
  color: #fff;
  background-color: var(--my-secondary);
  border-color: var(--my-secondary);
}
.my-btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.my-btn-secondary.my-btn-outline {
  color: var(--my-secondary);
  background-color: transparent;
  border-color: var(--my-secondary);
}
.my-btn-secondary.my-btn-outline:hover {
  color: #fff;
  background-color: var(--my-secondary);
  border-color: var(--my-secondary);
}

/* Light-2 button */
.my-btn-light-2 {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.my-btn-light-2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}
.my-btn-light-2.my-btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.my-btn-light-2.my-btn-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}



/* ========== CUSTOM PROPERTIES (renamed) ========== */
:root {
  --my-secondary: #6c757d;      /* adjust to your brand */
  --my-tertiary: #f8f9fa;       /* adjust */
  --my-dark: #212529;
  --my-light: #ffffff;
  --my-grey-1: #b9b9b9;
  --my-grey-2: #e4e4e4;
}

/* ========== RENAMED UTILITY CLASSES ========== */
.my-bg-color-light-2 {
  background-color: #eff1f3 !important;
}
.my-bg-color-grey-1 {
  background-color: var(--my-grey-1) !important;
}
.my-bg-color-grey-2 {
  background-color: var(--my-grey-2) !important;
}
.my-bg-color-secondary {
  background-color: var(--my-secondary) !important;
}
.my-bg-color-tertiary {
  background-color: var(--my-tertiary) !important;
}
.my-text-color-dark {
  color: var(--my-dark) !important;
}
.my-font-size-1 {
  font-size: 1.3em !important;
}

/* ========== RENAMED CUSTOM ELEMENTS ========== */
.my-section-curved-top-2 {
  position: absolute;
  top: -255px;
  left: 0;
}

.my-circle {
  position: absolute;
  border-radius: 100%;
}
.my-circle-medium {
  width: 23px;
  height: 23px;
}
.my-circle-small {
  width: 15px;
  height: 15px;
}
.my-circle-extra-small {
  width: 10px;
  height: 10px;
}
.my-circle-pos-14 {
  left: 60%;
  top: -15%;
}
.my-circle-pos-15 {
  top: -11%;
  left: 60.7%;
}
.my-circle-pos-16 {
  top: -13.9%;
  left: 62%;
}

/* ========== RENAMED FEATURE BOX ========== */
.my-feature-box {
  display: flex;
}
.my-feature-box .my-feature-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  color: var(--my-light);
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  width: 2.7em;
  height: 2.7em;
}
.my-feature-box .my-feature-box-info {
  flex: 1 1 100%;
  padding-left: 15px;
}
.my-feature-box-icon-size-1 {
  width: 3em !important;
  height: 3em !important;
  font-size: 1.3rem !important;
}
/* Override default icon background - we already set via my-bg-color-secondary/tertiary */
.my-feature-box .my-feature-box-icon {
  background-color: var(--my-secondary); /* fallback */
}