*{
    /* Prevent image drag */
     -webkit-user-drag: none;
     -khtml-user-drag: none;
     -moz-user-drag: none;
     -o-user-drag: none;
    /* Prevent text selection */
     -webkit-touch-callout: none !important;
     -webkit-user-select: none;
    /* Safari */
     -moz-user-select: none;
    /* Firefox */
     -ms-user-select: none;
    /* Edge */
     user-select: none;
    /* Standard syntax */
    /* Smooth scrolling */
     scroll-behavior: smooth;
    /* Prevent zoom on touch devices */
     touch-action: pan-x pan-y;
    /* Font stack with fallback */
     font-family: system-ui, sans-serif;
    /* Remove outline on focus */
     outline: none;
    /* Enhance Font */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     border: 0;
     outline: 0;
	text-decoration: none;
}
       body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background: #ffffff;
        }
.topbar {
    background-color: #0063c5;
    /* height: 82px; */
    padding: 1rem;
    text-align: center;
    animation: topbar 10s infinite;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.bottom_bar {
    background-color: #0063c5;
    /* height: 82px; */
    padding: 1rem;
    text-align: center;
    animation: topbar 10s infinite;
    /* border-bottom-left-radius: 80px; */
    /* border-bottom-right-radius: 80px; */
}
@keyframes topbar {
    0%   { background-color: rgb(96 171 255); }
    20%  { background-color: rgb(174 142 96); }
    40%  { background-color: rgb(198 205 125); }
    60%  { background-color: rgb(244 220 182); }
    80%  { background-color: rgb(68 91 71); }
    100% { background-color: rgb(96 171 255); } /* loop back to start */
}
        .container {
     margin: auto;
     overflow: hidden;
     }

        .headinglogo {
    width: 160px;
    height: 136px;
    position: relative;
    animation: wobbleBounce 1s ease-in-out;
}
a{
	color:#575757
}
.center_logo {
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1px;
    display: flex
;
    justify-content: center;
}
.header {
    margin-bottom: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: 0px;
    /* border-bottom-right-radius: 100px; */
    margin-bottom: 25px;
    /* border-bottom-left-radius: 100px; */
    background-color: rgb(255 255 255 / 0%);
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    /* border: 3px solid #c9ae62bd; */
    border-left: none;
    border-right: none;
    /* box-shadow: 0 30px 50px rgb(0 0 0); */
    border-top: none;
    position: sticky;
    top: 0;
    background-color: rgb(2 27 57);
    z-index: 999;
}
h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    border-radius: 20px;
    text-decoration: none;
    /* letter-spacing: 2px; */
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    margin-bottom: 10px;
    margin-top: 14px;
    font-family: system-ui, sans-serif;
}

        nav {
            background: #555;
            color: white;
            padding: 10px;
            text-align: center;
        }

        nav a {
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            display: inline-block;
        }

        nav a:hover {
            background: #444;
        }

        .category-gallery {
            /* display: grid; */
            /* grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); */
            /* grid-gap: 10px; */
            padding: 10px;
            align-items: baseline;
            display: flex;
            justify-content: center;
            align-content: flex-end;
            align-self: flex-end;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 50px;
            margin-top: 20px;
        }

        .category-item {
            position: relative;
            text-align: center;
            border-style: none;
            border-width: 3px;
            border-color: #c1c1c1;
            border-radius: 8px;
            align-items: baseline;
            /* display: flex; */
            justify-content: center;
            align-content: flex-end;
            align-self: flex-end;
            /* height: 189px; */
            margin: 6px;
            width: 160px;
        }
