/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
	color:white;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 5px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

/***welcome***/



/* ==========================================
   COLORS
========================================== */

:root {

    --blue: #0b2d5b;

    --blue-dark: #061e3d;

    --blue-light: #164a86;

    --orange: #e29a27;

    --orange-light: #f2bd57;

    --white: #ffffff;

    --text: #29394d;

}
 

/* ==========================================
   MAIN SECTION
========================================== */

.onychocon-welcome {

    position: relative;

    width: 100%;

    min-height: 100vh;

    padding:15px 0;

    overflow: hidden;

    background-image:
        url("../img/welcome/welcomeback.jpg");


    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
}


/* ==========================================
   BLUE / WHITE OVERLAY
========================================== */




.onychocon-welcome .container {

    position: relative;

    z-index: 2;
}


/* ==========================================
   MAIN HEADING
========================================== */

.main-heading {

    text-align: center;

    margin-bottom: 55px;
}


.heading-small {

    display: block;

    color: var(--orange);

    font-family: "Playfair Display", serif;

    font-size: 25px;

    font-style: italic;

    letter-spacing: 1px;

    margin-bottom: 5px;
}


.main-heading h1 {

    margin: 0;

    color: var(--blue);

    font-family: "Playfair Display", serif;

    font-size: clamp(45px, 6vw, 82px);

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1px;
}


.main-heading h1 span {

    color: var(--orange);
}


.main-heading p {

    margin: 15px 0 0;

    color: var(--blue);

    font-size: 17px;

    font-weight: 600;

    letter-spacing: 1px;
}


/* ==========================================
   HEADING DECORATION
========================================== */

.heading-decoration {

    width: 180px;

    height: 2px;

    background: var(--orange);

    margin: 20px auto 0;

    position: relative;
}


.heading-decoration span {

    position: absolute;

    width: 10px;

    height: 10px;

    background: var(--blue);

    border-radius: 50%;

    top: -4px;

    left: 50%;

    transform: translateX(-50%);
}


/* ==========================================
   LEFT IMAGE
========================================== */

.college-wrapper {

    position: relative;

    width: 100%;

    max-width: 620px;

    margin: auto;
}


.college-image {

    position: relative;

    padding: 14px;

    background: rgba(255,255,255,0.85);

    border: 1px solid rgba(11,45,91,0.15);

    box-shadow:
        0 25px 60px rgba(6,30,61,0.25);
}


	
	
.college-image img {

    display: block;

    width: 100%;

    height: auto;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    border-radius: 4px;
}


/* ==========================================
   IMAGE ORANGE DECORATION
========================================== */

.college-image::before {

    content: "";

    position: absolute;

    top: -12px;

    left: -12px;

    width: 100px;

    height: 100px;

    border-top: 5px solid var(--orange);

    border-left: 5px solid var(--orange);

    z-index: -1;
}


.college-image::after {

    content: "";

    position: absolute;

    right: -12px;

    bottom: -12px;

    width: 100px;

    height: 100px;

    border-right: 5px solid var(--blue);

    border-bottom: 5px solid var(--blue);

    z-index: -1;
}


/* ==========================================
   IMAGE CAPTION
========================================== */

.image-caption {

    position: relative;

    margin: -35px 30px 0;

    padding: 18px 22px;

    background: var(--blue);

    color: white;

    border-bottom: 4px solid var(--orange);

    box-shadow:
        0 12px 30px rgba(6,30,61,0.22);

    text-align: center;
}


.image-caption span {

    color: var(--orange-light);

    font-size: 11px;

    letter-spacing: 3px;

    font-weight: 700;
}


.image-caption h2 {

    margin: 5px 0;

    font-family: "Playfair Display", serif;

    font-size: 20px;
}


.image-caption p {

    margin: 0;

    font-size: 14px;

    opacity: 0.85;
}


/* ==========================================
   RIGHT CONTENT BOX
========================================== */

.content-box {

    padding: 38px;

    background: rgba(255,255,255,0.96);

    border-left: 6px solid var(--orange);

    box-shadow:
        0 20px 55px rgba(6,30,61,0.15);

    border-radius: 4px;

    max-width: 760px;

    margin-left: auto;
}


