    body {
        margin: 0;
        padding: 0;
    }

    @font-face {
        font-family: 'Gotham';
        src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
             url('../fonts/gotham-medium-webfont.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    .body-bg {
        background: #cbee2557;
    }


    .mt-6 {
        margin-top: 60px;
    }

    .mt-7 {
        margin-top: 70px;
    }

    .mt-8 {
        margin-top: 80px;
    }

    .mt-9 {
        margin-top: 90px;
    }

    .mt-10 {
        margin-top: 120px;
    }

    .mt-11 {
        margin-top: 160px;
    }

    .mb-6 {
        margin-bottom: 70px;
    }


    .mb-7 {

        margin-bottom: 37px;
    }


    /*-- top --*/

    .top {
        background: #000;
        width: 100%;
        line-height: 0;
        position: relative;
        padding: 5px 0px;
        border-bottom: solid 2px #242424;
    }

    .top ul {

        list-style: none;
        padding: 0;
        margin: 10px 0px;
    }

    .top ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .top ul li a {
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }


    .top ul li a svg {
        vertical-align: sub;
        margin: 0px 2px 0px 2px;
    }


    .top ul li a:hover,
    .top ul li a:hover svg {
        fill: #cbee25;
        color: #cbee25;
        stroke: #cbee25;
    }

    .top-call a {
        font-family: "Rubik", sans-serif;
        font-size: 15px;
        color: #000;
        text-decoration: none;
        font-weight: 500;
        vertical-align: text-bottom;
        background: #1bcff9;
        padding: 8px 20px;
        Margin: 0px;
        border-radius: 5px;
    }

    .top-call a:hover {
        color: #fff;
    }


    .top-menu ul li {
        float: right;
        margin-right: 0px;
    }

    .top-menu ul li:first-child a {
        color: #cbee25;
    }


    .top-menu ul li a {
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #5c4e41;
        padding: 9px 5px;
        line-height: 17px;
        text-transform: uppercase;
        margin: 0;
        text-decoration: none;
    }

    .top-menu ul li h5 {
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin: -1px 0px 0px;
    }

    .top-call svg {
        margin-right: 5px;
    }


    /*-- top --*/


    /*-- navbar --*/


    .logo img {
        margin: 10px 0px;
    }


    .banner-bg-color {
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding: 40px 0px;
    }



    .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: #f6b01b;
        width: 215px;
        border-radius: 5px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
    }


    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        /* Show dropdown on hover */
    }


    .navbar-nav .dropdown-menu .dropdown-item {
        color: #000 !important;
        padding: 10px;
        text-align: left;
        background-color: #f6b01b;
        padding: 10px;
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu::after {
        border-bottom: 11px solid #f6b01b;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -88%;
        top: -10px;
    }

    .dropdown-menu li h3 {
        font-family: "Rubik", sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        padding: 0px 0px 0px 5px;
    }


    .dropdown-menu li a {
        font-family: "Rubik", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #000 !important;

    }


    .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #f6b01b !important;
        background: black;
    }

    .dropdown-item:focus,
    .dropdown-item:active {
        background-color: #ed723f;
        color: #fff;
    }


    .navbar-dark .navbar-nav .nav-link {
        font-family: "Rubik", sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #f6b01b !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 15px;
    width: max-content;
    }

    .navbar-nav>li:last-child a {
        background: #ed723f;
        border-radius: 6px;
        padding: 8px 17px 8px 17px !important;
    }

    .navbar-nav > li:last-child a.nav-link:hover {
        color: #fff !important;
        background: #a67100;
    }

    .navbar-nav > li:last-child a {
        background: #f6b01b;
        margin-left: 10px;
        border-radius: 30px;
        display: inline-block;
        width: 100%;
        padding: 8px 20px 8px 20px !important;
        text-align: center;
        color: #000 !important;
    }

    .navbar-nav .nav-link>li:last-child a:hover {
        color: #fff !important;
        background: #000;
    }


    /*-- navbar --*/


    /*-- banner --*/

    .banner-section .carousel-control-prev {
        left: -75px;
    }

    .banner-section .carousel-control-next {
        right: -75px;
    }


    .carousel-inner{
        height:100vh !important;
    }


    .banner-section .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }



    .banner-section .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
        border-radius: 50%;
    }


    .slider-content {
        text-align: left;
    }


    .slider-content p {
        font-family: "Rubik", sans-serif;
        font-size: 36px;
        margin: 0;
        padding: 0;
        color: #fff;
    }

    .slider-content span {

        color: #cbee25;
    }

    .slider-content h1 {
    font-family: "poppins", sans-serif;
    font-size: 58px;
    color: #fff;
    font-weight: 800;
    line-height: 70px;
    text-transform: uppercase;
    padding: 60px 0px 0px;
    }

    .slider-content p {

        font-family: "Outfit", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
    }

    .view-btn {
        margin: 30px 0px;
    }


    .view-btn a {
        font-family: "Rubik", sans-serif;
        text-decoration: none;
        color: #000;
        font-size: 17px;
        font-weight: 500;
        background: #fff;
        padding: 9px 30px;
        border-radius: 35px;
    }

    .view-btn a:hover {
        background: #cbee25;
        color: #000;
    }

    .home .navbar {
        position: relative;
        z-index: 999;
        background: transparent;
    }

    .banner-section {
        margin-top: -178px;
    }




    /*-- banner --*/

        /*-- services --*/
        .services img {
            width: 100%;
            height: 100%;
        }
        .service-tit {
            background: #a7837e;
            margin: 0px;
            width: 100%;
            padding: 35px;
            border-left: solid #d7c5c2 1px;
            text-align: center;
            height: 100%;
        }
        .service-tit svg {
            fill: #fff;
            margin-right: 5px;
        }
        .service-tit:hover {
            background: #855956;
            color: #fff;
        }
        .service-tit-1:hover {
            background: #855956;
            color: #fff;
        }
        .service-tit img {
            padding-right: 10px;
            width: 50px;
            height: 100%;
        }
        .service-tit-1 img {
            padding-right: 10px;
            width: 50px;
            height: 100%;
        }
        .service-tit-1 {
            background: #a7837e;
            margin: 0px;
            width: 100%;
            border: none;
            padding: 35px;
            text-align: center;
            height: 100%;
        }
        .nopadding {
            padding: 0px !important;
        }
        .services-info {
            background: url(../images/services/service-1.png);
            background-size: cover;
            background-repeat: no-repeat;
            height: 319px;
            position: relative;
        }
        .services-info h6 {
            position: absolute;
            bottom: 49px;
            background: linear-gradient(90deg, rgba(153, 18, 113, 1) 0%, rgba(150, 18, 124, 0) 100%, rgba(143, 18, 151, 1) 100%, rgba(142, 18, 153, 1) 100%);
            padding: 22px;
            font-size: 20px;
            font-family: "outfit";
            width: 100%;
            color: #fff;
        }
        .services-info-2 {
            background: url(../images/services/service-2.png);
            background-size: cover;
            background-repeat: no-repeat;
            height: 319px;
            position: relative;
        }
        .services-info-2 h6 {
            position: absolute;
            bottom: 49px;
            background: linear-gradient(90deg,rgba(134, 88, 0, 1) 0%, rgba(150, 18, 124, 0) 100%, rgba(143, 18, 151, 1) 100%, rgba(142, 18, 153, 1) 100%);
            padding: 22px;
            font-size: 20px;
            font-family: "outfit";
            width: 100%;
            color: #fff;
        }
        .services-info-3 {
            background: url(../images/services/service-3.png);
            background-size: cover;
            background-repeat: no-repeat;
            height: 319px;
            position: relative;
        }
        .services-info-3 h6 {
            position: absolute;
            bottom: 49px;
            background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(150, 18, 124, 0) 100%, rgba(143, 18, 151, 1) 100%, rgba(142, 18, 153, 1) 100%);
            padding: 22px;
            font-size: 20px;
            font-family: "outfit";
            width: 100%;
            color: #fff;
        }
        .services-info-4 {
            background: url(../images/services/service-4.png);
            background-size: cover;
            background-repeat: no-repeat;
            height: 319px;
            position: relative;
        }
        .services-info-4 h6 {
            position: absolute;
            bottom: 49px;
            background: linear-gradient(90deg,rgba(22, 32, 61, 1) 0%, rgba(150, 18, 124, 0) 100%, rgba(143, 18, 151, 1) 100%, rgba(142, 18, 153, 1) 100%);
            padding: 22px;
            font-size: 20px;
            font-family: "outfit";
            width: 100%;
            color: #fff;
        }
        .services-info-5 {
            background: url(../images/services/service-5.png);
            background-size: cover;
            background-repeat: no-repeat;
            height: 319px;
            position: relative;
        }
        .services-info-5 h6 {
            position: absolute;
            bottom: 49px;
            background: linear-gradient(90deg,rgba(190, 3, 1, 1) 0%, rgba(150, 18, 124, 0) 100%, rgba(143, 18, 151, 1) 100%, rgba(142, 18, 153, 1) 100%);
            padding: 22px;
            font-size: 20px;
            font-family: "outfit";
            width: 100%;
            color: #fff;
        }

        /* MOBILE RESPONSIVENESS - Added Media Queries */
        
        /* Tablets (Medium devices) */
        @media (max-width: 991px) {
            .services .col {
                flex: 0 0 50%;
                max-width: 50%;
            }
            
            .services-info,
            .services-info-2,
            .services-info-3,
            .services-info-4,
            .services-info-5 {
                height: 280px;
            }
            
            .services-info h6,
            .services-info-2 h6,
            .services-info-3 h6,
            .services-info-4 h6,
            .services-info-5 h6 {
                font-size: 18px;
                padding: 18px;
                bottom: 30px;
            }
        }
        
        /* Mobile devices (Small devices) */
        @media (max-width: 767px) {
            .services .col {
                flex: 0 0 100%;
                max-width: 100%;
            }
            
            .services-info,
            .services-info-2,
            .services-info-3,
            .services-info-4,
            .services-info-5 {
                height: 250px;
                background-position: center;
            }
            
            .services-info h6,
            .services-info-2 h6,
            .services-info-3 h6,
            .services-info-4 h6,
            .services-info-5 h6 {
                font-size: 18px;
                padding: 16px;
                bottom: 20px;
                text-transform: capitalize;
            }
        }
        
        /* Extra small devices */
        @media (max-width: 575px) {
            .services-info,
            .services-info-2,
            .services-info-3,
            .services-info-4,
            .services-info-5 {
                height: 200px;
            }
            
            .services-info h6,
            .services-info-2 h6,
            .services-info-3 h6,
            .services-info-4 h6,
            .services-info-5 h6 {
                font-size: 16px;
                padding: 14px;
                bottom: 15px;
            }
        }
        
        /* Very small devices (below 400px) */
        @media (max-width: 399px) {
            .services-info,
            .services-info-2,
            .services-info-3,
            .services-info-4,
            .services-info-5 {
                height: 180px;
            }
            
            .services-info h6,
            .services-info-2 h6,
            .services-info-3 h6,
            .services-info-4 h6,
            .services-info-5 h6 {
                font-size: 14px;
                padding: 12px;
                bottom: 10px;
            }
        }
        /*-- services --*/






    /* About Us Section */
    .about-us {
        background: #131112;
        position: relative;
        height: 100%;
        color: #fff;
        font-family: "Outfit", sans-serif;
    }

    .about-us::before {
        content: "20+";
        color: #1e1d1d;
        font-size: 425px;
        font-weight: 700;
        position: absolute;
        top: 300px;
        left: 34%;
        transform: translate(-50%, -50%);
        margin-inline: auto;
        right: 67%;
        z-index: 1;
    }

    /* About Us Info */
    .about-us__info {
        padding: 220px 0;
        position: relative;
        z-index: 2;
    }

    .about-us__subtitle {
        font-size: 18px;
        font-weight: 400;
        color: #f6b01b;
        margin: 0;
    }

    .about-us__title {
        font-size: 48px;
        font-weight: 600;
        margin: 35px 0;
        line-height: 1.2;
    }

    .about-us__description {
        font-size: 17px;
        font-weight: 400;
        margin: 30px 0;
        line-height: 1.8;
    }

    .about-us__link {
        display: inline-flex;
        align-items: center;
        font-size: 17px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .about-us__link:hover {
        color: #f6b01b;
    }

    .about-us__link-icon {
        background: #e1a119;
        border-radius: 50%;
        padding: 3px;
        margin-right: 10px;
        transition: background 0.3s ease;
    }

    .about-us__link:hover .about-us__link-icon {
        background: #f6b01b;
    }

    /* Services List */
    .services-list {
        list-style: none;
        margin: 0;
        padding: 550px 0 200px;
        position: relative;
        z-index: 2;
    }

    .services-list__item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 50px;
        gap: 20px;
    }

    .services-list__item:last-child {
        margin-bottom: 0;
    }

    .services-list__icon {
        flex-shrink: 0;
        margin: 10px 0;
    }

    .services-list__content {
        flex: 1;
    }

    .services-list__title {
        font-weight: 600;
        font-size: 36px;
        margin: 0 0 15px 0;
        line-height: 1.2;
        font-family: "Outfit", sans-serif;
    }

    .services-list__description {
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        line-height: 1.6;
       font-family: "Outfit", sans-serif;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .about-us::before {
    display: none;
        }
        
        .about-us__info, .services-list {
        padding: 100px 10px;
        }
        .services-list {
            padding-top: 50px;
        }
    }

    @media (max-width: 768px) {

        
        .about-us__title {
            font-size: 36px;
        }
        
        .services-list__title {
            font-size: 28px;
        }
    }



    /*-- celebrations --*/



    .celebrations-info h6 {

        font-size: 17px;
        font-weight: 500;
        font-family: "Outfit", sans-serif;
        color:#a47700;
    }


    .celebrations-info h3{
        font-size: 48px;
        font-weight: 600;
        font-family: "Outfit", sans-serif;
        color:#000;
        margin: 20px 0px;
    }



    .celebrations-info p {
        font-size: 17px;
        font-weight: 400;
        font-family: "Outfit", sans-serif;
        color: #000;
        line-height: 35px;
    }

    .qualities {
        padding: 25px;
        border: solid 1px #e8e8e8;
        border-radius: 15px;
        height: 278px;
        transition: all 0.3s ease;
    }

    .qualities h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0px 10px;
        line-height: 1.6;
        font-family: "Outfit", sans-serif;
        color: #000;
         transition: color 0.3s ease;
    }


    .qualities p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        font-family: "Outfit", sans-serif;
        color: #000;
            transition: color 0.3s ease
    }

    .qualities svg g path {
        transition: fill 0.3s ease;
    }

    /* Hover Effects */
    .qualities:hover {
        background-color: #d09b2b;
    }

    .qualities:hover h3 {
        color: #fff;
    }

    .qualities:hover p {
        color: #fff;
    }

    .qualities:hover svg g path {
        fill: #fff;
    }

    /*-- celebrations --*/





    /*-- achivements --*/


    .achivements-bg {
        background: #281c00;
        height: 100%;
        padding: 80px;
    }

    .achievements ul{
        list-style: none;
        margin: 0;
        padding: 0;
        }


        .achievements li {
        position: relative;
        }


        .achievements img {
        display: block;
        width: ;
        position: absolute;
        bottom: 94px;
        right: 0;
        left: 0;
        margin-inline: auto;
        }



    .achievements span {
        font-family: "Gotham";
        color: #fff;
        font-size: 72px;
        font-weight: 600;
    }

    .achievements h5 {
        font-family: "Outfit";
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .achievements-line {
        width: 100%;
        border: solid 5px #d09b2b;
    }


    /*-- achivements --*/


    /*-- world-class-management --*/

    .world-class-management ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }


    .world-class-management li {
        font-family: "Outfit";
        font-size: 17px;
        font-weight: 500;
        color: #000;
        margin: 15px 0px;
    }  


    .world-class-management svg {
        margin-right: 10px;
        vertical-align: sub;
    }

    .world-class-management p {
        font-family: "Outfit";
        font-size: 17px;
        font-weight: 400;
        color: #000;
        line-height: 33px;
    }


    .world-class-management-info  {
        padding-left: 80px;
    }


    .world-class-management-info h5 {
        font-family: "Outfit";
        font-size: 17px;
        font-weight: 500;
        color: #262626;
        line-height: 35px;
        margin: 0;
    }

    .world-class-management-info h2 {
        font-family: "Outfit";
        font-size: 40px;
        font-weight: 700;
        color: #000;
        line-height: 45px;
        margin: 10px 0px;
    }

