@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */



   .office-locations-section {
            padding: 60px 0;
            background: white;
        }

  .office-locations-section .office-card {
    border: 1px solid #fd8301;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

        .office-locations-section .office-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

.office-locations-section .office-icon {
  font-size: 2.5rem;
  color: #fd8301;
  margin-bottom: 15px;
}

  .office-locations-section .office-name {
    font-size: 25px;
    font-weight: 600;
    color: #fd8301;
    margin-bottom: 5px;
}

        .office-locations-section .office-status {
            color: #666;
            font-size: 0.9rem;
        }

header.entry-header.alignwide {
    display: none;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 71%);
}


.rts-bread-crumb-area {
    position: relative;
    z-index: 0;
}



img.right-imgg {
    float: right;
    margin-left: 31px;
    margin-bottom: 20px;
    box-shadow: 9px 11px #fd8301;
    padding: 3px;
}





ul.listtt {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px !important;
}



.abousttt h4 {
    margin-bottom: 10px;
    color: #fd8301;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 11px;
}

table.table.table-striped tr td {
    border: 1px solid #a3a3a3;
    padding: 10px;
	background-color:#fff;
}

.sandwich-servicess {
    background: #fff;
    padding: 0px;
    text-align: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.project-inner1 {
    padding: 12px;
}

.project-inner1 h5 {
    margin-bottom: -35px;
    margin-top: -80px;
}
.header-mid {
    background-color: #133632;
}
.logo-area img {
    width: 106px;
}

.single-blog-area-one h5 {
    font-size: 20px;
}


   .destination-card {
            background: #fff;
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        .destination-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        .destination-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .card-body {
            padding: 20px;
            text-align: center;
        }
   .card-title {
    font-size: 25px;
    font-weight: 600;
    color: #1a3c5e;
    margin-bottom: 10px;
    padding: 10px 0px;
}
  .card-text {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
}
        .btn-explore {
            background: linear-gradient(45deg, #007bff, #00d4ff);
            border: none;
            border-radius: 25px;
            padding: 10px 20px;
            color: #fff;
            font-weight: 500;
            transition: background 0.3s ease;
        }
        .btn-explore:hover {
            background: linear-gradient(45deg, #005bb5, #0096cc);
        }
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a3c5e;
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }
        .section-title::after {
            content: '';
            width: 80px;
            height: 4px;
            background: #007bff;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        @media (max-width: 768px) {
            .destination-card img {
                height: 150px;
            }
            .card-title {
                font-size: 1.3rem;
            }
        }


        .lds-ellipsis {
    display: none;
}

.rts-feature-industry{
  position: relative; z-index: 0;
}
.ovelayyyyy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 76%);
    z-index: -1;
}

.row.g-24.mt--10.gggg {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
a.thumbnail1 img {
    border-radius: 100%;
    border: 6px solid #e5e5e5;
    height: 181px;
    margin-bottom: 17px;
}


a.thumbnail.jjjj img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}




.contentttt {
  
    color: #222;
    line-height: 1.7;
    padding: 30px 20px;
    background-color: #fff;
}
.contentttt h1 {
  font-size: 30px;
  margin-bottom: 10px !important;
  font-weight: 700;
  color: #fd8301;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;   line-height: 40px;  padding: 0;
}

.contentttt h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px !important;
    font-weight: 700;
    color: #2a2a2a;
    padding-bottom: 5px !important;
    line-height: 32px;
}

.contentttt h3 {
    font-size: 24px !important; 
    margin-top: 0px !important;
    margin-bottom: 12px !important;
    padding-bottom: 0px !important;
    font-weight: 600;
    color: #333; line-height: 26px;
}

.contentttt h4,
.contentttt h5,
.contentttt h6 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #444;  line-height: 24px;
}

/* Paragraphs */
.contentttt p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;

}

/* Lists */
.contentttt ul {
    margin-left: 20px;
    padding-left: 15px;
    margin-bottom: 15px; 
}

.contentttt ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    list-style: disc;
    color: #333;
}

/* Optional: Add spacing between sections */
.contentttt > *:not(:last-child) {
    margin-bottom: 25px;
}
.contentttt ul {
    padding: 0px !important;
    margin: 0px 0px 15px 25px !important;
}


.contentttt p {
    margin: 0 !important;
    padding: 0px 0px 10px 0px !important;
}



.wpcf7-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.wpcf7-form-col {
  flex: 1 1 48%;
}

