/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2.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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    text-decoration: underline;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.t-men{
    color: #000;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

       .text-header {
        font-size: 3em;
        margin-top: 38px;
        padding-bottom: 50px;
        text-align: center;
        color: #000;

        }
        .steps {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 74px;
            margin-bottom: 30px;
        }
        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            color: gray;
            font-size: 1.9em;
            position: relative;
            margin-top: 15px;
        }
        .step .circle {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 38px;
            width: 38px;
            border-radius: 50%;
            background-color: #fff;
            color: #000;
            border: 3px solid #8c8c8c;
            font-size: 1.2em;
            margin-bottom: 5px;
        }
        .step.active .circle {
            border: 3px solid #feeb29;
            background-color: #fff;
        }
        .step.active2 .circle {
            border: 3px solid #000;
            background-color: #000;
        }
        .i-text{
            font-size: 24px;
        }
        .i-text-2
        {
            color: #fff;
            font-size: 24px;
        }
        .i-text-3
        {
            color: #8c8c8c;
            font-size: 24px;
        }
        .step-line {
            height: 7px;
            width: 89px;
            background-color: #000;
            position: absolute;
            top: 26%;
            left: 88%;
            right: 10%;
            transform: translateY(-50%);
            z-index: -1;
        }
        .ptext{
            font-size: 1.2rem;
            color: #000;
        }
        .step:last-child .step-line {
            display: none;
        }
        .buttons-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            max-width: 600px;
            margin: 0 auto 20px;
        }
        .button {
            flex: 1 0 34%;
            padding: 15px;
            border: 2px solid black;
            border-radius: 35px;
            text-decoration: none;
            color: black;
            font-weight: bold;
            text-align: center;
        }
        .button:hover{
            background-color: #000;
            color: #fff;
        }
        .search-container {
            margin-top: 20px;
        }
        .search-input {
            margin: -2px 0px 0px 370px;
            width: 43%;
            padding: 10px;
            font-size: 1em;
            border: 2px solid #000;
            border-radius: 20px;
            outline: none;
            padding-left: 20px;
        }
        .si{
            margin: 0px 0px 0px -53px;
            /* width: 24%; */
            padding: 14px;
            font-size: 1em;
            border: 2px solid #000;
            border-radius: 20px;
            outline: none;
            padding-left: 21px;
            background-color: #000;
            color: #fff;
    }
        .search-button {
            padding: 10px 20px;
            font-size: 1em;
            border: none;
            background-color: black;
            color: white;
            border-radius: 20px;
            cursor: pointer;
            margin-left: -40px;
            outline: none;
        }
        .s-text{
            color: #a94442;
            text-align: center;
            margin-top: 13px;
        }
        .help-button {
            padding: 10px 30px;
            font-size: 18px;
            line-height: 24px;
            min-height: 44px;
            min-width: 180px;
            white-space: nowrap;
            background: #feeb29;
            color: #000;
            border-radius: 27px;
            margin: 17px;
        }
        .topic-link {
            color: #0f71f0;
            font-size: 0.9em;
        }
        .topic-link:hover {
            color: #0f71f0;
            text-decoration: underline;
        }
/*** Footer Start ***/
.footer {
    background: #f4f1ed;
}

.footer .footer-item a {
    font-weight: 500;
    color: #000;
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
.footer-links {
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    padding: 10px; /* Add padding around the links */
}

.footer-link {
    margin: 0 15px; /* Space between links */
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Link color */
    font-size: 16px; /* Link size */
    transition: color 0.3s; /* Smooth color transition */
}

.footer-link:hover {
    color: #007bff; /* Change color on hover */
}
.fbt img{
    width: 50px;
}
/* Responsive styles */
@media (max-width: 600px) {
    .search-input {
        margin: 0px 0px 0px 40px;
        width: 72%;
        padding: 10px;
        font-size: 1em;
        border: 2px solid #000;
        border-radius: 20px;
        outline: none;
        padding-left: 20px;
    }
    .steps {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 19px;
        margin-bottom: 30px;
    }
    .ptext {
        font-size: .9rem;
        color: #000;
    }
    .button {
        flex: 1 0 49%;
        padding: 15px;
        border: 2px solid black;
        border-radius: 35px;
        text-decoration: none;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .footer-link {
        font-size: 14px; /* Reduce size on mobile */
    }
}

/*** Footer End ***/
.social-icons {
    justify-content: center; /* Center the icons */
    align-items: center; /* Align icons vertically */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    padding: 10px; /* Add padding around the icons */
}

.social-icon {
    margin: 0 10px; /* Space between icons */
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Icon color */
    font-size: 24px; /* Icon size */
    transition: color 0.3s; /* Smooth color transition */
}

.social-icon:hover {
    color: #007bff; /* Change color on hover */
}

/* Responsive styles */
@media (max-width: 600px) {
    .social-icon {
        font-size: 20px; /* Reduce size on mobile */
    }
}

/*** copyright Start ***/
.copyright {
    border-top: 1px solid #000;
    background: #f4f1ed;
}
/*** copyright end ***/


/* popup button */
.help-button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.popup {
    display: none; 
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.5);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px; 
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Container for form */
form {
    background: #f8f9fa; /* Light background color */
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
}

/* Input Fields */
.form-control {
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: border 0.3s, box-shadow 0.3s;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

/* Placeholder Styling */
.form-control::placeholder {
    color: #6c757d;
}

/* Button Styling */
.btn-green {
    background: #feeb29;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-green:hover,
.btn-green:focus {
    background: #feeb29;
    color: #000;
    box-shadow: 0 0 8px rgba(40, 167, 69, 0.3);
}

/* Adjusting Columns */
#input-name,
#input-email,
#input-subject,
#input-message {
    margin-bottom: 20px;
}

/* Responsive Alignment */
@media (max-width: 768px) {
    .text-right {
        text-align: center;
    }
}
.rgs{
    text-align: center;
   color:  #000;
}