/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@impor url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@import "fontawesome-all.css";
@import "icon-font.css";
@import "animate.css";
@import "lightbox.css";
@font-face {
    font-family: 'Sensual';
    src: url(../fonts/Sensual.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url(../fonts/BrandonGrotesque-Regular.otf);
}

*:hover,
*:hover * {
    transition: all 0.3s;
}
body{
font-family: 'Montserrat', sans-serif;

}

p {
    font-size: 16px;
    line-height: 26px;
    color: #424141;
    font-weight: 400;
    letter-spacing: 0.5px;
}

a {
    color: inherit;
    text-decoration: none;
}

a,
.btn,
button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0px;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f53900;
    /* font-family: 'Prata', serif; */
        font-family: 'Philosopher', sans-serif;
}
h5{font-size:18px;}

.mrtp-0 {
    margin-top: 0px !important;
}

.martp10 {
    margin-top: 10px;
}

.martp20 {
    margin-top: 20px;
}

.martp30 {
    margin-top: 30px;
}

.martp40 {
    margin-top: 40px;
}

.martp50 {
    margin-top: 50px;
}

.mar-btm10 {
    margin-bottom: 10px;
}

.mar-btm20 {
    margin-bottom: 20px;
}

.mar-btm30 {
    margin-bottom: 30px;
}

.mar-btm40 {
    margin-bottom: 40px;
}

.mar-btm50 {
    margin-bottom: 50px;
}

/*scroll top*/

#scroll {
    position: fixed;
    right: 10px;
    bottom: 25px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: none;
    z-index: 99;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    display: block;
    background-color: #ff3d55;
    border-radius: 50%;
}

#scroll:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 80%);
}

#scroll i {
    display: block;
    font-size: 16px;
    line-height: 44px;
}

#scroll:hover {
    opacity: 1;
}

/* ANIMATED X */

.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */

/* Styling for Top Header */
.top-header {
    background-color: #0e385e;
    overflow: hidden;
    padding: 15px 0;
}

.top-header ul {
    margin-bottom: 0px;
}

.call-tp-list {
    padding: 9px 0;
}

.call-tp-list li {
    font-size: 15px;
    padding-right: 0px;
    font-weight: 500;
    color: #fff;
}

.call-tp-list li i {
    padding-right: 7px;
    padding-left: 3px;
    font-size: 14px;
    color: #ff3d55;
}

.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.1);
}

.call-tp-list li:last-child:after {
    content: inherit;
    display: none;
}

/* Navbar Styling */
.navbar {
    background: linear-gradient(to right, #ee84111c, #ee7112bf);
    border: 0px;
    margin-bottom: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #bcb8b8;
}

.navbar-left {
    float: left;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    align-items: center;
    padding-top: 40px;
}
/* Adjust the logo position to ensure it's above other content */
.navbar-brand img {
    width: 110px;
    position: relative;
    top: -32px;
}

/* Optional: If you want the logo to appear slightly above the navbar */
.navbar-brand {
    position: relative; /* Add relative positioning to the navbar */
    z-index: 9999; /* Ensure navbar and logo are above other content */
}

/* Optional: If you want to create space around the logo */
.navbar {
    position: relative;
    padding: 22px;
}


.navbar-nav {
    text-align: right;
    float: right !important;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5px;
    padding: 8px 6px;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #30427e;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #30427e;
    background-color: transparent;
}

/* Dropdown Menu */
.dropdown-menu {
    background-color: #fff;
    padding: 0px 18px;
    border-bottom: 2px solid #ff3d55;
}

.dropdown-menu>li>a {
    color: #424242;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #e9e9e9;
    transition: padding-left 0.3s ease;
}

.dropdown-menu>li>a:hover {
    padding-left: 15px;
    color: #ff3d55;
}

.dropdown-menu>li>a:before {
    width: 6px;
    height: 6px;
    background: #ff3d55;
    border-radius: 50%;
    content: "";
    margin: 21px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}

.dropdown-menu>li:hover>a:before {
    transform: scale(1);
}

/* Navbar Toggle for mobile */
.navbar-toggle {
    border-color: transparent;
    background-color: #fff;
}

.icon-bar {
    background-color: #fff;
}

/* Additional style for hover effects */
.navbar-nav>li>a:hover {
    background-color: #f5f5f5;
    color: #30427e;
}



/* Service item container */
.service-item {
    background-color: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 15px;
}

/* Service Image styling */
.service-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.service-img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.service-item:hover img {
    transform: scale(1.1);
}

/* Caption for service items */
.service-caption {
    padding: 10px;
}

.service-caption h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.service-caption p {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
}

/* Hover effect on service item */
.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background-color: #f1f1f1;
}

