/* Fonts  */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}




/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

/* New css */

/* Navbar dropdown */

.navbar_nav > li > a::after {
    display: none !important;
}

.academy-dropdown .dropdown-icon {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

/* Optional hover animation */
.academy-dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
    transition: 0.3s ease;
}

/* Section spacing */
.secspacing {
  margin-top: 50px;
}

/* Office Bearears */

/* SERVICE ROW */
.service-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 50px;
}

/* EACH CARD */
.service-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.content_inner h2 {
    font-size: 20px;
    font-weight: 600;
}
.office-bearers-btn {
    margin: 40px;
    font-size: 16px;
}


/* Past members */
/* HEADER ROW */
.team-header-row {
    margin-bottom: 40px;
}

/* TEAM ROW - ONE LINE */
.team-row {
    display: flex;
    flex-wrap: nowrap;
}

/* EACH TEAM CARD */
.team-col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
}


/* Glass Effect */

.glass_bg {
    background: rgb(255 255 255 / 6%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* border-radius: 16px; */
    padding: 20px 25px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}



/* Stripe  */

.academy-stripe {
    width: 100%;
    background: radial-gradient(circle farthest-corner at center center, #0060ff 0%, #131E3C 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.academy
{
  margin: 50px;
}

/* subtle shine effect */
.academy-stripe::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -30%;
    width: 60%;
    height: 200%;
    background: rgb(255 255 255 / 24%);
    transform: rotate(25deg);
}

/* TITLE */
.academy-title {
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

/* SUBTITLE */
.academy-subtitle {
    font-family: 'Montserrat';
    font-size: 15px;
    opacity: 0.85;
    margin-bottom: 0;
}

/* BUTTONS */
.academy-btn {
    padding: 12px 26px;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 18px;
}

/* PRIMARY */
.academy-btn.primary {
    background: #ffffff;
    color: #0f2027;
    border: none;
    font-weight: 500;
}

.academy-btn.primary:hover {
    background: #eaeaea;
    transform: translateY(-2px);
}

/* SECONDARY */
.academy-btn.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.academy-btn.secondary:hover {
    background: #ffffff;
    color: #0f2027;
    transform: translateY(-2px);
}

.color1 {
  color: #fff !important;
}

.color2 {
  color: #fff !important;
}

/* Gallery  */

/* Gallery container */
.gallery-section {
    overflow: hidden;
}

/* Main grid row */
.gallery-section .gallery-grid {
    height: fit-content;            /* CONTROL HEIGHT HERE */
}

/* Left image */
.gallery-section .left-img {
    height: 100%;
}

.gallery-section .right-img {
    height: 470px;
}

.gallery-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.content_box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}


.footer_map iframe {
    width: 100%;
    display: block;
}

.footer_widgets h2 {
  color: #fff;
  font-size: 24px;
} 

.social_media_v_one ul {
    display: flex;
    gap: 12px;
}

.powered_by img {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .footer_copy_content,
    .powered_by {
        text-align: center !important;
        margin-top: 10px;
    }
}

/* About Us */

.para p {
  font-size: 16px;
  color: #fff;
}

/* keep all 5 cards in one row */

/* equal card width */
.team-col {
    flex: 0 0 20%;
    max-width: 20%;
}

/* card image control */
.team_box .image_box img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    border-radius: 14px;
}

.team_box h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 4px;
    color: #000;
}

.team_box .job_details {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}


/* Acedamy */
.newlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newlist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.newlist li span {
  min-width: 18px;     /* fixes alignment */
  text-align: center;
  line-height: 1.5;
}

.text_box p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}


/* Leadership section */

.leadership-section p {
    max-width: 780px;
    margin: 0 auto;
    color: #666;
}

/* Card */
.leadership-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Highlight card */
.leadership-card.highlight {
    background: linear-gradient(135deg, #0f2a44, #163b5c);
    color: #fff;
}

.leadership-card.highlight h4,
.leadership-card.highlight h5 {
    color: #fff;
}

/* Section blocks */
.leadership-block {
    margin-bottom: 22px;
}

.leadership-block h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 20px;
}

/* Lists */
.leadership-card ul {
    padding-left: 18px;
}

