/* Generated from page: home-3 */
.themify_builder_content-3330 .tb_9hm3528.module_row{background-position:46.67% 40%; background-attachment:scroll; background-repeat:no-repeat;background-size:cover; background-image:url(https://cpgfm.icai.org/wp-content/uploads/2026/04/ChatGPT-Image-Apr-27-2026-04_39_53-PM-1.png);}
.themify_builder_content-3330 .tb_9hm3528.module_row>.builder_row_cover::before,.themify_builder_content-3330 .tb_9hm3528.module_row>.ms-tableCell>.builder_row_cover::before{background-color:rgba(219, 202, 202, 0.49);}
.themify_builder_content-3330 .tb_38lr976.module-text.module .tb_text_wrap h1{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap p,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap blockquote,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap h1,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap h2,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap h3,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap h4,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap h5,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap h6,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap li,.themify_builder_content-3330 .tb_38lr976.module-text .tb_text_wrap span{color:rgba(255, 255, 255, 1);-webkit-background-clip:border-box;background-clip:border-box;background-image:none;}
.themify_builder_content-3330 .tb_tmpc963.module_row{background-color:rgba(245, 245, 245, 1);}
.themify_builder_content-3330 .tb_w2dd257.module_row{background-color:rgba(255, 240, 240, 1);}
.themify_builder_content-3330 .tb_ukq0672.module_row{background-color:rgba(229, 231, 255, 1);}
.themify_builder_content-3330 .tb_9qz6105.module-text{text-align:justify;}
.themify_builder_content-3330 .tb_jx4c627.module_row{background-color:rgba(219, 219, 219, 1);}
.themify_builder_content-3330 .tb_ql23626.module_row{background-color:rgba(245, 245, 245, 1);}
.themify_builder_content-3330 .tb_y2x573.module_row{background-color:rgba(245, 218, 218, 1);}
.themify_builder_content-3330 .tb_f9p4444.module_row{background-color:rgba(252, 255, 232, 1);}
/* Builder Custom CSS START */
p {
    padding: 0;
    margin: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   /* font-family: \'Poppins\', sans-serif;*/
}

.hero {
    position: relative;
    height: 80vh;
   /* background: url(\'banner.jpg\') no-repeat center center/cover;*/
    display: flex;
    align-items: center;
    padding: 0px;
    color: #fff;
}

/* DARK OVERLAY FOR READABILITY */
.hero::before {
    content: \"\";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(15, 23, 42, 0.85) 30%,
        rgba(15, 23, 42, 0.4) 60%,
        rgba(15, 23, 42, 0.1)
    );
    z-index: 1;
}

/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

/* HEADING */
.hero h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* SUBTEXT */
.hero p {
    font-size: 18px;
    color: #e2e8f0;
    margin-bottom: 30px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 32px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

/* PRIMARY */
.btn-primary {
    background: linear-gradient(135deg, #6366f1, #9333ea);
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* OUTLINE */
.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #111;
}

/* SMALL TAG */
.tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .hero {
        padding: 0 5%;
    }

    .hero h1 {
        font-size: 38px;
    }
}




.leadership-section {
  padding: 40px 20px;
 /*background: linear-gradient(180deg, #f8fbff, #eef4ff);*/
  text-align: center;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1e293b;
margin-bottom: 20px !important;
}

.section-subtitle {
  color: #64748b;
  margin-bottom: 50px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
  gap: 30px;
}

.leader-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.leader-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.leader-info {
  padding: 18px;
  text-align: center;
}

.leader-info h3 {
  margin: 0;
  font-size: 18px;
  color: #0f172a;
}

.leader-info p {
  margin-top: 5px;
  font-size: 14px;
  color: #64748b;
}

/* Featured card (Chairman highlight) */
.leader-card.featured {
  border: 2px solid #2563eb;
  transform: scale(1.03);
}

.leader-card.featured:hover {
  transform: scale(1.05);
}






.updates-section {
  padding: 40px 20px;
  /*background: linear-gradient(135deg, #eef2ff, #fdf4ff, #ecfeff);*/
  text-align: center;
  overflow: hidden;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 50px;
}

/* Slider */
.updates-slider {
  overflow: hidden;
  position: relative;
}

/* Track */
.updates-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: scrollX 28s linear infinite;
}

.updates-slider:hover .updates-track {
  animation-play-state: paused;
}

/* Card */
.update-card {
  min-width: 300px;
  max-width: 300px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: left;
  transition: 0.4s ease;
  position: relative;
}

/* Soft gradient border */
.update-card::before {
  content: \"\";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, #60a5fa, #a78bfa, #34d399);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Hover */
.update-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Badge */
.badge {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
}

/* Different badge colors */
.badge.blue { background: #3b82f6; }
.badge.purple { background: #8b5cf6; }
.badge.green { background: #10b981; }
.badge.orange { background: #f59e0b; }

/* Highlight Card */
.highlight {
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  color: #fff;
  text-align: center;
}

.highlight::before {
  display: none;
}

.highlight a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background: #fff;
  color: #4f46e5;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.highlight a:hover {
  background: #f1f5f9;
}

/* Scroll animation */
@keyframes scrollX {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}






.info-section {
  padding: 40px 20px;
  /*background: linear-gradient(180deg, #f8fbff, #eef5ff);*/
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1e293b;
}

.info-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 25px;
}

.info-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  
}

.info-card:hover {
  transform: translateY(-10px);
}

/* Large Card */
.info-card.large {
  grid-row: span 2;
}

/* Gradient Card */
.info-card.gradient {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
}

.info-card.gradient a {
  color: #fff;
}

/* Icon Styling */
.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* Decorative Circle Graphics */
.info-card::before {
  content: \"\";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  top: -30px;
  right: -30px;
}

.info-card.gradient::before {
  background: rgba(255,255,255,0.2);
}

/* Text */
.info-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 14px;
  color: #64748b;
}

.info-card.gradient p {
  color: #e0f2fe;
}

.info-card ul {
  padding-left: 18px;
  font-size: 14px;
  margin-bottom: 10px;
}

.info-card a {
  display: inline-block;
  margin-top: 10px;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}







.flip-section {
  padding: 40px 20px;
  /*background: linear-gradient(180deg, #f8fbff, #eef4ff);*/
  text-align: center;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1e293b;
}

.flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Card Container */
.flip-card {
  perspective: 1000px;
}

/* Inner Flip */
.flip-inner {
  position: relative;
  width: 100%;
  height: 260px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  backface-visibility: hidden;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Front */
.flip-front {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-front.gradient {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
}

/* Back */
.flip-back {
  background: #ffffff;
  transform: rotateY(180deg);
  text-align: center;
}

/* Icon */
.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* Glow Border Animation */
.flip-front::before {
  content: \"\";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(45deg, #2563eb, #60a5fa, #38bdf8);
  -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.4s;
}

.flip-card:hover .flip-front::before {
  opacity: 1;
}

/* Text */
.flip-back p {
  font-size: 14px;
  color: #475569;
}

.flip-back a {
  display: inline-block;
  margin-top: 10px;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}





.testimonial-section {
  padding: 40px 20px;
  /*background: linear-gradient(135deg, #eef5ff, #f8fbff);*/
  text-align: center;
  overflow: hidden;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 50px;
}

/* Slider */
.testimonial-slider {
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  gap: 25px;
  animation: slide 25s linear infinite;
}

/* Pause on hover */
.testimonial-slider:hover .testimonial-track {
  animation-play-state: paused;
}

/* Card */
.testimonial-card {
  min-width: 300px;
  max-width: 300px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  transition: 0.4s ease;
  animation: float 4s ease-in-out infinite;
}

.testimonial-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* Avatar */
.avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Text */
.testimonial-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0f172a;
}

.testimonial-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* Sliding animation */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Floating effect */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}







.services-section {
  padding: 40px 20px;
  /*background: linear-gradient(135deg, #eef2ff, #fdf4ff, #ecfeff);*/
  text-align: center;
  position: relative;
  overflow: hidden;
}

.services-title {
  font-size: 38px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 70px;
}

/* Floating blobs */
.services-section::before,
.services-section::after {
  content: \"\";
  position: absolute;
  width: 400px;
  height: 400px;
 /*background: radial-gradient(circle, #a5b4fc, transparent 70%);*/
  border-radius: 50%;
  z-index: 0;
}

.services-section::before {
  top: -100px;
  left: -100px;
}

.services-section::after {
  bottom: -120px;
  right: -120px;
}

/* Layout */
.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}

/* Item */
.service-item {
  width: 230px;
  text-align: center;
  transition: 0.4s;
}

/* Icon box */
.icon-box {
  width: 85px;
  height: 85px;
  margin: auto;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  box-shadow: 0 15px 35px rgba(99,102,241,0.3);
  transition: 0.4s;
}

/* Different gradients */
.service-item:nth-child(2) .icon-box { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.service-item:nth-child(3) .icon-box { background: linear-gradient(135deg, #10b981, #22c55e); }
.service-item:nth-child(4) .icon-box { background: linear-gradient(135deg, #f59e0b, #f97316); }
.service-item:nth-child(5) .icon-box { background: linear-gradient(135deg, #0ea5e9, #3b82f6); }
.service-item:nth-child(6) .icon-box { background: linear-gradient(135deg, #14b8a6, #06b6d4); }
.service-item:nth-child(7) .icon-box { background: linear-gradient(135deg, #f43f5e, #fb7185); }
.service-item:nth-child(8) .icon-box { background: linear-gradient(135deg, #6366f1, #a855f7); }

/* SVG icons */
.icon-box svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

/* Title */
.service-name {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}

/* Hover */
.service-item:hover {
  transform: translateY(-12px);
}

.service-item:hover .icon-box {
  transform: rotate(8deg) scale(1.1);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}







.pg-leadership-section {
    position: relative;
    padding: 60px 0px 155px 0px;;
   /* background: linear-gradient(135deg, #f1f5ff, #fdf4ff);*/
    font-family: \"Segoe UI\", sans-serif;
    overflow: hidden;
}

/* ===== FLEX WRAPPER ===== */
.pg-leadership-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* ===== LEFT CONTENT ===== */
.pg-leadership-content {
    max-width: 520px;
}

.pg-badge {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(99,102,241,0.1);
    color: #4f46e5;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.pg-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.pg-heading span {
    background: linear-gradient(90deg, #6366f1, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pg-description {
    color: #475569;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.6;
}

/* ===== FEATURES ===== */
.pg-feature-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.pg-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.pg-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.08);
}

.pg-feature-icon {
    font-size: 24px;
}

.pg-feature-text h4 {
    font-size: 15px;
    margin-bottom: 3px;
}

.pg-feature-text span {
    font-size: 13px;
    color: #64748b;
}

/* ===== RIGHT VISUAL ===== */
.pg-visual-area {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* MAIN CIRCLE */
.pg-orbit-system {
    position: relative;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 2px dashed rgba(99,102,241,0.3);
}

/* CENTER CORE */
.pg-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #6366f1, #9333ea);
    color: #fff;
    padding: 22px 32px;
    border-radius: 50%;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(99,102,241,0.4);
}

/* ORBIT CARDS */
.pg-orbit-node {
    position: absolute;
    width: 140px;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border-radius: 30px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.pg-orbit-node:hover {
    transform: scale(1.08);
}

/* POSITIONING */
.pg-node-top { top: -20px; left: 50%; transform: translateX(-50%); }
.pg-node-right-top { top: 18%; right: -45px; }
.pg-node-right-bottom { bottom: 18%; right: -45px; }
.pg-node-bottom { bottom: -20px; left: 50%; transform: translateX(-50%); }
.pg-node-left { top: 18%; left: -45px; }

/* ===== WAVE ===== */
.pg-bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(135deg, #4f46e5, #9333ea);
    border-top-left-radius: 60% 80px;
    border-top-right-radius: 60% 80px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
    .pg-leadership-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .pg-orbit-system {
        margin-top: 50px;
        width: 280px;
        height: 280px;
    }
}




.search-container{
    width: 100%;
    max-width: 500px;
        display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 1px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.search-container input{
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    background: transparent;
    color: #222;
}

.search-container input::placeholder{
    color: #999;
}

.search-container button{
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-container button:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(37,99,235,0.3);
}

/* Result */
#searchResult{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #333;
    font-weight: 500;
}
/* Builder Custom CSS END */