/* Service item hover caption text color change */
.service-item:hover .service-caption h4 {
    color: #f5b155; /* Highlight color on hover */
}

/* Heading Style */
.heading-style h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.heading-style p {
    font-size: 1.2em;
    color: #777;
}

/* Media Queries */
@media (max-width: 992px) {
    .service-item {
        width: 45%; /* 2 items per row on medium screens */
    }
}

@media (max-width: 768px) {
    .service-item {
        width: 100%; /* 1 item per row on smaller screens */
    }
}

@media (max-width: 576px) {
    .heading-style h2 {
        font-size: 2em;
    }

    .heading-style p {
        font-size: 1em;
    }
}
/* About Section Styles */
/* General Styling */
#about {
    padding: 50px 0; /* Add padding to the top and bottom of the section */
}

#about h2 {
    font-size: 32px; /* Larger font size for the title */
    color: #2c3e50; /* Darker color for the title */
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Make sure the button is responsive */
#about .btn {
    font-size: 18px; /* Set font size for the button */
    padding: 12px 30px; /* Add padding to the button */
    border-radius: 50px;
}

/* Image Section Styles */
#about img {
    max-width: 100%; /* Make the image responsive */
    height: auto; /* Maintain the aspect ratio */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    #about .row {
        flex-direction: column; /* Stack the columns on top of each other */
    }

    #about h2 {
        font-size: 28px; /* Smaller font size on smaller screens */
    }

    #about .btn {
        width: 100%; /* Make the button take full width on smaller screens */
        text-align: center;
        margin-top: 20px; /* Add some space above the button */
    }

    #about .col-lg-6, #about .col-md-6, #about .col-sm-12 {

        padding: 0 60px;
    }
}


.heading-style h2 {
    position: relative;
    margin-top: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 36px;
    letter-spacing: 0.8px
}

.heading-style h2 span {
    color: #ff3d55;
}

.heading-style h2:before {
    background: #ff3d55 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
    bottom: 0;
}

.heading-style h4 {
    color: #cccccc;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 0;
}

.heading-center {
    text-align: center;
}

.heading-center h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heading-white h2 {
    color: #fff;
}

.welcome-section {
    background-color: #fff;
    position: relative;
}

.welcome-title h2 {
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    font-family: 'Sensual';
    margin-top: 0;
}

.welcome-title h2 span {
    color: #ff3d55;
}