.leadership-card ul li {
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* Inline highlight text */
.leadership-card ul li span {
    color: #000;
    font-size: 16px;
}

.leadership-card.highlight ul li span {
    color: #cfd9e5;
}

/* Milestone */
.milestone-box {
    background: rgba(255,255,255,0.12);
    padding: 20px;
    border-radius: 14px;
    margin-top: 30px;
}

.milestone-box p {
    margin-bottom: 0;
    color: #e6edf5;
    font-weight: 500;
}


/* Awards */

.awards-section p {
    max-width: 760px;
    margin: 0 auto;
    color: #000;
    font-weight: 500;
}

/* Award card */
.award-card {
    background: #ffffff;
    padding: 5px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Icons */
.award-icon {
    font-size: 42px;
    margin-bottom: 18px;
}

/* Titles */
.award-card h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

/* Lists */
.award-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.award-card ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.txt_content p {
  text-align: justify;
  font-weight: 500;
}

/* Office Bearers */
.circle-wrapper {
    width: 900px;
    height: 900px;
    position: relative;
    margin: auto;
    margin-top: -100px;
}

/* Wrapper for image + text */
.circle-item {
    position: absolute;
    text-align: center;
    width: 280px;
}

/* Images */
.circle-img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Center image larger */
.center-img {
    width: 340px;
    height: 340px;
}

/* Text styling */
.circle-item h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.circle-item p {
    margin: 4px 0 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

/* Positioning */
.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 360px;
}

.top-left {
    top: 80px;
    left: 10px;
}

.top-right {
    top: 80px;
    right: 10px;
}

.bottom-left {
    bottom: 80px;
    left: 10px;
}

.bottom-right {
    bottom: 80px;
    right: 10px;
}


/* Skill TNSDC */

/* HEADER */
.section-intro h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 15px;
}

.intro-tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #004aad;
}

/* FRAME */
.program-frame {
    background: #ffffff;
    border-radius: 24px;
    padding: 60px;
    margin-bottom: 80px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    position: relative;
}

/* ACCENT BAR */
.program-frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #004aad, #00b4d8);
    border-radius: 24px 24px 0 0;
}

/* PROGRAM */
.program-title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}

/* META */
.program-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

.program-meta span {
    padding: 6px 14px;
    background: #eef4ff;
    border-radius: 20px;
}

.program-meta .highlight {
    background: #a0bae7;
    color: #0046c0;
}

/* LIST */
.program-list li {
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
}

/* BUTTONS */
.program-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.program-actions .btn {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    background: #1246a0;
    border: 1px solid #a0bae7;
    font-weight: 500;
}

/* IMAGE */
.program-image {
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}


/* skill TAASI */


/* LEFT */
.feature-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-text {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}

/* Points */
.feature-points .point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature-points .point span {
    width: 42px;
    height: 42px;
    background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.feature-points h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

/* RIGHT DIAMOND */
.diamond-bg {
    position: absolute;
    width: 350px;
    height: 350px;

    /* Image instead of color */
    background-image: url("../images/skilltassi1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: rotate(0deg);
    top: 50%;
    right: -80px;
    transform-origin: center;
    translate: 0 -50%;

    opacity: 0.5;   /* adjust for softness */
    z-index: 1;
}


.diamond-image {
    width: 320px;
    height: 320px;
    margin: auto;
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}

.diamond-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.2);
}

/* Button */
.diamond-feature-section .btn {
    padding: 12px 36px;
    font-weight: 600;
    border-radius: 50px;
}


.point p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

/* Past css */


/* Card */
.president-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.president-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

/* Image */
.president-card img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

/* Glass Overlay – always visible */
.president-card .overlay {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;

    padding: 12px 14px;
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

/* Name */
.president-card .overlay h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}