/* ==========================================
   DATE BADGE
========================================== */

.date-badge {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 22px;

    padding: 8px 16px;

    background: var(--blue);

    color: white;

    border-left: 4px solid var(--orange);
}


.date-badge span {

    font-size: 22px;

    font-weight: 700;
}


.date-badge small {

    font-size: 11px;

    letter-spacing: 1px;

    color: var(--orange-light);
}


/* ==========================================
   CONTENT TEXT
========================================== */

.content-box > p {

    margin-bottom: 18px;

    color: var(--text);

    font-size: 15px;

    line-height: 1.7;
}


.content-box strong {

    color: var(--blue);

    font-weight: 700;
}


/* ==========================================
   CLOSING BOX
========================================== */

.closing-box {

    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-top: 25px;

    padding: 18px;

    background:
        linear-gradient(
            90deg,
            rgba(11,45,91,0.06),
            rgba(226,154,39,0.08)
        );

    border-top: 1px solid rgba(226,154,39,0.5);

    border-bottom: 1px solid rgba(226,154,39,0.5);
}


.closing-icon {

    flex: 0 0 34px;

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--orange);

    color: white;

    border-radius: 50%;

    font-size: 17px;
}


.closing-box p {

    margin: 0;

    color: var(--blue);

    font-family: "Playfair Display", serif;

    font-size: 17px;

    line-height: 1.5;
}


.closing-box strong {

    color: var(--orange);
}




/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .onychocon-welcome {

        padding: 50px 0;
    }


    .main-heading {

        margin-bottom: 40px;
    }


    .content-box {

        padding: 28px;

        border-left-width: 5px;
    }


    .content-box > p {

        font-size: 14px;

        line-height: 1.65;
    }


    .image-caption {

        margin-left: 20px;

        margin-right: 20px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .onychocon-welcome {

        padding: 35px 0 45px;

        background-position: center;
    }


    .welcome-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(255,255,255,0.95),
                rgba(255,255,255,0.92)
            );
    }


    .main-heading {

        margin-bottom: 35px;
    }


    .heading-small {

        font-size: 19px;
    }


    .main-heading h1 {

        font-size: clamp(38px, 12vw, 55px);

        line-height: 1.05;
    }


    .main-heading p {

        font-size: 13px;

        line-height: 1.5;

        padding: 0 15px;
    }


    .heading-decoration {

        width: 120px;

        margin-top: 15px;

    }


    /* IMAGE */

    .college-wrapper {

        max-width: 100%;

    }
	.img-md{
		margin-top:20px;
		
	}

    .college-image {

        padding: 8px;
    }


    .college-image::before {

        top: -7px;

        left: -7px;

        width: 65px;

        height: 65px;

        border-width: 3px;
    }


    .college-image::after {

        right: -7px;

        bottom: -7px;

        width: 65px;

        height: 65px;

        border-width: 3px;
    }


    .image-caption {

        margin: -20px 12px 0;

        padding: 14px 12px;
    }


    .image-caption h2 {

        font-size: 17px;
    }


    .image-caption p {

        font-size: 13px;
    }


    /* CONTENT */

    .content-box {

        padding: 22px 18px;

        border-left-width: 4px;
    }


    .date-badge {

        margin-bottom: 18px;

        padding: 7px 12px;
    }


    .date-badge span {

        font-size: 18px;
    }


    .date-badge small {

        font-size: 9px;
    }


    .content-box > p {

        font-size: 14px;

        line-height: 1.7;

        margin-bottom: 15px;
    }


    /* CLOSING */

    .closing-box {

        padding: 14px;

        gap: 10px;
    }


    .closing-icon {

        flex: 0 0 30px;

        width: 30px;

        height: 30px;

        font-size: 14px;
    }


    .closing-box p {

        font-size: 15px;
    }


    /* ORGANIZERS */

    .organizer-row {

        margin-top: 35px;

        padding-top: 20px;

        text-align: center;
    }


    .organizer-right {

        text-align: center;

        margin-top: 5px;
    }


    .organizer h3 {

        font-size: 17px;
    }


    .organizer span {

        font-size: 12px;
    }


    .conference-footer {

        font-size: 11px;

        letter-spacing: 3px;

       
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .onychocon-welcome {

        padding-left: 0;

        padding-right: 0;
    }

	.img-md{
		margin-top:-20px;
	}
    .content-box {

        padding: 18px 14px;
    }


    .main-heading h1 {

        font-size: 35px;
    }


    .content-box > p {

        font-size: 13.5px;
    }


    .closing-box p {

        font-size: 14px;
    }

}


