@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.2
Requires PHP: 5.6
Version: 1.8
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.
*/



/* ========== GLOBAL STYLES ========== */
body { 
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin:0; 
  padding:0; 
  line-height:1.4;  
}
a { text-decoration:none; }
.inner-container { width:90%; 
/*  max-width:1200px; */
  margin:auto; }
h1, h2, h3 { font-weight:700; }
h2, h3, h4, h5, h6, p {margin-top:0;}
.padTB {padding: 60px 0;}
.btn-primary { background:#2D7CF5; font-size: 18px; border:1px solid #2D7CF5; font-weight: 600; color:#fff; padding:10px 25px; border-radius:40px; display:inline-block; }
.btn-secondary { background:transparent; font-size: 18px; border:1px solid #2D7CF5; font-weight: 600; color:#2D7CF5; padding:10px 25px; border-radius:40px; display:inline-block; }

/* ========== HEADER ========== */
.site-header { background:#fff; border-bottom:0px solid #eee; }
.header-wrap { display:flex; align-items:center; justify-content:space-between; padding:15px 0; flex-wrap:wrap; }
.logo { font-weight:700; font-size:20px; }
.main-nav ul { list-style:none; display:flex; gap:20px; margin:0; padding:0; }
.main-nav a { color:#000; font-weight:500; font-size: 18px;}
.bodyContent ol li {
    font-size: 18px;
    padding-bottom: 5px;
}

/* ========== HERO BANNER ========== */
.hero-banner { padding:60px 0; background:#F1F5FA; }
.hero-text {width:768px;}
.hero-text .tagline {background:#DCE6F8; font-size: 18px; color:#2C5AA0; padding: 8px 25px; border-radius:40px; display:inline-block;}
.hero-content { display:flex; justify-content:space-between; align-items:center; gap:40px; }
.hero-text h1 { font-size:76px; line-height:1.1; font-weight:800; margin-bottom: 20px;}
.hero-text h1 span { 
    background-image: linear-gradient(90deg, #2D7CF5, #f92b16);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
 }
.hero-text p {padding-right: 100px; font-weight:500; font-size: 22px; margin-bottom: 40px;}
.hero-buttons { margin:20px 0; display:flex; gap:15px; flex-wrap:wrap; }
.hero-features { justify-content: center; display:flex; gap:20px; margin-top:45px; list-style:none; font-size:14px; flex-wrap:wrap; padding-left: 0;}
.hero-features li {display:flex; gap:10px; align-items: center; color:#008080; font-weight:500; font-size: 18px;}
.hero-images img { width:100%; max-width: 100%; border-radius:10px; display:block; margin-bottom:10px; }

/* ========== MBBS EDUCATION ========== */

.sub-header {max-width: 800px;}
.sub-header h2 {font-size: 48px; font-weight: 800; margin-bottom: 10px;}
.sub-header p {font-size: 22px; margin-bottom: 40px;}
.sub-header h2 span { 
    background-image: linear-gradient(90deg, #805b9b, #f92b16);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
 }


.edu-content {width: calc(100% - 130px);}
.edu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  column-gap: 90px;
}

.edu-box {
  background: #fff;
  text-align: left;
  padding-right: 40px;
  display:flex;
  align-items:start;
  column-gap:30px;
/*  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

/*.edu-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}*/

.edu-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.edu-icon img {
  width: 100%;
  height: auto;
}

.edu-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.edu-box p {
  font-size: 18px;
  color: #686868;
  margin-bottom: 15px;
  font-weight: 300;
}

.edu-link {
  font-size: 18px;
  color: #2D7CF5;
  font-weight: 600;
  transition: color 0.3s ease;
}

.edu-link:hover {
  color: #1d4ed8;
}

/* slider */
    .competency-section {
      max-width: 1200px;
      margin: auto;
    }

    .competency-section h2 {
      font-size: 48px;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .competency-section h2 span {
      color: #2D7CF5; /* gradient start */
      background: linear-gradient(90deg, #2D7CF5, #9d4edd);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .competency-section p {
      font-size: 22px;
      margin-bottom: 40px;
    }
    .sub-header-grad { max-width: 768px;}

    /* Swiper Slides */
    .swiper {
      padding-bottom: 50px;
    }

.swiper-wrapper .slick-prev:before, .swiper-wrapper .slick-next:before {color:#2C5AA0!important; font-size:30px!important;}
.swiper-wrapper .slick-next {bottom:-90px!important; top:auto!important; right:20px!important;}
.swiper-wrapper .slick-prev {bottom:-74px!important; top:auto!important; right:70px!important; left: auto;}
.swiper-wrapper .slick-next:before, .swiper-wrapper .slick-prev:before {content:''!important;}
.swiper-wrapper .slick-next, .swiper-wrapper .slick-prev {background:url('images/sliderarrow.png')!important; background-repeat:no-repeat;}
.swiper-wrapper .slick-prev {transform:rotate(180deg)!important;}
.swiper-wrapper .slick-prev, .swiper-wrapper .slick-next {width:32px!important; height:32px!important;}
.swiper-wrapper .slick-prev:before, .slick-next:before {font-family:auto!important;}
.slick-disabled {  filter: grayscale(100%); transition: filter 0.3s ease;}
    .swiper-slide {
      background: #E0EDFA;
      border-radius: 12px;
      padding: 30px;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .tag-box {
      display: inline-block;
      background: #2D7CF5;
      color: #fff;
      font-size: 14px;
      padding: 6px 20px;
      border-radius: 50px;
      margin-bottom: 12px;
      font-weight: 600;
    }

    .slide-content h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .slide-content p {
      font-size: 14px;
      margin-bottom: 20px;
    }

    .slide-content a {
      font-size: 15px;
      font-weight: 600;
      color: #0072ff;
      text-decoration: none;
    }

    .slide-image {
      margin-top: 15px;
      text-align: center;
      margin-left: -30px;
      margin-bottom: -30px;
      margin-right: -30px;
    }

    .slide-image img {
      width: 100%;
      border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px;
    }

    /* Navigation */
    .swiper-button-next,
    .swiper-button-prev {
      color: #0072ff;
    }

    @media (max-width: 768px) {
      .competency-section h2 {
        font-size: 32px;
        line-height: 36px;
      }
      .competency-section p { font-size: 20px;}

      .swiper-slide {
        padding: 15px;
      }

      .slide-content h3 {
        font-size: 20px;
      }
    }


/* ========== MBBS SKILLS ========== */
.aligncenter {text-align: center; margin:0 auto;}
.mbbs-skills { padding:60px 0; background:#fff; }
.skills-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.skill-box { background:#f9fafb; border-radius:10px; position: relative;}
.skill-box .skill-box-content {padding:40px; color:#fff; position: absolute; bottom: 0;}
.skill-box .skill-box-content ul {padding-left: 22px;}
.skill-box .skill-box-content h3 {font-size: 32px; font-weight: 600; margin-bottom: 15px;}
.skill-box .skill-box-content p {font-size: 18px;}
.skill-box .skill-box-content li {font-size: 18px;}
.skill-box img {width:100%;}
.btn-secondaryW1 {
    background: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    color: #000;
    padding: 10px 25px;
    border-radius: 40px;
    display: inline-block;
}
.btnRight {text-align: right;}


/* ========== TESTIMONIAL SLIDER ========== */
.testimonial-section {
  background: #EAF0F6;
}

.testimonial-wrapper {
  display: flex!important;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {color:#2C5AA0!important; font-size:30px!important;}
.testimonial-section .slick-next {bottom: auto !important; top: -65px !important; right: 75px !important;}
.testimonial-section .slick-prev {bottom: auto !important; top: -80px !important; right: 126px !important; left: auto;}
.testimonial-section .slick-next:before, .testimonial-section .slick-prev:before {content:''!important;}
.testimonial-section .slick-next, .testimonial-section .slick-prev {background:url('images/sliderarrow-red.png')!important; background-repeat:no-repeat;}
.testimonial-section .slick-prev {transform:rotate(180deg)!important;}
.testimonial-section .slick-prev, .testimonial-section .slick-next {width:32px!important; height:32px!important;}
.testimonial-section .slick-prev:before, .slick-next:before {font-family:auto!important;}

.testimonial-content {
  flex: 1 1 55%;
  position: relative;
  padding-right: 20px;
}


.testimonial-content .quote-icon img {width:160px;}
.testimonial-text {padding-left: 20%;}

.testimonial-content p {
  font-size: 26px;
  color: #000;
  line-height: 1.3;
  margin-top: 40px;
}
.testimonial-section-wrap.padTB {padding-bottom: 0;}
.testimonial-section-wrap h2 span {
    color: #2D7CF5;
    background: linear-gradient(90deg, #2D7CF5, #9d4edd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-section-wrap h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 40px;
}

.authortxt {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 25px;
}

.authortxt img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.author-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #e53935;
}

.author-info p {
  margin: 0;
  font-size: 14px;
  color: #848484;
}

.testimonial-image {
  flex: 1 1 40%;
  text-align: center;
}

.testimonial-image img {
  max-width: 100%;
  display: block!important;
  margin-bottom: -1px;
}

/* ========== CTA ========== */
.ctaSection { padding:80px 0; background: linear-gradient(to right, #2C5AA0, #E74C3C); color:#fff; text-align:center; }
.cta-buttons { margin-top:20px; display:flex; justify-content:center; gap:30px; flex-wrap:wrap; }
.ctaSection .sub-header {text-align: center; max-width: 100%; font-weight: 300;}
.ctaSection h2 {color:#fff; font-weight: 700;}
.ctaSection .section-subtitle {color:#fff; padding:0 70px;}

/* ========== FOOTER SECTION ========== */

.bottom-strip {height:4px; width:100%; background: linear-gradient(to right, #2C5AA0, #E74C3C);}
.footer-section {padding:50px 0 0;}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  flex: 1 1 300px;
}

.footer-left img {
  max-width: 220px;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-weight: 300;
}

.footer-links {
  display: flex;
  gap: 50px;
  flex: 2 1 600px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#2C2C2C;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  font-size: 16px;
  color: #2C2C2C;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #2C5AA0;
}

.footer-social {
  display: flex;
  gap: 15px;
  font-size: 22px;
  color: #2C5AA0;
  align-items: center;
}



.footer-social a {
  color: #2C5AA0;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #E74C3C;
}

.footer-bottom {
  margin: 30px auto;
  padding-top: 20px;
  border-top: 0px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}

.footer-bottom a {
  font-size: 14px;
  color: #676767;
  text-decoration: none;
  font-weight: 300;
}
.footer-bottom p {
  font-size: 14px;
  color: #676767;
  font-weight: 300;
}

.footer-bottom a:hover {
  color: #E74C3C;
}



.navbar-toggle {
    border: 0px solid transparent;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#open-menu {
    display: none;
    margin-left: auto;
    padding-right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.display-menu {
  display: none;
    padding: 0px 20px;
    width: 91%;
    height: 100vh;
    position: fixed;
    background: #2D7CF5;
    z-index: 9999;
    left: 0;
    top: 0;
}
#close-menu {
    top: 32px;
    right: 32px;
    position: absolute;
    width: 18px;
}
.display-menu ul ul {margin-top: 20px; padding-left: 20px;}
.display-menu ul li ul li a { font-size: 18px;}
.display-menu ul {
    margin-top: 66px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
.display-menu ul li {
    margin-bottom: 18px;
}
.display-menu ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.service-content {display: flex; align-items: start; column-gap: 5%; justify-content: space-between;}
.service-left {width:40%;}
.service-right {width:50%;}
.service-left img {width:100%;}
.bodyContent ul {padding-left: 22px;}
.bodyContent ul li {font-size: 18px; padding-bottom: 5px;}

.drop-small-menu {
    position: absolute;
    padding-top: 20px;
    z-index: 999;
    display: none;
    min-width: 160px;
}
.drop-small-menu ul {
    display: block !important;
    padding: 20px;
    background: #2c5aa0;
    list-style: none;
    border-radius: 5px;
}
.drop-small-menu ul li {
    padding: 4px 0;
}

.drop-small-menu ul li a {
    color: #fff;
    font-size: 16px;
}
.drop-down-list:hover .drop-small-menu {
    display: block;
}




/* ========== CONTACT FORM STYLES ========== */
#wpcf7-f8-o1 {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

#wpcf7-f8-o1 p {
  margin-bottom: 20px;
}

#wpcf7-f8-o1 label {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

#wpcf7-f8-o1 input[type="text"],
#wpcf7-f8-o1 input[type="email"],
#wpcf7-f8-o1 input[type="tel"],
#wpcf7-f8-o1 textarea {
	margin-top: 5px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  background-color: #fafafa;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.wpcf7-list-item {margin-top:10px!important;}

#wpcf7-f8-o1 input[type="text"]:focus,
#wpcf7-f8-o1 input[type="email"]:focus,
#wpcf7-f8-o1 input[type="tel"]:focus,
#wpcf7-f8-o1 textarea:focus {
  border-color: #2c5aa0;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1);
  outline: none;
}

#wpcf7-f8-o1 textarea {
  min-height: 150px;
  resize: vertical;
}

/* Submit button */
#wpcf7-f8-o1 input[type="submit"] {
  background-color: #2c5aa0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#wpcf7-f8-o1 input[type="submit"]:hover {
  background-color: #1e417a;
  transform: translateY(-2px);
}

#wpcf7-f8-o1 input[type="submit"]:active {
  transform: translateY(0);
}

/* Spinner and message output */
#wpcf7-f8-o1 .wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}

#wpcf7-f8-o1 .wpcf7-response-output {
  margin-top: 15px;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 6px;
}

#wpcf7-f8-o1 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

#wpcf7-f8-o1 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fff3e0;
  color: #e65100;
  border: 1px solid #ffcc80;
}

#wpcf7-f8-o1 .wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 13px;
  margin-top: 4px;
}




/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
  #wpcf7-f8-o1 {
    padding: 20px;
  }

  #wpcf7-f8-o1 input[type="submit"] {
    width: 100%;
  }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .edu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .edu-grid {
    grid-template-columns: 1fr;
  }
  .mbbs-education h2 {
    font-size: 26px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }

  .testimonial-content {
    padding: 0;
  }

  .authortxt {
    justify-content: center;
  }

  .footer-top {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }
  .footer-links {
    justify-content: center;
    text-align: center;
  }
  .footer-links > div {width:40%;}
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .service-content {display: block;}
  .service-left {width: 100%; margin-bottom: 20px;}
  .service-right {width: 100%;}

  .logo img {width:256px;}
  .main-nav {display: none;}
  .header-wrap .buttoncta .btn-primary {display: none;}
  .hero-text h1 br { display: inline;}
  .hero-text h1 { font-size: 36px;}
  .hero-text { width: 100%; }
  .hero-images img {max-width: 100%;}
  .hero-content {display: block;}
  .hero-text .tagline {font-size: 16px; padding: 8px 20px;}
  .hero-features {display: block;}
  .hero-features li { margin-bottom: 10px;}
  .footer-social {padding: 20px 0 0; justify-content: center;}
  .sub-header h2 { font-size: 36px;  line-height: 42px;}

   .mbbs-skills { padding: 40px 0;}
   .skills-grid {grid-template-columns: repeat(1, 1fr);}
   .skill-box .skill-box-content {padding: 20px;}
   .btnRight { text-align: left; margin-bottom: 15px;}
   .testimonial-section-wrap h2 { font-size: 36px; line-height: 42px;}
   .testimonial-image {display: none;}
   .testimonial-section-wrap .testimonial-section {padding-bottom: 60px; padding-left: 20px; padding-right: 20px;}
   .testimonial-text { padding-left: 0; }
   .testimonial-content .quote-icon img { width: 85px; }
   .testimonial-content p { font-size: 22px;}
   .author-info {text-align: left;}
   .author-info p {font-size: 14px;}
   .testimonial-section .slick-next {top: -62px !important;right: 20px !important;}
   .testimonial-section .slick-prev {top: -78px !important;right: 66px !important;}
   .ctaSection .section-subtitle {padding: 0 0px;}
   .sub-header p { font-size: 20px;}
   .btn-primary { font-size: 14px;padding: 8px 15px;}
   .cta-buttons {gap: 20px;}
   .footer-left {flex: 1; }
   .footer-links {gap: 30px; flex: 1 1;}
   .competency-section .sub-header-grad {padding: 0 20px;}
   .competency-section .mySwiper {padding:0 0 0 20px;}
   .slide-image { margin-left: -15px;margin-bottom: -15px;margin-right: -15px;}
   .swiper-wrapper .slick-next { bottom: -60px !important;}
   .swiper-wrapper .slick-prev {bottom: -44px !important;}
   .edu-box {padding-right: 0;}
   .edu-icon {  width: 80px; height: auto; justify-content: space-around;}
   .btn-secondary { font-size: 14px; padding: 8px 15px;}
   .hero-text p { padding-right: 0;}
    #open-menu { display: block; }

}