 
        
        .header {
            font-family: 'Lobster', cursive;
           
        }

        #toggleButton {
         top: 15px;
         padding: 7px 19px;
        }

        .row {
            margin-top: 70px;
        }
            
        

        .service-box {
            padding: 30px;
            margin-top: 0;
            border-radius: 10px;
            background: #4a5568;
            margin-bottom: 20px;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .service-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .faq-section {
            padding: 5px 0;
            background: linear-gradient(135deg, #1a202c, #e53e3e);
            padding-bottom: 0;
            color: #ffffff;
            border-radius: 30px;
        }

        .card {
            background-color: #ffffff;
        }

        .card-body {
            color: #ffffff;
            background-color: #4a5568;
            
        }

        .card-header h5 {
            color: #4a5568;
            
        }

        .faq .card {
            margin-bottom: 20px;
        }
        .faq .card-header {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
           
        }
        .faq .card-header h5 {
            margin-bottom: 0;
        }
        .faq .card-header .indicator {
            transition: transform 0.3s;
        }
        .faq .card-header[aria-expanded="true"] .indicator {
            transform: rotate(180deg);
        }

        .indicator {
            color: #e53e3e;
        }
        
        .map-container {
            position: relative;
            overflow: hidden;
            height: 300px;
            margin-top: 20px;
            border-radius: 10px;
        }
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        .map-note {
            margin-top: 10px;
        }
        .footer {
            padding: 20px 0;
            background: #1a202c;
            color: white;
        }
        .footer .social-icons a {
            color: white;
            margin: 0 10px;
            font-size: 30px;
        }

        .downloads-section h2 {
            background: linear-gradient(45deg, #e53e3e, #1a202c);
            margin-top: 0;
        }

        .downloads-section p, h4 {
            color: #4a5568;
            left: 20px;
            position: relative;
        }

        .downloads-section {
            border-bottom-left-radius: 40px;
        }


        .downloads-section ul {
            list-style: none;
            margin-top: -25px;
            background-color: #ffffff;
            padding: 0;
            border-radius: 10px;
            border-bottom-left-radius: 55px;
            border-bottom-right-radius: 90px;
        }
        .downloads-section ul li {
            margin-bottom: 20px;
            border: 1px solid #4a5568;
            border-radius: 10px;
            border-bottom-left-radius: 55px;
            border-bottom-right-radius: 90px;
            padding: 0;
            display: flex;
            align-items: center;
        }

        .downloads-section ul li img.file-logo {
            width: 50px;
            height: 50px;
            margin-right: 20px;
            left: 20px;
            position: relative;
        }

        .events-section h2 {
            background: linear-gradient(45deg, #e53e3e, #1a202c, #e53e3e);
            border-top-left-radius: 90px;
            border-top-right-radius: 90px;
            padding: 5px;
            margin: 40px;
        }


        .events-section .event {
            background-color: #ffffff;
            border: 1px solid #4a5568;
            color: #4a5568;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            border-top-left-radius: 80px;
            border-top-right-radius: 55px;
        }

        .events-section .event img.event-logo {
            width: 60px;
            height: 60px;
            margin-right: 20px;
        }
        .enroll-section {
            background: url('https://d2u4q3iydaupsp.cloudfront.net/ckBwbUa3NMOxT2uFOlV0MYPqiv2wf3DI4COcnNswIoWDTr95iWklbGM0UC1WnsDv3HFu2SHCrkLIglYWaQQ6QaxKMmXYwW4iMs40mf6FYc3y4VmEaPu0WgSnJrouZTNZ');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            color: white;
            padding: 70px 0;
            text-align: center;
            border-radius: 15px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }
        .enroll-section:before {
            content: "Welcome To Frank International School";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 15px;
        }
        .enroll-section .content {
            position: relative;
            z-index: 2;
        }
        .enroll-section h2 {
            font-family: 'Lobster', cursive;
            font-size: 3rem;
            margin-bottom: 20px;
        }
        .enroll-section a {
            display: inline-block;
            padding: 10px 20px;
            font-size: 1.2rem;
            color: #fff;
            background: #007bff;
            border-radius: 50px;
            text-decoration: none;
            transition: background 0.3s;
        }
        .enroll-section a:hover {
            background: #0056b3;
        }

         /* for the divider */
         .divider {
            border: 1px solid white;
            max-width: 100%;
            margin-left: 12px;
            margin-right: 12px;
        }
        /* end of the divider */