.wpcf7-form-col-full {
  flex: 1 1 100%;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
  .programs-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0;
            min-height: 100vh;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(45deg, #3498db, #2980b9);
            border-radius: 2px;
        }
        
        .section-title p {
            font-size: 1.2rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .program-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 35px 25px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(52, 152, 219, 0.1);
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .program-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(45deg, #3498db, #2980b9);
            transform: translateX(-100%);
            transition: transform 0.4s ease;
        }
        
        .program-card:hover::before {
            transform: translateX(0);
        }
        
        .program-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(52, 152, 219, 0.2);
            border-color: #3498db;
        }
        
    .program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fd8301, var(--wp--preset--color--vivid-red));
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}
        
        .program-card:hover .program-icon {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            transform: scale(1.1);
        }
        
  .program-icon i {
    font-size: 31px;
    color: #ffffff;
}
        
.program-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}
        
     .program-description {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
}
       .read-more-btn {
    background: linear-gradient(45deg, #fd8301, #bf6a10);
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
        
        .read-more-btn:hover {
            background: linear-gradient(45deg, #2980b9, #1f618d);
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
        
.program-level-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #133632, #0eb9a5);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 400;
}
        
        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 2.2rem;
            }
            
            .program-card {
                margin-bottom: 25px;
            }
            
            .programs-section {
                padding: 50px 0;
            }
        }


        .rts-service-area{
            position: relative;  z-index: 0;
        }


.single-input input,
.single-input textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

textarea {
  resize: vertical;
}



ul.listttt a li {
    color: white !important;
    border-bottom: dotted white;
    padding-bottom: 20px;
}

.h33333 h3{
    color: white;
    text-align: center;

    font-size: 24px;
}




/* Popup Container */
  .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 95vw;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    border-radius: 10px;
    z-index: 9999;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
  }

  /* Close Button */
  .popup-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    line-height: 1;
    transition: color 0.3s ease;
  }
  .popup-close-btn:hover {
    color: #007BFF;
  }

  /* Popup Content: Flex container */
  .popup-content {
    display: flex;
    flex-wrap: wrap;
  }

  /* Left Image */
  .popup-image {
    flex: 1 1 50%;
    max-width: 50%;
    overflow: hidden;
  }
  .popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Form Container */
  .popup-form-container {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 30px 25px;
    box-sizing: border-box;
  }
  .popup-form-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    color: #222;
  }