.world-class-management-info a {
    font-family: "Outfit";
    font-size: 17px;
    font-weight: 500;
    color: #a47700;
    border: solid #a47700 1px;
    border-radius: 25px;
    text-decoration: none;
    padding: 10px 17px;
}


.world-class-management-info a:hover{ 
background: #d09b2b;
color: #fff;

}


.world-class-management-info a:hover svg{ 
stroke: #fff;

}



    .world-class-management-info h2 span {
        color: #d09b2b;
    }






    /*-- world-class-management --*/



    /*-- world-class-management-info --*/



.world-class-management-info ul {
    list-style: none;
    margin: 20px 0px;
    padding: 0;
    display: inline-block;
}


    .world-class-management-info li {
        font-family: "Outfit";
        font-size: 17px;
        font-weight: 500;
        color: #000;
        display: inline-block;
        margin: 10px;
        vertical-align: middle;
    }



    .world-class-management-info li span {
        font-family: outfit;
        color: #000;
        font-size: 48px;
        font-weight: 700;
    }

    .world-class-management-info svg{
         margin: 0px;
    }




    /*-- world-class-management-info --*/






/*-- logo-slider --*/        

.logo-section{
    background: #dbdbdb;
    padding: 40px;
}


.logo-brand-slider-container {
    max-width: 853px;
    margin: 0 auto;
}

