/* team */
.team-img {
    object-position: top;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    max-width: 250px;
}

/* form success POPup */
.bg-dark-custom {
    background-color: rgb(255, 255, 255);
}

#btn-close-popup2 {
    top: 10px;
    right: 10px;
}

#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.svg-background {
    background-color: var(--bs-primary);
    border-radius: 50%;
    padding: 10px;
}

#formPopup {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    color: var(--bs-light);
    z-index: 1000;
    text-align: center;
}

@media (max-width: 576px) {
    #formPopup {
        width: 100%;
        border-radius: 0 !important;
    }
}

@media (max-width: 768px) {
    #formPopup {
        top: 0;
        right: 0;
        border-radius: 0 !important;
    }

    .success-text {
        font-size: 13px;
    }
}

/* price list */
.pricing-card {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.btn-white:hover {
    color: rgb(0, 0, 0) !important;
}

.card-basic {
    background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
}

.bg-gradient-toleft {
    background: linear-gradient(4deg, var(--bs-primary), var(--bs-secondary));
}

.aspect-1x1 {
    aspect-ratio: 1/1;
}

.pricing-icon-container {
    width: 130px;
}

.price {
    font-size: 2rem;
    font-weight: bold;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.plan-features {
    margin: 1rem 0;
}

.plan-features p {
    padding: 0.5rem 0;
    margin: 0;
}

/* contact form */
@media (min-width: 768px) {
    .rounded-right {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .rounded-left {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.form-check-input:checked {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}

.form-control-custom {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    appearance: none;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom::placeholder {
    color: var(--bs-white);
}

.form-control-custom:focus {
    outline: 0;
}

/* testimonials */
.img-reviews {
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

/* hero block */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("https://images.pexels.com/photos/4012966/pexels-photo-4012966.jpeg")
      no-repeat center center;
    background-size: cover;
    color: white;
    min-height: 100vh;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 30px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.btn-custom-primary {
    padding: 10px 30px;
    transition: all 0.3s;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
    }
}

/* font-size for large words */
.fs-custom {
    font-size: clamp(15px, 5vw, 30px);
}

/* header */
.navbar {
    box-shadow: none !important;
}

.toggler-btn-custom {
    all: unset;
    display: none;
    padding: 4px 7px 4px 7px;
    border-radius: 5px;
    border: 1px solid var(--bs-dark);
}

.toggler-btn-custom svg {
    color: var(--bs-dark);
}

@media (max-width: 991px) {
    .toggler-btn-custom {
        display: inline-block;
    }
}

/* arrow */
.arrow {
    display: inline-block;
    transform: scale(1.3);
    transform-origin: center;
}

/* Hidden checkbox */
.dropdown-toggle {
    display: none;
}

/* Label acts like a link */
.dropdown-label {
    cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    color: black;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 150px;
    z-index: 100;
}

.dropdown-menu li {
    margin: 0.5rem 0;
}

.dropdown-menu li a {
    color: black;
    text-decoration: none;
}

/* Show dropdown when checkbox is checked */
.dropdown-toggle:checked + .dropdown-label + .dropdown-menu {
    display: block;
}

        
        
       