.demo2{height:261px !important;
}

/* Mobile view only */
@media (max-width: 768px) {
  .about{
        height: 543PX;
  }
    
  .px-0{padding:0px;
  }
    .inner-page p {
        text-align: justify;
        text-justify: inter-word;
    }
}

/* Form Wrapper */
.forrm-wraper {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Form Groups */
.form-05-id-1 {
    margin-bottom: 15px;
}

/* Labels */
.form-05-id-1 label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

/* Inputs & Textarea */
.form-05-id-1 .form-control {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Textarea height */
.form-05-id-1 textarea.form-control {
    height: 100px;
    resize: vertical;
}

/* Focus Effect */
.form-05-id-1 .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}

/* Submit Button */
.btn-default {
    background-color: #007bff;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.3s ease;
}

/* Button Hover */
.btn-default:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Center Button */
form p {
    text-align: center;
    margin-top: 20px;
}

/* Required Star */
label span {
    margin-left: 3px;
}

.custom-nav .navbar-nav > li > a {
    color: #ffffff;
    padding: 15px 5px;
    font-size: 13px !important;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .forrm-wraper {
        padding: 20px;
    }
}
/* Sitemap main container */
ul.sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;              /* 👈 2 columns */
    column-gap: 40px;
}

/* Top level items */
ul.sitemap > li {
    break-inside: avoid;
    margin-bottom: 20px;
}

/* Main headings */
ul.sitemap > li > a {
    font-weight: 600;
    font-size: 16px;
    color: #0d47a1;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

/* Sub menus */
ul.sitemap ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

/* Sub links */
ul.sitemap ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 1.7;
}

/* Hover effect */
ul.sitemap a:hover {
    color: #e65100;
    text-decoration: underline;
}

/* 📱 Mobile view */
@media (max-width: 768px) {
    ul.sitemap {
        column-count: 1;
    }
}
#example th:nth-child(3),
#example td:nth-child(3) {
    display: none;
}
/* Dropdown menu font size */
#main-menu .dropdown-menu li a {
    font-size: 13px;
    padding: 8px 15px;
    display: block;
}

/* Separator line between li items */
#main-menu .dropdown-menu li {
    border-bottom: 1px solid #878794e6 !important;
}

/* Last li se border hata do */
#main-menu .dropdown-menu li:last-child {
    border-bottom: none;
}

/* Hover effect thoda clean */
#main-menu .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #000;
}