/***registration***/


	
	.registration-section {
  padding: 70px 20px;
 /* background: linear-gradient(
    135deg,
    #f5f9fa 0%,
    #ffffff 50%,
    #eef6f7 100%
  );*/
}

.registration-container {
  max-width: 1150px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

/* =========================
   CARD
========================= */

.registration-card {
  position: relative;
  background: #ffffff;

  border-radius: 18px;
  overflow: hidden;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;

  border: 1px solid rgba(15, 91, 101, 0.08);
}

/* Hover effect */

.registration-card:hover {
  transform: translateY(-12px);

  box-shadow:
    0 20px 45px rgba(15, 91, 101, 0.18);
}


/* =========================
   CARD HEADER
========================= */

.card-header {
  position: relative;

  min-height: 150px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  padding: 25px 20px 45px;

  text-align: center;

  /* curved bottom */
  border-radius: 0 0 50% 50% / 0 0 35% 35%;
}

/* Small label */

.card-header span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;

  opacity: 0.85;

  margin-bottom: 8px;
}

/* Main heading */

.card-header h3 {
  margin: 0;

  font-family: Georgia, serif;

  font-size: 24px;
  line-height: 1.25;

  font-weight: 700;
}

.card-header sup {
  font-size: 12px;
}


/* =========================
   HEADER COLORS
========================= */

.early-bird {
  background: linear-gradient(
    135deg,
    #e08a00,
    #c87500
  );
}

.regular {
  background: linear-gradient(
    135deg,
    #07366f,
    #0b4d8c
  );
}

.spot {
  background: linear-gradient(
    135deg,
    #0d6872,
    #0b4f59
  );
}


/* Decorative circle */

.card-header::after {
  content: "";

  position: absolute;

  width: 70px;
  height: 70px;

  border: 1px solid rgba(255,255,255,0.25);

  border-radius: 50%;

  right: -20px;
  top: 15px;
}


/* =========================
   CARD BODY
========================= */

.card-body {
  padding: 10px 25px 25px;
}


/* =========================
   PRICE ITEM
========================= */

.price-item {
  position: relative;

  padding: 20px 5px;

  text-align: center;

  border-bottom: 1px solid #e5e5e5;

  transition:
    background 0.3s ease,
    padding 0.3s ease;
}

.price-item:last-child {
  border-bottom: none;
}


/* Text */

.price-item span {
  display: block;

  color: #36505a;

  font-size: 15px;

  margin-bottom: 7px;
}


/* Price */

.price-item strong {
  display: block;

  color: #0d6070;

  font-size: 18px;

  font-weight: 700;
}


/* Small arrow */

.price-item::before {
  content: "›";

  position: absolute;

  left: 2px;
  top: 50%;

  transform: translateY(-50%);

  color: white;

  font-size: 24px;

  opacity: 0;

  transition: 0.3s ease;
}


/* Item hover */

.price-item:hover {
  background: #f8fbfc;

  padding-left: 15px;
}

.price-item:hover::before {
  opacity: 1;
}


/* =========================
   CARD HOVER ACCENT
========================= */

.registration-card::before {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 4px;

  background: #e07d00;

  transform: scaleX(0);

  transform-origin: center;

  transition: transform 0.35s ease;
}

.registration-card:hover::before {
  transform: scaleX(1);
}



/* =========================
   TABLET
========================= */