/* Year */
.president-card .overlay p {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* Heading polish */
.past-presidents-section h2 {
    letter-spacing: 0.5px;
}

.past-presidents-section span {
    letter-spacing: 2px;
}


/* Rent */

.ac-hall-section {
    background: radial-gradient(circle farthest-corner at center center, #0060ff 0%, #131E3C 100%)
}


/* Diagonal image cut */
.image-diagonal {
  position: relative;
  height: 100%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.image-diagonal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-hall-section h2 {
    font-size: 36px;
    color: #fff;
}

.ac-hall-section h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.ac-hall-section p, .btn {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* Button hover */
.ac-hall-section .btn:hover {
  background: #ffffff;
  color: #000;
}


/* Non AC  */

/* Card */
.non-ac-card {
  padding: 20px 40px 0px;
}

/* Image stack effect */
.image-stack {
  position: relative;
  width: 100%;
}

.image-stack img {
  width: 100%;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

.bg-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 90%;
    height: 90%;
   background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
    border-radius: 20px;
    z-index: 1;
}

/* Tag */
.section-tag {
  display: inline-block;
  background: #e9edff;
  color: #4b4bf5;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 12px;
}

/* List */
.facility-list {
  list-style: none;
  padding: 0;
}

.facility-list li {
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

/* Button */
.non-ac-section .btn-primary {
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  border: 1px solid #0041c2;
}

.non-ac-section .btn-primary:hover {
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  border: 1px solid #0041c2;
}


/* Important links */

.accordion-button:not(.collapsed) {
       background: #cadaf5;
    color: #000;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230046c0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/* Accordion spacing */
.accordion-item {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}

/* Accordion header */
.accordion-button {
  font-weight: 600;
  font-size: 16px;
}

/* Buttons layout */
.link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Glass button */
.link-btn {
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 16px;
    background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  color: #fff;
    backdrop-filter: blur(8px);
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    font-weight: 500;
}

.link-btn:hover {
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  color: #fff;
  border-color: var(--primary-color-one);
}

/* Gallery images */


/* Headings */
.gallery-subtitle {
  letter-spacing: 2px;
  font-size: 12px;
  color: #555;
}

.gallery-title {
  font-size: 26px;
  font-weight: 500;
  color: #222;
}

/* Gallery Card */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

/* SAME HEIGHT FOR ALL */
.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover */
.gallery-card:hover img {
  transform: scale(1.05);
}

/* Caption */
.gallery-caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

/* Mobile consistency */
@media (max-width: 991px) {
  .gallery-card img {
    height: 220px;
  }
}

/* Video css */

/* ================= LEFT MAIN VIDEO ================= */

.main-video-wrapper {
  height: 430px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.gif-media {
  width: 100%;
  height: 100%;
  display: block;
}


/* ================= RIGHT PANEL ================= */

.video-list-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

/* Arrows */
.scroll-btn {
  width: 38px;
  height: 38px;
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.scroll-btn:hover {
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
}

.top-btn { margin-bottom: 12px; }
.bottom-btn { margin-top: 12px; }

/* ================= THUMB LIST ================= */

.video-list {
  height: 420px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

/* Thumbnail container */
.video-thumb {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

/* Image – KEEP FULL SIZE */
.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Gradient border using pseudo element */
.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.3s;
}

.video-thumb.active::before,
.video-thumb:hover::before {
  opacity: 1;
}

/* Files section  */


/* File Card */
.file-card {
    height: 100%;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    text-align: center;
    border: 1px solid var(--primary-color-one);
}


/* Icon */
.file-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

/* Text */
.file-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.file-card p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Actions */
.file-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}


.file-actions a {
    background: #a0bae7;
    color: #0046c0;
    border-radius: 10px;
    border: 1px solid #a0bae7;
}

.file-actions a:hover {
    background: #a0bae7;
    color: #0046c0;
    border: 1px solid #a0bae7;
}

/* Hall Booking */

.booking-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
    height: 900px;
    border-radius: 10px;
}

.booking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.75));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.image-overlay h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

.image-overlay p {
  font-size: 14px;
  opacity: 0.9;
}

/* Form Card */
.booking-form-card {
    position: relative;
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    z-index: 1;
}

/* Gradient Border */
.booking-form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 18px;
    background: linear-gradient(47deg, #0041c2 0%, #55b5d4 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.booking-form-card h4 {
  font-weight: 700;
}

/* Inputs */
.form-control,
.form-select {
  border-radius: 10px;
  padding: 10px 14px;
  border: 1.5px solid transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(47deg, #0041c2 0%, #55b5d4 100%) border-box;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color-one, #0a7c4a);
  box-shadow: 0 0 0 0.15rem rgba(10,124,74,0.2);
}

/* Button */
.book-btn {
  background: var(--primary-color-one, #0a7c4a);
  color: #fff;
  padding: 12px 36px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.book-btn:hover {
  background: #086a3f;
}


.form-label {
    margin-bottom: .5rem;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* Contact us */

.map-section iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.contnet a {
    color: #000;
}

/* WhatsApp Integration */

.whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
line-height: 0.5;
color: #fff;
}
#whatsapp-chat {
box-sizing: border-box !important;
outline: none !important;
position: fixed;
width: 350px;
border-radius: 10px;
box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
bottom: 230px;
right: 32px;
overflow: hidden;
z-index: 99;
animation-name: showchat;
animation-duration: 1s;
transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
right: 20px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/box-shadow: 0 1px 15px rgb(32 33 36 / 61%);/
}
a.blantershow-chat svg {
transform: scale(1.2);
}
.header-chat {
background: #0046c0;
color: #fff;
padding: 20px;
}
.header-chat h3 {
margin: 0 0 10px;
}
.header-chat p {
font-size: 14px;
line-height: 1.7;
margin: 0;
}
.info-avatar {
position: relative;
}
.info-avatar img {
width: 60px;
float: left;
margin: 0 10px 0 0;
background: #fff;
padding: 5px;
}
a.informasi {
padding: 20px;
display: block;
overflow: hidden;
animation-name: showhide;
animation-duration: 0.5s;
}
a.informasi:hover {
background: #f1f1f1;
}
.info-chat span {
display: block;
}
#get-label,
span.chat-label {
font-size: 12px;
color: #888;
}
#get-nama,
span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}
#get-label,
#get-nama {
color: #fff;
}
span.my-number {
display: none;
}
textarea#chat-input {
border: none;
width: 100%;
height: 46px;
outline: none;
resize: none;
padding: 9px;
font-size: 14px;
border-radius: 0px;
min-height: 50px;
font-family: 'Montserrat';
}
a#send-it {
font-weight: 700;
padding: 10px 10px 0;
background: #eee;
}
a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
}
.first-msg {
background: transparent;
padding: 30px;
text-align: center;
}
.first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}
.start-chat .blanter-msg {
display: flex;
}
#get-number {
display: none;
}
a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
}
@keyframes ZpjSY {
0% {
background-color: #b6b5ba;
}
15% {
background-color: #111111;
}
25% {
background-color: #b6b5ba;
}
}
@keyframes hPhMsj {
15% {
background-color: #b6b5ba;
}
25% {
background-color: #111111;
}
35% {
background-color: #b6b5ba;
}
}
@keyframes iUMejp {
25% {
background-color: #b6b5ba;
}
35% {
background-color: #111111;
}
45% {
background-color: #b6b5ba;
}
}
@keyframes showhide {
from {
transform: scale(0.5);
opacity: 0;
}
}
@keyframes showchat {
from {
transform: scale(0);
opacity: 0;
}
}
@media screen and (max-width: 480px) {
#whatsapp-chat {
width: auto;
left: 5%;
right: 5%;
font-size: 80%;
}
}
@media screen and (max-width: 1200px) {
.index-page.show{
display: none !important;
}
}
#whatsapp-chat.hide {
display: none;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
#whatsapp-chat.show {
display: block;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
.whatsapp-message-container {
display: flex;
z-index: 1;
}
.whatsapp-message {
padding: 7px 14px 6px;
background-color: white;
border-radius: 0px 8px 8px;
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
padding: 4px 0px 0px 2px;
background-color: #e6ddd4;
position: relative;
}.whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
background-image: url("../../senthaa/image-senthaa/whatsapp-bg.webp");
}
.dAbFpq {
display: flex;
z-index: 1;
}
.eJJEeC {
background-color: white;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
margin-left: 10px;
opacity: 0;
transition: all 0.1s ease 0s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
position: relative;
display: flex;
}
.ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
animation-name: ZpjSY;
}
.dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
/* background-color: white;
border-radius: 0px 8px 8px;*/
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
position: absolute;
background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
top: 0px;
left: -12px;
width: 12px;
height: 19px;
}*/
.bMIBDo {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: #000;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.cqCDVm {
text-align: right;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}
.phone .phon1 {
position: fixed;
bottom: 135px;
right: 44px;
z-index: 9;
width: 35px;
}

