body{font-family:Poppins;} .section-title{text-align:center;}

.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px; /* adds spacing around text */
}

.hero-content h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}

.hero-content h1 span{
	 display:block;
}

.hero-content p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}


.about-section img{
	 border-radius:15px;
}


.conference-section {
  padding: 60px 0;
}

.conference-section h3 {
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.custom-table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.custom-table thead th {
  background: #00509d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}

.custom-table td,
.custom-table th {
  border: 1px solid #ddd !important;
}

.rate-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

.rate-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #00509d;
}

.btn-register {
  text-align: center;
  margin-top: 20px;
}

.btn-register a {
  display: inline-block;
  padding: 12px 30px;
  background: #00509d;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-register a:hover {
  background: #cc2a00;
}

.registration-box table th, 
  .registration-box table td {
    vertical-align: middle !important;
  }
  .registration-box table tbody tr:hover {
    background: #f0f4ff;
    transition: 0.3s ease;
  }
.navbar-expand-lg .navbar-nav .nav-link{
	padding-right: 20px;
    padding-left: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #00509d;
}

.navbar-light .navbar-nav .active>.nav-link{
	 color: #00509d;
}

.navbar {
	    padding: 1rem 1rem;
}

a.navbar-brand {
    font-weight: 600;
    text-transform: uppercase;
}


/* Hover dropdown for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar-nav .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}



/* CTA SECTION */
.cta-section {
    background: linear-gradient(135deg, #002b5c, #00509d);
    padding: 60px 20px;
    border-radius: 0;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-section h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-section p {
    max-width: 750px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 1.6;
}

.cta-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #ffffff;
    color: #002b5c;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.4);
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #e6e6e6;
    box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}


.services-intro {
    font-size: 17px;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto;
    color: #444;
}

.service-sec .services-box {
	min-height:270px;
}

.services-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s;
}

.services-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.12);
}

.service-icon {
    font-size: 42px;
    color: #00509d;
    margin-bottom: 15px;
}

.services-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-box p {
    font-size: 15px;
    color: #555;
}



.about-section .section-title {
  font-size: 34px;
  font-weight: 700;
  position: relative;
  text-align:left;
}

.about-section .section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #00509d;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 4px;
}

.sub-title {
  font-size: 28px;
  font-weight: 600;
}

.info-box, .choose-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: start;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

.expertise-section .info-box {
    min-height: 170px;
}

.info-box:hover, .choose-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.info-box .icon,
.choose-box .icon-lg {
  color: #00509d;
}

.info-box .icon {
  font-size: 36px;
}

.choose-box .icon-lg {
  font-size: 48px;
  margin-bottom: 15px;
}

.choose-box h5 {
  margin-top: 10px;
  font-weight: 600;
}


.why-choose-modern {
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
}

.why-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.why-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #00509d;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

.why-subtitle {
  font-size: 16px;
  color: #555;
}

/* Card Styling */
.why-card {
  background: rgba(255, 255, 255, 0.65);
  padding: 30px 25px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all .4s ease;
  border: 1px solid rgba(255,255,255,0.7);
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  border-color: #00509d;
}

/* Icon Box */
.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #00509d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  box-shadow: 0 6px 15px rgba(63,111,246,0.3);
  transition: .3s ease;
}

.why-card:hover .why-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(63,111,246,0.4);
}

.why-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 15px;
  color: #555;
}


.site-footer {
  font-family: 'Poppins', sans-serif;
}

.site-footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.site-footer p,
.site-footer li {
  font-size: 14px;
  color: #ddd;
}

.site-footer a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.site-footer a:hover {
  color: #3e8edb;
  text-decoration: none;
}

.footer-links li,
.contact-info li {
  margin-bottom: 10px;
}

.footer-links li i,
.contact-info li i {
  color: #3e8edb;
}

.footer-social a {
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #00509d;
}



.contact-page {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
}

.contact-page h2 {
  font-weight: 700;
  color: #333;
}