@media (max-width: 900px) {


  .registration-container {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .registration-section {
    padding: 45px 15px;
  }

  .registration-container {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 420px;
  }

  .card-header {
    min-height: 135px;
  }

  .card-header h3 {
    font-size: 22px;
  }

  .price-item {
    padding: 18px 5px;
  }

}

/***places to visit***/


        /* =========================================
           MAIN THEME
        ========================================= */

        :root {
            --primary-blue: #062361;
            --secondary-blue: #0b3d91;
            --orange: #e66b20;
            --light-blue: #f4f8ff;
            --white: #ffffff;
            --text-dark: #333333;
            --text-light: #666666;
        }


        body {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            color: var(--text-dark);
          /*  background: #ffffff;*/
        }


        /* =========================================
           PAGE BANNER
        ========================================= */

        .mangalore-banner {
            position: relative;
            padding: 70px 20px;
            text-align: center;
            background:
                linear-gradient(
                    rgba(6, 35, 97, 0.95),
                    rgba(6, 35, 97, 0.95)
                );
        }

        .mangalore-banner h1 {
            margin: 0;
            color: #ffffff;
            font-size: 42px;
            font-weight: 700;
        }

        .mangalore-banner h1 span {
            color: var(--orange);
        }

        .mangalore-banner p {
            margin: 12px 0 0;
            color: #ffffff;
            font-size: 17px;
        }
/* =========================================
   ABOUT MANGALORE
========================================= */

.about-mangalore-section {
    padding: 70px 20px;
    background: #ffffff;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
}


/* SECTION TITLE */


.section-title {
    text-align: center;
    margin-bottom: 42px;
}

.section-title h2 {
    position: relative;
    display: inline-block;

    margin: 0;

    color: #062361;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.section-title h2 span {
    color: #e66b20;
}


/* Animated underline */

.title-line {
    position: relative;

    width: 80px;
    height: 4px;

    margin: 14px auto 0;

    background: #e66b20;
    border-radius: 20px;

    overflow: hidden;
}


/* Shine animation */

.title-line::after {
    content: "";

    position: absolute;
    top: 0;
    left: -80px;

    width: 45px;
    height: 100%;

    background: rgba(255, 255, 255, 0.9);

    transform: skewX(-25deg);

    animation: titleShine 2.5s infinite;
}

@keyframes titleShine {

    0% {
        left: -80px;
    }

    60% {
        left: 110px;
    }

    100% {
        left: 110px;
    }

}


.title-line {
    width: 70px;
    height: 4px;
    background: #e66b20;
    margin: 0 auto;
    border-radius: 10px;
}


/* ABOUT CONTENT */

.about-content {
    position: relative;

    background: #f4f8ff;

    border-left: 5px solid #e66b20;

    padding: 35px 45px;

    border-radius: 8px;

    box-shadow: 0 5px 20px rgba(6, 35, 97, 0.08);
}


/* TEXT */

.about-content p {
    margin: 0 0 20px;

    color: #555;

    font-size: 15px;


    text-align: justify;
}

.about-content p:last-child {
    margin-bottom: 0;
}


/* ONYCHOCON HIGHLIGHT */

.about-content strong {
    color: #062361;
    font-weight: 700;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .about-mangalore-section {
        padding: 45px 15px;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .about-content {
        padding: 25px 20px;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.8;
        text-align: left;
    }

}
        /* =========================================
           HIGHLIGHT BOXES
        ========================================= */

        .mangalore-highlights {
            margin-top: 35px;
        }


        .highlight-box {
            height: 100%;
            text-align: center;
            padding: 25px 15px;
            background: #ffffff;
            border: 1px solid #e5eaf3;
            border-radius: 10px;
            transition: 0.3s ease;
        }


        .highlight-box:hover {
            transform: translateY(-5px);
            border-color: var(--orange);
            box-shadow: 0 8px 25px rgba(6, 35, 97, 0.10);
        }


        .highlight-box i {
            display: block;
            color: var(--orange);
            font-size: 32px;
            margin-bottom: 12px;
        }


        .highlight-box h5 {
            color: var(--primary-blue);
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 5px;
        }


        .highlight-box p {
            margin: 0;
            color: var(--text-light);
            font-size: 14px;
        }


/* =====================================================
   MOBILE
   ONE IMAGE PER SLIDE
===================================================== */

@media (max-width: 767px) {

    .places-carousel {
        padding: 0 35px;
    }

    .places-carousel .carousel-item {
        padding: 0;
    }

    .place-card {
        width: 100%;
        margin: 0 auto;
    }

    .place-image {
        height: 240px;
    }

    .place-info {
        padding: 13px 10px;
    }

    .place-info h4 {
        font-size: 18px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .places-carousel {
        padding: 0 30px;
    }

    .place-image {
        height: 210px;
    }

    .place-info h4 {
        font-size: 17px;
    }
}
/* =========================================
   NEARBY PLACES SECTION
========================================= */

.nearby-section {
    padding: 75px 20px;
    background: var(--light-blue);
}

.nearby-container {
    max-width: 1200px;
    margin: auto;
}


/* =========================================
   TITLE
========================================= */

.nearby-title {
    text-align: center;
    margin-bottom: 40px;
}

.nearby-title h2 {
    color: var(--primary-blue);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.nearby-title h2 span {
    color: var(--orange);
}

.nearby-title p {
    color: var(--text-light);
    font-size: 16px;
    margin: 0 auto;
    max-width: 700px;
}


/* =========================================
   CAROUSEL
========================================= */

.places-carousel {
    position: relative;
}

.places-carousel .carousel-inner {
    padding: 10px 0 40px;
}


/* =========================================
   PLACE CARD
========================================= */

.place-card {
    background: #ffffff;

    border-radius: 12px;

    overflow: hidden;

    border: 1px solid #e5eaf3;

    box-shadow:
        0 6px 20px rgba(6, 35, 97, 0.10);

    height: 100%;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.place-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 28px rgba(6, 35, 97, 0.16);
}


/* =========================================
   IMAGE
========================================= */

.place-image {
    width: 100%;

    height: 260px;

    object-fit: cover;

    display: block;
}


/* =========================================
   PLACE INFO
========================================= */

.place-info {
    padding: 18px 15px;

    text-align: center;

    background: #ffffff;
}

.place-info h4 {
    margin: 0;

    color: var(--primary-blue);

    font-size: 20px;

    font-weight: 700;

    line-height: 1.3;
}

.place-info h4::after {
    content: "";

    display: block;

    width: 40px;

    height: 3px;

    background: var(--orange);

    margin: 10px auto 0;

    border-radius: 10px;
}


/* =========================================
   DESKTOP CAROUSEL
========================================= */

.desktop-places-carousel {
    display: block;
}

.mobile-places-carousel {
    display: none;
}


/* =========================================
   CAROUSEL BUTTONS
========================================= */

.places-carousel .carousel-control-prev,
.places-carousel .carousel-control-next {

    width: 45px;

    height: 45px;

    top: 50%;

    transform: translateY(-50%);

    background: var(--primary-blue);

    border-radius: 50%;

    opacity: 1;

    z-index: 10;

    transition: 0.3s ease;
}

.places-carousel .carousel-control-prev {
    left: -22px;
}

.places-carousel .carousel-control-next {
    right: -22px;
}

.places-carousel .carousel-control-prev:hover,
.places-carousel .carousel-control-next:hover {
    background: var(--orange);
}


/* =========================================
   INDICATORS
========================================= */

.places-carousel .carousel-indicators {

    bottom: -5px;

    margin-bottom: 0;
}

.places-carousel .carousel-indicators button {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    border: none;

    background-color: var(--primary-blue);

    opacity: 0.5;
}

.places-carousel .carousel-indicators .active {

    background-color: var(--orange);

    opacity: 1;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .nearby-section {
        padding: 50px 15px;
    }


    .nearby-title {
        margin-bottom: 25px;
    }


    .nearby-title h2 {
        font-size: 28px;
    }


    .nearby-title p {
        font-size: 14px;

        line-height: 1.6;

        padding: 0 5px;
    }


    /* IMPORTANT:
       Hide desktop carousel
    */

    .desktop-places-carousel {
        display: none !important;
    }


    /* Show mobile carousel */

    .mobile-places-carousel {
        display: block !important;
    }


    /* One card only */

    .mobile-places-carousel .carousel-item {
        width: 100%;
    }


    .mobile-places-carousel .place-card {
        width: 100%;

        max-width: 340px;

        margin: 0 auto;
    }


    /* Mobile image */

    .mobile-places-carousel .place-image {

        width: 100%;

        height: 230px;

        object-fit: cover;
    }


    /* Mobile title */

    .mobile-places-carousel .place-info {
        padding: 14px 10px 16px;
    }


    .mobile-places-carousel .place-info h4 {
        font-size: 17px;
    }


    /* Mobile arrows */

    .mobile-places-carousel .carousel-control-prev,
    .mobile-places-carousel .carousel-control-next {

        width: 34px;

        height: 42px;

        border-radius: 4px;

        top: 45%;
    }


    .mobile-places-carousel .carousel-control-prev {
        left: 0;
    }


    .mobile-places-carousel .carousel-control-next {
        right: 0;
    }


    /* Mobile indicators */

    .mobile-places-carousel .carousel-indicators {
        bottom: -8px;
    }


    .mobile-places-carousel .carousel-indicators button {

        width: 7px;

        height: 7px;

        margin-left: 4px;

        margin-right: 4px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .nearby-section {
        padding-left: 10px;
        padding-right: 10px;
    }


    .nearby-title h2 {
        font-size: 25px;
    }


    .mobile-places-carousel .place-card {
        max-width: 330px;
    }


    .mobile-places-carousel .place-image {
        height: 210px;
    }


    .mobile-places-carousel .place-info h4 {
        font-size: 16px;
    }


    .mobile-places-carousel .carousel-control-prev,
    .mobile-places-carousel .carousel-control-next {

        width: 32px;

        height: 40px;
    }

}
        /* =========================================
           FOOTER STRIP
        ========================================= */

        .mangalore-bottom {
            padding: 25px 20px;
            text-align: center;
            background: var(--primary-blue);
        }


        .mangalore-bottom p {
            margin: 0;
            color: #ffffff;
            font-size: 15px;
        }


        .mangalore-bottom strong {
            color: var(--orange);
        }


        /* =========================================
           TABLET
        ========================================= */

        @media (max-width: 991px) {

            .mangalore-banner {
                padding: 55px 20px;
            }

            .mangalore-banner h1 {
                font-size: 36px;
            }

            .about-mangalore-section,
            .nearby-section {
                padding: 55px 20px;
            }

            .section-title h2,
            .nearby-title h2 {
                font-size: 30px;
            }

            .place-image {
                height: 230px;
            }

            .places-carousel .carousel-control-prev {
                left: 5px;
            }

            .places-carousel .carousel-control-next {
                right: 5px;
            }

        }


        /* =========================================
           MOBILE
        ========================================= */

        @media (max-width: 767px) {

            .mangalore-banner {
                padding: 45px 15px;
            }

            .mangalore-banner h1 {
                font-size: 30px;
            }

            .mangalore-banner p {
                font-size: 15px;
            }

            .about-mangalore-section,
            .nearby-section {
                padding: 45px 15px;
            }

            .section-title h2,
            .nearby-title h2 {
                font-size: 27px;
            }

            .about-content {
                padding: 25px 20px;
            }

            .about-content p {
                font-size: 15px;
                line-height: 1.8;
            }

            .place-image {
                height: 220px;
            }

            .places-carousel .carousel-control-prev,
            .places-carousel .carousel-control-next {
                width: 38px;
                height: 38px;
            }

        }


        @media (max-width: 575px) {

            .place-image {
                height: 200px;
            }

            .place-info h4 {
                font-size: 18px;
            }

        }

/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;

    /* FIX: this element is the positioning context for the ::after
       overlay below. Without position:relative here, the browser
       looks further up the DOM tree for the nearest positioned
       ancestor (usually the row/section), so the "100% width/height"
       overlay stretches to cover that instead of just this card.
       overflow:hidden keeps the overlay clipped to the card's own
       box (respecting rounded corners / box-shadow edges) instead
       of spilling past it. */
    position: relative;
    overflow: hidden;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}