.call-phone {
height: 40px;
z-index: 1003;
position: fixed;
right: 24px;
bottom: 120px;
border: 3px solid #fff;   /* White border */
border-radius: 50%;       /* Make it a circle */
}


/* Back to Top Button */
.back-top-img {
width: 40px;
height: 40px;
object-fit: contain;
pointer-events: none;
}

.back-to-top {
position: fixed;
bottom: 25px;
right: 24px;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
z-index: 999;
cursor: pointer;
transition: 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}

.back-to-top.show {
opacity: 1;
visibility: visible;
bottom: 35px;
}

.back-to-top:hover {
background: #000;
}


.color_white a {
    color: #fff;
}

.color_white a:hover {
    color: #fff;
}

.text-muted {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.accordion-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Gradient animated border */
.accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; /* border thickness */
    background: linear-gradient(
        120deg,
        #0041c2,
        #55b5d4,
        #0041c2
    );
    background-size: 300% 300%;
    animation: borderMove 4s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230046c0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


/* New aoc page css on 02.02.26 */

.program-box {
  max-width: 700px;
}

.program-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.program-description {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.program-details li {
  margin-bottom: 6px;
}

.pdf-upload-area {
  margin: 20px 0;
}

.upload-box {
  border: 2px dashed #ccc;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}

.upload-box:hover {
  border-color: #0d6efd;
  background: #f8f9fa;
}

.upload-icon {
  font-size: 30px;
  display: block;
  margin-bottom: 8px;
}

.program-actions {
  margin-top: 15px;
}

.upload-wrapper {
  max-width: 800px;
}

.upload-title {
  text-align: center;
  color: #0046C0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.upload-area {
  border: 2px dashed #0046C0;
  border-radius: 10px;
  padding: 50px;
  display: block;
  cursor: pointer;
  text-align: center;
}

.upload-center p {
    margin: 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.browse-btn {
  background: #0046C0;
  color: #fff;
  border: none;
  padding: 8px 22px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.upload-center span{
      font-size: 16px;
  font-weight: 500;
  color: #000;
}

.file-list {
  margin-top: 20px;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 12px 15px;
  border-radius: 6px;
}

.file-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.file-icon {
  background: #0046C0;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
}

.file-name {
  font-weight: 500;
}

.file-size {
  font-size: 13px;
  color: #666;
}

.file-check {
  color: #0046C0;
  font-size: 20px;
}


.cloud-icon {
    margin-bottom: 20px;
    font-size: 30px;
}

/* Gallery */


.pos-rel {
  position: relative;
  margin-bottom: 40px;
}

/* Section title */
.sec-title3 {
  margin-bottom: 25px;
}

/* Event title */
.pos-rel h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
}

/* Carousel wrapper */
.vs-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

/* Images */
.vs-carousel img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* Arrow buttons */
.btn-type {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  cursor: pointer;
}

.left-arr {
  left: 10px;
}

.right-arr {
  right: 10px;
}

.btn-type i {
  font-size: 14px;
}

/* Hover effect */
.pos-rel:hover .btn-type {
  background: rgba(0,0,0,0.85);
}

/* Filter buttons */
.gallerybtn {
  text-align: center;
  margin-bottom: 40px;
}

.gallerybtn a {
  padding: 8px 22px;
  border-radius: 25px;
  background: #eee;
  margin: 0 5px;
  display: inline-block;
}

.gallerybtn a.active {
  background: #000;
  color: #fff;
}

/* Mobile */
@media (max-width: 991px) {
  .vs-carousel img {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .vs-carousel img {
    height: 220px;
  }
}


.btn-type {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.btn-type img {
  width: 16px;
  height: auto;
  display: block;
}

.left-arr {
  left: 25px;
}

.right-arr {
  right: 25px;
}

.pos-rel:hover .btn-type {
  background: rgba(0,0,0,0.85);
}


/*HARISH*/
@media (max-width: 991px) {
    .page_header_default .page_header_content .banner_title_inner {
        position: relative;
        margin-bottom: 10px !important;
    }
    .secspacing {
        margin-top: 20px;
    }
    .image_boxes.style_seven .experience {
        position: absolute;
        padding: 20px;
        top: 20px;
        left: -20px !important;
        background: linear-gradient(47deg, #0041c2 0, #55b5d4 100%);
    }
    .header_v13 .logo img, .header_v14 .logo img, .header_v17 .logo img {
        display: block;
        width: 500px;
        padding-right: 35px;
        height: auto;
        margin-bottom: 0px;
    }
    .spl-whitehide {
        color: white !important;
    }
    .spl-sidelogo {
        width: 250px !important;
        height: 50px !important;
    }
    .footer_widgets_wrap .spl-paddtop30 {
        padding-top: 30px !important;
    }
    .footer_widgets_wrap .spl-paddbot20 {
        padding-bottom: 20px !important;
    }
    .social_media_v_one ul {
        display: flex;
        gap: 12px;
        justify-content: center;
    }
    .list_items_new_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .list_items_new_box.type_one li a {
        margin-right: 20px;
    }
    .spl-font14 {
        font-size: 14px !important;
    }
    #spl-mobfont24 {
        font-size: 24px !important;
    }
    .office-bearers-btn {
        margin: 20px;
        font-size: 16px;
    }
    .spl-font26 {
        font-size: 26px !important;
    }
    .gallery-section img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill !important;
        border-radius: 14px;
    }
    #spl-mobfont25 {
        font-size: 25px !important;
    }
    .content_box h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
    .pd_bottom_40 {
        padding-bottom: 20px !important;
    }
    .pd_top_30 {
        padding-top: 20px !important;
    }
    .image_boxes.style_three img {
        height: 100% !important;
    }
    .testimonial_all .owl-carousel .owl-item {
        padding: 0px 0px !important;
    }
    .testimonial_box.type_one .testimonial_inner {
        padding: 15px !important;
    }
    .testimonial_box.type_one span.icon-quote {
        display: none !important;
    }
    .owl_new_one .owl-carousel .owl-nav {
        position: relative;
        padding-top: 0px !important;
        text-align: center;
    }
    .title_all_box.style_two .title_sections .title {
        font-size: 26px !important;
        line-height: 42px;
    }
    .icon_box_all.style_five .icon_content {
        padding: 20px !important;
    }
    .leadership-card {
        background: #fff;
        padding: 15px !important;
    }
    .pos-rel {
      position: relative;
      margin-bottom: 20px !important;
    }
    .pos-rel h4 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 21px !important;
    }
    .main-video-wrapper {
        height: 100%; 
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }
    .video-list {
         height: 100%; 
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }
    .ac-hall-section h2 {
        font-size: 26px !important;
        color: #fff;
    }
    .non-ac-card {
         padding: 0px !important; 
    }
    .slide-item-content {
        height: 550px !important;
    }
    .style_page_thirteen .slide-item-content .slide-item {
        min-height: 750px;
        padding: 40px 0px 140px !important;
    }



}


@media (max-width: 1200px) {
    .medium-container {
        position: static;
        padding: 0px 15px;
        margin: 0 auto;
        justify-content: space-between !important;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1201px) and (max-width: 1499px) {
    .header_v13 .logo img, .header_v14 .logo img, .header_v17 .logo img {
        display: block;
        width: 300px !important;
        height: auto;
        margin-bottom: 0px;
    }
    .header .header_content_collapse .navigation_menu .navbar_nav li {
        margin-right: 10px !important;
    }
    .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
        font-size: 15px !important;
    }
    .pos-rel h4 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.spl-gap20 {
    gap: 0px 20px !important;
}

.spl-gap50 {
    gap: 50px 0px !important;
}

.spl-martopminus {
    margin-top: -50px !important;
}
.alicon-center {
    align-content: center !important;
}