.contact-page p {
  font-size: 16px;
  color: #555;
}

.contact-info-box,
.contact-form-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-form ul{
	padding:0px;
	margin:0px;
}

.contact-form ul li {
    padding: 0px 5px 0 5px;
    margin: 0px;
    list-style: none;
}

.contact-info-box h4,
.contact-form-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #00509d;
}

.contact-details li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
}

.contact-details li i {
  color: #00509d;
  margin-right: 12px;
  font-size: 18px;
  width: 25px;
  text-align: center;
}

.contact-form .ulli {
  margin-bottom: 10px;
}

.contact-form .ulli label{
	display:block;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
    transition: 0.3s;
    margin: 0 0px 0 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00509d;
  box-shadow: 0 0 8px rgba(63,111,246,0.2);
  outline: none;
}

.contact-form .btn-submit {
  background-color: #00509d;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form .btn-submit:hover {
  background-color: #2f54e0;
}






.breadcrumb-section-floating {
    position: relative;
    margin: 0px 0;
    z-index: 10;
    background: #00509d;
    background-size: cover;
    padding: 60px 0;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #fff;
}

.breadcrumb-section-floating h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.breadcrumb-section-floating .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-section-floating .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-section-floating .breadcrumb .active {
  color: #ffe600;
  font-weight: 600;
}



/* --- Privacy Policy Section Styling --- */
.privacy-section {
    background: #f8f9fa;
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
    color: #333;
}

.privacy-section .privacy-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.privacy-section hr {
    width: 80px;
    border-top: 3px solid #007bff;
    margin-bottom: 30px;
}

/* Main Ordered List */
.privacy-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.privacy-list > li {
    margin-bottom: 25px;
}

.privacy-list > li > strong {
    font-size: 20px;
    color: #000;
}

/* Inner letter list (a, b, c...) */
.inner-list {
    padding-left: 20px;
    margin-top: 10px;
}

.inner-list > li {
    margin-bottom: 15px;
}

.inner-list > li strong {
    font-size: 18px;
}

/* Sub bullet lists */
.sub-list {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 8px;
}

.sub-list li {
    margin-bottom: 6px;
}

/* Last contact section */
.privacy-section p {
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Small headings */
.privacy-section h6 strong {
    font-size: 20px;
    color: #222;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .privacy-section {
        padding: 40px 0;
    }

    .privacy-section .privacy-title {
        font-size: 26px;
    }
	
	
	
	.hero-content h1 {
    color: #fff;
    font-size: 37px;
    font-weight: 700;
}

.hero-slide {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}
.secure-box {
    display: block !important; 
}
	
	
	
	
	
	
	
	
	
	
	
	
	
}


.checkout-wrapper {
    max-width: 1150px;
    margin: 30px auto;
    background: #f8f9fc;
    padding: 30px;
    border-radius: 12px;
}

.checkout-header {
    text-align: center;
    margin-bottom: 30px;
}

.checkout-header h2 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 600;
}

.checkout-wrapper .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bebebe;
    outline: 0;
    box-shadow: none;
}

.checkout-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 18px rgba(0,0,0,0.07);
}

.box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eee;
}

.form-group label {
    font-weight: 500;
    color: #333;
}

.secure-box {
    display: flex;
    justify-content: space-between;
    background: #eef8ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #007bff;
}

.secure-box img {height: 38px;}

.secure-box h5 {
    margin: 0;
    font-weight: 600;
}

.custom-select-big {
    height: 45px;
    font-size: 16px;
}

.payment-section {
    margin-bottom: 20px;
}

.small-note {
    padding-top: 35px;
    font-size: 13px;
    color: #555;
}

.terms-box {
    margin: 15px 0;
    font-size: 14px;
}

.register-btn {
    width: 100%;
    background: #00509d;
    color: #fff;
    padding: 14px;
    border-radius: 6px;
    font-weight: bold;
    border: none;
}
.register-btn:hover {
    background: #0056b3;
}






