.works-about-items {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.works-about-items::before {
    position: absolute;
    right: 70%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #a6988fc9;
    z-index: -1;
    opacity: 0.8;
}

.about-image img {
    position: relative;
    border: 10px solid #fff;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Membership Section Styling */
.membership-benefits {
    padding: 60px 0;
    background-color: #f9f9f9;  /* Lighter background for section */
}
.membership-para {
       color: #000000;
    font-weight: 400;
    padding: 20px 13px;

}

.membership-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;  /* Adjust to a reasonable width */
    margin: 0 auto;
}

.membership-item {
    width: calc(33.33% - 20px); /* 3 items per row */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 300px; /* Adjust height for better layout */
    border-radius: 15px;
    transition: all 0.3s ease;
    background-color: #ffffff; /* Lighter background color for the items */
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Responsive: Ensure the boxes stack on smaller screens */
@media (max-width: 1200px) {
    .membership-item {
        width: calc(33.33% - 20px); /* 3 items per row on medium screens */
    }
}

@media (max-width: 768px) {
    .membership-item {
        width: calc(50% - 20px); /* 2 items per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .membership-item {
        width: 100%; /* 1 item per row on very small screens */
    }
}

/* Membership Content Styling */
.membership-content {
    left: 20px;
    right: 20px;
    padding: 20px 0;
    background-color: rgba(252, 109, 109, 0.8);
    color: white;
    transition: all 0.4s ease;
  background: #ff994c;
}

.membership-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    opacity: 1; /* Always visible */
    transition: opacity 0.3s ease;
    color: #fff;
}

/* Icon Styling */
.membership-icon {
    font-size: 35px;
    margin-bottom: 10px;
    opacity: 1; /* Always visible */
    transition: opacity 0.3s ease;
    color: #fff;
}

/* Hover Effect on Membership Item */
.membership-item:hover {
    transform: translateY(-10px); /* Slightly raise the box */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* More pronounced shadow */
    background-color: #f1f1f1;  /* Light background on hover */
}

.membership-item:hover .membership-content {
        background-color: rgba(144, 35, 35, 0.8); /* Blue color on hover */
    border-radius: 0 0 15px 15px; /* Ensure rounded corners */

}

.membership-item:hover .membership-content h4,
.membership-item:hover .membership-content p {
    opacity: 1; /* Ensure text remains visible */
}

.list-inline>li {
    display: inline-block;
    padding: 0;
}
.list-inline>li {
    display: inline-block;
    /* padding-right: 5px; */
    /* padding-left: 5px; */
    padding: 0;
}


/* Background Color Change on Hover */
.membership-item:hover .membership-content {
    background-color: #2196F3; /* Bright blue background on hover */
    color: white;
}

.membership-item:hover {
    transform: translateY(-10px); /* Lift the container up slightly */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Shadow effect */
}

/* Extra Styling for Icons */
.membership-icon {
    font-size: 40px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.membership-item:hover .membership-icon {
    font-size: 45px; /* Slightly enlarge the icon on hover */
    color: white; /* Ensure icon is white on hover */
}

/* Hover effect for the membership items */
.membership-item:hover {
    transform: translateY(-8px); /* Lift on hover */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* More shadow on hover */
}

/*service-section start*/
.service-section {
    padding: 60px 0;
}

.service-list {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}

.service-item {
    /* width: calc(25% - 20px);  */
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-img {
    width: 100%;
    height: 500px; /* Fixed height for images */
    position: relative;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the container */
    transition: all 0.5s ease;
}

.service-caption {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    transition: all 0.5s ease;
}

.service-caption p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.service-item:hover .service-img img {
    transform: scale(1.1); /* Image zoom effect on hover */
}

.service-item:hover .service-caption {
    top: 85%; /* Move caption up on hover */
}

.service-item:hover .service-img:before {
    opacity: 0.4;
}

.service-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 93, 164, 0.4);
    z-index: 1;
    transition: opacity 0.3s;
}

/* Adjust for responsiveness */
@media (max-width: 1200px) {
    .service-item {
        width: calc(125.33% - 20px);
        /* 3 items per row on medium screens */
    }
}

@media (max-width: 768px) {

.service-list {
    flex-direction: column;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}
    .service-item {
        width: calc(50% - 20px); /* 2 items per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .service-item {
        width: 100%; /* 1 item per row on very small screens */
    }

    .service-img {
        height: 300px; /* Adjust image height for smaller screens */
    }

    .service-caption p {
        font-size: 12px; /* Smaller text size for mobile */
    }
}


/* achievements-section  */
/* Main Section Styling */
.achievements-section {
    width: 1400px; /* Use full width instead of a fixed width for better responsiveness */
    margin: 0 auto;
    padding: 60px 20px; /* Added padding for better spacing on smaller screens */
    background-color: #f9f9f9;
}

.section-title {
    font-size: 2rem; /* Adjust font size for better readability */
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #777;
    text-align: center;
    margin-bottom: 40px;
}

/* Achievements List */
.achievements-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/* Individual Achievement Card */
.achievement-card {
    width: 23%; /* Default width for larger screens */
    background-color: #fff;
    border-radius: 12px; /* Rounded corners for the whole box */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    height: 380px; /* Set height to make boxes the same size */
    display: flex;
    flex-direction: column;
}

.achievement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.achievement-image {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.achievement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0; /* Rounded top corners */
    transition: transform 0.4s ease;
}

/* Hover Effect for Image */
.achievement-card:hover .achievement-image img {
    transform: scale(1.05);
}

/* Description Styling */
.achievement-description {
    padding: 20px;
    text-align: center;
    flex: 1; /* Ensures description takes up remaining space */
}

.achievement-description strong {
    font-weight: 600;
    color: #333;
}

/* Responsive Design */

/* Medium Screens (1200px and below) */
@media (max-width: 1200px) {
    .achievement-card {
        width: 48%; /* Two items per row on medium screens */
    }
}

/* Small Screens (768px and below) */
@media (max-width: 768px) {
    .achievements-section {
        width: 100%; /* Use full width instead of a fixed width for better responsiveness */
        margin: 0 auto;
        padding: 60px 20px; /* Added padding for better spacing on smaller screens */
        background-color: #f9f9f9;
    }
    .achievement-card {
        width: 100%; /* One item per row on smaller screens */
    }
    .section-title {
        font-size: 1.8rem; /* Slightly smaller title font */
    }
    .section-subtitle {
        font-size: 1rem; /* Adjust subtitle font size */
    }
}

/* Extra Small Screens (480px and below) */
@media (max-width: 480px) {
    .achievements-section {
        width: 100%;
        padding: 40px 15px; /* Reduce padding for very small screens */
    }
    .section-title {
        font-size: 1.6rem; /* Smaller title font for very small screens */
    }
    .section-subtitle {
        font-size: 0.9rem; /* Smaller subtitle font */
    }
    .achievement-card {
        width: 100%; /* Ensure only one item per row on very small screens */
        height: auto; /* Allow card height to adjust based on content */
    }
    .achievement-image img {
        height: 200px; /* Reduce the image height for smaller screens */
    }
    .achievement-description {
        padding: 15px; /* Reduce padding for better spacing on smaller screens */
    }
}

/*bg-section start*/

.bg-section {
    background-image: url(../img/event-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sub-heading h3 {
    margin-top: 0;
    position: relative;
    font-size: 38px;
}

.bg-section h3,
.bg-content-wrap p {
    color: #fff;
}

.bg-content-wrap {
    padding: 70px 35px;
    background-color: #0e385e;
}

.bg-content-wrap p {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 2em;
}

/*gallery-section start*/

.gallery-section {
    padding: 50px 0;
    overflow: hidden;
}

.gallery-slide .owl-nav button {
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}

.owl-carousel .owl-nav button i {
    background-color: rgb(255 255 255 / 80%);
    width: 40px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: inherit !important;
    color: inherit !important;
}

.gallery-image-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-image-item .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    transition: transform .35s;
}

.gallery-image-item .gallery-img:before {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    pointer-events: none;
    z-index: 2;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.gallery-image-item:hover .gallery-img:before {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}

.gallery-image-item:hover .gallery-img img {
    transform: scale(1.09);
}

/*footer start*/

.footer {
    background-image: url(../img/footer-bg.jpg);
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.main-footer {
    padding: 70px 0px 60px 5px;
    background-image: url(../img/footer-icon.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-hd {
    margin-bottom: 18px;
}

.footer-hd h3 {
    margin: 0px;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.footer-hd h3:after {
    display: block;
    position: relative;
    width: 30px;
    height: 8px;
    margin-top: 11px;
    background-image: url(../img/decor-title.svg);
    content: '';
}

.footer-widget p {
    font-size: 16px;
}

.footer-widget p,
.list-link li {
    
    color: rgba(255, 255, 255, .6);
}

.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
    font-size: 16px;
    width: 100%;
    /* float: left; */
    letter-spacing: 1px;
}

.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .6);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.list-link li a:hover {
    color: #ff3d55;
}

.list-link li:hover:before {
    left: 5px;
    background: #fff;
}

.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left: 30px;
}

.add-wdt p i {
    position: absolute;
    font-size: 17px;
    color: #ff3d55;
    top: 5px;
    left: 0px;
}

.add-wdt p a:hover {
    color: #fff;
}

.ft-social {
    margin-top: 15px;
}

.ft-social li {
    padding-right: 0px;
}

.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    transition: all 500ms ease;
    border-radius: 50%;
}

.ft-social li a i.tiktok img {
    width: 20px;
}

.ft-social li a:hover i.fb {
    background-color: #3B5998;
}

.ft-social li a:hover i.yt {
    background-color: #FF0000;
}

.ft-social li a:hover i.ins {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.ft-social li a:hover i.tiktok {
    background-color: #000;
}

.bottom-footer {
    text-align: center;
}

.bottom-footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.bottom-footer p {
    margin-bottom: 0px;
    padding: 30px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    word-spacing: 1px;
    letter-spacing: 1.4px;
}

.whatsapp-icon-fixed {
    position: fixed;
    left: 30px;
    bottom: 55px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}

.whatsapp-icon-link {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    padding: 1px;
    z-index: 9999;
    background-color: #25D366;
    border-radius: 100%;
    padding: 6px;
    margin-bottom: 20px;
}

.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}

.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*inner page start*/

.inner-banner {
    position: relative;
    padding: 120px 0px;
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(4px); /* Applies blur effect */
    z-index: -1; /* Ensure the image stays behind the content */
}


.wedding-banner {
    background-image: url(../img/wedding-event-banner.jpg);
}

.corporate-banner {
    background-image: url(../img/corporate-event-banner.jpg);
}

.event-planner-banner {
    background-image: url(../img/event-planner-banner.jpg);
}

.social-banner {
    background-image: url(../img/social-banner.jpg);
}

.contact-banner {
    background-image: url(../img/contact-banner.jpg);
}

.gallery-banner {
    background-image: url(../img/inner-banner2.jpg);
}

.client-banner {
    background-image: url(../img/inner-banner3.jpg);
}

.inner-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    content: "";
}

.breadscrumb {
    background-color: rgba(26, 29, 36, 0.7);
    list-style: none;
    padding: 12px 20px;
    margin: 0px;
    display: inline-flex;
}

.breadscrumb li {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
}

.breadscrumb li.active {
    color: #dd1a5c;
}

.breadscrumb li:after {
    content: '\f111';
    margin: 0px 1.4em;
    font-family: FontAwesome;
    font-size: 4px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.banner-title h1 {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.breadscrumb li:last-child:after {
    display: none;
    content: none;
}
.innerpage-section {
    padding: 80px 0; /* Increased padding for a better layout */
    background-color: #f9f9f9; /* Light background color for contrast */
}

.aboutpg-section {
    padding: 110px 0;
    background-image: url(../img/event-bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-attachment: fixed;
    box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.6); /* Add darkened effect for contrast */
}

.aboutpg-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
    top: 0;
    left: 0;
    content: "";
}

.aboutpg-section h4 {
    font-size: 24px;
    color: #ff3d55; /* Highlighted color for headings */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.aboutpg-section h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8); /* Subtle shadow effect */
}

.btn2 {
    background-color: #ff3d55;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 34px;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    box-shadow: 0px 10px 20px rgba(255, 61, 85, 0.3); /* Soft shadow for button */
}

.btn2:hover {
    background-color: #e03a4e; /* Slight darken effect on hover */
    box-shadow: 0px 15px 30px rgba(255, 61, 85, 0.4); /* Stronger shadow on hover */
}

.form-wrap {
    background-color: rgba(255, 255, 255, 0.8); /* Light background for form */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 30px; /* Rounded input fields */
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #ff3d55; /* Highlight focus border color */
    box-shadow: 0px 0px 10px rgba(255, 61, 85, 0.4);
}

textarea.form-control {
    resize: vertical; /* Allow vertical resize only */
}

.text-center {
    margin-top: 20px;
}

@media (max-width: 768px) {

    .banner-title h1{font-size:15px;}
    .aboutpg-section h3 {
        font-size: 35px; /* Smaller font size on mobile */
    }

    .aboutpg-section h4 {
        font-size: 20px;
    }

    .form-wrap {
        padding: 20px;
    }

    .form-control {
        font-size: 14px;
    }
}

/*service inner page*/

.bg-grey {
    background-color: #f9f9f9;
}

.sritem-wrap {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    padding: 35px 30px;
    margin: 35px 0;
}

.sritem-wrap h3 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px
}

.sritem-wrap ul {
    margin-bottom: 0;
}

.sritem-wrap ul li {
    width: 49%;
    font-size: 22px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.sritem-wrap ul li i {
    color: #ff3d55;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 17px;
}

.sergallery-section {
    padding-top: 30px;
}

/*client sec start*/

.client-mg-hv {
    overflow: hidden;
    position: relative;
    border: 4px solid #f3f3f3;
    margin-bottom: 25px;
}

.client-mg-hv img {
    margin: 0px auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.client-mg-hv:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.clientpage-section {
    border-top: 2px solid #f0f0f0;
    padding: 50px 0;
}

.testimonial {
    margin: 0 20px 0;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3d55 !important;
}

/*contact page start*/

.contact-form .form-control {
    height: 55px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #818181;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

textarea.form-control {
    height: auto !important;
}

/*=====media query=====*/

@media(max-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media(max-width:992px) {
    .container {
        width: 100%;
    }
    .navbar-brand-centered img {
        width: 140px;
    }
    .service-list li:nth-child(1),
    .service-list li:nth-child(3) {
        margin-top: 0;
    }
}

@media(min-width:769px) {

    .navbar-nav {
        float: right !important;
    }

    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -95px;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .navbar-default .navbar-nav>li:last-child>a:after {
        display: none;
        width: 0px;
    }
    ul.nav.navbar-nav li:hover>.drop-menu {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .drop-menu {
        -webkit-transform: scale(1, 0);
        display: block;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
}

@media(max-width:769px) {
    .welcome-section {
        background-color: #efefef;
    }
    .navbar-brand-centered img {
        width: 115px;
    }
    .navbar-section {
        padding: 15px 0 5px 0;
        text-align: center;
    }
    .tripadvisor-icon,
    .logo {
        margin: 0 auto;
    }
    .tripadvisor-icon img {
        width: 99px;
    }
    .navbar-default .navbar-toggle {
        border-color: #d2cece;
        margin-top: 20px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ff3d55;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 4px;
        border-radius: 2px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f0f0f0;
    }
    .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid rgba(117, 116, 116, 0.1);
        font-size: 14px;
        letter-spacing: 0px;
    }
    .catelog-list li {
        width: 49%;
    }
}

@media(max-width:580px) {
    .breadscrumb li {
        letter-spacing: 0;
        font-size: 10px;
    }
    .sritem-wrap ul li {
        width: 100%;
    }
    .inner-banner {
        padding: 85px 0;
    }
}

@media(max-width:480px) {
    .call-tp-list li {
        font-size: 14px;
    }
}





/* event page  *
/
/* General Event Container */
.event-container {
    display: flex;
    gap: 30px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;  /* Align content to the start */
}

/* Event Details Section */
.event-details-section {
    flex: 2;
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Event Title */
.event-title {
    background-color: #003366;
    color: white;
    padding: 15px;
    font-size: 24px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

/* Event Title Highlighted Text */
.event-details h5 {
    color: #f53900;
    font-weight: bold;
        line-height: 28px;
}

/* Event Box Styling */
.event-box {
    display: flex;                /* Use flexbox to align image and content side by side */
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.event-box  a {
    width: 50%;
}
.event-box:hover {
    /* transform: scale(1.05); */  /* Hover effect */
}

/* Event Image Styling */
.event-image {
    width: 100%;                 /* Make the image take the full width of its container */
    height: 100%;                /* Ensure the image fills its container's height */
    object-fit: cover;          /* Ensure the image covers the area without distortion */
    border-radius: 8px;
}

/* Event Details Styling */
.event-details {
    width: 70%;                  /* Content takes the remaining 60% */
    padding: 15px;               /* Add some padding inside the content area */
    display: flex;
    flex-direction: column;      /* Align content vertically */
    justify-content: center;     /* Vertically center the text */
}


/* Event Price Section */
.event-price {
    background-color: #003366;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Event Form Section */
.event-form-section {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

/* Event Form Section Title */
.event-form-section h5 {
    font-size: 1.6em;
    margin-bottom: 20px;
    color: #003366;
}

/* Event Form Inputs */
.form-control {
    background-color: #f4f4f4;
    color: #333;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 100%;
}

.form-control:focus {
    border-color: #2196F3;
    outline: none;
}

/* Book Now Button */
button.btn-primary {
    background-color: #ea3d4ec9;
    border-color: #003366;
    color: white;
    margin-top: 10px;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;  /* Full width for the button */
    transition: all 0.3s ease;
}

button.btn-primary:hover {
    background-color: #2196F3;
    border-color: #2196F3;
    transform: translateY(-2px);  /* Slight lift effect */
}

/* Responsive Design */
@media (max-width: 768px) {

    .event-box {
    flex-direction: column;

}
    .event-container {
        flex-direction: column;
    }
.event-box a{width:100%;}
    .event-details-section, .event-form-section {
        flex: 1;
        margin-bottom: 20px;
    }

    a.event-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .event-details {
        width: 100%;
    }

    .form-label {
        font-size: 14px;
    }

    .form-control {
        padding: 12px;
        font-size: 14px;
    }

    .btn-primary {
        padding: 12px;
        font-size: 16px;
    }

.event-banner-title h3{font-size:20px;}
}

@media (max-width: 480px) {
    .event-title {
        font-size: 20px;
    }

    .event-price {
        font-size: 14px;
        padding: 4px 8px;
    }

    .event-box {
        flex-direction: column;
    }

    .event-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .event-details {
        width: 100%;
    }

    .event-form-section {
        padding: 15px;
    }

    .form-control {
        padding: 12px;
        font-size: 14px;
    }

    .btn-primary {
        padding: 12px;
        font-size: 14px;
    }
.event-banner-title h3{font-size:20px;}
}

/* Event Banner Section Styling */
.event-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.event-banner-image {
    position: relative;
    width: 100%;
}

.event-banner-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(70%); /* Apply a slight dark overlay to the image */
}

/* Title Styling */
.event-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.event-banner-title h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    color: #fff;
}

.event-banner-title p {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {




    .event-banner-title h2 {
        font-size: 36px;
    }

    .event-banner-title p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .event-banner-title h2 {
        font-size: 28px;
    }

    .event-banner-title p {
        font-size: 14px;
    }
}



//contact section css

.innerpage-section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}

.form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* 📌 फॉर्म बॉक्स */
.form-wrap {
    flex: 1;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* 📌 कांटैक्ट सेक्शन */
.contact-section {
    flex: 1;
    max-width: 500px;
    /* background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
}

/* 📌 कांटैक्ट कार्ड */
.contact-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-card {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* 📌 टेक्स्ट स्टाइल */
.contact-card h3, .contact-address p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.contact-card p {
    font-size: 14px;
    color: #555;
}

/* 📌 इनपुट फील्ड */
.form-control {
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #ff3d55;
    box-shadow: 0px 0px 10px rgba(255, 61, 85, 0.4);
}

/* 📌 बटन */
.btn2 {
    background-color: #ff3d55;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 34px;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    box-shadow: 0px 10px 20px rgba(255, 61, 85, 0.3);
}

.btn2:hover {
    background-color: #e03a4e;
    box-shadow: 0px 15px 30px rgba(255, 61, 85, 0.4);
}

/* 📌 🌟 मोबाइल रिस्पॉन्सिव डिजाइन 🌟 */
@media (max-width: 768px) {
    .form-section {
        flex-direction: column; /* 📌 मोबाइल पर स्टैक होगा */
        align-items: center;
    }

    .form-wrap, .contact-section {
        max-width: 100%;
        padding: 20px;
    }

    .form-control {
        font-size: 14px;
    }

    .contact-card h3, .contact-address p {
        font-size: 16px;
    }
}



/* commmitte section  */

.committee-section {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.committee-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.committee-section table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.committee-section th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.committee-section th {
    background: #333;
    color: white;
}

.committee-section td img {
    width: 85px;
    height: 100px;
    /* border-radius: 50%; */
    object-fit: cover;
}

.sub-heading {
    background: #666;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}