form input[type="text"], form input[type="email"], form textarea {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0px;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    border-color: #007BFF;
    outline: none;
  }
  form textarea {
    resize: vertical;
  }

  /* Submit Button */
  form button {
    width: 100%;
    padding: 12px 0;
    background-color: #007BFF;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  form button:hover {
    background-color: #0056b3;
  }

  /* Thank you message */
  .form-response {
    color: green;
    margin-top: 15px;
    display: none;
    font-weight: 600;
  }

  /* Responsive adjustments */
  @media (max-width: 600px) {
    .popup-content {
      flex-direction: column;
    }
    .popup-image,
    .popup-form-container {
      max-width: 100%;
      flex: 1 1 100%;
    }
    .popup-form-container {
      padding: 20px;
    }
  }


        .header-section {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 60px 0;
            text-align: center;
            color: white;
            margin-bottom: 50px;
        }

        .main-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }

        .main-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        .degree-card {
            background: white;
            border-radius: 15px;
            border: none;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

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

        .card-icon-header {
            padding: 40px 20px 20px;
            text-align: center;
            position: relative;
        }

        .icon-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: white;
            font-size: 2rem;
        }

        .mbbs-theme .icon-circle { background: linear-gradient(45deg, #e74c3c, #c0392b); }
        .btech-theme .icon-circle { background: linear-gradient(45deg, #3498db, #2980b9); }
        .mba-theme .icon-circle { background: linear-gradient(45deg, #2ecc71, #27ae60); }
        .mca-theme .icon-circle { background: linear-gradient(45deg, #9b59b6, #8e44ad); }
        .bca-theme .icon-circle { background: linear-gradient(45deg, #f39c12, #e67e22); }
        .bs-theme .icon-circle { background: linear-gradient(45deg, #1abc9c, #16a085); }

        .degree-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .degree-subtitle {
            color: #7f8c8d;
            font-size: 0.9rem;
            font-style: italic;
            margin-bottom: 20px;
        }

        .card-content {
            padding: 0 25px 30px;
            text-align: center;
        }

        .degree-description {
            color: #5a6c7d;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .learn-btn {
            background: linear-gradient(45deg, #667eea, #764ba2);
            border: none;
            border-radius: 25px;
            padding: 10px 25px;
            color: white;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .learn-btn:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .container-custom {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2.2rem;
            }
            
            .header-section {
                padding: 40px 0;
                margin-bottom: 30px;
            }
        }





     .main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .page-title {
            text-align: center;
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            padding-bottom: 3rem;
        }

        .degree-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            border: none;
        }

        .degree-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0,0,0,0.2);
        }

        .card-header-custom {
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .card-header-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: inherit;
            opacity: 0.9;
        }

        .mbbs-header {
            background: linear-gradient(135deg, #ff6b6b, #ee5a52);
        }

        .btech-header {
            background: linear-gradient(135deg, #4ecdc4, #44a08d);
        }

        .mba-header {
            background: linear-gradient(135deg, #ffd89b, #19547b);
        }

        .mca-header {
            background: linear-gradient(135deg, #a8edea, #fed6e3);
        }

        .bca-header {
            background: linear-gradient(135deg, #ff9a9e, #fecfef);
        }

        .bs-header {
            background: linear-gradient(135deg, #a18cd1, #fbc2eb);
        }

        .degree-icon {
            font-size: 3rem;
            color: white;
            z-index: 2;
            position: relative;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .card-body-custom {
            padding: 2rem;
            text-align: center;
        }

        .degree-title {
            font-size: 2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0.5rem;
            letter-spacing: 1px;
        }

        .degree-full-form {
            font-size: 0.9rem;
            color: #7f8c8d;
            font-weight: 500;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .degree-description {
            color: #555;
            line-height: 1.6;
            margin-bottom: 2rem;
            font-size: 0.95rem;
        }

        .btn-learn-more {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
        }

        .btn-learn-more::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .btn-learn-more:hover::before {
            left: 100%;
        }

        .btn-learn-more:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        }

        .btn-learn-more:active {
            transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cards-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .page-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
            
            .degree-card {
                margin: 0 0.5rem;
            }
        }

        @media (max-width: 480px) {
            .main-container {
                padding: 0 0.5rem;
            }
            
            .card-body-custom {
                padding: 1.5rem;
            }
            
            .degree-title {
                font-size: 1.5rem;
            }
        }

        /* Add subtle animation on page load */
        .degree-card {
            opacity: 0;
            animation: slideUp 0.6s ease forwards;
        }

        .degree-card:nth-child(1) { animation-delay: 0.1s; }
        .degree-card:nth-child(2) { animation-delay: 0.2s; }
        .degree-card:nth-child(3) { animation-delay: 0.3s; }
        .degree-card:nth-child(4) { animation-delay: 0.4s; }
        .degree-card:nth-child(5) { animation-delay: 0.5s; }
        .degree-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }





  .degree-section {
      padding: 50px 0;
      background-color: #f9f9f9;
    }
.degree-card {
    text-align: center;
    padding: 40px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: white;
    transition: transform 0.3s ease;
}
    .degree-card:hover {
      transform: translateY(-5px);
    }
 .degree-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
    .degree-title {
      font-size: 20px;
      font-weight: 600;
    }



    span.next {
    color: white;
}





.coursesss h2 {
  font-size: 30px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 40px !important;
  color: #2c3e50;
}


.coursesss h3 {
  font-size: 26px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 34px !important;
  color: #34495e;
}


.coursesss p {
  font-size: 16px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 24px !important;
  color: #444;
}


.coursesss ul {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;

}



.custom-name {
  border: 2px solid #0073e6;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}

.custom-email {
  border: 2px solid #28a745;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}

.custom-message {
  border: 2px solid #ffc107;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  resize: vertical;
}

.custom-submit {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.custom-submit:hover {
  background-color: #005bb5;
}






/* Office Card Styling */
.office-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeIn 0.5s ease-out forwards;
}

/* Hover Animation for Cards */
.office-card:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Office Icon Styling (Using SVG Pin Icon) */
.office-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2333aaff"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 010-5 2.5 2.5 0 010 5z"/></svg>') no-repeat center;
  background-size: contain;
}

/* Office Name Styling */
.office-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
}

/* Office Status Styling */
.office-status {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

/* Fade-In Animation for Cards */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .office-card {
    margin: 10px;
    padding: 15px;
  }
  .office-name {
    font-size: 1.3rem;
  }
  .office-status {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .office-card {
    margin: 8px;
    padding: 12px;
  }
  .office-icon {
    width: 32px;
    height: 32px;
  }
}