p{padding: 0px;margin:0px;/* font-weight: bold; */margin-top: 2px;color: #000000;line-height: 1;font-size: 16px;font-family: arial;word-break: break-word;        /* Break long words */overflow-wrap: break-word;     /* Fallback / alias */white-space: normal;           /* Allow wrapping */overflow: hidden;              /* Prevent scrollbars */text-overflow: ellipsis;padding: 5px;}
        .category-item img {
            /* max-width: 150px; */
            /* max-height: 150px; */
            width: 100%;
            height: 80%;
            border-radius: 7px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .category-item a {
            display: block;
            color: #dfdfdf;
            text-decoration: none;
            background: #ffffff;
            padding: 0px;
            /* border-radius: 4px; */
            height: 220px;
            border-bottom-left-radius: 9px;
            /* border-top: none; */
            border: 2px solid rgb(255 255 255);
            border-top-left-radius: 9px;
            border-bottom-right-radius: 9px;
            /* border: 2px solid #e1e1e1; */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            border-top-right-radius: 9px;
            /* margin-top: -40px; */
            transition: background 0.3s ease;
            align-items: baseline;
            /* display: flex; */
            justify-content: center;
            /* align-content: flex-end; */
            align-self: flex-end;
        }

        .category-item a:hover {
background-color:#8BC34A
        }

        .gallery {
            /* display: inline-flex; */
            /* grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); */
            /* grid-gap: 9px; */
            /* padding: 10px; */
            margin: 15px;
            margin-bottom: 70px;
            /* flex-direction: row; */
            flex-wrap: wrap;
            /* align-items: baseline; */
            display: flex;
            justify-content: center;
            /* align-content: flex-end; */
        }

        .gallery-item {
            position: relative;
            display: block;
            color: white;
            text-decoration: none;
            background: rgb(255 255 255);
            /* padding: 10px; */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            /* border: 2px solid #e1e1e1; */
            /* border-radius: 4px; */
            overflow: hidden;
            border-bottom-left-radius: 6px;
            text-align: center;
            /* border-top: none; */
            border-bottom-right-radius: 6px;
            /* margin-top: -40px; */
            border-radius: 7px;
            height: 190px;
            width: 150px;
            /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
            margin: 5px;
            transition: background 0.3s ease;
            justify-content: center;
            text-align-last: center;
        }
.gallery-item:hover{
     box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.centerbtn{
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: none;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	padding-bottom: 10px;
}


        .gallery-item img {
            /* max-width: 128px; */
            max-height: 128px;
            width: 100%;
            height: 100%;
            /* border-radius: 10px; */
            border-style: none;
            /* border-bottom-left-radius: 0px; */
            /* border-bottom-right-radius: 0px; */
            cursor: pointer;
        }

        .btn-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            justify-content: center;
         
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover .btn-container {
          
        }

        .btn-container a {
            color: #8f8f8f;
            padding: 8px 16px;
            text-decoration: none;
            width: 138px;
            text-align: center;
            background-color: #002a5d;
            border-radius: 6px;
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
            transition: background 0.3s ease;
            bottom: -90px;
            position: absolute;
        }

        .btn-container a:hover {
            background: #2196F3;
			color:#000000
        }
h1{font-weight:normal;font-family: arial;font-size: 25px;}
.site-title {
   color: #ffffff;
   margin: 0;
   font-size: 35px;
   font-weight: 400;
   font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
   letter-spacing: -0.02em;
   line-height: 1.2;
   text-align: center;
   /* text-transform: uppercase; */
   text-shadow: 0 2px 4px rgb(0 0 0);
}
.main_image {
    position: relative;
    top: 0;
    z-index: -300;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-height: 500px;
}
.image-heading {
    position: absolute;
    top: 0px;
    left: 0px;
    /* transform: translate(-50%, -50%); */
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: white;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
    text-align: left;
    padding: 10px;
    white-space: normal;
    word-wrap: break-word;
}
.main_image img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}
.headertwo .main_image {
    position: relative;
    /* display: inline-block; */
}
     .pagination {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
            /* background-color: #d1d1d1; */
            border-top-left-radius: 50px;
            border-top-right-radius: 50px;
            /* animation: menu 10s infinite; */
            /* position: fixed; */
            /* bottom: 0px; */
            width: 100%;
        }

        .pagination a {
  padding: 5px 13px;
  color: #ffffff;
  transition: all 0.3s;
  border: none;
  background-color: #032b5e;
  font-size: 20px;
  border-radius: 500px;
  margin: 0 4px;
  border: 2px solid #bfbfbf;
  cursor: pointer;
  text-decoration: none;
  }

        .pagination a.active,
        .pagination a:hover {
 color: #fff;
 background-color: #008eff;
 }
        .pagination a.active,
        .pagination a:hover {
 color: #000000;
 background-color: #ffffff;
 }

.modal {
display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000; /* higher than .header */
}

        .modal-content {
            margin: 2% auto;
            padding: 5px;
            width: 80%;
            max-width: 100%;
            background: #494949;
            position: relative;
            border-radius: 10px;
            /* border: 3px solid rgb(0 39 71); */
        }

        .modal-content img {
            max-width: 100%;
            max-height: 90vh; /* prevent image from exceeding viewport height */
            width: auto;      /* allow scaling down */
            height: auto;
            border-radius: 10px;
            background-color: transparent; /* instead of #0000 for clarity */
            display: block; /* avoids inline spacing issues */
            margin: 0; /* center horizontally if smaller */
        }

        .close {
            color: #f5f5f5;
            position: absolute;
            top: 0px;
            right: 20px;
            font-size: 50px;
            font-weight: bold;
            text-decoration: none;
            /* background-color: #000000c4; */
            /* padding: 20px; */
            /* border: 3px solid rgb(73 73 73); */
            border-radius: 50px;
        }

        .close:hover,
        .close:focus {
            color: #ff1100;
            cursor: pointer;
        }

        .back-btn {
            display: block;
            margin: 20px 0;
            text-align: center;
        }

        .back-btn a {
  display: inline-block; /* ensures padding and radius work well */
  text-decoration: none;
  width: 50%;
  background: linear-gradient(135deg, #2196F3, #d5d5d5); /* subtle gradient */
  color: #000000 !important;
  text-align: center;
  border: none;
  padding: 12px 24px; /* better button proportions */
  font-weight: 400;
  font-family: system-ui, sans-serif;
  margin-top: 8px;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 0.5px; /* slight spacing for readability */
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* depth */
  transition: all 0.3s ease;
  }

.back-btn a:hover {
    background: linear-gradient(135deg, #1E88E5, #1565C0); /* deeper on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px); /* slight lift effect */
}

.back-btn a:active {
    transform: translateY(0); /* tap feedback */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

a:visited {
    color: rgb(255 255 255);
    text-decoration: none;
}
a:hover{
color:#008eff	
}
.nostyle_p {
    border-style: none;
    padding: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: rgb(98 98 98) !important;
    width: 100%;
    margin: auto;
    font-family: system-ui, sans-serif;
}
footer {
  overflow: hidden;
    justify-content: center;
    margin: 0px;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    /* padding: 20px; */
    /* border: 3px solid rgb(73 73 73); */
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.invisible_div {
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    flex-wrap: wrap;
    margin-right: auto;
    width: 100%;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ssl-img-div {
     display: flex;
     justify-content: center;
     align-items: center;
    /* margin-bottom: 20px;
     */
     margin-top: 5px;
}
.ssl-img {
     display: flex;
     height: 72px;
     width: 72px;
     justify-content: center;
     align-items: center;
     margin-top: 0px;
     cursor: pointer;
     animation: shake 1s infinite;
}
.ssl-img-text {
     color: #000000;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     border-style: none;
     font-size: 20px;
     font-weight: 400;
     width: 100%;
     margin: auto;
     padding-bottom: 20px;
}
.ssl-text-failed {
     color: rgb(255 0 0);
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     border-style: none;
     padding-top: 60px;
     font-size: 20px;
     width: 100%;
     margin: auto;
     padding-bottom: 20px;
}
@keyframes shake {
     10%, 90% {
         transform: translate3d(-1px, 0, 0);
    }
     20%, 80% {
         transform: translate3d(2px, 0, 0);
    }
     30%, 50%, 70% {
         transform: translate3d(-4px, 0, 0);
    }
     40%, 60% {
         transform: translate3d(4px, 0, 0);
    }
}
.center_footer_logo {
    display: flex
;
    justify-content: center;
}
.footertxt {
    text-align: center;
    font-size: 20px;
    color: #000000 !important;
    border-style: none;
    padding: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1px;
    line-height: 1.1;
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: 400;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
}
.footer_social_links {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding: 20px;
    left: 0%;
    right: 0%;
    z-index: 1;
    position: relative;
    margin: 0px;
}
.social_btns {
     background-color: transparent;
    /* Rounded button for a more modern look */
     -webkit-appearance: none;
     text-align: center;
     font-size: 20px;
     cursor: pointer;
     margin: 5px;
    /* Square shape with equal height and width */
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
    /* Soft border with transparency */
     transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    /* Smooth transitions */
    /* Light background color for initial state */
}
.social_btns:hover {
     transform: scale(1.1);
    /* Slight zoom effect on hover */
}
.social_btns:active {
     transform: scale(0.98);
    /* Slight shrink effect on click */
}
.social_btns img {
     width: 40px;
    /* Appropriate size for the icon */
     height: 40px;
    /* Ensures icon scales properly */
     transition: filter 0.3s ease;
    /* Smooth transition for hover effect */
     border-radius: 50px;
     border: 2px solid #2196F3;
     padding: 3px;
}
.social_btns:hover img {
     filter: brightness(1.2);
    /* Increase brightness of the icon on hover */
}
.footerlogo {
margin-top: 20px;
    padding: 20px;
    width: 100%;
    max-width: 200px;
    height: auto;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #5fbbe1;
    border-bottom: 0px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}
		        .refresh {
        margin-bottom: 7px;
    padding: 5px;
    border-radius: 20px;
    width: 80px !important;
    cursor: pointer;
    border: solid;
    border-width: 0px;
    border-color: #979797;
    color: #000;
    background-color: #ffffff5c;
    transition: background-color 0.3s ease;
        }

        button:hover {
        background-color:#979797;
       color:#fff;
       transform: scale(1);
       transition: 0.7s;
        }

        button:active {
            background-color: #004085;
            transform: translateY(0);
        }

        .loader {
            display: none;
            border: 16px solid #f3f3f3;
            border-radius: 50%;
            border-top: 16px solid #3498db;
            width: 120px;
            height: 120px;
            animation: spin 2s linear infinite;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
		.subimg {
    width: 35px;
    height: 35px;
}

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
@keyframes menu {
 0% {
  background-color: rgb(206, 14, 0);
 }

 25% {
  background-color: rgb(0, 94, 169);
 }

 50% {
  background-color: rgb(76, 175, 80);
 }

 75% {
  background-color: #E91E63;
 }

 100% {
  background-color: rgb(206, 14, 0);
 }
}
.logo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  /* margin-top: 20px; */
  margin-bottom: 60px;
  background-color: #daefff;
}

.logo-bar img {
  height: 110px;
  transition: transform 0.3s;
  padding: 10px;
}

.logo-bar img:hover {
  transform: scale(1.5);
}
.menuheadertwodiv_contacth {
    /* position: relative; */
    color: rgb(255 255 255);
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-radius: 0px;
    background-image: linear-gradient(to right, rgb(102 210 253) 0%, #1c95a6, rgb(102 210 253) 100%);
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-weight: normal;
    margin-right: 0px;
    width: 100%;
    justify-content: center;
    border-style: solid;
    border-width: 0px;
    border-color: #c7ad5c3d;
    align-items: center;
    overflow: hidden;
    text-shadow: 0 2px 4px rgb(0 0 0);
    font-weight: 400;
}
.menuheadertwodiv_contacth::after {
     content: '';
     position: absolute;
     top: 0;
     left: -75%;
     width: 50%;
     height: 100%;
     background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
     transform: skewX(-20deg);
     animation: shineMove 2.5s ease-in-out infinite;
     pointer-events: none;
     z-index: 1;
}