.logo-brand-slide {
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}

        .logo-brand-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            align-items: center;
            min-height: 120px;
        }

        .logo-brand-box {

            padding: 20px;
            border-radius: 8px;
            text-align: center;
            min-height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateX(100px);
            opacity: 0;
            transition: all 0.6s ease;
            transition-delay: 0s;
        }

        .logo-brand-box.logo-brand-slide-in {
            transform: translateX(0);
            opacity: 1;
        }

        .logo-brand-box:nth-child(1) { transition-delay: 0.1s; }
        .logo-brand-box:nth-child(2) { transition-delay: 0.2s; }
        .logo-brand-box:nth-child(3) { transition-delay: 0.3s; }
        .logo-brand-box:nth-child(4) { transition-delay: 0.4s; }

        .logo-brand-name {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
        }

        .logo-brand-burger-king { color: #d62300; }
        .logo-brand-forbes { color: #0066cc; }
        .logo-brand-mashable { color: #00c0ff; }
        .logo-brand-pepsi { color: #004b93; }
        .logo-brand-netflix { color: #e50914; }
        .logo-brand-spotify { color: #1db954; }
        .logo-brand-amazon { color: #ff9900; }
        .logo-brand-microsoft { color: #00a1f1; }

        .logo-brand-indicators {
            position: relative;
            margin-top: 20px;
            margin-bottom: 0;
            display: flex;
            justify-content: center;
            list-style: none;
            padding: 0;
        }

.logo-brand-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #8a8a8a;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logo-brand-indicators .logo-brand-active {
    background-color: #000;
    transform: scale(1.2);
}

        .logo-brand-label {
            text-align: center;
            margin-top: 20px;
        }

        .logo-brand-label .logo-brand-badge {
            background-color: #007bff;
            color: white;
            padding: 8px 16px;
            font-size: 14px;
            border-radius: 4px;
        }

        .logo-brand-carousel {
            position: relative;
        }

        @media (max-width: 768px) {
            .logo-brand-row {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
            .logo-brand-image {
                max-height: 50px;
            }
        }

.logo-section h2 {
    font-size: 28px;
    font-family: "outfit";
    color: #000;
    font-weight: 700;
}

/*-- logo-slider --*/







/*-- instagram-testimonial --*/

   .header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .header h1 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333;
            margin: 0;
        }
        
        .testimonials {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        
.testimonial-card {
    background: #222;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 9/16;
    color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
}
        
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }


        
        .testimonial-header {
            display: flex;
            align-items: center;
            padding: 15px;
            background: rgba(0,0,0,0.3);
            backdrop-filter: blur(10px);
        }
        
        .profile-pic {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 12px;
            border: 2px solid rgba(255,255,255,0.3);
        }
        
        .profile-info {
            flex: 1;
        }
        
        .username {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 2px;
        }
        
        .audio-label {
            font-size: 12px;
            opacity: 0.8;
        }
        
        .view-profile-btn {
            background: #1DA1F2;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .view-profile-btn:hover {
            background: #0d8bd9;
            transform: translateY(-1px);
        }
        
        .customer-photo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid rgba(255,255,255,0.3);
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }
        
        .customer-photo-placeholder {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
            border: 4px solid rgba(255,255,255,0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            font-weight: bold;
            color: rgba(255,255,255,0.8);
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }
        
        .testimonial-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px 20px;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
        }
        
        .feedback-label {
            background: rgba(255,255,255,0.25);
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 11px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .stars {
            color: #ffd700;
            font-size: 22px;
            margin-bottom: 15px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        
        .customer-info {
            background: rgba(0,0,0,0.6);
            padding: 15px;
            border-radius: 12px;
            text-align: center;
            backdrop-filter: blur(10px);
        }
        
        .customer-name {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 5px;
        }
        
        .customer-title {
            font-size: 12px;
            opacity: 0.9;
            line-height: 1.3;
        }
        
        /* Instagram Integration Section */
        .instagram-section {
            margin-top: 50px;
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .instagram-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .instagram-header h2 {
            color: #333;
            margin-bottom: 10px;
        }
        
        .instagram-header p {
            color: #666;
            font-size: 16px;
        }
        
        .instagram-embed {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        
        @media (max-width: 768px) {
            .testimonials {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .testimonial-card {
                aspect-ratio: 3/4;
            }
            
            .header h1 {
                font-size: 2rem;
            }
        }


        .logo-slider h3{
              

    font-size: 28px;
    font-family: "outfit";
    color: #000;
    font-weight: 700;


        }
        /*-- instagram-testimonial --*/


.qualities-1 .qualities{

    border: none;

}







    /*-- footer --*/

    footer {
        background: #000000;
        position: relative;
        margin: 0px;
        padding: 100px 0px;
    }

    footer .logo {
        margin-bottom: 25px;
    }


    footer .logo img {
        /* margin-bottom: 25px; */
        width: 50%;
        height: 100%;
        margin: -21px 0px;
    }

    footer p {
        font-family: "outfit";
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
    }

    footer .media-icons {
        list-style: none;
        padding: 0;
    }

    footer .media-icons li {
        display: inline-block;
    }

    footer .media-icons li a {
        padding-right: 15px;
    }

    footer .media-icons li a:hover svg {
        color: #f6e7d9;
        fill: #f2ddcd;
    }

    footer h4 {
           font-family: "Outfit";
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 25px;
    }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer ul li a {
        text-decoration: none;
        color: #fff;
        font-family: "Outfit";
        font-weight: 400;
        display: inline-block;
        font-size: 16px;
        padding: 5px 0px;
    }

    footer ul li a:hover {
        color: #f0d9c8;
    }

    .sub-footer {
        background: #000;
        padding: 20px 0px;
        width: 100%;
        border-top: 1px solid #1a1a1a;
    }

.sub-footer p {
    color: #fff;
    margin-bottom: 0;
    font-family: "outfit";
    font-size: 15px;
    font-weight: 400;
}

    .space {
        margin-bottom: 53px;
    }




    /*-- footer --*/




    /*-- abt-us --*/

    .abt .banner-bg-color {
    background-color: black;
    width: 100%;
    height: 100%;
    padding: 40px 0px;
    }

.abt-hero-section {
    padding: 150px 330px;
    background: #000;
}

.abt-info h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 90px;
    color: #faf6f2;
    line-height: 100px;
    font-weight: 800;
    margin-bottom: 18px;
}


.abt-info p {
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    color: #d8dadf;
    font-weight: 400;
    line-height: 30px;
}


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>History & Background - Shanrocks Event Planner</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,200..800&family=Inter+Tight:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    
    <style>
        /* YOUR ORIGINAL CSS - UNCHANGED */
        .history-info {
            padding: 120px 0px 70px;
        }
        .history-background h2 {
            font-family: "Bricolage Grotesque", sans-serif;
            font-size: 65px;
            color: #232429;
            line-height: 68px;
            font-weight: 800;
            margin-bottom: 18px;
            padding: 100px 0px 0px;
        }
        .history-background {
            background: #f1e9dc;
            position: relative;
            padding: 40px 330px;
        }
        .circle {
            aspect-ratio: 1/1;
            background: #d09b2b6e;
            height: 165px;
            width: 165px;
            border-radius: 100%;
            position: relative;
            opacity: 0.4;
        }
        .circle-2 {
            aspect-ratio: 1/1;
            background: #fcccbe;
            height: 126px;
            width: 126px;
            border-radius: 100%;
            position: relative;
            opacity: 0.4;
        }
        .history-background p {
            font-family: "Inter Tight", sans-serif;
            font-size: 20px;
            color: #5b606e;
            font-weight: 400;
            line-height: 30px;
            margin: 20px 0px;
        }
        .img{
            position: absolute;
            top:0;
            right: 0;
        }
        .line {
            background: #40434c;
            height: 1px;
            margin: 60px 0px 40px;
            width: 90%;
        }
        .mission-vision h4 {
            font-family: "Bricolage Grotesque", sans-serif;
            font-size: 32px;
            font-weight: 800;
            color: #232429;
        }
        .mission-vision   {
            padding: 40px;
        }

        /* RESPONSIVE STYLES ADDED */
        
        /* Large Desktop - 1400px and up */
        @media (max-width: 1600px) {
            .history-background {
                padding: 40px 200px;
            }
            /* Adjust image to prevent overlap on larger laptops */
            .img {
                max-width: 400px;
                top: 50px;
                right: 50px;
            }
        }

        /* Common Laptop Size - 1366px */
        @media (max-width: 1366px) {
            .img {
                position: relative;
                width: 100%;
                max-width: 350px;
                height: auto;
                margin-top: 20px;
                float: right;
            }
        }

        /* Desktop - 1200px to 1399px */
        @media (max-width: 1399px) {
            .history-background {
                padding: 40px 120px;
            }
            /* Prevent image overlap on smaller desktop/laptop screens */
            .img {
                position: relative;
                width: 100%;
                max-width: 350px;
                height: auto;
                margin-top: -80px;
                float: right;
            }
        }

        /* Small Desktop - 992px to 1199px */
        @media (max-width: 1199px) {
            .history-background {
                padding: 40px 80px;
            }
            .history-background h2 {
                font-size: 55px;
                line-height: 58px;
                padding: 60px 0px 0px;
            }
            /* Fix image overlap on laptop */
            .img {
                position: relative;
                width: 100%;
                height: auto;
                margin-top: 20px;
            }
        }

        /* Tablet - 768px to 991px */
        @media (max-width: 991px) {
            .history-background {
                padding: 40px 40px;
            }
            .history-background h2 {
                font-size: 45px;
                line-height: 48px;
                padding: 40px 0px 0px;
            }
            .circle {
                height: 140px;
                width: 140px;
            }
            .circle-2 {
                height: 110px;
                width: 110px;
            }
            .img {
                position: relative;
                width: 100%;
                height: auto;
                margin-top: 20px;
            }
            .mission-vision {
                padding: 30px;
            }
            .mission-vision h4 {
                font-size: 28px;
            }
        }

        /* Mobile Landscape - 576px to 767px */
        @media (max-width: 767px) {
            .history-background {
                padding: 30px 30px;
            }
            .history-background h2 {
                font-size: 38px;
                line-height: 42px;
                padding: 30px 0px 0px;
            }
            .history-background h2 br {
                display: none;
            }
            .circle {
                height: 120px;
                width: 120px;
                margin: 0 auto 20px;
            }
            .circle-2 {
                height: 100px;
                width: 100px;
                margin: 0 auto 20px;
            }
            .history-background p {
                font-size: 18px;
                line-height: 26px;
                text-align: center;
            }
            .img {
                position: relative;
                width: 100%;
                max-width: 300px;
                margin: 20px auto;
                display: block;
            }
            .line {
                width: 100%;
                margin: 40px 0px 30px;
            }
            .mission-vision {
                padding: 25px;
                margin-bottom: 20px;
            }
            .mission-vision h4 {
                font-size: 26px;
            }
        }

        /* Mobile Portrait - up to 575px */
        @media (max-width: 575px) {
            .history-background {
                padding: 20px 15px;
            }
            .history-background h2 {
                font-size: 32px;
                line-height: 36px;
                padding: 20px 0px 0px;
            }
            .circle {
                height: 100px;
                width: 100px;
            }
            .circle-2 {
                height: 85px;
                width: 85px;
            }
            .history-background p {
                font-size: 16px;
                line-height: 24px;
            }
            .mission-vision {
                padding: 20px;
            }
            .mission-vision h4 {
            font-size: 24px;
            text-align: center;
            }


        }

        /* Bootstrap Column Adjustments for Mobile */
        @media (max-width: 767px) {
            .mt-8 {
                margin-top: 2rem !important;
            }
            .mt-10 {
                margin-top: 3rem !important;
            }
        }


.experience-shanrocks {
    background: #232429;
    height: 100%;
    padding: 120px;
    position: relative;
}


.experience-shanrocks h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 65px;
    font-weight: 800;
    color: #faf6f2;
    z-index: 11111;
    position: relative;
    line-height: 68px;
}

.experience-shanrocks p {
    font-family: "Inter Tight", sans-serif;
    font-size: 20px;
    color: #d8dadf;
    font-weight: 400;
    line-height: 30px;
    margin: 80px 0px 40px;
}


.why-choose-us {
    display: flex;
}

.why-choose-us h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #faf6f2;
    margin: 20px 0px 0px;
}


.strenths-assurance {
    border: solid 1px #40434c;
    padding: 30px;
    border-radius: 8px;
    margin-right: 10px;
}



.strenths-assurance p {
    font-family: "Inter Tight", sans-serif;
    font-size: 17px;
    color: #d8dadf;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0px;
}





.excellence-1{

    position: absolute;
    left: 0;
    top: 0;

}



.excellence{

        position: absolute;
    right: 0;
    top: 0;

}

.gallery img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

        .gallery-img-0 img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }

        /* Feature 1: Overlay Effect */
        .gallery-item {
            position: relative;
            cursor: pointer;
        }

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182deg,rgba(246, 176, 27, 0.61) 0%, rgba(150, 18, 124, 0) 100%, rgba(143, 18, 151, 1) 100%, rgba(142, 18, 153, 1) 100%);
    transition: opacity 0.3s ease;
}

        .gallery-item:hover .gallery-overlay {
            opacity: 0;
        }


        /* Feature 2: Lightbox Modal */
        .lightbox-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .lightbox-modal.active {
            display: flex;
        }

        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90vh;
        }

        .lightbox-img {
            max-width: 100%;
            max-height: 90vh;
            object-fit: contain;
            display: block;
        }

        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 40px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            background: none;
            border: none;
            z-index: 10000;
        }

        .lightbox-prev,
        .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 50px;
            color: white;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            padding: 10px 20px;
            z-index: 10000;
        }

        .lightbox-prev {
            left: 20px;
        }

        .lightbox-next {
            right: 20px;
        }


        .call-to-action {
        background: #f1e9dc;
        padding: 112px 40px;
        position: relative;
        }

        .call-to-action-info h5 {
        font-family: "outfit";
        font-size: 18px;
        border: solid 1px #242018;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 8px;
        }

        .call-to-action-info h3 {
        font-family: "Bricolage Grotesque", sans-serif;
        font-size: 50px;
        font-weight: 800;
        color: #232429;
        padding: 20px 0px;
        }


.call-to-action-info a {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #232429;
    padding: 15px 30px;
    text-decoration: none;
    background: #ebd1b6;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

        .call-to-action-info a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: #232429;
            transition: height 0.4s ease;
            z-index: -1;
        }

        .call-to-action-info a:hover::before {
            height: 100%;
        }

        .call-to-action-info a:hover {
            color: #fff;
        }

        

        .call-svg svg {
        position: absolute;
        top: 0;
        right: 0;
        }

        .call-svg-2 svg {
        position: absolute;
        bottom: 0;
        left: 0;
        }


        

        


   /*-- abt-us --*/




   /*-- pre-weddings --*/



   .weddings{
    background: #f1e9dc;
   }


.weddings .banner-bg-color {
    background-color: black;
    padding: 40px 0px;
}

.wedding-bg {
    background: #ebd8a1;
    padding: 160px 40px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1111111;
}




.wedding-bg h6 {
    font-size: 16px;
    font-family: "Inter Tight";
    color: #6F4E37;
    font-weight: 500;
}

.wedding-bg h4 {
    font-size: 48px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #6F4E37;
    font-weight: 500;
    display: inline-block;
}


.wedding-bg p {
    font-family: "Inter Tight";
    font-size: 18px;
    color: #6f4e37;
    font-weight: 400;
}


.flower-2 {
    position: absolute;
    left: 0;
    top: 0;
}

.flower-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 111;
}


.pre-wedding-img {
    margin-top: -110px;
    position: relative;
}


.pre-wedding-img img {
    border-radius: 15px;
}


.abt-pre-wedding {
    background: #000;
    padding: 100px;
}

.abt-pre-wedding p {

    color: #d8dadf;
    font-family: "Inter Tight";
    font-size: 18px;
    font-weight: 400;

}


.abt-pre-wedding img {

    display:block;
    margin-bottom: 20px;

}



/*-- events --*/


.events {
    background: url(../images/corporate-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}


.events-1 {
    background: url(../images/events-image.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-2 {
    background: url(../images/new-year-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-3 {
    background: url(../images/holi-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-4 {
    background: url(../images/national-festival-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-5 {
    background: url(../images/pongal-diwali-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-6 {
    background: url(../images/christmas-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}


.events-7 {
    background: url(../images/navarathri-banner.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-8 {
    background: url(../images/conference-banner-1.png);
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-9 {
    background: url(../images/fashion-banner.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
     z-index: -111111;
}

.events-10 {
    background: url(../images/exhibition-banner.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
    z-index: -111111;
}

.events-11 {
    background: url(../images/school-college-banner.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
    z-index: -111111;
}

.events-12 {
    background: url(../images/ayudha-pooja-banner.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center 20%;
    z-index: -111111;
}


.events h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Inter Tight";
}


.events h4 {
    color: #fff;
    font-size: 90px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 92px;
    /* margin-bottom: 33px; */
}





.connect-with-us a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    background: #ebd1b6;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    border-radius: 8px;
}

.connect-with-us a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fbcfc1;
    transition: height 0.4s ease;
    z-index: -1;
}

        .connect-with-us  a:hover::before {
            height: 100%;
        }

.connect-with-us a:hover {
    color: #000;
}


.connect-with-us h3 {
    color: #6f4e37;
    font-size: 48px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
}


.connect-with-us p {
    color: #6f4e37;
    font-weight: 500;
    font-family: "Inter Tight";
    margin: 20px 0px 30px;
    line-height: 26px;
}


.connect-with-us {
    padding: 80px;
}



.event-border {
    background: #000;
    height: 2px;
    width: 100%;
    margin-bottom: 45px;
}


.events-detail h3 {
    color: #6f4e37;
    font-size: 52px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 0;
}




.events-detail p {
    color: #6f4e37;
    font-weight: 500;
    font-family: "Inter Tight";
    margin: 0;
}

.events-detail img{

    margin-bottom: 40px;
}

.event-para {
    color: #6f4e37;
    font-weight: 500;
    font-family: "Inter Tight";
    /* padding: 0px 0px; */
    line-height: 32px;
    font-size: 17px;
}

.event-para-2 {
    color: #6f4e37;
    font-weight: 500;
    font-family: "Inter Tight";
    margin: 0px 0px !important;
    padding: 0px 0px;
    line-height: 30px;
    font-size: 17px;
}

.events-detail h2 {
    color: #6f4e37;
    font-weight: 500;
    font-family: "Dancing Script", cursive;
    margin: 70px 0px 20px;
    font-size: 65px;
}

.other-events img{
    margin-bottom: 20px;
}

.other-events a {

     color: #6f4e37;
    font-weight: 600;
    font-family: "Inter Tight";
    text-decoration: none;
    font-size: 22px;

}


/*-- events --*/





/*-- faq --*/

.faq-spacing {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.faq {
    background: #121212;
    padding: 100px 40px;
    width: 100%;
    height: 100%;
}





.faq-container {
    /* max-width: 600px; */
    width: 617px;
    max-width: 100%;        /* ← ADDED */
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;         /* ← ADDED */
}
        .faq-item {
            backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.25);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .faq-item:hover {
            background-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

.faq-header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question {
    color: rgb(246, 245, 242);
    font-weight: 500;
    margin: 0;
    font-size: 18px;
    font-family: "Inter Tight";
}

        .faq-icon {
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 1rem;
        }

        .faq-icon svg {
            width: 100%;
            height: 100%;
            fill: rgb(246, 245, 242);
        }

        .faq-item.open .faq-icon {
            transform: rotate(-90deg);
        }

        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .faq-item.open .faq-content {
            max-height: 200px;
            padding: 0 1.5rem 1.5rem 1.5rem;
        }

.faq-answer {
    color: rgb(246, 245, 242);
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
    font-size: 16px;
    font-family: "Inter Tight";
}

        .faq-item.open .faq-answer {
            animation: fadeIn 0.3s ease 0.1s both;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 0.9;
                transform: translateY(0);
            }
        }

@media (max-width: 768px) {
    .faq {                          
        padding: 50px 20px;         
    }                               
    
    .faq-container {                
        width: 100%;                
        padding: 0 10px;            
    }                               
    
    .faq-header {
        padding: 1.25rem;
    }
    
    .faq-question {
        font-size: 1rem;
    }
    
    .faq-item.open .faq-content {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
}


.tit h1{

       font-size: 52px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;

}

.tit p{

       font-size: 17px;
    font-weight: 500;
    font-family: "Inter Tight";
    color: #fff;
}

/*-- faq --*/



/*-- contact-us --*/


.contact-bg{
    background: #fff8f0;
}


.contact-bg .banner-bg-color {
    border-bottom: 1px solid rgb(232, 219, 201);
}


    .address-info {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    }



.be-in-touch-info {

    padding: 30px;
}


.be-in-touch-info span {
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 500;
    border: solid #000 1px;
    padding: 5px 30px;
    border-radius: 25px;
    color: #000;
    cursor: pointer;
}

.be-in-touch-info span:hover {
    background: #fbcfc1;
    color: #000;
}


.be-in-touch-info h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0px;
}

.be-in-touch-info p {
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 25px 0px;
}


.address-info {
    border: 1px solid rgb(215, 215, 215);
    border-radius: 8px;
    padding: 17px;
    position: relative;
    background: rgb(243, 236, 226);
    width: 100%;
}

.address-info-svg svg {
position: absolute;
top: 0px;
right: 0px;
margin: 10px;
transition: transform 0.3s ease, opacity 0.3s ease;
transform: translate(0, 0);
opacity: 0.7;
}

.address-info:hover {
    background: #ebdbbd;
    color: #fff;
}




.address-info:hover .address-info-svg svg {
transform: translate(5px, -5px);
opacity: 1;
}

.address-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}


.address-info li h4 {
    font-family: "Inter Tight";
    font-size: 20px;
    font-weight: 500;
    color: #ed723f;
}

.address-info li p {
    font-family: "Inter Tight";
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    margin: 4px 0px;
}


.address-info li a {
    font-family: "Inter Tight";
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}



.address-info img{
    width: 20px;
    height: 100%;
}



form {
    margin: 60px 0px;
    background: #222;
    padding: 73px;
    border-radius: 37px;
}


label {
    font-family: "Inter Tight";
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0px;
    color: #fef6ed;
}



form h1 {
    font-family: "Inter Tight";
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0px 35px;
    color: #fef6ed;
}


.form-details button {
    font-size: 15px;
    background: #ebd1b6;
    color: #222;
    display: inline-block;
    border-radius: 7px;
    border: 0;
    font-family: "Inter Tight";
    margin: 20px 0px;
    padding: 14px 23px 14px 23px;
    width: 45%;
}


.form-details button:hover{
    color: #000;
}



.be-in-touch .form-control {
    display: block;
    width: 100%;
    padding: .875rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 12px 0px;
}


nopadding {
  padding: 0 !important;
}

.map iframe {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.location {
  width: 100%;
  display: inline-block;
}

/*-- contact-us --*/


        .photo-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            grid-template-rows: repeat(6, 150px);
            gap: 30px;
            margin: 0 auto;
        }

        .photo {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            background: linear-gradient(135deg, #4CAF50, #2E7D32);
            display: flex;
    
            transition: transform 0.3s ease;
        }

        .photo:hover {
            transform: scale(1.02);
        }

.photo img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

        /* Grid positioning for different sized photos */
        .photo1 { grid-column: 1 / 3; grid-row: 1 / 3; }
        .photo2 { grid-column: 3 / 5; grid-row: 1 / 4; }
        .photo3 { grid-column: 5 / 7; grid-row: 1 / 3; }
        .photo4 { grid-column: 1 / 3; grid-row: 3 / 5; }
        .photo5 { grid-column: 3 / 5; grid-row: 4 / 7; }
        .photo6 { grid-column: 5 / 7; grid-row: 5 / 3; }
        .photo7 { grid-column: 5 / 7; grid-row: 5 / 7; }
        .photo8 { grid-column: 1 / 3; grid-row: 5 / 7; }
        .photo9 { grid-column: 1 / 3; grid-row: 1 / 3; }
       /*    .photo9 { grid-column: 1 / 8; grid-row: 7 / 20; }
        .photo10 { grid-column: 5 / 7; grid-row: 4 / 5; }
        .photo11 { grid-column: 1 / 2; grid-row: 5 / 7; }
        .photo12 { grid-column: 2 / 4; grid-row: 5 / 6; }
        .photo13 { grid-column: 4 / 6; grid-row: 5 / 6; } */


















    @media only screen and (max-width: 600px) {



        .logo {
        margin: 20px 0px;
    }

        .home .navbar {
        position: relative;
        z-index: 999;
        background: #141822;
    }

    .banner-bg-color {
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding: 0px;
    }

    br{
        display: none;
    }



    .slider-content p {
        font-size: 14px;

    }

    .slider-content h1 {
        font-size: 20px;
        color: #fff;
        line-height: 37px;
    }


    .abt-us-info {
        padding: 120px 10px;
    }

    .abt-us::before {
        display: none;
    }


    .abt-us h3 {
        font-size: 33px;
    }

    .abt-us p {
        font-size: 15px;
        line-height: 32px;
    }

.services-list {
    list-style: none;
    margin: 0px 0px 50px;
    padding: 0px;
}

.logo-brand-slide {
    padding: 15px 0px;
}

.logo-section h2 {
    font-size: 24px;
}

.world-class-management-info {
    padding: 30px 20px;
}

.world-class-management-info ul {
    margin: 0px;
}


.celebrations-info h3 {
    font-size: 32px;
}

.qualities {

    margin-bottom: 20px;
}

footer h4 {

    margin: 20px 0px;
}


.space {
    margin-bottom: 18px;
}


/*-- abt--*/

.abt-hero-section {

    padding: 20px;
}

.abt-info h2 {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 0px; 
    margin-top: 30px;
}

.abt-info p {
    font-size: 17px;
}

.history-background {
    padding: 20px;
}

.img {

    display: none;
}


.history-background h2 {

    font-size: 44px;
    line-height: 53px;
    padding: 20px 0px 0px;
}

.mission-vision {
    padding: 20px;
}

.experience-shanrocks {
    padding: 20px;
}

.strenths-assurance {

    margin-right: 0px;
    margin-bottom: 10px;
}

.why-choose-us {
    display: inline-block;
}


.call-to-action-info{
    padding: 150px 0px;
}


.nav-link svg{
    display: none;
}

.navbar-nav > li:last-child a {
    background: transparent; 
    margin-left: 0px; 
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    padding: 8px 20px 8px 16px !important;
    text-align: center;
    color: #fff !important;
}


.navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: transparent;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.38);
    padding: 10px 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
        color: #fff !important;
        padding: 10px;
        text-align: left;
        background-color: #000;
        padding: 10px;
    }

.weddings .banner-bg-color {
    background-color: black;
    padding: 0px 0px;
}

.flower-2 {
     display: none;
}

.flower-1 {
    display: none;
}

.wedding-bg {
    padding: 90px 40px;
}

.pre-wedding-img {
    margin-top: -50px;
}

.wedding-bg h4 {
    font-size: 34px;

}


.wedding-bg p {
    font-size: 16px;
}

.abt-pre-wedding {
    padding: 30px;

    }

    .mt-10{
        margin-top: 50px;
    }

    .events {
    padding: 50px;
}

.events h4 {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 42px;
    margin-bottom: 0px;
}

.connect-with-us {
    padding: 20px 0px 0px;
}

.connect-with-us h3 {
    font-size: 38px;
}


.connect-with-us p {
    font-size: 15px;
}

.events-detail h3 {
    font-size: 40px;
}


.event-para {
    line-height: 25px;
    font-size: 15px;
}

.events-detail p {
    margin: 10px 0px;
}

.event-para-2 {
    line-height: 25px;
    font-size: 15px;
}

.events-detail h2 {

    margin: 20px 0px 50px;

}

.related-events .call-to-action-info {
    padding: 0px 0px;

}

.tit h1 {
    font-size: 42px;

}

.tit p {
    font-size: 15px;
}

.other-events a {
    font-size: 20px;
}

.other-events img {
    margin-bottom: 15px;
}




form {
    padding: 28px;
}

.be-in-touch-info h2 {
    font-size: 43px;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.excellence-1 {
    display: none;
}

}