/*.container-top{*/
/*    width: 90%;*/
/*    max-width: 1100px;*/
/*    margin: 30px auto;*/
/*    font-family: sans-serif;*/
/*    color: #222;               */
/*}*/

h2 {
    color: #135283;            /* visible blue */
    text-align: left;
    margin-bottom: 12px;
    font-size: 24px;
}

.container-top h2 {
    color: #135283;            /* visible blue */
    text-align: left;
    margin-bottom: 12px;
    font-size: 24px;
}


/* row that holds list (left) and image (right) */
.image {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 18px;
}

/* left column (text) takes remaining space */
.image > div:first-child {
    flex: 1;
    min-width: 220px;
}

/* right column (image) keeps natural size but limited */
.image > div:last-child {
    flex: 0 0 360px;          /* fixed-ish width for image column */
}


@media (max-width: 768px) {
    .image {
        flex-direction: column;
    }
    .image > div:last-child {
        flex: none;
        width: 100%;
    }
}


.img-fluid {
    max-height: 250px;  
    width: 500px;   
    object-fit: contain;
}

.image-two{
     display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 18px;
    
}
.img-fluidone {
    max-height: 800px;  
    width: 550px;        
    object-fit: cover;
}


/* Image Style */
.main-image {
    width: 550px;
    max-height: 350px;
    object-fit: contain;
}

/* Section spacing */
/*.section {*/
/*    margin-top: 40px;*/
/*}*/


.content_box{
    font-size: 22px;
    font-weight: 700;
    color: #0a3d62;
    line-height: 32px;
    /*margin-bottom: 10px;*/
    padding: 10px 0px 0px 0px;
    display: block;
}

.content_box_small{
    font-size: 19px;
    font-weight: 600;
    color: #0a3d62;
    line-height: 32px;
    /*margin-bottom: 10px;*/
   padding: 10px 0px 0px 10px;
    display: block;
}


.hero { background:#0a3d62; color:white; padding:60px 20px; text-align:center; }
.hero h1 { font-size:34px; margin-bottom:10px; }
.hero p { font-size:18px; }
.grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:20px; margin-top:20px; }
.card { background:white; padding:20px; border-radius:10px; box-shadow:0 3px 8px rgba(0,0,0,0.1); }
.cta { background:#0a3d62; color:white; text-align:center; padding:40px 20px; margin-top:30px; border-radius:8px; }


/* Intothepro Service Section */
.itp-service-section {
  background-color: #f8f9fc;
}

.itp-section-title {
  font-weight: 700;
  color: #1f4fd8;
}

.itp-section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #1f4fd8;
  display: block;
  margin-top: 8px;
}

.itp-text {
  color: #444;
  line-height: 1.7;
}

/* Icon List */
.itp-icon-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.itp-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
 
  font-weight: 500;
}

.itp-icon-list i {
  color: #1f4fd8;
  margin-right: 12px;
  font-size: 1.1rem;
  min-width: 22px;
}

/* Image Styling */
.itp-service-img {
  border-left: 5px solid #1f4fd8;
}

/* Intothepro Service Section */
.itp-service-section {
  background-color: #f8f9fc;
  box-shadow: 5px 10px 0px 10px #eaecf2;
}

.itp-section-title {
  font-weight: 700;
  color: #1f4fd8;
}

.itp-section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #1f4fd8;
 
  display: block;
  margin-top: 8px;
}

.itp-text {
  color: #444;
  line-height: 1.7;
}

/* Icon List */
.itp-icon-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.itp-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

  font-weight: 500;
}

.itp-icon-list i {
  color: #1f4fd8;
  margin-right: 12px;
  font-size: 1.1rem;
  min-width: 22px;
}

/* Image Styling */
.itp-service-img {
  border-left: 5px solid #1f4fd8;
}


.itp-icon-list {
  list-style: none;
  padding-left: 0;
}

.itp-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
 
}

.itp-icon-list i {
  color: #1f4fd8;
  margin-right: 12px;
  font-size: 1.1rem;
  min-width: 22px;
}




